﻿.login-logo a {
    color: #eeeeef;
}

.btn-login {
    background-color: #bf1610!important;
    color: #f0f0f1!important;
    border: 1px solid #b9211d!important;
}

    .btn-login:hover {
        background-color: #ffffff!important;
        border-color: #ffffff!important;
        color: #222!important;
    }


.login-body {
    background-color: #392a31!important;
}
@font-face {
    font-family: GothamNarrowUltra;
    src: url("/fonts/GothamNarrow-Ultra_0.otf") format("opentype");
}
.kumasKat {

}

.backgroundKatalog {
    background-image: url(/Content/images/catBack2.gif)!important;
}

.YazdirBtn {
    display: inline-block;
    float: right!important;
    color: #fff!important;
    font-size: 14px!important;
    margin: 2px;
}

.teknikbilgiler .baslik {
    width: 100%;
    font-size: 10px;
}

.baslik {
    text-align: center;
}
    .baslik p {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
.pad-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}
.padlrb5 {
    padding: 0px 5px 5px 5px;
}
ul.lightBox li {
    padding: 0;
    list-style-type: none;
    position: relative;
    float: left;
    margin: 0;
}
.urunOzellikler h3 {
    margin-top: 9px !important;
    line-height: 15px;
    padding: 20px 0 20px 0;
    color: black;
    font-size: 20px;
}

.modulolcu {
    height: 45px;
}

.modulolcu div a {
    position: relative;
    float: left;
    display: inline-block;
    padding: 20px 0px 40px 20px;
    color: black;
    font-size: 17px;
    font-family: 'Open Sans';
}
.btn-aldsat {
    border: 1px solid #b1b1b1;
    display: inline-block;
    padding: 5px;
    position: relative;
    text-align: center;
    transition: background 600ms ease, color 600ms ease;
    color: #b1b1b1;
}

input[type="radio"].toggle {
    display: none;
}

    input[type="radio"].toggle + label {
        cursor: pointer;
        min-width: 60px;
    }

        input[type="radio"].toggle + label:hover {
            background: none;
            color: #1a1a1a;
        }

        input[type="radio"].toggle + label:after {
            background: #458500;
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            transition: left 200ms cubic-bezier(0.77, 0, 0.175, 1);
            width: 100%;
            z-index: -1;
        }

    input[type="radio"].toggle.toggle-left + label {
        border-right: 0;
    }

        input[type="radio"].toggle.toggle-left + label:after {
            left: 100%;
        }

    input[type="radio"].toggle.toggle-right + label {
        margin-left: -3px;
    }

        input[type="radio"].toggle.toggle-right + label:after {
            left: -100%;
        }

    input[type="radio"].toggle:checked + label {
        cursor: default;
        color: #000;
        transition: color 200ms;
    }

        input[type="radio"].toggle:checked + label:after {
            left: 0;
        }


.Desc {
    color: #fff;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000c4;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.homeButton {
    position: absolute;
    width: 100%;
    left: 0;
    top: 57%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .homeButton a {
        width: 100%;
        padding: 12px 48px;
        text-align: center;
        color: #fff;
        background-color: #3d3939;
        border: solid 2px #3d3939;
        z-index: 1;
    }

.digerUrun:hover .homeButton {
    opacity: 1;
}

.katalogarkaplan {
    background-image: url(../pictures/katalog4.png);
    position: relative;
    width: 100%;
}

    .katalogarkaplan a {
        font-weight: bold;
        position: relative;
        font-size: 61px;
        font-family: 'Open Sans' !important;
        color: rgba(0,0,0, .05);
    }
.katalogminiyazi {
    color: rgb(255, 255, 255) !important;
    font-family: 'Open Sans' !important;
    position: absolute !important;
    width: 100% !important;
    bottom: 85px !important;
    left: 35px !important;
}
    .katalogminiyazi a {
        text-shadow: 1px 3px 1px black;
        color: rgb(255, 255, 255) !important;
        font-size: 17px !important;
        font-family: 'Open Sans' !important;
        position: absolute !important;
    }
.katalogustyazi {
    color: rgb(255, 255, 255) !important;
    font-family: 'Open Sans' !important;
    position: absolute !important;
    width: 100% !important;
    bottom: 60px !important;
    left: 35px !important;
}
    .katalogustyazi a {
        text-shadow: 1px 3px 1px black;
        color: rgb(255, 255, 255) !important;
        font-size: 29px !important;
        font-family: 'Open Sans' !important;
        position: absolute !important;
    }

.kat-hover {
    transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    margin-bottom: 20px;
}

    .kat-hover:hover {
        -webkit-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0);
    }

