/* Custom labels: the container */

.nav-tabs > li,
.nav-pills > li {
    float: none;
    display: inline-block;
    display: inline;
    /* ie7 fix */
    zoom: 1;
    /* hasLayout ie7 trigger */
}

.nav-tabs,
.nav-pills {
    text-align: center;
}


.arch-item div.arch-header p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}



.arch-item {
    min-height: 390px;
    max-height: 390px;
    height: 390px;
}



.checkcontainer {
    display: table;
    position: relative;
    padding-left: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    /* Chrome, Opera, Safari */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Standard syntax */
}

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        border: 1px solid #ececec;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid black;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
    background-color: #a82013;
    border: 1px solid transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
    left: 8px;
    top: 5px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Create a custom radio button */
.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: #a82013;
    border: 1px solid transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

h4 {
    text-align: left;
}

.duyuruarsivi div {
    border-bottom: 1px solid #000;
    padding-top: 25px;
    padding-bottom: 15px;
}

    .duyuruarsivi div:first-child {
        border-top: 1px solid #000;
        margin-top: 15px;
    }

.photobox {
    position: absolute;
    bottom: 0px;
    left: auto;
    top: auto;
    right: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    visibility: visible;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
}

    .photobox:hover {
        background: rgba(0, 0, 0, 0.5);
    }

.photohover img {
    display: none;
    margin-bottom: 0px !important;
}

.photobox:hover img {
    display: block;
    padding: 9px;
}

.photohover {
    background-color: #541009;
    right: 10px;
    top: 10px;
    position: absolute;
}


.icsayfa {
    min-height: 471px
}

.placebox::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important;
    opacity: 0.4;
    /* Firefox */
}

.placebox:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black !important;
    opacity: 0.4;
}

.placebox::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black !important;
    opacity: 0.4;
}

.col-xs-6.col-sm-6.col-md-4 {
    margin-bottom: 30px
}

.brosuricons {
    position: absolute;
    display: block;
    left: 37%;
    display: table;
    transform: translateY(-50%);
    top: 75%;
    bottom: 0
}

.pdfgoruntule {
    padding: 10px 0px 10px 0px;
    border: 1px solid #fff;
}

.pdfindir {
    padding: 4px 5px 5px 5px;
    margin-left: 15px;
    border: 1px solid #fff;
}



.azizbaskan {
    margin-top: 15px;
}

    .azizbaskan p {
        font-style: italic;
        text-align: center !important;
    }

.captcha {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group label {
    font-size: 20px
}

#iletisim h5 {
    font-size: 20px
}

.tab-content {
    margin-top: 30px
}


.nav-tabs.nav-justified > li > a {
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}



    .nav-tabs.nav-justified > li > a:hover {
        background-color: white;
    }


.nav-tabs.nav-justified > li {
    display: inline;
    padding: 20px;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

    .nav-tabs.nav-justified > .active > a > span {
        border-bottom: 2px solid #a82013;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        color: #000;
        border: 0
    }

    .nav-tabs.nav-justified > li > a {
        color: #808285;
        border: 0;
        display: inline-block;
        display: inline;
    }

.sepet {
    width: 100%;
    position: relative;
}

.sepet-item {
    width: 100%;
    position: relative;
    display: table;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
}

    .sepet-item img {
        float: left;
    }

.fiyatayar {
    position: relative;
    display: inline;
}

    .fiyatayar img {
        float: right !important;
        margin-left: 50px !important;
        padding-top: 6px;
        border: 1px solid #000;
        padding-bottom: 6px;
        padding-left: 7px;
        padding-right: 7px;
        cursor: pointer;
    }

    .fiyatayar label {
        font-weight: 600 !important;
        float: right !important;
    }

.sepetodeme {
    width: 30%;
    left: 70%;
    margin-top: 35px;
    position: relative;
}

.sepetbosalt {
    margin-top: 20px;
}


.sepetodeme span {
    position: relative;
    float: right !important;
    font-weight: 600 !important;
    display: block !important;
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    width: 100%;
}

.sepetodeme div {
    float: right;
    position: relative;
}

#iletisim .sepet-item label {
    padding-top: 15px;
    padding-left: 15px;
}


#iletisim .sepet-item div {
    width: 100%;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.odemebitir .sepet-item div {
    padding-left: 5px !important;
    padding-right: 5px !important;
}



.sepet-item div:hover {
    background-color: #e2b6b1
}

#iletisim label {
    font-weight: 500;
    color: #000;
}

#iletisim .btn-danger {
    font-size: 20px;
    font-weight: 600;
    border-radius: 0px;
    background-color: #a82013;
    border-color: #a82013;
    padding-left: 15px;
    padding-right: 15px;
    height: 49px;
}

    #iletisim .btn-danger:hover {
        background-color: #d2322d;
        border-color: #d2322d;
    }

#iletisim .btn-bossepet {
    color: #000;
    border: 1px solid #000;
    margin-right: 10px;
    background-color: #ffffff;
}

    #iletisim .btn-bossepet:hover {
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
    }

