﻿
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}
/*Text*/
.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}

.display-none {
    display: none;
}

.clr-padding-left {
    padding-left: 0;
}

.border-clr {
    border: none;
}

.col-lg-2.menuyan {
    padding-right: 0px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    border: none;
    outline: 0;
}

.navbar-nav input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    top: -6px;
}

.navbar-default .navbar-nav > li > a {
    color: #6b6b6b;
}

.navbar-nav .glyphicon {
    top: 5px;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 66px;
    margin-top: -10px;
    margin-left: -40px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    height: 140px;
    margin-bottom: 20px;
}

.input-group-addon {
    background-color: transparent;
    border: none;
}

.btn-warning {
    background-color: #454545;
    border-color: #454545;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-color: #a71e2a;
        border-color: #a71e2a;
    }

@media all and (max-width: 767px) and (min-width: 320px) {
    .navbar-nav {
        margin: 0;
    }

    .container-fluid {
        padding-bottom: 0px;
    }

    .navbar-default {
        background-color: #fff;
    }

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        height: auto;
        margin-bottom: 0px;
    }

    .navbar {
        margin-bottom: 0px;
    }

        .navbar .container-fluid {
            border-bottom: 1px solid #e1e1e1;
        }

    .navbar-brand {
        height: 70px;
        margin-bottom: 20px;
        display: block;
    }

        .navbar-brand img {
            width: 40%;
        }

    .navbar-toggler {
        position: absolute;
        top: 15px;
        right: 15px
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-collapse {
        border: none;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #6b6b6b;
    }

    .navbar-default .navbar-nav > li > a {
        color: #6b6b6b;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #6b6b6b;
        }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1,
    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2,
    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4,
    .col-xs-5,
    .col-xs-6,
    .col-sm-5,
    .col-md-5,
    .col-lg-5,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,
    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8,
    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9,
    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10,
    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11,
    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        padding: 0;
    }

    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        margin: auto;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #6b6b6b;
    }
}





.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}
/*Text*/
.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}

.display-none {
    display: none;
}

.clr-padding-left {
    padding-left: 0;
}

.border-clr {
    border: none;
}

html,
body {
    font-weight: bold;
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}


p {
    font-family: 'Roboto', sans-serif !important;
    margin: 10px 0px 10px;
}

a:focus {
    outline: 0;
    border: none;
}

.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #a71e2a;
    outline: none !important;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
    -moz-box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
    box-shadow: inset 0 1px 1px #a71e2a, 0 0 3px #a71e2a;
}

article {
    margin: 0;
    padding: 0;
}

section h1 {
    color: #000000;
    font-size: 24px;
    padding-left: 15px;
}

section.left,
section.middle {
    min-height: 100%;
    height: 100% !important;
    margin-top: 0px;
    padding-top: 0px;
}

section.middle {
    padding-top: 20px;
}

.image-row {
    margin-bottom: 15px;
}

.field-validation-error,
.mailSonuc {
    font-weight: bold;
    color: #a71e2a;
}

@media all and (max-width: 767px) and (min-width: 320px) {
    a:focus {
        color: #6b6b6b;
        text-decoration: none;
    }

    section.left,
    section.middle {
        height: auto !important;
        min-height: 30px;
    }

    section h1.hakkimizda {
        padding-left: 0px;
    }
}


.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}
/*Text*/
.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}

.display-none {
    display: none;
}

.clr-padding-left {
    padding-left: 0;
}

.border-clr {
    border: none;
}

header {
    margin: 0;
    padding: 0;
}

section ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

    section ul li {
        border-bottom: 1px solid #e1e1e1;
        clear: both;
        float: none;
        margin-bottom: 5px;
        padding-bottom: 5px;
        position: relative;
        width: 100%;
    }

        section ul li ul {
            left: 27px;
            list-style: none;
            margin-top: 10px;
            padding-left: 17px;
            width: 85%;
        }

            section ul li ul li {
                border: transparent;
            }

                section ul li ul li a {
                    font-size: 15px;
                    text-decoration: none;
                    text-transform: lowercase;
                }

                    section ul li ul li a:hover {
                        text-decoration: none;
                    }

                    section ul li ul li a.bolder {
                        color: #6b6b6b;
                        text-transform: uppercase;
                    }

    section ul a {
        color: #6b6b6b;
        display: block;
        font-family: 'Roboto', sans-serif !important;
        text-decoration: none;
    }

        section ul a.selected {
            color: #000000;
            font-family: 'Roboto', sans-serif !important;
        }

        section ul a:hover {
            color: #000000;
        }

        section ul a.acilirmenu {
            border: none;
        }

