﻿body {
    font-size: 14px;
}


.bg-white{ background-color: #fff;}
.left-icon.btn i {
    padding-left: 0 !important;
    padding-right: 10px;
}
.no-height {
    height: unset !important;
}
.h-100 {
    height: 100%;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.text-bold {
    font-weight: bold !important;
}
.w-auto {
    width: auto !important;
}
.wmin-100 {
    min-width: 100px !important; }
.wmin-150 {
    min-width: 150px !important;
}
.wmax-100 {
    max-width: 100px !important;
}
.wmax-150 {
    max-width: 150px !important;
}
.wmax-300 {
    max-width: 300px !important;
}
.m-r-5{ margin-right: 5px !important;}
.m-r-10{ margin-right: 10px !important;}
.m-r-15{ margin-right: 15px !important;}
.m-r-20{ margin-right: 20px !important;}
.m-l-5{ margin-left: 5px !important;}
.m-l-20{ margin-left: 20px !important;}
.m-b-15{ margin-bottom: 15px !important;}
.m-b-20{ margin-bottom: 20px !important;}
.m-b-30{ margin-bottom: 30px !important;}
.m-t-0{ margin-top: 0 !important;}
.m-b-0{ margin-bottom: 0 !important;}
.alert-light {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.custom-form2 {
    float: left;
    width: 100%;
    position: relative;
}

/*  Profile Menu Icon */
.user-profile-menu-wrap:before {
    content: "\f2c0" !important;
    color: #5ECFB1;
    animation: none !important;
    font-weight: bold;
    z-index: 2;
    opacity: .6;

}


/* Dashboard film photo*/
.fuzone.estep-stayla {
    border: 2px dashed #4db7fe;
}
.fuzone.estep-stayla:hover {
    border: 2px dashed #5ECFB1;
}
.add-list-media-wrap {
    margin-bottom: 20px;
}
.dashboard-filmfoto-container {
    position: relative;
    border: 2px dashed #eee;
    border-radius: 3px;
    background: #f9f9f9;
    transition: all 0.3s linear;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    min-height: 150px;
    margin-top: 20px;
    float: left;
    cursor: pointer;
    padding: 10px;
}
    .dashboard-filmfoto-container img { max-width: 100%; }
    .dashboard-filmfoto-container .media-ops {
        position: absolute;
        bottom: 10px;
        width: calc(100% - 20px);
        background-color: #23527c;
        background-color: rgba(0, 0, 0, .5);
        padding: 5px;
        text-align: center;
        left: 10px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        .dashboard-filmfoto-container .media-ops .media-title {
            color: #fff;
            font-size: 14px;
            text-align: center;
            width: 100%;
            display: inline-block;
            margin-bottom: 5px;
        }
        .dashboard-filmfoto-container .media-ops .media-op {
            display: inline-block;
            background-color: #fff;
            border-radius: 100%;
            width: 32px;
            height: 32px;
            padding: 0;
            line-height: 32px;
            font-size: 18px;
            opacity: .6;
            color: #000000;
            text-align: center;
            -webkit-transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
        }
    .dashboard-filmfoto-container .media-ops .media-op:hover {
        opacity: 1;
        background-color: #4DB7FE;
        color: #fff;
    }
    .dashboard-filmfoto-container.videos .media-ops {
        text-align: right;
        background-color: transparent;
    }
.video-media-title {
    height: 40px;
    line-height: 20px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 15px;
    overflow-y: auto;
}



.dashboard-filmfoto-container.withbg {
        position: relative;
        height: 230px;
    }
        .dashboard-filmfoto-container.withbg a {
            display: block;
            width: 100%;
            height: 100%;
        }
            .dashboard-filmfoto-container.withbg a i {
                position: absolute;
                font-size: 32px;
                color: #fff;
                top: 60%;
                left: 50%;
                transform: translate(-50%, -50%);
                opacity: 0;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
        .dashboard-filmfoto-container.withbg:hover a i { 
            top: 50%;
            opacity: 1; 
        }
        .dashboard-filmfoto-container.withbg .bg-item {
            position: absolute;
            left: 3%;
            top: 3%;
            width: 94%;
            height: 94%;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            transition: all 0.3s linear;

        }
            .dashboard-filmfoto-container.withbg .bg-item:after {
                position: absolute;
                content: ' ';
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, .2);
                left: 0;
                top: 0;
                transition: all 0.3s linear;
            }
        .dashboard-filmfoto-container.withbg:hover .bg-item:after { background-color: rgba(0, 0, 0, .4); }
        .dashboard-filmfoto-container.withbg.videolist a i {
            font-size: 48px;
            top: 50%;
            opacity: 1;
        }
        .dashboard-filmfoto-container.withbg.videolist:hover a i {
            font-size: 60px;
        }

.filmvideos .fuzone .fu-text {
    text-align: center;
    margin: 40px 0;
    font-size: 12px;
    color: #98AAB8;
    position: relative;
}
.filmvideos .dashboard-filmfoto-container .videolinks {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.filmvideos .dashboard-filmfoto-container .videolinks:after {
    position: absolute;
    content: " ";
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.2s linear;
    transition: all .2s linear;
}
    .filmvideos .dashboard-filmfoto-container:hover .videolinks:after {
        background-color: rgba(0, 0, 0, 0.2);
    }
.filmvideos .dashboard-filmfoto-container .videolinks i.fa {
    position: absolute;
    font-size: 4em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    color: white;
    opacity: .5;
    z-index: 1;
}
    .filmvideos .dashboard-filmfoto-container .videolinks:hover i.fa {
        opacity: 1;
    }
/**/


/*  Slim Upload Panel*/
.slim-upload-panel {

}
    .slim-upload-panel .slimupload-container {
        margin: 0 auto 15px auto;

    }
.slim .slim-btn-group {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .3);
}
slim-btn-group {
    padding: .5em 0;
}
.slim-btn-upload { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%2326f6ff' fill-rule='evenodd'/%3E%3C/svg%3E") !important; }
.slim-btn-remove { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442c0-4.943 4.006-8.95 8.95-8.95 4.942 0 8.95 4.007 8.95 8.95l-8.95 134.238c0 4.943-4.008 8.95-8.95 8.95-4.942 0-8.95-4.008-8.95-8.95l8.95-134.238zm-44.746 0c0-4.943 4.006-8.95 8.948-8.95 4.943 0 8.95 4.007 8.95 8.95V232.68c0 4.943-4.007 8.95-8.95 8.95s-8.95-4.008-8.95-8.95V98.442zm-35.798-8.95c4.943 0 8.95 4.006 8.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948-4.943 0-8.95-4.007-8.95-8.95l-8.95-134.236c0-4.943 4.008-8.95 8.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9V35.81H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23ff3b3b'/%3E%3C/svg%3E") !important; }
.slim-btn::before {border: 3px solid #26f6ff !important;}
.slim-btn.slim-btn-remove::before {border: 3px solid #ff3b3b !important;}


/*  Blockquote question*/
blockquote.question {
    padding: 10px 75px 10px 20px;
}

blockquote.question:before {
    content: "\f059";
    font-size: 75px;
}
/**/


/*  Add Button  */
.add-button {
    padding: 13px 32px;
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    background: #4DB7FE;
    box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.1);
}
    .add-button:hover {
        color: #23527c;
        text-decoration: none;
        box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.2);
    }
    .add-button span {
        padding-left: 4px;
        font-weight: 700;
    }
/**/


/*  Operation Buttons*/
.opbuttons {
    text-align: center;
}
.opbuttons a {
    background: #4DB7FE;
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: 0 3px;
}
.opbuttons a:hover {
    background: #2C3B5A;
}
/**/


/*  Green buton hover application*/
.btnVerify:hover {
    background-color: #00b915;
}


/*  Dropdown Ok büyütme*/
.custom-form .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000000;
    height: 10px;
    right: 18px;
    width: 10px;
}


/*  Action Container */
.profile-edit-container.formaction-container {
    margin-top: 60px !important;
    /*padding-bottom: 0 !important;*/
    /*border-bottom: none !important;*/
}


/*  nice select */
.custom-form .nice-select {
    background: #f9f9f9 !important;
    color: black !important;
}
    .custom-form .nice-select.open {
        border: 1px solid #4db7fe !important;
    }

/*  Header Style */
.profile-edit-header.estep-header h4 span {
    color: #5ECFB1;
    font-size: 150%;
    display: block;
}
.profile-edit-header.estep-header.slim-header {
    padding-bottom: unset !important;
    margin: 15px 0;
    border-bottom: dashed 1px #5ECFB1;
}
    .profile-edit-header.estep-header.slim-header h4 {
        padding-bottom: unset !important;
        font-size: 14px;
    }
h4.estep-stayla {
    text-align: left;
    font-size: 18px;
    color: #646f77;
    font-weight: 700;
    padding-bottom: 5px;
    margin-top: 30px;
}
.table-bordered th {
    font-weight: 600;
}

/*  Form içi Widget */
.onoffswitch-inner:before {
    content: "EVET";
    padding-left: 12px;
    font-size: 13px;
}
.onoffswitch-inner:after {
    content: "HAYIR";
    padding-right: 9px;
    font-size: 13px;
}
.estep-stayla.act-widget label {
    margin-bottom: 0;
}
.estep-stayla.act-widget .act-widget-header {
    padding-top: 0;
    margin-bottom: 5px;
}
.estep-stayla.act-widget h4 {
    top: 6px !important;
}
/**/


/*  Mevzuat*/
.mevzuat .features-box h3 {
    font-size: 15px;
    margin-top: 5px;
}

/*  Modal Ortala */
.modal.ortala {
    text-align: center;
    padding: 0!important;
}

    .modal.ortala:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

    .modal.ortala .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
/**/


/*  Modal Düzeltmeleri*/
.modal-open footer.main-footer,
.modal-open section {
    z-index: -1 !important;
}

.modal .close {
    font-size: 32px;
    filter: alpha(opacity=40);
    opacity: .4;
    margin-top: -4px;
}
/**/


/*  Placeholder setup */
.custom-form  input::-webkit-input-placeholder  , .custom-form  textarea::-webkit-input-placeholder{
    color: #bdbdbd !important;
}
.custom-form input:-moz-placeholder, .custom-form textarea:-moz-placeholder {
    color: #bdbdbd !important;
}
/**/

.select2estep {
    width: 100%;
}
.select2-results {
    text-align: left;

}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e4e4e4;
    color: #b5b5b5;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #4db7fe 1px !important;
    background: #f8fbfe !important;
}
.select2-container--default .select2-selection--multiple {
    background-color: #f9f9f9 !important;
    border: 1px solid #eee !important;
}
.select2-dropdown {
    border: 1px solid #4db7fe !important;
}








/*
*  Niceselect scrollbar
*/
.nice-select .nice-select-search-box {
    width: calc(100% - 15px) !important;
}
.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.nice-select .list::-webkit-scrollbar {
    width: 10px !important;
    background-color: #F5F5F5;
}
.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #3366FF;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent)
}
/**/



/* Dashboard Listing */
.dashboard-status-item {
    position: absolute;
    right: 30px;
    top: 22px;
    z-index: 10;
}
    .dashboard-status-item span,
    .dashboard-listing-table-status span {
        padding: 6px 15px;
        border-radius: 4px;
        color: #fff;
        background: #5ECFB1;
    }
    .dashboard-status-item.taslak span, .dashboard-listing-table-status.taslak span {
        color: #856404;
        background-color: #fff3cd;
    }
    .dashboard-status-item.onayli span, .dashboard-listing-table-status.onayli span {
        color: #155724;
        background-color: #d4edda;
    }
    .dashboard-status-item.bekliyor span, .dashboard-listing-table-status.bekliyor span {
        color: #0c5460;
        background-color: #d1ecf1;
    }
    .dashboard-status-item.red span, .dashboard-listing-table-status.red span {
        color: #721c24;
        background-color: #f8d7da;
    }
.dashboard-listing-table-opt li {
    float: right;
    margin-left: 10px;
}
.dashboard-listing-table-opt li a:hover {
    text-decoration: none !important;
}
    .dashboard-listing-table-opt li a.del-btn {
        color: #383d41;
        background: #e2e3e5;
        border-color: #d6d8db;
    }
        .dashboard-listing-table-opt li a.del-btn:hover {
            color: #fff;
        }
.dashboard-listing-table-date {
    float: left;
    padding-bottom: 20px;
}
.dashboard-listing-table-text h4 {
    padding-bottom: 0;
}



/*  Login Page*/
.loginpage-form {

}
    .loginpage-form .main-register-holder {
        max-width: 660px;
        margin: 0 auto;
        
    }
    @media only screen and (max-width: 700px) {
        .loginpage-form .main-register-holder {
            max-width: 100% !important;
            margin: 0 auto;
        
        }
        .loginpage-form .tabs-menu li {
            width: 100%;
        }
    }



/* Movie Detay*/
.list-author-widget-contacts.estep-stayla li span:first-child {
    width: 200px;
}
.list-author-widget-contacts.estep-stayla li span:nth-child(2) {
    font-weight: 300 !important;
}
.list-author-widget-contacts.estep-stayla li span i {
    color: #536985;
}
.list-author-widget-contacts.estep-stayla li a {
    margin-left: unset !important;
    margin-right: 20px;
}
.box-widget-item.estep-stayla .list-single-tags a {
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-widget-item.estep-stayla .list-single-tags a:hover {
    background-color: #2078bb;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#177dcc), to(#49ffe6));
    background: -webkit-linear-gradient(top, #177dcc, #49ffe6);
    background: -moz-linear-gradient(top, #177dcc, #49ffe6);
    background: -ms-linear-gradient(top, #177dcc, #49ffe6);
    background: -o-linear-gradient(top, ##177dcc, #49ffe6);
    color: #062227;
    text-decoration: none;
}



/*  Detail Form Customs*/
.detail-form,
.detail-form .row {
    text-align: left;
}
.detail-form label {
    color: #23527c;
    margin-bottom: 0 !important;
}
    .detail-form .col-md-6,
    .detail-form .col-md-12 {
        margin-bottom: 15px;
    }


/* 
    Formview Navbar
*/
#formislemleri.navbar-light {
    color: #333333;
    color: rgba(51,51,51,.85);
    background-color: #F8FBFE !important;
    border-color: #000000;
    border-color: rgba(0,0,0,.125);
    min-height: unset;
    position: relative;
    float: right;
    /*width: 100%;*/
}
#formislemleri .nav > li {
    font-size: 18px;
    font-weight: 600;
}
#formislemleri .navbar-nav {
    float: right;
}
#formislemleri .navbar-brand {
    font-weight: bold;
    color: #cf835e;
}
#formislemleri .navbar-nav .fa,
#formislemleri .navbar-brand .fa {
    display: block;
    padding: 10px 0;
}
#formislemleri .nav > li > a:focus,
#formislemleri .nav > li > a:hover {
    background-color: #4db7fe;
    color: #fff;
}
.gostergizlebuton {
    font-size: 14px;
    margin: 15px;
}
.parallax-section.no-padding {
    padding: 0 !important;
}
.newbanner {
    position: relative;
}
    .newbanner .newbannerimg {
        position: relative;
        width: 100%;
        z-index: 1;
    }
    .newbanner .section-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 0;
        float: none;
        z-index: 3;
    }
.home-search {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
    .home-search .main-search-input-wrap {
        margin: 0 auto;
    }
    .home-search .main-search-input {
        margin-top: 0;
    }



/*  Footer Düzenlemeleri */
.footer-social li a {
    font-size: 32px;
}
.footer-social li {
    margin: 0;
    margin-right: 23px;
}

.sub-footer .about-widget img {
    width: auto;
}
.logo-holder {
    top: 15px;
    height: 40px;
}
.footer-social {
     float: left; 
}
.footer-contacts {
    margin-top: 0;
    padding-top: 0;
    border-top: unset !important;
}







/*Anasayfa Öne çıkanlar vs.*/
.listing-item-grid .listing-counter {
    left: unset !important;
    top: unset !important;
    bottom: 10px;
    right: 10px;
    padding: 8px 8px 8px 9px;
    border-radius: 25px;
}
    .listing-item-grid .listing-counter.multiple {
        padding: 0;
        border-radius: unset;
        border: none;
        box-shadow: none;
        background: transparent;
        z-index: 4;
    }
    .listing-item-grid .listing-counter.multiple > span {
        padding: 8px 8px 8px 9px;
        border-radius: 25px;
        box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-left: 10px;
        background: #4DB7FE;
    }


.card-listing .listing-avatar img {
    border: none;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
    padding: 8px 8px 8px 9px;
    background: #4DB7FE;
}


.card-listing .listing-avatars {
    position: absolute;
    top: -30px;
    right: 10px;
    width: 100%;
    height: 40px;
    z-index: 11;
    text-align: right;
    white-space: nowrap;
}
.card-listing .listing-avatars .avatar-item {
    /*margin-left: 10px;*/
    display: inline-block;
    position: relative;
}
    .card-listing .listing-avatars .avatar-item > a {
        padding: 8px 8px 8px 9px;
        border-radius: 25px;
        box-shadow: 0px 0px 0px 4px rgba(255,255,255,0.3);
        display: inline-block;
        background: #4DB7FE;
    }
    .card-listing .listing-avatars .avatar-item .avatar-tooltip {
        padding: 7px 10px 7px 10px;
        white-space: nowrap;
        min-width: unset;
    }
    .card-listing .listing-avatars .avatar-item:hover .avatar-tooltip {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }

.avatar-topspan{
    z-index: 5;
    position: relative;
}
.avatar-topspan:hover .avatar-tooltip {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}


.listing-item-grid .listing-type {
    position: absolute;
    z-index: 4;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 4px;
    background: rgba(0,0,0,0.41);
}


/*Detay sayfası afiş video orantısı için*/
#detayplayer {
    background-position: center center;
    background-size: cover;
    /*min-height: 350px;*/
    background-image: url(../images/movie-detail-bg.jpg);
    position: relative;
    border-radius: 10px;
}
    #detayplayer::after {
        content: '';
        position: absolute;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 10px;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    #detayplayer:hover::after {
        background-color: rgba(0, 0, 0, 0.1);
    }
    #detayplayer a {
        background: #4DB7FE;
        position: absolute;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin: -35px 0 0 -35px;
        color: #fff;
        z-index: 20;
        left: 50%;
        top: 50%;
        box-shadow: 0px 0px 0px 7px rgba(255,255,255,0.4);
        border-radius: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
        #detayplayer a .fa {
            transform: scale(1.4);
        }
        #detayplayer a:hover {
            transform: scale(1.1);
        }