.icsayfa p {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
    color: #000;
    margin: 0 0 30px;
}

#iletisim span {
    font-size: 20px;
    float: left;
    padding-top: 15px;
    font-weight: 500;
    color: #000;
}

#iletisim .inputbox {
    height: 49px;
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

#iletisim .checkboxs {
    border-radius: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

#iletisim textarea {
    border-radius: 0px;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}


#iletisim h4 {
    border-bottom: 1px solid #000;
    padding-bottom: 10px
}

.headic {
    background-image: url(../img/tr/head-ic.png);
    height: 450px;
    background-size: cover;
}

.ortakutu {
    padding: 0px 0px 0px 0px;
    margin-top: 7%;
}

.minikkutukapsam {
    margin-top: 40px;
}

.apikamlogo {
    width: 122px !important
}

@media (max-width: 1680px) {



    #aramadiv {
        margin-top: 30px !important;
    }

    .nav-tabs.nav-justified > li > a {
        font-size: 19px;
        font-weight: 600;
    }

    #grid img {
        padding: 5px !important;
        padding-top: 6px !important;
        width: 49px;
        margin-right: 10px;
        border: 1px solid #000;
    }

    #iletisim h5 {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        font-size: 19px;
        color: #000;
    }

    .form-group label {
        font-size: 19px
    }

    .pagination > li > a,
    .pagination > li > span {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 19px;
    }

    .fiyatayar img {
        margin-left: 45px !important;
        padding-top: 6px;
        width: 40px;
        margin-top: 3px;
    }

    .checkcontainer {
        font-size: 19px
    }

    #iletisim .btn-danger {
        font-size: 19px;
        height: 46px;
    }

    .icsayfa p {
        font-size: 19px;
        line-height: 29px;
        margin: 0 0 25px;
    }

    #iletisim span {
        font-size: 19px;
    }

    #iletisim .sepet-item div {
        font-size: 19px;
    }

    #iletisim .inputbox {
        font-size: 19px;
        height: 46px;
    }

    #iletisim .checkboxs {
        font-size: 19px;
    }

    #iletisim textarea {
        font-size: 19px;
    }

    .headic {
        background-image: url(../img/tr/head-ic.png);
        background-size: cover;
    }
}

@media (max-width: 1440px) {
    .nav-tabs.nav-justified > li > a {
        font-size: 18px;
    }

    #populer span {
        margin-right: 5px !important
    }

    #grid img {
        padding: 7px !important;
        margin-right: 5px !important;
        width: 46px;
        border: 1px solid #000;
        margin-top: 1px;
    }

    #list img {
        padding: 7px !important;
        width: 46px;
        margin-top: 1px !important;
        border: 1px solid #000;
    }

    #iletisim h5 {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        font-size: 18px;
        color: #000;
    }

    .form-group label {
        font-size: 18px
    }


    .radiobtn {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #fff;
        border: 1px solid black;
        border-radius: 50%;
    }

    .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        border: 1px solid black;
        background-color: #fff;
    }

    .checkcontainer .checkmark:after {
        left: 8px;
        top: 4px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .checkcontainer .radiobtn:after {
        top: 7px;
        left: 7px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: white;
    }

    .pagination > li > a,
    .pagination > li > span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }

    .fiyatayar img {
        margin-left: 45px !important;
        padding-top: 6px;
        width: 40px;
        margin-top: 3px;
    }

    .spacer-small {
        height: 20px;
    }

    .checkcontainer {
        font-size: 18px
    }

    #iletisim .btn-danger {
        font-size: 18px;
        height: 45px;
    }

    .icsayfa p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 20px;
    }

    #iletisim span {
        font-size: 18px;
    }

    #iletisim .sepet-item div {
        font-size: 18px;
    }

    #iletisim .inputbox {
        font-size: 18px;
        height: 45px;
    }

    #iletisim .checkboxs {
        font-size: 18px;
    }

    #iletisim textarea {
        font-size: 18px;
    }



    .headic {
        background-image: url(../img/tr/head-ic.png);
        background-size: cover;
    }

    .ortakutu {
        padding: 0px 0px 0px 0px;
        margin-top: 5%;
    }
}

