@font-face {
    font-family: 'EurostileExt-Normal';
    src: url('fonts/EurostileExt-Normal.ttf') format('ttf'),
        url('fonts/EurostileExt-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/EurostileBold.woff2') format('woff2'),
        url('fonts/EurostileBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile';
    src: url('fonts/Eurostile-Oblique.woff2') format('woff2'),
        url('fonts/Eurostile-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'EurostileExtObl-Normal';
    src: url('fonts/EurostileExtObl-Normal.woff2') format('woff2'),
        url('fonts/EurostileExtObl-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileExt';
    src: url('fonts/EurostileExt-Bold.woff2') format('woff2'),
        url('fonts/EurostileExt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileCnd';
    src: url('fonts/EurostileCnd-Bold.woff2') format('woff2'),
        url('fonts/EurostileCnd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileT';
    src: url('fonts/EurostileT-Bold.woff2') format('woff2'),
        url('fonts/EurostileT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Eurostile Extended';
    src: url('fonts/EurostileExtended-Roman.woff2') format('woff2'),
        url('fonts/EurostileExtended-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileExtObl';
    src: url('fonts/EurostileExtObl-Bold.woff2') format('woff2'),
        url('fonts/EurostileExtObl-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'EuroStyle';
    src: url('fonts/EuroStyleNormal.woff2') format('woff2'),
        url('fonts/EuroStyleNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Narrow Bold'), url('fonts/GothamNarrow-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Narrow Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Narrow Thin'), url('fonts/GothamNarrow-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Narrow Extra Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Narrow Extra Light'), url('fonts/GothamNarrow-XLight.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Narrow Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Narrow Light'), url('fonts/GothamNarrow-Light.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Narrow Book';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Narrow Book'), url('fonts/GothamNarrow-Book.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gotham Narrow Book';
    font-kerning: none;
}

h1 {
    font-family: 'EurostileExt-Normal';
    color: black;
    margin-bottom: 1.5rem;
    font-kerning: none;
    font-weight: 600;
}

h5 {
    font-weight: bold
}

a {
    color: inherit;
}

.bg-light {
    background-color: #ffffff !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a.readmore {
    text-decoration: underline;
    color: #004a87;
}

.carousel-inner {
    height: 100%;
}

#myCarousel-3 .carousel-inner {
    height: 450px;
}

#myCarousel-3 .item img {
    min-width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    min-height: 100%;
}

#myCarousel-3.sistem-carousel .item {
    height: 35rem;
}

#myCarousel-3.sistem-carousel .carousel-inner {
    height: 350px;
}

#myCarousel-3.sistem-carousel .item img {
    min-width: auto;
    height: auto;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
    min-height: 100%;
}

#myCarousel-3 .item {
    height: 45rem;
}

#myCarousel h1 {
    font-family: 'EurostileExt-Normal';
    font-size: 5rem;
    text-shadow: 3px 3px black;
    color: white;
    margin-bottom: 0.7rem;
}

#myCarousel .carousel-caption p {
    font-family: 'Gotham Narrow Light'
}

#myCarousel .carousel-caption {
    bottom: 10rem;
    width: 40%;
}

#myCarousel .carousel-item.active img {
    opacity: 0.7;
    min-width: 100%;
}

#myCarousel .carousel-item {
    height: 100%;
    width: 100%
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

#navbar .col-md-8 {
    padding: 0;
    text-align: left;
    padding-left: 40px
}

#navbar .col-md-4 {
    padding: 0;
    text-align: right;
}