.detayafis-wrapper::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.detayafis-wrapper:hover::after {
    background-color: rgba(0, 0, 0, 0.1);
}


/*Responsive Youtube Player */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*Dashboard sağ kolon için beyaz zemin ve düzenleme*/
.estep-container {
    background-color: #fff;
    padding: 15px;
}
.estep-upload {
    border: solid 1px #afafaf;
    padding: 12px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}
.rememberbox label {
    font-size: 16px;
    vertical-align: bottom;
    display: inline-block;
    cursor: pointer;
}
.rememberbox .largerCheckbox {
    vertical-align: middle;
}
.user-profile-menu-wrap,
.profile-edit-container.add-list-container {
    border: 1px solid #e6e6e6;
}
.statistic-item h5 {
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.68);
}
.dashboard-listing-table-text h3 {
    margin-top: 0;
}




.ucdesifirla .listing-item:nth-child(3n+1) {
    clear: left;
}



/*Anasayfa Son eklenenler*/
.grid-item-holder .listing-item-link {
    width: 100%;
    text-align: left;
    padding: 0 8px;
    float: left;
}
    .grid-item-holder .listing-item-link h3 a { color: #334e6f; }
.grid-item-holder:hover .listing-item-link h3 a {
    color: #4DB7FE;
    text-decoration: underline;
}

/*1064 piksel aşağısı için*/
@media only screen and (max-width: 1064px) {
    .newbannerimg {
        min-height: 400px;
        width: auto !important;
        left: 50%;
        transform: translateX(-50%);
    }
    .video-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #detayafis {
        max-height: 500px;
        width: auto;
    }
    .detayplayer-wrapper {
        padding: 20px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #eee;
    }
}

/*992 px yukarısı için*/
@media (min-width: 992px) {

}

@media (min-width: 768px) {
    .navbar-mobile-btn {
        display: none !important;
    }
}
@media (max-width: 768px) {
    #formislemleri .navbar-collapse:not(.in) {
        display: none !important;
    }
    #formislemleri .navbar-nav {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .navbar-brand {
        display: none;
        float: none;
    }
    #formislemleri .navbar-nav .fa,
    #formislemleri .navbar-brand .fa {
        display: unset;
        padding: unset;
    }
    #formislemleri .nav > li {
        font-size: 16px;
        text-align: left;
    }
    #formislemleri.navbar-light {
        background-color: #ececec !important;
        border-radius: 40px;
    }
}