@media (max-width: 1199px) {
    #aramadiv {
        margin-left: 0px
    }

    .nav-tabs.nav-justified > li {
        display: inline;
        padding: 15px;
    }

    #grid img {
        padding: 6px !important;
        margin-right: 5px !important;
        padding-top: 6px !important;
        padding-bottom: 4px !important;
        width: 48px;
        border: 1px solid #000;
        margin-top: 1px;
    }

    #grid {
        position: relative !important;
        top: -4px !important;
    }

    #list {
        position: relative !important;
        top: -4px !important;
    }

        #list img {
            padding: 6px !important;
            padding-top: 6px !important;
            padding-bottom: 4px !important;
            width: 48px;
            border: 1px solid #000;
            margin-top: 1px;
        }

    #iletisim h5 {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        font-size: 17px;
        color: #000;
    }

    .form-group label {
        font-size: 17px
    }


    .pagination > li > a,
    .pagination > li > span {
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 17px;
    }

    .checkcontainer {
        font-size: 17px
    }

    #iletisim .btn-danger {
        font-size: 17px;
        height: 42px;
    }

    .icsayfa p {
        font-size: 17px;
        line-height: 27px;
        margin: 0 0 15px;
    }

    #iletisim span {
        font-size: 17px;
    }

    #iletisim .sepet-item div {
        font-size: 17px;
    }

    #iletisim .inputbox {
        font-size: 17px;
        height: 42px;
    }

    #iletisim .checkboxs {
        font-size: 17px;
    }

    #iletisim textarea {
        font-size: 17px;
    }
}

@media (max-width: 991px) {

    .gunseciniz {
        padding-right: 15px !important;
    }



    .nav-tabs.nav-justified > li {
        display: block;
        width: 100%;
        padding: 10px;
        text-align: left;
        padding-left: 0px;
        margin-left: -15px;
    }

    #list img {
        padding: 6px !important;
        padding-top: 6px !important;
        padding-bottom: 5px !important;
        width: 46px;
        border: 1px solid #000;
        margin-top: 1px;
    }

    #grid img {
        padding: 6px !important;
        margin-right: 5px !important;
        padding-top: 6px !important;
        padding-bottom: 5px !important;
        width: 46px;
        border: 1px solid #000;
        margin-top: 1px;
    }

    #iletisim h5 {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        font-size: 16px;
        color: #000;
    }

    .form-group label {
        font-size: 16px
    }


    .sepetbosalt button {
        float: right;
        display: block;
        margin-top: 10px;
    }

    .sepetbosalt {
        margin-top: 10px;
    }

    #iletisim .btn-bossepet {
        margin-right: 0px;
    }

    .checkcontainer {
        font-size: 16px
    }

    #iletisim .btn-danger {
        font-size: 16px;
        height: 40px;
    }

    .icsayfa p {
        font-size: 16px;
        line-height: 26px;
        margin: 0 0 10px;
    }

    #iletisim span {
        font-size: 16px;
    }

    #iletisim .sepet-item div {
        font-size: 16px;
    }

    #iletisim .inputbox {
        font-size: 16px;
        height: 40px;
    }

    #iletisim .checkboxs {
        font-size: 16px;
    }

    #iletisim textarea {
        font-size: 16px;
    }

    .apikamlogo {
        width: 100px !important;
    }

    .minikkutu {
        width: 120px;
        height: 105px;
    }

    .headic {
        background-image: url(../img/tr/head-ic.png);
        background-size: cover;
    }

    .captcha {
        padding-left: 15px;
        padding-right: 15px;
    }

        .captcha img {
            float: left !important;
            margin-left: 10px;
            margin-bottom: 5px;
        }
}

@media (max-width: 767px) {
    .duyuruselect {
        padding-right: 15px !important;
    }

    .nav-tabs.nav-justified > li > a {
        line-height: 30px
    }

    .nav-tabs.nav-justified > li {
        display: block;
        width: 100%;
        padding: 5px;
        text-align: left;
        padding-left: 0px;
        margin-left: -15px;
    }

    .content-image img {
        max-width: 100% !important;
        padding-right: 0px !important;
        width: 100%;
    }

    .azizbaskan p {
        font-style: italic;
    }

    #iletisim h5 {
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        font-size: 15px;
        color: #000;
    }

    .form-group label {
        font-size: 15px
    }


    #iletisim .btn-bossepet {
        margin-right: 0px;
    }

    .sepetodeme {
        width: 100%;
        left: 0%;
        margin-top: 15px;
        position: relative;
    }

        .sepetodeme div {
            float: right;
            position: relative;
            width: 100%;
        }

    .sepet-item img {
        float: left;
        margin-right: 4px;
    }

    .fiyatayar img {
        margin-left: 20px !important;
        padding-top: 7px;
        width: 33px;
        margin-right: 0px !important;
    }

    #iletisim .sepet-item div {
        padding-left: 0px
    }


    .checkcontainer {
        font-size: 15px
    }

    #iletisim .btn-danger {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 37px;
    }

    .icsayfa p {
        font-weight: 500;
    }

    #iletisim span {
        font-size: 15px;
    }

    #iletisim .sepet-item div {
        font-size: 15px;
    }

    #iletisim .inputbox {
        font-size: 15px;
        height: 37px;
    }

    #iletisim .checkboxs {
        font-size: 15px;
    }

    #iletisim textarea {
        font-size: 15px;
    }


    .captcha img {
        float: left !important;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .minikkutu {
        width: 100%;
        height: 105px;
    }

    #iletisim textarea {
        margin-top: 0px;
    }

    .spacer-small {
        height: 15px;
    }

    .headic {
        background-image: url(../img/tr/head-ic.png);
        height: 100%;
        background-size: cover;
    }
}
   