.ui-state-default a {
    font-family: 'Open Sans' !important;
    color: #313436!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p {
    font-family: 'Open Sans' !important;
}
.TextBaslik {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 20px;
    min-height: 65px;
    font-family: 'Open Sans';
}

.DetailTabs li.LastChild {
    float: right !important;
}

.DetailTabs li a {
    color: #222;
    font-family: 'Open Sans';
}

.navigationstrip {
    width: 100%;
    min-height: 50px;
    border-top: solid 5px;
    background: #fff;
    border-bottom: #e3e3e3 solid 1px !important;
    /* -webkit-transition: all .5s ease-in-out; */
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.custom-container {
    width: 100%;
    margin: 0;
}

.bordercolor-top {
    border-top: solid 5px #28a236 !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-top-10 {
    margin-top: 10px;
}

.main-footer div {
    padding-right: 20px;
    margin-top: -10px;
}
    .main-footer div a img {
        width: 100px;
    }
.Lang {
    float: right;
    padding: 15px 15px 15px 0;
}

    .Lang a {
        color: #0d0d0d;
        border: 1px solid #9d9b9b;
        padding: 5px;
        font-weight: 600;
        font-family: 'Open Sans';
    }

.TextBaslik {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 20px;
    min-height: 65px;
}

    .TextBaslik:hover {
        color: #000 !important;
    }

.skin-blue .sidebar-menu > li > a {
    font-size: 16px !important;
}

/*::-webkit-input-placeholder {
    color: #fff !important;
    font-weight:bold;
}

::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
    font-weight: bold;
}

:-ms-input-placeholder {
    color: #fff !important;
    font-weight: bold;
}*/

.searchForm {
    margin: 15px 0px 30px 0px !important;
    border: 1px solid #2fb45d !important;
}

    .searchForm input {
        height: 60px !important;
        background-color: #2fb45d !important;
        color: #fff !important
    }

    .searchForm span {
        height: 60px;
        background-color: #2fb45d !important;
    }

        .searchForm span button {
            padding: 18px;
            height: 60px !important;
            background-color: #2fb45d !important;
        }

            .searchForm span button i {
                font-size: 25px;
                color: white;
            }

.boxWith {
    width: 75%;
}



.SuggestResult {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 10;
    float: left;
    background-color: white;
    width: 100%;
    min-height: 250px;
    max-height: 300px;
    overflow: auto;
}

    .SuggestResult li {
        position: relative;
        float: left;
        width: 100%;
        list-style: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .SuggestResult li a {
            position: relative;
            float: left;
            width: 100%;
            height: 100%;
            font-size: 18px;
            text-align: center;
            color: black;
        }

.urunyazi {
    white-space: nowrap;
    font-weight: 100 !important;
}

.loading {
    text-align: center;
    font-size: 18px;
}


.urunBaslik {
    color: black;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 15px;
    background: #f0ffff9e;
    width: calc(100% - 30px);
    text-align: center;
    font-size: 16px;
    font-family:'Open Sans';
}

    .urunBaslik:hover {
        color: black;
    }
.OtherProBaslik {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .OtherProBaslik h3 {
        position: relative;
        z-index: 1;
        font-size: 30px;
        color: #3f444a;
        margin: 0 0 15px 0;
        text-transform: uppercase;
    }

        .OtherProBaslik h3:before {
            overflow: hidden;
            border-top: 1px solid #d0d7de;
            content: "";
            margin: 0 auto;
            position: absolute;
            top: 120%;
            left: 0%;
            right: 0;
            bottom: 0;
            width: 96%;
            z-index: -1;
        }

        .OtherProBaslik h3 span {
            font-size: 25px;
            padding: 0 25px;
        }

.digerUrun {
    display: block;
    overflow: hidden;
    cursor: pointer;
    /*min-height: 200px;*/
}
    .digerUrun > a {
        width: 100%;
        text-align: center;
        display: inline-block;
        background: #fefefe;
    }

        .digerUrun > a > img {
            display: inline-block;
        }

.detailButton {
    position: absolute;
    width: 100%;
    left: 0;
    top: 57%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .detailButton a {
        width: 100%;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
    }
 .groupButton {
    position: relative;
    float: left;
    padding: 15px 15px 30px 15px;
    }

    .groupButton a {
        width: 100%;
        padding: 12px 48px;
        text-align: center;
        color: black;
        border: 2px solid;
    }

.inceleButton {
    position: absolute;
    width: 100%;
    left: 0;
    top: 57%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

    .inceleButton a {
        width: 100%;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px #eaeaea;
        z-index: 1;
    }
.digerUrun:hover .inceleButton {
    opacity: 1;
}

.digerUrun:hover .detailButton {
    opacity: 1;
}

.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/*.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}*/

.carousel-control.right {
    right: -12px;
}

.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

    .carousel-indicators li {
        background: #cecece;
    }

    .carousel-indicators .active {
        background: #428bca;
    }
.projeBaslik {
    background: #449244;
    color: #fff !important;
}

.projeBaslik h3{
    font-weight:600;
}

.userBaslik {
    background: #449244;
    color: #fff !important;
}

    .userBaslik h3 {
        font-weight: 600;
    }

.boxWidth50{
    width:49%;
}

.todo-list > li {
    background: #fcfcfc!important;
}

    .todo-list > li .tools {
        display: none;
        float: none!important;
        color: #434242!important;
    }
    .todo-list > li .text {
        color: black !important;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fcfcfc url(images/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x!important;
}

.breadcrumb > li + li:before {
    color: #3d3d3d!important;
}

.camera_thumbs_cont ul li > img {
    margin-top: -6px!important;
}
.main-header > .navbar {
  
    width: calc(100% - 230px);
}
.Exit {
}

    .Exit a span {
        color: #0d0d0d;
        border: 1px solid #9d9b9b;
        padding: 5px;
        font-weight: 600;
        font-family: 'Open Sans';
    }


@media screen and (min-width: 1367px) {
    .UserMobilMenu {
        float: right !important;
    }
    .UserMobilMenu li a:hover {
        background-color: #fe7439!important;
    }
        .UserMobilMenu li a{
            font-size: 13px;
            color: #fff !important;
            background: #fe7439;
            font-weight: 600;
            font-family: 'Open Sans';
        }
            .UserMobilMenu li a i {
                font-size: 14px;
            }
    .menuButon {
        width: 87% !important;
        margin-left: 5%;
    }
    .DetailMar {
        margin-top: 20px;
    }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }
        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }
        .breadGrup li a {
            color: #929292 !important;
        }
    .custom-footer {
        width: 86%;
        margin-left: 7%;
    }
    .custom-width {
        width: 86%;
    }
    .custom-navbar {
        margin-left: 5% !important;
        border-bottom: 1px solid #d4d4d4;
        width: 88% !important;
    }
    .UstMenuAdmin {
        width: 80%;
        float: left;
        text-align: center;
        padding: 6px;
    }
        .UstMenuAdmin a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 26px;
            font-weight: 500;
        }
    .Develop {
        display: initial;
    }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #ffffff !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -40px;
            width: 70%;
        }

    .boxWidth {
        width: 75%;
    }
    .main-header > .navbar {
        width: calc(100% - 230px);
    }
    .UstMenu {
        width: 70%;
        float: left;
        text-align: center;
        padding: 6px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 26px;
            font-weight: 500;
        }
}

@media screen and (min-width: 1200px) and (max-width: 1366px) {
    .UserMobilMenu {
        float: right !important;
    }
    .UserMobilMenu li a:hover {
        background-color: #fe7439 !important;
    }

    .UserMobilMenu li a {
        font-size: 13px;
        color: #fff !important;
        background: #fe7439;
        font-weight: 600;
        font-family: 'Open Sans';
    }

        .UserMobilMenu li a i {
            font-size: 14px;
        }
    .menuButon {
        width: 87% !important;
        margin-left: 5%;
    }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .DetailMar {
        margin-top: 20px;
    }
    .custom-footer {
        width: 86%;
        margin-left: 7%;
    }
    .custom-width {
        width: 86%;
    }
    .custom-navbar {
        margin-left: 5% !important;
        border-bottom: 1px solid #d4d4d4;
        width: 88% !important;
    }
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }

        .breadGrup li a {
            color: #929292 !important;
        }
    .UstMenuAdmin {
        width: 78%;
        float: left;
        text-align: center;
        padding: 6px;
    }
        .UstMenuAdmin a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 26px;
            font-weight: 500;
        }
    .Develop {
        display: none;
    }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #ffffff !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -40px;
            width: 70%;
        }

    .boxWidth {
        width: 75%;
    }
    .main-header > .navbar {
        width: calc(100% - 230px);
    }
    .UstMenu {
        width: 65%;
        float: left;
        text-align: center;
        padding: 6px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 26px;
            font-weight: 500;
        }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }

        .breadGrup li a {
            color: #929292 !important;
        }
    .UserMobilMenu {
        float: right !important;
    }
    .UserMobilMenu li a:hover {
        background-color: #fe7439 !important;
    }

    .UserMobilMenu li a {
        font-size: 13px;
        color: #fff !important;
        background: #fe7439;
        font-weight: 600;
        font-family: 'Open Sans';
    }

        .UserMobilMenu li a i {
            font-size: 14px;
        }
    .menuButon {
        margin-right:2%;
    }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .DetailMar {
        margin-top: 20px;
    }
    .searchForm {
        margin: 10px 0 30px 0 !important;
        border: 1px solid #2fb45d !important;
    }
    .custom-footer {
        width: 100%;
        margin-left: 0;
    }
    .custom-navbar {
        margin-left: 0 !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100% !important;
    }
    .UstMenuAdmin {
        width: 76%;
        float: left;
        text-align: center;
        padding: 6px;
    }
        .UstMenuAdmin a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 24px;
            font-weight: 500;
        }
    .Develop {
        display: none;
    }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #ffffff !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -40px;
            width: 70%;
        }

    .boxWidth {
        width: 75%;
    }
    .main-header > .navbar {
        width: calc(100% - 230px);
    }
    .UstMenu {
        width: 62%;
        float: left;
        text-align: center;
        padding: 6px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 24px;
            font-weight: 500;
        }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }

        .breadGrup li a {
            color: #929292 !important;
        }
    .UserMobilMenu {
        float: right !important;
    }
    .UserMobilMenu li a:hover {
        background-color: #fe7439 !important;
    }

    .UserMobilMenu li a {
        font-size: 13px;
        color: #fff !important;
        background: #fe7439;
        font-weight: 600;
        font-family: 'Open Sans';
    }

        .UserMobilMenu li a i {
            font-size: 14px;
        }
    .menuButon {
        margin-right: 2%;
    }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .DetailMar {
        margin-top: 20px;
    }
    .searchForm {
        margin: 10px 0 30px 0 !important;
        border: 1px solid #2fb45d !important;
    }
    .custom-footer {
        width: 100%;
        margin-left: 0;
    }
    .custom-navbar {
        margin-left: 0 !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100% !important;
    }
    .UstMenuAdmin {
        width: 76%;
        float: left;
        text-align: center;
        padding: 6px;
    }
        .UstMenuAdmin a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 24px;
            font-weight: 500;
        }
    .Develop {
        display: none;
    }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #ffffff !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -40px;
            width: 70%;
        }

    .boxWidth {
        width: 75%;
    }
    .main-header > .navbar {
        width: calc(100% - 230px);
    }
    .UstMenu {
        width: 50%;
        float: left;
        text-align: center;
        padding: 6px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 24px;
            font-weight: 500;
        }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }

        .breadGrup li a {
            color: #929292 !important;
        }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
    .UserMobilMenu li {
        width: 100%;
    }

        .UserMobilMenu li a {
            width: 100%;
            text-align: center;
            font-size: 13px;
            color: #000 !important;
            font-weight: 600;
            font-family: 'Open Sans';
        }

        .UserMobilMenu li a i {
            font-size: 14px;
        }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .DetailMar {
        margin-top: 30px;
    }
    .searchForm {
        margin: 40px 0 30px 0 !important;
        border: 1px solid #2fb45d !important;
    }
    .custom-footer {
        width: 100%;
        margin-left: 0;
    }
    .custom-navbar {
        margin-left: 0 !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100% !important;
    }
    .mobilMenu {
        display: block !important;
        visibility: visible !important;
    }
    .navbar-nav {
        margin: -0.5px -16px!important;
    }
        .navbar-nav li {
            float: left !important;
            height: 50px;
        }
            .navbar-nav li a {
                line-height: 30px;
            }
    .UstMenuAdmin {
        width: 72%;
        float: left;
        text-align: center;
        padding: 9px;
    }
    .UstMenuAdmin a {
        font-family: 'Open Sans';
        color: #222;
        font-size: 22px;
        font-weight: 500;
    }
    .Develop {
        display: none;
    }
    .main-header > .navbar {
        width: 100%;
    }

    .UstMenu {
        width: 70%;
        float: left;
        text-align: center;
        padding: 9px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 22px;
            font-weight: 500;
        }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #2fb45d !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -35px;
            height: 80px;
        }
    .boxWidth50 {
        width: 100%;
    }
    .boxWidth {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .breadGrup {
        float: right;
        font-weight: 700;
        background-color: #0000 !important;
    }

        .breadGrup li a {
            color: #929292 !important;
        }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }

    .UserMobilMenu li {
        width: 100%;
    }

        .UserMobilMenu li a {
            width: 100%;
            text-align: center;
            font-size: 13px;
            color: #000 !important;
            font-weight: 600;
            font-family: 'Open Sans';
        }

        .UserMobilMenu li a i {
            font-size: 14px;
        }
    .GrupUstUrun {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .GrupUstUrun > a {
            font-weight: 700;
            font-size: 25px;
            color: #222;
            font-family: 'Open Sans';
            float: left;
        }
    .DetailMar {
        margin-top: 30px;
    }
    .searchForm {
        margin: 40px 0 30px 0 !important;
        border: 1px solid #2fb45d !important;
    }
    .custom-footer {
        width: 100%;
        margin-left: 0;
    }
    .custom-navbar {
        margin-left: 0 !important;
        border-bottom: 1px solid #d4d4d4;
        width: 100% !important;
    }
    .mobilMenu {
        display: block !important;
        visibility: visible !important;
    }

    .navbar-nav {
        margin: -0.5px -16px !important;
    }

        .navbar-nav li {
            float: left !important;
            height: 50px;
        }

            .navbar-nav li a {
                line-height: 30px;
            }
    .UstMenuAdmin {
        width: 58%;
        float: left;
        text-align: center;
        padding: 14px;
    }
        .UstMenuAdmin a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 14px;
            font-weight: 500;
        }
    .Develop{
        display:none;
    }
    .main-header > .navbar {
        width: 100%;
    }

    .UstMenu {
        width: 52%;
        float: left;
        text-align: center;
        padding: 14px;
    }

        .UstMenu a {
            font-family: 'Open Sans';
            color: #222;
            font-size: 11px;
            font-weight: 500;
        }
    .main-header .logoMobil {
        padding: 0 !important;
        background-color: #2fb45d !important;
    }

        .main-header .logoMobil .logoMobilImg {
            display: initial !important;
            margin-top: -35px;
            height: 80px;
        }
    .boxWidth50 {
        width: 100%;
    }
    .boxWidth {
        width: 100%;
    }
}