.navbar {
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.collapse.navbar-collapse.submenu {
    background-color: #004a87;
    border-radius: 23px 0 0 23px;
    color: white;
    padding-left: 10px;
    height: 33px;
}

.navbar {
    padding: 0;
    margin: 0;
    width: 100%;
    background-image: url('../img/top_bg.jpg');
    color: white;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    height: 80px;
}

.sticky .navbar {
    height: 60px;
    opacity: 0.94;
}

.navbar-nav a {
    font-family: 'EurostileExt-Normal';
    font-kerning: none;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    text-shadow: 1px 2px 2px #000000b8 !important;
}

.navbar-nav li a:hover:after {
    content: "\f0d8";
    opacity: 1;
}

.navbar-nav .dropdown-menu li a:after,
.language li a:after {
    display: none !important;
}

.navbar-nav li a::after {
    text-shadow: 2px -1px 2px #000000b8 !important;
}

.navbar-nav a:before,
.navbar-nav a:after {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    top: 17px;
    position: relative;
    float: none;
    display: block;
    font-size: 37px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -22px;
}

.sticky .navbar-nav a:before,
.sticky .navbar-nav a:after {
    top: 8px;
}

.dropdown-menu>li>a {
    text-shadow: none !important;
}

.language img {
    height: 22px;
}

.language a {
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    min-width: inherit !important;
}

.language {
    margin-left: 20px
}

.navbar-brand img {
    height: 50px;
    margin-right: 3rem;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.navbar-brand {
    height: auto;
    padding: 15px 13px;
}

.sticky .navbar-brand img {
    height: 30px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
    color: #dedddd;
}

.language a:hover {
    filter: brightness(0.8);
}

.kesfet h3 {
    font-family: 'EurostileExt-Normal';
    font-weight: 600;
    margin-top: 20px;
    font-size: 21px;
    color: black;
}

.kesfet p {
    float: right;
    margin-top: -36px;
}

.kesfet h3::after {
    content: "";
    border-bottom: 1px solid #cbcbcb;
    width: 68%;
    float: right;
    margin-top: 19px;
}

.about h5 {
    margin-bottom: 1rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
}

.about p.header {
    float: right;
    margin-top: -62px;
    font-size: 1.5rem;
}

.about h1::after {
    content: "";
    border-bottom: 1px solid #cbcbcb;
    width: 85%;
    float: right;
    margin-top: 35px;
}

.about h1 {
    margin-bottom: 35px;
}

.about h4 {
    font-family: 'EurostileExt-Normal';
    font-weight: bold;
    max-width: 305px;
}

p {
    font-family: 'Gotham Narrow Light';
    font-weight: 600;
}

#page ul li {
    font-family: 'Gotham Narrow Light';
    font-weight: 600;
}

section#page p {
    text-align: justify;
}

section#page tr {
    border-bottom: 1px solid #eeeeee;
    padding: 3px 0;
    display: block;
}

section#page tr.row {
    display: inherit;
}

.about li {
    list-style: none;
}

.about ul {
    margin: inherit;
}

.img-fluid {
    width: 100%
}

.about {
    background-image: url(../img/backcover.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 0 70px;
    background-position-x: -24px;
}

#page {
    background-image: url(../img/backcover.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px 0 70px;
    background-position-x: -24px;
}

.kesfet {
    padding: 4rem 0 0;
}

.navbar-nav>li>.dropdown-menu {}

.dropdown-menu.show {
    padding: 10px 0px;
    left: 0;
    right: 0;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    list-style: none;
    width: fit-content;
}

.dropdown-menu li a {
    font-weight: bold;
    color: #455862;
    padding: 4px 0;
}

.proje-footer {
    background-image: none;
}

section#head {
    background-color: #f6f6f7;
    padding: 20px 0 30px 0;
    color: #455862;
    font-family: Gotham Narrow Light;
}

section#head h2 {
    font-weight: bold;
    font-family: 'EurostileExt-Normal';
}

section#head .col-md-6,
section.product-cat-list-head .col-md-6 {
    display: -webkit-flex;
    /* Safari */
    -webkit-align-items: center;
    /* Safari 7.0+ */
    display: grid;
    align-items: center;
}

section#page,
section#projeler {
    padding: 0 0 20px;
    min-height: 300px;
}

section#head.product-cat {
    padding: 10px 0 0;
}

.product-cat h6 {
    font-size: 0.9rem
}

section#product-header .col-md-6.title {
    padding: 140px 180px 120px 20px;
}

section#product-header .col-md-6.title h1 {
    font-weight: bold;
    font-family: 'Gotham Narrow Bold';
}

section#head {
    margin-bottom: 50px;
}

section#head.product-cat {
    margin-bottom: 0px;
    background-color: white;
    border-bottom: 1px solid #dfdfdf;
}

section#product-header {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #f8f9fa;
}

section.product-cat-list-head {
    border-top: solid 8px #004a87;
    padding: 10px 0 5px;
    background-color: #f6f6f7;
    margin-bottom: 20px
}

section.product-cat-list-head i {
    vertical-align: top;
}

section.product-cat-list h5 {
    margin-top: 10px
}

section.product-cat-list {
    margin: 30px 0;
}