@media all and (max-width: 767px) and (min-width: 320px) {
    section ul li {
        border: none;
    }

        section ul li a {
            color: #6b6b6b;
        }

            section ul li a:hover {
                color: #6b6b6b;
            }

        section ul li ul li a.bolder {
            color: #6b6b6b;
        }

            section ul li ul li a.bolder:active,
            section ul li ul li a.bolder:focus,
            section ul li ul li a.bolder:hover {
                color: #6b6b6b !important;
            }
}




.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}
/*Text*/
.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}

.display-none {
    display: none;
}

.clr-padding-left {
    padding-left: 0;
}

.border-clr {
    border: none;
}

footer.footer {
    bottom: 10px;
    left: 50px;
    position: fixed;
    z-index: 1;
}

footer .copy {
    color: #6b6b6b;
    font-size: 12px;
    text-align: center;
}


.zero-margin {
    margin: 0;
}

.zero-padding {
    padding: 0;
}
/*Text*/
.textRight {
    text-align: right;
}

.textLeft {
    text-align: left;
}

.textJustify {
    text-align: justify;
}

.textCenter {
    text-align: center;
}

.text-deco-none {
    text-decoration: none;
}

.text-deco-underline {
    text-decoration: underline;
}

.boldText {
    font-weight: bold;
}

.auto-width {
    width: auto;
}

.clear {
    clear: both;
    float: left;
    width: 100%;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.relative-right {
    position: relative;
    float: right;
}

.relative-left {
    position: relative;
    float: left;
}

.margin-auto {
    margin: auto !important;
}

.zero-margin-padding {
    margin: 0;
    padding: 0;
}

.hidden-overflow {
    overflow: hidden;
}

.transparent-bg {
    background-color: transparent;
}

.contain-bg-size {
    background-size: contain;
}

.display-none {
    display: none;
}

.clr-padding-left {
    padding-left: 0;
}

.border-clr {
    border: none;
}

.sosyalmedya {
    margin-bottom: 10px;
    padding-right: 25px;
}

    .sosyalmedya .icon {
        height: 20px;
        margin-right: 5px;
        float: right;
        width: 20px;
    }

        .sosyalmedya .icon img {
            height: 20px;
            width: 20px;
        }

.imagelar img {
    margin-bottom: 15px;
    width: 100%;
}

div.hakkimizda {
    padding: 10px;
    padding-top: 0px;
    float: right;
}

    div.hakkimizda img {
        margin-bottom: 10px;
    }

div.galleryDetailDiv {
    margin-bottom: 10px;
}

div.dil {
    clear: both;
    margin-bottom: 5px;
}

    div.dil .icons {
        float: right;
        margin-right: 5px;
    }

        div.dil .icons a {
            color: #6b6b6b;
            font-size: 13px;
            text-decoration: none;
        }

            div.dil .icons a:hover {
                color: #000000;
                text-decoration: none;
            }

.contact,
.hakkimda {
    float: right;
    padding-top: 40px;
}

.contact {
    margin-top: 0px;
}

    .contact.col-md-10 {
        padding: 10px;
    }

    .contact .alanlar {
        margin-bottom: 30px;
        margin-top: 10px;
    }

        .contact .alanlar.buton {
            padding-right: 5px;
        }

    .contact input {
        background: transparent;
        border: transparent;
        border-bottom: 1px solid #e1e1e1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    .contact textarea {
        border: none;
        border-bottom: 1px solid #e1e1e1;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
        height: 100px;
        resize: none;
        width: 100%;
    }

    .contact .btn-info {
        background-color: #454545;
        border-color: #454545;
    }

@media all and (max-width: 767px) and (min-width: 320px) {
    .sosyalmedya {
        margin-top: 16px;
    }

    .dilrenk {
        color: #6b6b6b;
    }

    div.hakkimizda {
        margin-top: 0px;
    }

    div.dil .icons a {
        color: #6b6b6b;
    }

        div.dil .icons a:hover {
            color: #e1e1e1;
        }


}


@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        width: 80% !important;
    }
}

.nav-item {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px;
    padding-bottom: 5px;
}


a.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


ul li ul li {
    border: 0 !important;
    list-style: none;
}



.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #6b6b6b;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.nav-link {
    color: #6b6b6b;
}

.dropdown-toggle::after {
    font-size: 20px;
}

>

ol, ul {
    padding-left: 0.7rem;
}


a.nav-link.dropdown-toggle {
    pointer-events: none;
    cursor: default;
}


.dropdown-item {
    margin: 5px;
}

.language-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-right: 35px;
}


ol, ul {
    padding-left: 1rem;
}


.g-recaptcha {
    margin-bottom: 10px;
}


.field-validation-error, .mailSonuc {
    font-weight: bold;
    color: #a71e2a;
    top: 5px;
    position: relative;
    font-size: 14px;
    float: left;
}


.col-md-3.photo-item {
    text-align: center;
    padding-bottom: 15px;
}

.grecaptcha-badge {
    bottom: 74px;
}