/*------------------------------------
  Boxed layout
------------------------------------*/
.g-layout-boxed,
.g-layout-semiboxed {
    background-color: #f7f7f7;
}

.u-outer-space-v1 .g-layout-boxed::after,
.u-outer-space-v2 .g-layout-boxed::after,
.u-outer-space-v1 .g-layout-semiboxed::after,
.u-outer-space-v2 .g-layout-semiboxed::after {
    border-bottom-color: #f7f7f7;
}

.g-layout-boxed main,
.g-layout-semiboxed main {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


@media (min-width: 1200px) {
    .g-layout-boxed main {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .g-layout-semiboxed main {
        width: 1340px;
    }
}

@media (min-width: 768px) {
    .u-outer-space-v1 {
        margin: 20px;
    }
}

@media (min-width: 768px) {
    .u-outer-space-v1 body {
        height: calc(100% - 40px);
        min-height: calc(100% - 40px);
    }
}

@media (min-width: 768px) {
    .u-outer-space-v2 {
        margin: 40px;
    }
}

@media (min-width: 768px) {
    .u-outer-space-v2 body {
        height: calc(100% - 80px);
        min-height: calc(100% - 80px);
    }
}


.u-divider-linear-gradient--gray-light-v2 {
    background-image: linear-gradient(to right, transparent, #a10f2b, transparent);
}
.u-divider-linear-gradient-to-right{
    background-image: linear-gradient(to right, #a10f2b, transparent);}

.u-divider-linear-gradient--gray-light-v2-blck {
        background-image: linear-gradient(to right, transparent, #000, transparent);
    }

/*------------------------------------
  Header
------------------------------------*/
.banner {
    background: url("../img/logo.png"),url("../img/banner.png");
    background-repeat: no-repeat;
    background-position: left,top right;
}

.header-fix {
    height: 97px;
    background-color: #f7f7f7;
}

.nav-fix {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f2f2f2 !important;
    padding: 0 !important;
}


.header-shadow {
    box-shadow: 0px -1px 10px -3px #CCC, 0px 1px 10px -3px #CCC;
}

.subMenuOpen {
   
     display: block !important;
}


/*------------------------------------
  Komutan
------------------------------------*/
    .k-bg {
    background: url("../img/komutan-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    position: relative;
}

.k-y-0 {
    position: absolute;
    top: 240px;
    left: 0;
    width: 100%;
    font-size: 1.0em;
    line-height: 18px;
    font-weight: 600;
}

.k-y-1 {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    font-size: 1.0em;
    line-height: 18px;
    font-weight: 600;
}
.k-y-2 {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    font-size: 1.0em;
    line-height: 18px;
    font-weight: 600;
}

h5 {
    font-size: 18px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 15rem auto;
    }
}



.f-size-14 {
    font-size: 14px !important;
}

.f-size-16 {
    font-size: 16px !important;
}

.f-size-18 {
    font-size: 18px !important;
}

.lb-w{
width:49% !important;
}
.k-listbox-toolbar {
    margin-bottom:auto !important;
    margin-top:auto !important;
}
.k-listbox {
    height:350px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.icon-around-circle {
    border-radius: 50%;
    border: 2px solid;
    padding: 0.2em 0.3em;
}





label.cabinet {
    display: block;
    cursor: pointer;
}

    label.cabinet input.file {
        position: absolute;
        height: 100%;
        width: auto;
        opacity: 0;
        -moz-opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        
    }

#upload-demo {
    width: 1000px;
    height: 600px;
    padding-bottom: 25px;
}

#item-img-output {
    width: 195px !important;
    height: 120px !important;
}

figure figcaption {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding-left: 9px;
    padding-bottom: 10px;
    text-shadow: 0 0 10px #000;
}
.c-row {
    display: flex;
    flex-wrap: wrap;
    margin-right:2px;
}
.c-datetimepicker {
   width: 13.4em !important;
}


.loading-screen
{

    display:none;
    position:fixed;
    z-index:1070;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(255,255,255,.8);

}

body.loading .loading-screen {
    overflow: hidden;
}
body.loading .loading-screen {
    display: block;
}

.loading-img {
    position: fixed;
    top: 32%;
    left: 50%;
    font-weight: 600;
    font-size: 12px;
}

.loading-text {
    position: fixed;
    top: 35%;
    left: 50%;
    font-weight: 600;
    font-size: 12px;
    padding-left: 14px;
}

.k-button {
    padding: .175rem .40rem !important;
    border-style: none !important;
}
.k-grid td, .k-grid th {
    padding: .50rem .50rem !important;
}


/*WIDTH CUSTOM*/

.w-10i {
    width: 10%;
}
.w-15i {
    width: 15%;
}
.w-20i {
    width: 20%;
}
.w-25i {
    width: 25%;
}
.w-30i {
    width: 30%;
}
.w-35i {
    width: 35%;
}
.w-40i {
    width: 40%;
}
.w-45i {
    width: 45%;
}
.w-50i {
    width: 50%;
}
.w-55i {
    width: 55%;
}
.w-60i {
    width: 60%;
}
.w-65i {
    width: 65%;
}
.w-70i {
    width: 70%;
}
.w-75i {
    width: 75%;
}
.w-80i {
    width: 80%;
}
.w-85i {
    width: 85%;
}
.w-90i {
    width: 90%;
}
.w-95i {
    width: 95%;
}
.w-100i {
    width: 100%;
}



.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-45 {
    width: 45% !important;
}
.w-55 {
    width: 55% !important;
}
.w-65 {
    width: 65% !important;
}

.w-80 {
    width: 80% !important;
}

.mw-95{
    max-width:95% !important;
}
.mw-75 {
    max-width: 75% !important;
}
.mw-50 {
    max-width: 50% !important;
}
.mw-25 {
    max-width: 25% !important;
}

.mh-175 {
    max-height:175px!important;
}
.m9rem {
    margin: 9rem auto;
}

.wh-20 {
    width:20px;
    height:20px;
}
.form-label-12px {
    font-size: 12px !important;
    line-height: 1.7 !important;
}

.haber-galeri{display:inline-block;
              margin-right:20px;
              margin-top:20px;
              position:relative;
}
.haber-galeri-img {
    height: 225px;
}

.haber-galeri-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #d0d0d0;
}
.haber-galeri:hover .haber-galeri-overlay {
    opacity:.6;
}
.haber-galeri-icon {
    color: black;
    font-size: 75px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 340px;
    height: 225px;
}
.haber-galeri-overlay a:hover {
    color: black;
}


.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    transition: 0.4s;
    height: 300px !important;
    width: 100%;
    object-fit: cover;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}



@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.03);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

@media (max-width: 576px) {

    .pc {
        display: none;
    }

    .btn-pc {
        width: 100%;
    }

    .form-group.col-md-6.sehitlik:nth-child(2) {
        margin-top: 20px;
    }
}

@media (min-width: 576px) {

    .mobil {
        display: none;
    }

    .btn-mobil {
        width: 25%;
    }
}


.col-centered {
    display: grid;
    float: none;
    margin-right: -4px;
    text-align: center;
    align-items: center;
}


.baglantilar img {
    height: 100px;
    width: 90px;
    -webkit-transition: all 0.4s ease; /* Safari and Chrome */
    -moz-transition: all 0.4s ease; /* Firefox */
    -o-transition: all 0.4s ease; /* IE 9 */
    -ms-transition: all 0.4s ease; /* Opera */
    transition: all 0.4s ease;
}

    .baglantilar img:hover {
        -webkit-transform: scale(1.1); /* Safari and Chrome */
        -moz-transform: scale(1.1); /* Firefox */
        -ms-transform: scale(1.1); /* IE 9 */
        -o-transform: scale(1.1); /* Opera */
        transform: scale(1.1);
    }

.bg-black {
    background:rgba(0, 0, 0, 0.62);
    width:100%;
}


/*------------------------------------
  Kendo UI BreadCrumb
------------------------------------*/

    .k-breadcrumb {
        margin: 10px 0px;
        background: #f9f9f9;
        font-weight: 600;
    }

    .k-breadcrumb .k-breadcrumb-link {
            color: #555555;
            font-size: 0.9rem;
        }

    .k-breadcrumb-link:hover {
        color: #c04d54 !important;
    }

    .k-breadcrumb .k-breadcrumb-root-link {
        margin-right: 0px;
        color: #555555;
    }

    .k-state-disabled {
        opacity: 1 !important;
        color: #c04d54 !important;
    }


/*------------------------------------
  Pro-Slider
------------------------------------*/
.carousel {
    background: white;
}

.carousel-cell {
    margin-right: 5rem;
}

    .carousel-cell:before {
        display: block;
        text-align: center;
        line-height: 400px;
        color: white
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    height: 300px !important;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.slider-pro {
    font-family: Arial;
}

.card {
    background: #EEE;
}

.card-body {
    padding: 0.25rem;
}

.card-text {
    font-size: medium !important;
}

.sp-thumbnail-image-container {
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
}

.sp-thumbnail-image {
    height: 100%;
}

.sp-thumbnail-text {
    width: 170px;
    height: 80px;
    float: right;
    padding: 8px;
    background-color: #F0F0F0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.sp-thumbnail-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
    font-size: smaller;
}

.sp-thumbnail-description {
    font-size: xx-large;
    color: #333;
}



@media (max-width: 500px) {
    .sp-thumbnail {
        text-align: center;
    }

    .sp-thumbnail-image-container {
        display: none;
    }

    .sp-thumbnail-text {
        width: 120px;
    }

    .sp-thumbnail-title {
        font-size: 7px;
        text-transform: uppercase;
        margin-top: -5px;
    }

    .sp-thumbnail-description {
        display: none;
    }

    .slider-pro p.sp-layer {
        font-size: xx-large;
    }
}