.servisdestek .col-md-8 {
    border-right: 1px solid #004a87;
}

section#product-header .container .col-md-6.title {
    padding: 140px 0 120px 20px;
}

.product-image img {
    min-width: auto
}

.carousel-indicators li {
    background-color: #004a87;
}

.carousel-indicators {
    margin-bottom: -9px;
}

.downloads span {
    float: left
}

.downloads a i {
    font-size: 2rem;
    margin: 5px 20px;
}

.downloads a {
    float: left;
}

.downloads .col-md-6 {
    margin: 20px 0;
}

.dl-icon-size2 {
    background: url(../img/symbols-download-big.png) no-repeat;
    height: 42px;
    width: 32px;
    float: left;
    margin-right: 17px;
}

.dl-icon-file {
    background-position: 0px 0px;
}

.dl-icon-doc,
.dl-icon-docx {
    background-position: -80px 0px;
}

.dl-icon-zip,
.dl-icon-zipx,
.dl-icon-rar,
.dl-icon-tar,
.dl-icon-gz {
    background-position: -160px 0px;
}

.dl-icon-pdf {
    background-position: -240px 0px;
}

.dl-icon-xls,
.dl-icon-xlsx {
    background-position: -320px 0px;
}

.dl-icon-pic,
.dl-icon-jpg,
.dl-icon-jpeg,
.dl-icon-png,
.dl-icon-gif,
.dl-icon-bmp {
    background-position: -400px 0px;
}

.newsboxes {
    border-bottom: 2px solid #d9ecf0fa;
}

.newsboxes .col-md-4 {
    max-height: 300px;
    overflow: hidden;
}

.text-line {
    padding: 20px 0;
}

.text-line .blog-kategori {
    text-align: center;
    border: 1px solid;
    padding: 5px;
    border-bottom-right-radius: calc(0.55rem - 1px);
    border-top-right-radius: calc(0.55rem - 1px);
    font-size: 11px;
    background-color: #e2040ca8;
    color: white;
}

.hide {
    display: none;
}

.pagination li {
    margin: 0 5px;
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.pagination li a {
    color: #004a87;
}

.pagination {
    float: inherit;
    width: fit-content;
    margin: 10px auto;
}

.project-img img {
    width: 100%;
    min-height: 100%;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.project-img a {
    height: 257px;
    display: block;
    overflow: hidden;
}

.project-img {
    border: 1px solid #cbcbcb;
}

.project-img::after {
    content: "";
    width: 329px;
    height: 259px;
    border: 2px solid #cbcbcb;
    display: block;
    position: absolute;
    top: 76px;
    left: -8px;
    z-index: -1;
}

.owl-carousel .item:hover .project-img::after {
    background-image: url('../img/pro_bg.png');
    border: 2px solid #fff;
}

.owl-carousel .item:hover img {
    filter: brightness(0.9);
}

.owl-carousel .owl-stage-outer {
    width: 103%;
}

.owl-item {
    margin-left: 21px;
    margin-right: 9px !important;
}

.owl-carousel .item:hover {
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 2px 2px #000000b8 !important;
}

.item {
    padding-left: 15px;
}

.caption {
    padding: 0 0 20px 0;
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #d7d7d7;
}

a.next {
    right: -20px;
    top: 150px;
}

a.prev {
    left: 0;
    top: 150px;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: inherit;
    background-color: transparent;
    border: none;
    border-radius: 15px;
    position: absolute;
    font-size: 44px;
    color: #faf5f5;
}

#projeler h3 {
    font-family: 'EurostileExt-Normal';
    font-weight: 600;
    margin-top: 0;
    font-size: 21px;
    color: black;
}

#projeler h4,
#urunler h4 {
    font-family: 'EurostileExt-Normal';
    font-weight: 600;
    font-size: 15px;
}

#projeler .tabs {
    width: fit-content;
    position: fixed;
    top: 35%;
    z-index: 999;
    text-align: right;
    margin-left: -130px;
}

#projeler .tabs ul {
    list-style-type: none;
    padding: 0;
}

#projeler .tabs li a,
#projeler .tabs input {
    padding: 5px 30px;
    display: block;
    background-color: #f6f6f7;
    margin: 2px 0;
    border-radius: 20px;
    font-size: 12px;
    font-family: 'EurostileExt-Normal';
    font-weight: bold
}

#projeler .tabs input {
    height: 30px;
    width: 140px;
    text-align: right;
}

#Mylist {
    min-height: 300px;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #455862 !important;
}

ul.sidelist li {
    list-style: none;
    cursor: pointer;
}

ul.sidelist li a,
ul.sidelist li input {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: block;
    text-decoration: none !important;
}

ul.sidelist {
    padding: 0px;
}

.proje-main .sidelist {
    margin-top: 19px
}

ul.sidelist li input {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-radius: 0px;
    height: inherit;
    -webkit-box-shadow: inherit;
    padding-left: 18px;

}

#projeler ul.sidelist li a,
ul.sidelist li a,
#projeler ul.sidelist li a,
ul.sidelist li a {
    border-left: 5px solid #fff0;
}

#projeler ul.sidelist li a:focus,
ul.sidelist li a:hover,
#projeler ul.sidelist li a.active,
ul.sidelist li a.active {
    border-left: 5px solid #455862;
    font-weight: bold;
}

.sidelist button {
    border: transparent;
    position: absolute;
    right: 8px;
    margin-top: -26px;
}

a.collapse-point {
    border: transparent !important;
    position: absolute;
    right: 9px;
    margin-top: -43px;

}

#aciklama,
#bilgiler,
#galeri,
#referans {
    margin: 0 0 50px;
    overflow: hidden;
}



#aciklama {
    overflow: auto;
    max-height: 600px;
    padding-right: 10px;
    margin-bottom: 0px;
}

#projeler #aciklama {
    overflow: visible;
    max-height: auto;
}

#Mylist a {
    display: block;
    overflow: HIDDEN;
    min-height: 230px;
}

#Mylist .col-md-4 a {
    display: block;
    overflow: HIDDEN;
    min-height: 275px;
}

#Mylist a img {
    height: -webkit-fill-available;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    min-width: 100%;
}

#Mylist a img:hover {
    filter: brightness(0.9);
}

/* Hover js*/
.column {
    margin: 0px 0px 50px;
}

figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    height: 215px;
}

#projeler figure {
    height: 150px;
}

.kesfet figure {
    height: 176px;
}

#sistemler-slide .image-gallery {
    height: 120px;
}

#urunler .col-md-3 {
    min-height: 315px;
}

figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

#urunler figure img {
    min-height: 100%;
}

#Mylist .col-md-4 figure {
    height: 195px;
}

#Mylist .column {
    margin: 0px 0px 0px !important;
    padding-top: 80px;
    border-bottom: 1px solid #eeeeee;
}

.sistemler #Mylist .column {
    padding-top: 16px;
}

#onemli-duyuru {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 63px;
    margin: 10px;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

#onemli-duyuru img {
    width: 100%;
}


#onemli-duyuru a:hover img {
    filter: brightness(0.8);
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

/* Shine */
.hover14 figure {
    position: relative;
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.sidebar.sticky {
    top: 130px
}

.sticky-on {
    display: none;
}

.sticky .sticky-off {
    display: none;
}

.sticky .sticky-on {
    display: block;
    float: left;
    margin-left: 20%;
}

.image-gallery {
    float: left;
    margin: 1px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    width: 32%;
    height: 80px;
}

.image-gallery img {
    min-height: 100%;
    min-width: 100%;
}

hr.noborder {
    border: none;
}

.insaat-galeri img {
    min-height: 100%;
    min-width: 100%;
}

.insaat-galeri {
    height: 150px;
    overflow: hidden;
    padding: 0 2px;
    margin: 2px 0;
}

.social-contact {
    text-align: center;
    margin-bottom: 20px
}

.social-contact a i {
    font-size: 24px;
    margin: 0 5px;
}

.social-contact a i.fa-facebook {
    color: #3b5998
}

.social-contact a i.fa-linkedin {
    color: #0e76a8
}

div#contact-form {
    padding: 50px;
    background-image: url(../img/backcover.png);
    background-position-y: 90px;
    background-repeat: no-repeat;
    background-position-x: -25px;
}

footer {
    background-color: #f6f6f7;
    background-image: url('../img/backcover2.png');
    background-position-x: 123px;
    background-repeat: no-repeat;
}

footer .top-footer {
    padding: 35px 0;
}

footer .copyright {
    background-color: white;
    padding: 10px 0;
}

footer li {
    line-height: 1.7;
    color: #5a5a5a;
}

footer .logo {
    margin-top: 50px;
    width: 70%
}

footer li.mainlist {
    font-size: 1.7rem;
    color: #000;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    font-family: 'EurostileExt-Normal';
    font-weight: bold;
}

a.btn.btn-light {
    background-color: white;
    margin-top: 5px;
}

a.btn.btn-light:hover {
    background-color: #adadad;
    color: white
}

.btn-primary {
    background-color: #004a87;
    border-color: #004a87;
    padding: 4px 30px;
    margin-top: 10px;
}
}

footer .list-unstyled {
    margin: 0 16px;
}

footer .featurette-divider {
    margin: 3rem 0 2rem;
}

.list-inline {
    margin: 0 10px
}

.submenu .menu {
    font-size: 0.8rem
}

.submenu .menu a {
    text-decoration: none;
    color: white;
}

.submenu {
    margin-bottom: 20px
}

a.nav-link {
    font-weight: bold;
}

.lang img {
    width: 30px
}

button.btn.btn-secondary {
    background-color: #f7f6f7;
}

.social .list-inline-item:not(:last-child),
.lang .list-inline-item:not(:last-child) {
    margin-right: .1rem;
}

.lang {}

.search input {
    font-size: x-small;
    padding: 0px 7px;
    height: 25px;
    width: 89px !important;
    background-color: transparent !important;
    border: transparent;
    color: white !important;
    border-bottom: 1px solid white;
    border-radius: 0;
}

.search button {
    border-bottom: 1px solid;
    padding: 0 5px;
    color: white
}

.search {
    margin-left: 130px;
}

.navbar-toggle {
    z-index: 999999;
    position: relative;
    float: right;
    padding: 11px 10px;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #455862cc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: white;
    border-radius: 1px;
}

div#onemli-duyuru.mobile {
    width: 100%;
    height: 50px;
    background-color: #cacacaf2;
    margin: 0px;
    bottom: -4px;
    border-top: 3px solid #455862;
    font-size: 1.6rem;
    padding: 10px;
    color: white;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 19px;
        min-width: 45px;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    }

    .sticky .navbar-nav>li>a {
        padding-top: 18px;
    }

    .mobile {
        display: none;
    }

}

@media (max-width: 768px) {
    .col-md-7.list-unstyled {
        padding-left: 0px;
    }

    .navbar-mobile {
        background-color: #f6f6f7 !important;
        z-index: 999999;
    }

    .navbar-mobile .navbar-nav li a {
        padding: 5px 0px;
        color: #455862;
        text-shadow: 0px 0px !important;
        border-bottom: 1px solid #ffffff;
    }


    .navbar-mobile .language li {
        float: left;
    }

    .navbar-mobile .language {
        margin-left: -7px;
        margin-bottom: 10px;
    }

    .navbar-mobile .language li a {
        border-bottom: 0px;
    }

    .dropdown-menu {
        background-color: #67767e !important;
        padding: 0px;
    }

    .dropdown-menu li a {
        color: white !important;
        font-weight: 100;
        border-bottom: 1px solid #f6f6f738 !important;
    }

    .breadcrumb {
        display: none;
    }

    .kesfet {
        padding: 0 0 0;
    }

    .kesfet .col-md-4 {
        margin-bottom: 20px
    }

    .nav>li>a:focus,
    .nav>li>a:hover,
    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        text-decoration: none;
        background-color: transparent;
        font-weight: bold;
        color: #455862;
    }

    .navbar-nav li a:hover:after {
        display: none;
    }

    .sidebar {
        display: none;
    }

    #Mylist .column {
        padding-top: 20px;
    }

    .sticky .navbar-toggle {

        margin-top: 10px;
    }

    #Mylist figure {
        height: 205px;
    }

    #Mylist a {
        min-height: 260px;
    }


    .pc {
        display: none;
    }

    #onemli-duyuru img {
        height: 100%;
        width: auto;
    }
}

.loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-perspective: 780px;
    perspective: 780px;
}

.loader-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.loader-inner.box1 {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #004a87;
}

.loader-inner.box2 {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid #418ccb;
}

.loader-inner.box3 {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #bbbbbb;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


.prevent {
    pointer-events: none;
}


.loading {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background: #fffffff7;
}

#popup img {
    max-height: 600px
}



/* Çerezler */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 0.3em 1em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {

    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}