﻿
/*import işlemleri başlangıç*/

@import url("/Scripts/css/natro-price.css");

@import url("/Scripts/css/natro-button.css");

@import url('/Scripts/css/library/text-library.css');

@import url('/Scripts/css/library/margin-library.css');

@import url('/Scripts/css/library/padding-library.css');

@import url('/Scripts/css/library/general-library.css');

@import url('/Scripts/css/font-awesome.min.css');

/*import işlemleri bitiş*/


button, a:focus {
    outline: none;
}

form {
    margin-bottom: 0px;
}

.header-fix {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    display: block;
}


.tab-menu {
    margin-bottom: 3px;
}

    .tab-menu ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .tab-menu ul li {
        display: inline-block;
        float: left;
        margin-right: 3px;
    }

        .tab-menu ul li .passive {
            outline: 0px none;
            display: block;
            position: relative;
            padding: 10px 20px 5px;
            text-align: center;
            background-color: #D5D5D5;
            border-top: 6px solid #fff;
            border-bottom: 2px solid #D5D5D5;
            color: #484848;
            height: 43px;
            line-height: 1.2;
            text-decoration: none;
            box-sizing: border-box;
            font-weight: 500;
        }

        .tab-menu ul li .active {
            outline: 0px none;
            display: block;
            position: relative;
            padding: 10px 20px 5px;
            text-align: center;
            background-color: #D5D5D5;
            border-top: 6px solid #eee;
            border-bottom: 2px solid #D5D5D5;
            color: #484848;
            height: 43px;
            line-height: 1.2;
            text-decoration: none;
            box-sizing: border-box;
            color: #000000;
            border-top: 4px solid #fff;
            background-color: #f3f3f3;
            font-weight: bold;
        }

.header {
    font-size: 14px;
    background: #EAEAEA;
    z-index: -1;
}

/*.border-none {
    border: 0px;
}*/

/*.m0 {
    margin: 0px !important;
}*/

/*.p0 {
    padding: 0px !important;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

.validate_error {
    color: #c42b09;
}

.modalTitle {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*.table { Neden eklendi? Kaldırıyorum. Üzerine konuşabiliriz. BekirErsin
    margin-bottom: 0px;
}*/

a {
    text-decoration: none;
}

    a:active, a:after, a:focus {
        text-decoration: none;
    }

p {
    margin: 0px;
    padding: 0px;
}

/*==========================================================================*/
body {
    font-family: 'Roboto', sans-serif !important;
    background: none !important;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    /*font-weight: 300 !important;*/
    letter-spacing: -0.3px;
}
/*Raleway*/
.old_page_reset {
    padding-top: 6px;
}

.clear {
    clear: both;
}

.current {
    background: url('../images/header/header_menu_arrow.png') bottom center no-repeat;
    position: relative;
    z-index: 999;
}

/*.header {
    width: 100%;
    position: relative;
    background: #fff; 
    z-index: 99999999;
}*/

.header-border { /*border-bottom:6px solid #81bc00;*/
}

.header-border-top { /*border-top:6px solid #81bc00;*/
}

.header-top {
    font-size: 12px; /*min-height:35px; */
    background: #424242;
}

.header-top-menu {
    width: 1000px;
    margin: auto;
    position: relative;
}

.header-top .header-top-menu-left {
    float: left;
}

    .header-top .header-top-menu-left a {
        padding: 10px;
        display: block;
        float: left;
    }

    .header-top .header-top-menu-left span {
        line-height: 32px;
        color: #fff;
        font-weight: 500;
    }

.header-top .header-top-menu-right {
    float: right;
}

    .header-top .header-top-menu-right ul li {
        float: left;
    }

        .header-top .header-top-menu-right ul li a {
            color: #fff;
            display: block;
            line-height: 38px;
            padding: 0px 10px 0px 10px;
            font-weight: bold;
        }

        .header-top .header-top-menu-right ul li img {
            margin-right: 5px;
        }

        .header-top .header-top-menu-right ul li:hover {
            color: #fff;
            background: #272727;
        }

.header-main {
    width: 1000px;
    margin: auto;
}

.header-main-left {
    float: left;
    width: 250px;
    padding: 20px 0px 20px 0px;
}

.header-main-right {
    float: right;
    width: 750px;
    height: 80px;
}

    .header-main-right ul .uli {
        float: left;
        padding: 20px 0px 20px 0px;
        position: relative;
    }

    .header-main-right ul li img {
        vertical-align: sub;
    }

    .header-main-right ul li .mlink {
        color: #5d5d5d;
        display: block;
        line-height: 38px;
        padding: 0px 14px 0px 14px;
        font-weight: bold;
        font-size: 14px;
    }

    .header-main-right ul li .selected {
        border-bottom: 2px solid #81bc00; /*border-bottom:3px solid #81bc00;*/
    }

    .header-main-right .sub-menu {
        display: none;
        padding: 15px;
        left: -100px;
        background: #fff;
        border: 2px solid #81bc00;
        position: absolute;
        top: 60px;
        width: 300px;
        z-index: 9999;
    }

        .header-main-right .sub-menu.domain {
            left: -110px;
        }

        .header-main-right .sub-menu.web-hosting {
            left: -121px;
        }

        .header-main-right .sub-menu.EMail {
            left: -121px;
        }

        .header-main-right .sub-menu.server {
            left: -121px;
        }

        .header-main-right .sub-menu.security {
            left: -131px;
        }

    .header-main-right .menu-label {
        background: #c20000;
        color: #fff;
        top: 11px;
        position: absolute;
        right: 0px;
        width: 105px;
        text-align: center;
        font-weight: bold;
        padding: 5px;
        font-size: 10px;
    }

    .header-main-right .sub-menu-header {
        background: #81bc00;
        color: #fff;
        font-size: 18px;
        padding: 10px;
        font-weight: 600;
        text-align: center;
    }

    .header-main-right .sub-menu-content {
        background: #fff;
    }

        .header-main-right .sub-menu-content ul li {
            border-top: 1px solid #c4d1db;
            position: relative;
        }

            .header-main-right .sub-menu-content ul li:first-child {
                border-top: 0px;
            }

            .header-main-right .sub-menu-content ul li a {
                font-size: 13px;
                color: #5f5f5f;
                text-decoration: none;
                padding: 7px 0 7px 20px;
                margin-top: 1px;
                display: block;
            }

                .header-main-right .sub-menu-content ul li a:hover {
                    background: #eaeaea;
                }

                .header-main-right .sub-menu-content ul li a strong {
                    font-size: 14px;
                    font-weight: 600;
                    display: block;
                    line-height: 30px;
                    color: #636363;
                }


    .header-main-right .user-panel {
        width: 139px;
        height: 38px;
        text-align: center;
        color: #fff;
    }

        .header-main-right .user-panel.custemer-menu {
            position: relative;
        }

            .header-main-right .user-panel.custemer-menu .customer-menu-cap {
                display: none;
                width: 137px;
                background: #F1F1F1;
                z-index: 999999;
                position: absolute;
                top: 58px;
                color: #1F3244;
                border: 1px solid #1F3244;
                min-width: 300px;
                right: 0px;
            }

                .header-main-right .user-panel.custemer-menu .customer-menu-cap ul li {
                    float: none;
                    padding: 0px;
                    font-size: 13px;
                    font-weight: 600;
                    padding: 10px 5px 10px 5px;
                    font-weight: bold;
                    text-align: left;
                }

                    .header-main-right .user-panel.custemer-menu .customer-menu-cap ul li a {
                        line-height: inherit;
                        background: none;
                        box-shadow: none;
                        color: #1F3244;
                    }



    .header-main-right .user-support .mlink {
        background-color: #1f3244;
        color: #81bc00;
    }

    .header-main-right .user-panel .mlink {
        color: #fff;
        padding: 0px;
        background-color: #1f3244;
        box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    }

.header-menu {
    width: 100%;
    background: url('../images/header/header_top.png') repeat-x;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    display: none;
}


    .header-menu .header-menu-main {
        min-height: 135px;
        width: 100%;
        display: none;
    }

        .header-menu .header-menu-main .header-cap {
            min-height: 133px;
            width: 1000px;
            margin: auto;
        }

        .header-menu .header-menu-main .header-menu-bottom {
            background: url('../images/header/header_bottom.png') repeat-x;
            overflow: hidden;
        }

        .header-menu .header-menu-main.user-men {
            background: url('../images/header/user-menu-bg.png') repeat-x;
        }

        .header-menu .header-menu-main .header-info {
            float: left;
            width: 200px;
            padding: 15px 5px 15px 5px;
            color: #fff;
        }

            .header-menu .header-menu-main .header-info h3 {
                font-size: 24px;
                font-weight: bold;
                margin: 15px 0px 15px 0px;
            }

        .header-menu .header-menu-main .header-main-menu {
            width: 1000px;
            display: table-cell;
            vertical-align: middle;
            height: 130px;
        }

            .header-menu .header-menu-main .header-main-menu ul {
                position: relative;
                margin: 0 auto;
            }

                .header-menu .header-menu-main .header-main-menu ul li {
                    float: left;
                    margin-left: 30px;
                    color: #fff;
                    text-align: center;
                    padding: 10px 0px 10px 0px;
                }

        .header-menu .header-menu-main .small ul li {
            float: left;
            margin-left: 5px;
            color: #fff;
            text-align: center;
            padding: 10px 0px 10px 0px;
        }

        .header-menu .header-menu-main .header-main-menu ul li:first-child {
            margin-left: 0px;
        }

        .header-menu .header-menu-main .header-main-menu ul li a {
            color: #fff;
            text-decoration: none;
            text-align: center;
        }

            .header-menu .header-menu-main .header-main-menu ul li a p {
                padding-top: 5px;
                font-size: 12px;
                font-weight: 500;
                width: 90px;
            }

.header-menu-main.user-men .header-menu-bottom {
    background: url('../images/header/user-menu-bottom.png') repeat-x;
    overflow: hidden;
}


.header-menu .header-menu-bottom-main {
    width: 1000px;
    margin: auto;
    padding: 10px 0px 10px 0px;
    color: #fff;
}

    .header-menu .header-menu-bottom-main img {
        vertical-align: middle;
        margin-right: 15px;
    }

    .header-menu .header-menu-bottom-main .first {
    }

    .header-menu .header-menu-bottom-main .last {
        float: right;
        font-size: 12px;
    }

        .header-menu .header-menu-bottom-main .last strong {
            font-weight: bold;
        }

        .header-menu .header-menu-bottom-main .last img {
            margin-left: 10px;
            margin-right: 0px;
        }

.user-table {
    float: left;
    margin-left: 40px;
    color: #fff;
}

    .user-table:first-child {
        margin-left: 0px;
    }

    .user-table tr td {
        vertical-align: top;
        padding-left: 20px;
    }

        .user-table tr td:first-child {
            padding-left: 0px;
        }

        .user-table tr td a {
            display: block;
            color: #fff;
            padding-bottom: 5px;
            font-size: 14px;
        }

        .user-table tr td h3 {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            margin-top: 5px;
            margin-bottom: 8px;
        }

        .user-table tr td span {
            font-size: 14px;
        }



/** FOOTER **/

.about {
    text-align: right;
}

@media only screen and (max-width : 767px) {
    .about {
        display: inline-block !important;
        text-align: center;
    }
}

.about ul > li {
    color: #ffffff !important;
    line-height: 17px;
    font-weight: 400;
}

    .about ul > li a {
        margin-bottom: 5px;
    }

.about .live {
    color: #333333;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 400;
    padding: 1px 5px;
    margin-left: 3px;
}

    .about .live.online {
        background-color: #81bc00;
    }

    .about .live.offline {
        background-color: #ff3300;
    }

.footer-bar-wrapper {
    background-color: #222222;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer-bar-wrapper .footer-bar {
        margin-left: 0;
        margin-right: 0;
    }

.footer-link-wrapper {
    position: relative;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
}

@media only screen and (max-width : 767px) {
    .footer-link-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
}

.footer-link-wrapper .footer-link {
    /*height: 100%;*/
    padding-left: 0;
    padding-right: 0;
    font-weight: 300;
    line-height: 20px;
}

@media only screen and (max-width : 992px) {
    .footer-link-wrapper .footer-link {
        font-size: 10px;
    }
}

@media only screen and (max-width : 767px) {
    .footer-link-wrapper .footer-link {
        display: none;
    }
}

.footer-link-wrapper .footer-link svg {
    margin-bottom: 20px;
}

    .footer-link-wrapper .footer-link svg > .a {
        fill: #ffffff;
    }

    .footer-link-wrapper .footer-link svg > .b {
        fill: #81bc00;
    }

@media only screen and (max-width : 992px) {
    .footer-link-wrapper .footer-link svg {
        height: 22px;
    }
}

@media only screen and (max-width : 767px) {
    .footer-link-wrapper .footer-link svg {
        height: 30px;
        margin-bottom: 10px;
    }
}

.footer-link-wrapper .footer-link > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

@media only screen and (max-width : 767px) {
    .footer-link-wrapper .footer-link > ul {
        font-size: 14px;
    }
}

.footer-link-wrapper .footer-link > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #B3B7BD;
    font-weight: 700;
    white-space: nowrap;
}

    .footer-link-wrapper .footer-link > ul > li a {
        color: #B3B7BD;
        font-weight: 300;
        display: block;
    }

        .footer-link-wrapper .footer-link > ul > li a:hover {
            color: #ffffff;
        }

.footer-link-wrapper .footer-link > ul > span {
    color: #ffffff;
    font-weight: 700;
}

    .footer-link-wrapper .footer-link > ul > span a {
        color: #ffffff;
        font-weight: 700;
    }

.footer-wrapper {
    padding-bottom: 60px;
}

@media only screen and (max-width : 767px) {
    .footer-wrapper {
        padding-bottom: 20px;
    }
}


.newsletter-wrapper {
    width: 100%;
    left: 0;
    padding: 30px 0;
    background-color: #B3B7BD;
    border-radius: 3px;
    margin-top: -40px;
}

@media only screen and (max-width : 767px) {
    .newsletter-wrapper {
        border-radius: 0;
        margin-top: 0;
    }
}

.newsletter-wrapper .caption {
    display: block;
    font-size: 25px;
    font-weight: 300;
    margin-top: 5px;
}

@media only screen and (max-width : 992px) {
    .newsletter-wrapper .caption {
        font-size: 22px;
    }
}

@media only screen and (max-width : 767px) {
    .newsletter-wrapper .caption {
        margin-bottom: 10px;
        text-align: center;
        font-size: 25px;
    }
}

.newsletter-wrapper .caption small {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
}

@media only screen and (max-width : 992px) {
    .newsletter-wrapper .caption small {
        font-size: 14px;
    }
}

@media only screen and (max-width : 767px) {
    .newsletter-wrapper .caption small {
        font-size: 16px;
    }
}

.newsletter-wrapper .input-group i {
    z-index: 9;
    position: absolute;
    left: 15px;
    line-height: 40px;
    color: #6b7077;
}

.newsletter-wrapper .newsletter {
    margin-top: 10px;
}

@media only screen and (max-width : 767px) {
    .newsletter-wrapper .newsletter {
        margin-top: 0;
    }
}

.social {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #6b7077;
}

@media only screen and (max-width : 767px) {
    .social {
        position: relative;
        text-align: center;
        padding-right: 0;
    }
}

.social span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #6b7077;
}

@media only screen and (max-width : 767px) {
    .social span {
        margin-top: 20px;
        font-size: 14px;
    }
}

.social a {
    display: inline-block;
    color: #e6e9ed;
    margin-right: 10px;
}

@media only screen and (max-width : 767px) {
    .social a {
        font-size: 25px;
        margin-right: 15px;
    }
}

.social a:hover {
    color: #81bc00;
}

.social a:last-of-type {
    margin-right: 0;
}

.copyright {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width : 767px) {
    .copyright {
        text-align: center;
    }
}

.policy {
    text-align: right;
    color: #6b7077;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width : 767px) {
    .policy {
        text-align: center;
        margin-top: 5px;
    }
}

.policy > a {
    font-size: 12px;
    color: #e6e9ed;
}

    .policy > a:hover {
        color: #81bc00;
    }

.form-control.newsletter-input {
    height: 40px;
    border-radius: 3px 0 0 3px !important;
    border-color: #ffffff;
    text-indent: 30px;
    border: none;
}

    .form-control.newsletter-input::-webkit-input-placeholder {
        font-weight: 300;
    }

@media only screen and (max-width : 767px) {
    .form-control.newsletter-input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

.form-control.newsletter-input:focus,
.form-control.newsletter-input.focus {
    border-color: #6b7077;
}

/** FOOTER END **/


.row .icon-f a {
    padding: 10px;
    display: block;
    float: left;
}

.row .icon-f span {
    line-height: 32px;
    color: #FFF;
    font-weight: 500;
}

.row .icon-f a:first-child {
    padding-left: 0px;
}

.alert-message {
    padding: 10px;
    text-align: left;
    color: #424242;
    background: #ffdcdc;
    border: 1px solid #d00000;
    margin-bottom: 20px;
    width: 96%;
    font-size: 14px;
}

.alert {
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    border: 0px solid transparent;
}

    .alert::after {
        clear: both;
    }

    .alert i {
        margin-right: 10px;
        font-size: 45px;
        vertical-align: middle;
    }

/*
.alert-info { color: #31708f; background-color: #d9edf7;  border-color: #bce8f1; }
.alert-success { color: #3c763d; background-color: #dff0d8;  border-color: #d6e9c6; }
.alert-warning { color: #8a6d3b; background-color: #fcf8e3;  border-color: #faebcc; }
.alert-office { color: #000; background-color: #ffcf91;  border-color: #faebcc; }
.alert-danger  { color: #a94442; background-color: #f2dede;  border-color: #ebccd1; }
*/

.alert-info {
    color: #ffffff;
    background-color: #3bafda;
    border-color: #3bafda;
    background-image: inherit !important;
}

.alert-success {
    color: #ffffff;
    background-color: #81bc00;
    border-color: #81bc00;
    background-image: inherit !important;
}

.alert-warning {
    color: #3D3C37;
    background-color: #fcf8e3;
    border-color: #faebcc;
    background-image: inherit !important;
}

.alert-office {
    color: #262623;
    background-color: #ffcf91;
    border-color: #faebcc;
    background-image: inherit !important;
}

.alert-danger {
    color: #ffffff;
    background-color: #f10c0c;
    background-image: none;
}

    .alert-danger a {
        color: #222;
    }


.input-box {
    border: 1px solid #ccc;
    font-size: 14px;
    color: #424242;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    -webkit-box-shadow: 6px 6px 0px -2px rgba(221,221,221,1);
    -moz-box-shadow: 6px 6px 0px -2px rgba(221,221,221,1);
    box-shadow: 6px 6px 0px -2px rgba(221,221,221,1);
    outline: none;
    padding: 5px;
}

.button-box {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    outline: none;
    padding: 10px;
    background: #81bc00;
    border: 0px;
}

.none {
    display: none !important;
}


/* old style files*/
.mp-style {
    background: url('/ResourceFiles/v1/images/basket/basket_bg.png') no-repeat center center !important;
    background-size: cover !important;
}

.customer-manager {
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    background: #81bc00;
    color: #fff;
    margin-left: 10px;
}

#TopLevelMenu {
    /*height: 111px;
    height: 100%;
    display: inline-block;*/
    padding-bottom: 10px;
}


    #TopLevelMenu li ul.musteriPaneli li.bg {
        width: 1170px;
        height: 100%;
        position: relative;
        display: inline-block;
    }

        #TopLevelMenu li ul.musteriPaneli li.bg div.panelMenu {
            width: 180px;
            height: 100%;
            display: inline-block;
            float: left;
            -moz-padding-start: 0;
            -webkit-padding-start: 0;
            -webkit-margin-start: 0;
        }

        #TopLevelMenu li ul.musteriPaneli li.bg .menuBg {
            height: 100%;
            border-right: 5px solid #E8E8E8;
            padding: 5px;
            background-color: #F3F3F3;
        }

        #TopLevelMenu li ul.musteriPaneli li.bg ul.panelIcerik {
            border: solid 0px #CCC;
            float: left;
            padding: 0 0 0 0;
            table-layout: fixed;
            width: 100%;
            min-height: 250px;
        }

    #TopLevelMenu li ul.musteriPaneli {
        /*width: 1000px;*/
        margin: auto;
        text-align: left;
        /*   -webkit-margin-start: -15px; */
        /*-moz-margin-start: -15px;*/
        /*display: inline-block;*/
    }

        #TopLevelMenu li ul.musteriPaneli li.bg .table_list .caption {
            font-size: 14px;
            background: #efeded;
            color: #000;
            font-weight: bold;
            padding: 12px;
            text-align: left;
        }

        #TopLevelMenu li ul.musteriPaneli li.bg .table_list {
            font-size: 12px;
            margin-bottom: 15px;
        }

.hide {
    display: none;
}

.bgWhite {
    background: #FFFFFF;
    height: 50px;
    border-bottom: solid 1px #E8E8E8;
    color: #7e838b;
    font-weight: 700;
    text-align: left;
}

    .bgWhite:first-child {
        padding-left: 10px;
    }

    .bgWhite:last-child {
        text-align: right;
    }

.bgGray {
    background: #F7F7F7;
    height: 50px;
    border-bottom: solid 1px #E8E8E8;
    color: #7e838b;
    font-weight: 700;
    text-align: left;
}

    .bgGray:first-child {
        padding-left: 10px;
    }

    .bgGray:last-child {
        text-align: right;
    }

    .bgGray img {
        vertical-align: middle;
        margin-right: 5px;
        width: 18px;
    }

.bgWhite img {
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
}

.releativeList li {
    float: left;
    font-weight: 700;
    color: #7e838b;
    margin: 0px;
    padding: 10px 25px 10px 0px;
}

a.MPtab {
    letter-spacing: 0;
    font-size: 16px;
    float: left;
    border: solid 0px #CCC;
    text-align: center;
    color: #424242;
    background: #e9e9e9;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
    margin-right: 15px;
    font-weight: bold;
    padding: 15px;
}



.r1Soft {
    background: URL('/images/r1soft_satinal.png') no-repeat 0 0;
    width: 178px;
    height: 42px;
    cursor: pointer;
    border-width: 0;
}

/* Textbox Style*/
.SBox {
    width: 50px;
}

.MBox {
    width: 150px;
}

.LBox {
    width: 250px;
}

.XLBox {
    width: 350px;
}

.TAREA {
    width: 99%;
}

.CBox {
    width: 98%;
}


.musteriPaneli .bg table:first-child {
    margin: auto;
    width: 100%;
}

#TopLevelMenu li ul.musteriPaneli li.bg .table_list {
    width: 100%;
}

.menu {
    margin: 0px;
}

.nav-bar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tool-bar .menu {
    margin-bottom: 10px;
    background: #fff;
}

.hand {
    cursor: pointer;
}

.freeList li {
    width: 45%;
    /*  float:left; */
    display: inline-block;
    margin: 5px 10px 0px 0px;
    font-size: 14px;
}


/* old style files*/



/* ====== FORM ===== */

.modal-content input[type="text"],
.modal-content input[type="password"],
.modal-content input[type="email"],
.modal-content input[type="search"],
.modal-content input[type="url"],
.modal-content textarea,
.modal-content select {
    background: #fff;
    font-weight: bold;
    border: 2px solid #e4e4e4;
    /*
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	*/
    color: #797979;
    ;
    font-family: inherit;
    font-size: 14px;
    padding: 6px 7px;
    outline: none;
    border-radius: 2px;
}

    .modal-content input[type="text"]:hover,
    .modal-content input[type="password"]:hover,
    .modal-content input[type="email"]:hover,
    .modal-content input[type="search"]:hover,
    .modal-content input[type="url"]:hover,
    .modal-content textarea:hover,
    .modal-content select:hover {
        border: 2px solid #e1e3e5;
    }

    .modal-content input[type="text"]:focus,
    .modal-content input[type="password"]:focus,
    .modal-content input[type="email"]:focus,
    .modal-content input[type="search"]:focus,
    .modal-content input[type="url"]:focus,
    .modal-content textarea:focus,
    .modal-content select:focus {
        border: 2px solid #bbbbbb;
    }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.input textarea {
    height: 112px;
    overflow: auto;
    min-height: 52px;
    resize: vertical;
}

    .input textarea:focus {
        height: 128px;
    }

/* Placeholders
=============================== */
.modal-content input::-webkit-input-placeholder,
.modal-content textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.54);
}

.modal-content input::-moz-placeholder,
.modal-content textarea::-moz-placeholder {
    color: rgba(0,0,0,.54);
}

.modal-content input:-moz-placeholder,
.modal-content textarea:-moz-placeholder {
    color: rgba(0,0,0,.54);
}

.modal-content input:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.54);
}

.modal-content input:focus::-webkit-input-placeholder,
.modal-content textarea:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,.36);
}

.modal-content input:focus::-moz-placeholder,
.modal-content textarea:focus::-moz-placeholder {
    color: rgba(0,0,0,.36);
}

.modal-content input:focus:-moz-placeholder,
.modal-content textarea:focus:-moz-placeholder {
    color: rgba(0,0,0,.36);
}

.modal-content input:focus:-ms-input-placeholder,
.modal-content textarea:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.36);
}

/* Select
=============================== */
/*.modal-content select { padding-left:13px; }
*/
.modal-content .multiple-select select {
    height: auto;
}

.modal-content .select i {
    background: #fff;
    -webkit-box-shadow: 0 0 0 11px #fff;
    -moz-box-shadow: 0 0 0 11px #fff;
    -o-box-shadow: 0 0 0 11px #fff;
    box-shadow: 0 0 0 11px #fff;
    height: 20px;
    position: absolute;
    pointer-events: none;
    top: 14px;
    right: 14px;
    width: 14px;
}

    .modal-content .select i:after,
    .modal-content .select i:before {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: '';
        position: absolute;
        right: 3px;
    }

    .modal-content .select i:after {
        border-top: 6px solid rgba(0,0,0,.4);
        bottom: 1px;
    }

    .modal-content .select i:before {
        border-bottom: 6px solid rgba(0,0,0,.4);
        top: 3px;
    }

.modal-content .select {
    position: relative;
}


/* ======= Radio and checkbox ======= */
.modal-content .radio,
.modal-content .checkbox,
.modal-content .radio-toggle,
.modal-content .checkbox-toggle {
    color: rgba(0,0,0,.87);
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    margin-bottom: 4px;
    position: relative;
    line-height: 15px;
}

.modal-content .radio,
.modal-content .checkbox,
.modal-content .inline-group .radio,
.modal-content .inline-group .checkbox {
    padding: 9px 0 8px 30px;
    margin-right: 10px;
}

.modal-content .radio-toggle,
.modal-content .checkbox-toggle,
.modal-content .inline-group .radio-toggle,
.modal-content .inline-group .checkbox-toggle {
    padding: 9px 0 8px 58px;
}

    .modal-content .radio:last-child,
    .modal-content .checkbox:last-child,
    .modal-content .radio-toggle:last-child,
    .modal-content .checkbox-toggle:last-child {
        margin-bottom: 0;
    }

.modal-content .inline-group .radio,
.modal-content .inline-group .checkbox,
.modal-content .inline-group .radio-toggle,
.modal-content .inline-group .checkbox-toggle {
    display: inline-block;
    margin-right: 25px;
}

.modal-content .radio input,
.modal-content .checkbox input,
.modal-content .radio-toggle input,
.modal-content .checkbox-toggle input {
    position: absolute;
    left: -9999px;
}

.modal-content .radio i,
.modal-content .checkbox i,
.modal-content .checkbox-toggle i,
.modal-content .radio-toggle i {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    display: block;
    height: 18px;
    left: 0;
    outline: none;
    position: absolute;
    top: 9px;
    -webkit-transition: border-color.2s;
    -moz-transition: border-color.2s;
    -ms-transition: border-color.2s;
    -o-transition: border-color.2s;
    transition: border-color.2s;
}

.modal-content .radio i,
.modal-content .checkbox i {
    width: 18px;
}

.modal-content .checkbox-toggle i,
.modal-content .radio-toggle i {
    width: 44px;
}

.modal-content .checkbox i,
.modal-content .checkbox-toggle i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.modal-content .radio i,
.modal-content .radio i:after,
.modal-content .radio-toggle i:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.modal-content .radio-toggle i {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.modal-content .checkbox-toggle i:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.modal-content .radio i:after {
    background-color: #81bc00;
    content: "";
    height: 8px;
    top: 5px;
    left: 5px;
    opacity: 0;
    position: absolute;
    width: 8px;
}

.modal-content .checkbox i:after {
    border-width: 0 0 3px 3px;
    border-bottom: solid #81bc00;
    border-left: solid #81bc00;
    content: "";
    height: 5px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    opacity: 0;
    position: absolute;
    width: 10px;
}

.modal-content .radio input:checked + i:after,
.modal-content .checkbox input:checked + i:after {
    opacity: 1;
}

.modal-content .checkbox-toggle i:before,
.modal-content .radio-toggle i:before {
    border: none;
    background-color: #bbbbbb;
    content: "";
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 14px;
}

.modal-content .checkbox-toggle input:checked + i:before,
.modal-content .radio-toggle input:checked + i:before {
    left: 28px;
}

.modal-content .checkbox-toggle i:after,
.modal-content .radio-toggle i:after,
.modal-content .checkbox-toggle input:checked + i:after,
.modal-content .radio-toggle input:checked + i:after {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 10px;
    position: absolute;
    top: 4px;
}

.modal-content .checkbox-toggle i:after,
.modal-content .radio-toggle i:after {
    content: "NO";
    left: 22px;
}

.modal-content .checkbox-toggle input:checked + i:after,
.modal-content .radio-toggle input:checked + i:after {
    content: "YES";
    left: 6px;
}

.modal-content .checkbox:hover i,
.modal-content .radio:hover i,
.modal-content .checkbox-toggle:hover i,
.modal-content .radio-toggle:hover i {
    border: 2px solid #ccc;
}

.modal-content .radio input:checked + i,
.modal-content .checkbox input:checked + i,
.modal-content .radio-toggle input:checked + i,
.modal-content .checkbox-toggle input:checked + i {
    border: 2px solid #bbbbbb;
}

.modal-content .radio input:checked + i,
.modal-content .checkbox input:checked + i {
    color: #bbbbbb;
}

.modal-content .checkbox-toggle input:checked + i,
.modal-content .radio-toggle input:checked + i {
    background-color: #e8eaf6;
}



/* ====== FORM ===== */

.form-content input[type="text"],
.form-content input[type="password"],
.form-content input[type="email"],
.form-content input[type="search"],
.form-content input[type="url"],
.form-content textarea,
.form-content select {
    background: #fff;
    font-weight: bold;
    border: 2px solid #e4e4e4;
    /*
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	*/
    color: #797979;
    ;
    font-family: inherit;
    font-size: 14px;
    padding: 6px 7px;
    outline: none;
    border-radius: 2px;
}

    .form-content input[type="text"]:hover,
    .form-content input[type="password"]:hover,
    .form-content input[type="email"]:hover,
    .form-content input[type="search"]:hover,
    .form-content input[type="url"]:hover,
    .form-content textarea:hover,
    .form-content select:hover {
        border: 2px solid #e1e3e5;
    }

    .form-content input[type="text"]:focus,
    .form-content input[type="password"]:focus,
    .form-content input[type="email"]:focus,
    .form-content input[type="search"]:focus,
    .form-content input[type="url"]:focus,
    .form-content textarea:focus,
    .form-content select:focus {
        border: 2px solid #bbbbbb;
    }

.input textarea {
    height: 112px;
    overflow: auto;
    min-height: 52px;
    resize: vertical;
}

    .input textarea:focus {
        height: 128px;
    }

/* Placeholders
=============================== */
.form-content input::-webkit-input-placeholder,
.form-content textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.54);
}

.form-content input::-moz-placeholder,
.form-content textarea::-moz-placeholder {
    color: rgba(0,0,0,.54);
}

.form-content input:-moz-placeholder,
.form-content textarea:-moz-placeholder {
    color: rgba(0,0,0,.54);
}

.form-content input:-ms-input-placeholder,
.form-content textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.54);
}

.form-content input:focus::-webkit-input-placeholder,
.form-content textarea:focus::-webkit-input-placeholder {
    color: rgba(0,0,0,.36);
}

.form-content input:focus::-moz-placeholder,
.form-content textarea:focus::-moz-placeholder {
    color: rgba(0,0,0,.36);
}

.form-content input:focus:-moz-placeholder,
.form-content textarea:focus:-moz-placeholder {
    color: rgba(0,0,0,.36);
}

.form-content input:focus:-ms-input-placeholder,
.form-content textarea:focus:-ms-input-placeholder {
    color: rgba(0,0,0,.36);
}

/* Select
=============================== */
/*.form-content select { padding-left:13px; }
*/
.form-content .multiple-select select {
    height: auto;
}

.form-content .select i {
    background: #fff;
    -webkit-box-shadow: 0 0 0 11px #fff;
    -moz-box-shadow: 0 0 0 11px #fff;
    -o-box-shadow: 0 0 0 11px #fff;
    box-shadow: 0 0 0 11px #fff;
    height: 20px;
    position: absolute;
    pointer-events: none;
    top: 14px;
    right: 14px;
    width: 14px;
}

    .form-content .select i:after,
    .form-content .select i:before {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: '';
        position: absolute;
        right: 3px;
    }

    .form-content .select i:after {
        border-top: 6px solid rgba(0,0,0,.4);
        bottom: 1px;
    }

    .form-content .select i:before {
        border-bottom: 6px solid rgba(0,0,0,.4);
        top: 3px;
    }

.form-content .select {
    position: relative;
}


/* ======= Radio and checkbox ======= */
.form-content .radio,
.form-content .checkbox,
.form-content .radio-toggle,
.form-content .checkbox-toggle {
    color: rgba(0,0,0,.87);
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    margin-bottom: 4px;
    position: relative;
    line-height: 15px;
}

.form-content .radio,
.form-content .checkbox,
.form-content .inline-group .radio,
.form-content .inline-group .checkbox {
    padding: 9px 0 8px 25px;
    margin-right: 10px;
}

.form-content .radio-toggle,
.form-content .checkbox-toggle,
.form-content .inline-group .radio-toggle,
.form-content .inline-group .checkbox-toggle {
    padding: 9px 0 8px 58px;
}

    .form-content .radio:last-child,
    .form-content .checkbox:last-child,
    .form-content .radio-toggle:last-child,
    .form-content .checkbox-toggle:last-child {
        margin-bottom: 0 !important;
    }

.form-content .inline-group .radio,
.form-content .inline-group .checkbox,
.form-content .inline-group .radio-toggle,
.form-content .inline-group .checkbox-toggle {
    display: inline-block;
    margin-right: 25px;
}

.form-content .radio input,
.form-content .checkbox input,
.form-content .radio-toggle input,
.form-content .checkbox-toggle input {
    position: absolute;
    left: -9999px;
}

.form-content .radio i,
.form-content .checkbox i,
.form-content .checkbox-toggle i,
.form-content .radio-toggle i {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    display: block;
    height: 18px;
    left: 0;
    outline: none;
    position: absolute;
    top: 5px;
    -webkit-transition: border-color.2s;
    -moz-transition: border-color.2s;
    -ms-transition: border-color.2s;
    -o-transition: border-color.2s;
    transition: border-color.2s;
}

.form-content .radio i,
.form-content .checkbox i {
    width: 18px;
}

.form-content .checkbox-toggle i,
.form-content .radio-toggle i {
    width: 44px;
}

.form-content .checkbox i,
.form-content .checkbox-toggle i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.form-content .radio i,
.form-content .radio i:after,
.form-content .radio-toggle i:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.form-content .radio-toggle i {
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -o-border-radius: 13px;
    border-radius: 13px;
}

.form-content .checkbox-toggle i:before {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.form-content .radio i:after {
    background-color: #bbbbbb;
    content: "";
    height: 8px;
    top: 5px;
    left: 5px;
    opacity: 0;
    position: absolute;
    width: 8px;
}

.form-content .checkbox i:after {
    border-width: 0 0 3px 3px;
    border-bottom: solid #81bc00;
    border-left: solid #81bc00;
    content: "";
    height: 5px;
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
    opacity: 0;
    position: absolute;
    width: 10px;
}

.form-content .radio input:checked + i:after,
.form-content .checkbox input:checked + i:after {
    opacity: 1;
}

.form-content .checkbox-toggle i:before,
.form-content .radio-toggle i:before {
    border: none;
    background-color: #bbbbbb;
    content: "";
    display: block;
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 14px;
}

.form-content .checkbox-toggle input:checked + i:before,
.form-content .radio-toggle input:checked + i:before {
    left: 28px;
}

.form-content .checkbox-toggle i:after,
.form-content .radio-toggle i:after,
.form-content .checkbox-toggle input:checked + i:after,
.form-content .radio-toggle input:checked + i:after {
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: 10px;
    position: absolute;
    top: 4px;
}

.form-content .checkbox-toggle i:after,
.form-content .radio-toggle i:after {
    content: "NO";
    left: 22px;
}

.form-content .checkbox-toggle input:checked + i:after,
.form-content .radio-toggle input:checked + i:after {
    content: "YES";
    left: 6px;
}

.form-content .checkbox:hover i,
.form-content .radio:hover i,
.form-content .checkbox-toggle:hover i,
.form-content .radio-toggle:hover i {
    border: 2px solid #ccc;
}

.form-content .radio input:checked + i,
.form-content .checkbox input:checked + i,
.form-content .radio-toggle input:checked + i,
.form-content .checkbox-toggle input:checked + i {
    border: 2px solid #bbbbbb;
}

.form-content .radio input:checked + i,
.form-content .checkbox input:checked + i {
    color: #bbbbbb;
}

.form-content .checkbox-toggle input:checked + i,
.form-content .radio-toggle input:checked + i {
    background-color: #e8eaf6;
}



.global .global-content {
    width: 960px;
    margin: auto;
    padding-bottom: 50px;
}

    .global .global-content h2 {
        text-align: center;
        width: 100%;
        background: #fff;
        font-weight: 300;
        color: #ff9900;
        font-size: 48px;
        margin: 0px;
        padding: 60px 0px 30px 0px;
    }

    .global .global-content p {
        color: #424242;
    }

#top-button {
    float: right;
    display: none;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    border: 1px solid #bbb;
    background-color: rgba(128, 128, 128, 0.4);
}

.bold {
    font-weight: bold !important;
}

.bold-500 {
    font-weight: 500 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

div.green, span.green {
    color: #81bc00;
}

.no-gutter > [class*='col-'], .no-gutter .navbar-toggle, .no-gutter .navbar-brand, .no-gutter .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/*<Siyah Men� Bar>*/
header .header-top .live-support a {
    color: #fff;
    font-weight: bold;
}

    header .header-top .live-support a:hover {
        color: #fff;
        text-decoration: underline;
    }

header .header-top {
    background: #000;
    font-size: 12px;
}

    header .header-top .live-support img {
        margin: 0 5px 1px 0;
    }

    header .header-top .header-top-menu-right ul li {
        float: right !important;
    }

header .header-main-left {
    width: 0 !important;
}

header .header-top {
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

    header .header-top .right-menu {
        float: right;
    }

        header .header-top .right-menu li {
            float: left;
        }

            header .header-top .right-menu li a {
                color: #fff;
                display: block;
                padding: 0 5px 0 5px;
                font-weight: bold;
            }

                header .header-top .right-menu li a:hover {
                    text-decoration: underline;
                }

            header .header-top .right-menu li img {
                margin-right: 5px;
            }
/*</Siyah Men� Bar>*/

/*<Ana Men� Bar>*/ /*
header .header-main-menu {
    background-color: #fff;
    border-bottom: 3px solid #81bc00; /*Nedim Mitrani 05.08.2016 tarihinde .banner, .product-top-container ve bu classdaki borderlar�n 3px olmas�na karar verdi.*/
height: inherit !important; font-size: 14px; z-index: 99999; display: block;
}

header .header-main-menu .navbar-header .navbar-brand {
    padding-top: 10px;
}

header .header-main-menu .navbar-header .navbar-toggle {
    margin-top: 0;
}

header .header-main-menu .navbar {
    padding: 0 0 0 0;
    z-index: 99999;
}

*/
/*bootstrap fix*/
header .nav .open > a,
header .nav .open > a:hover,
header .nav .open > a:focus,
header .nav > li > a:hover,
header .nav > li > a:focus {
}

header .asdasd {
    border-bottom: 0 !important;
}

header .nav > li > a:hover, .nav > li > a:focus {
    background-color: inherit;
}

header .header-main-menu .navbar .navbar-nav > li > .with-expand-button {
}

header .header-main-menu .navbar .navbar-nav > li > .expand-button {
    float: right;
    background-color: red;
    padding: 0;
    width: 50px;
}

/*header .header-main-menu ul li > a:hover {
    background-color: inherit;
    }*/

/*header .header-main-menu ul li > .selected {
    border-bottom:2px solid #81bc00;
    }*/


header .header-main-menu .navbar-nav .dropdown-menu li > a {
    padding: 7px 0 7px 15px;
}

header .header-main-menu .navbar-nav .dropdown-menu li {
    border-top: 1px solid #c4d1db;
    position: relative;
}

    header .header-main-menu .navbar-nav .dropdown-menu li:first-child {
        border-top: 0;
    }

header .header-main-menu .navbar-nav .dropdown-menu .sub-menu-header {
    background: #81bc00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

header .header-main-menu .navbar-nav .dropdown-menu .splash {
    background: #c20000;
    color: #fff;
    float: right;
    overflow: hidden;
    right: 0;
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 120px;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

header .header-main-menu .navbar-nav .dropdown-menu .title {
    font-weight: bold;
    color: #636363;
    padding-bottom: 2px;
    line-height: 30px;
}

header .header-main-menu .navbar-nav .dropdown-menu .motto {
    font-weight: normal;
    width: 100%;
    line-height: 15px;
    white-space: initial;
    font-size: 13px;
    color: #5f5f5f;
}

header .header-main-menu .support {
    background-color: #ff7d01;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    border: 0;
    width: inherit;
    margin-left: -7px;
}

header .header-main-menu .customer-login {
    background-color: #1f3244;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
    margin-left: -7px;
    border-bottom: 0 !important;
}


header .header-main-menu .navbar-right {
    padding-right: 0 !important;
    margin-top: 10px;
}

    header .header-main-menu .navbar-right .divider {
        width: 17px;
    }

header .header-main-menu .navbar .navbar-nav > li.support > a {
    color: #fff;
    font-weight: 500;
}

    header .header-main-menu .navbar .navbar-nav > li.support > a > i {
        margin-right: 3px;
    }

header .header-main-menu .navbar .navbar-nav > li.customer-login > a {
    color: #fff;
    font-weight: 500;
}

    header .header-main-menu .navbar .navbar-nav > li.customer-login > a > i {
        margin-right: 3px;
    }



/*header .sub-menu .sub-menu-content { background:#fff; }

header .sub-menu .sub-menu-content ul li { border-top: 1px solid #c4d1db; position:relative; }
header .sub-menu .sub-menu-content ul li:first-child { border-top: 0px; }
header .sub-menu .sub-menu-content ul li a{ font-size:13px; color: #5f5f5f; text-decoration: none; padding: 7px 0 7px 20px;  margin-top: 1px;  display: block; }	
header .sub-menu .sub-menu-content ul li a:hover{ background:#eaeaea; }	
header .sub-menu .sub-menu-content ul li a strong{ font-size:14px; font-weight: 600;  display: block; line-height: 30px;  color: #636363; }*/


/*</Ana Men� Bar>*/


header .nav > li.customer-login > a:hover,
header .nav > li.customer-login > a:focus {
}

header .nav > li.support > a:hover,
header .nav > li.support > a:focus {
}

.customer-menu-cap {
    padding: 15px;
    background: #fff;
    border: 2px solid #1F3244 !important;
}

    .customer-menu-cap ul {
        background: #F1F1F1 !important;
    }

        .customer-menu-cap ul li {
            background: #F1F1F1;
        }

            .customer-menu-cap ul li a {
                background: #F1F1F1;
                line-height: inherit;
                background: none;
                box-shadow: none;
                color: #1F3244;
            }

.navbar {
    margin-bottom: -1px;
}

.affix {
    top: 0;
    width: 100%;
}

    .affix + .container-fluid {
        padding-top: 30px;
    }

header .header-main-menu .navbar .navbar-right > li > a {
    padding: 0 7px 0 7px !important;
    line-height: 30px;
}

#navbar {
    z-index: 99999;
    background-color: white;
}
/*
.navbar-toggle {
    padding: 9px 0 !important;
}
*/
html, body {
    height: 100%;
}


@media screen and (min-width: 992px) { /*Medium*/
    #HomePageSlider .carousel-caption {
        min-height: 420px;
    }
}

#HomePageSlider .carousel-caption {
    position: inherit !important;
    padding-top: 0px;
}

#HomePageSlider .item div:first-child {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-size: cover;
    background-size: cover;
    margin: 0 auto;
    height: auto;
    max-height: initial;
}

#HomePageSlider .carousel-caption img {
    display: inline !important;
    max-width: 1000px;
    max-height: 420px;
}

#HomePageSlider .carousel-control.left, .carousel-control.right {
    background-image: none;
}

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('/ResourceFiles/v1/images/Slider/buttons/a22.png') center center no-repeat;
    overflow: hidden;
}

.jssora22l {
    background-position: -10px -31px;
}

.jssora22r {
    background-position: -70px -31px;
}

.jssora22l:hover {
    background-position: -130px -31px;
}

.jssora22r:hover {
    background-position: -190px -31px;
}

.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}

.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}

/*Todo: �imdilik b�yle yap�ld�. D�zenlenmesi gerekiyor.*/
.product-top-slide-arrow {
    position: absolute;
    z-index: 10;
    left: 21%;
    top: 25%;
}

@media only screen and (min-width: 1366px) {
    .product-top-slide-arrow {
        position: absolute;
        z-index: 10;
        left: 18%;
        top: 25%;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {
    .product-top-slide-arrow {
        position: absolute;
        z-index: 10;
        left: 16%;
        top: 25%;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1000px) {
    .product-top-slide-arrow {
        position: absolute;
        z-index: 10;
        left: 16%;
        top: 25%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1000px) {
    .product-top-slide-arrow {
        position: absolute;
        z-index: 10;
        left: 4%;
        top: 25%;
    }
}

video {
    width: 100% !important;
    height: auto !important;
}

/*.page-wrap {
    min-height: 100%;
    margin-bottom: -448px;
}*/

.page-wrap:after {
    content: "";
    display: block;
}

.searchBox-container {
    border-bottom: 3px solid #81bc00;
}

    .searchBox-container .extension-list li {
        margin-top: 5px;
        font-size: 16px;
        color: #81bc00;
        font-weight: 600;
        padding-right: 15px;
        display: inline-block;
    }

    .searchBox-container .extension-list .price-text {
        display: inline-block;
    }

.search-domain {
    position: relative;
}

    .search-domain input {
        padding: 10px 10px 10px 10px;
        font-weight: 300;
        font-size: 21px;
        color: #424242;
    }

@media screen and (max-width: 992px) {
    .search-domain button {
        width: 75px;
    }
}


.input-group-addon {
    border-radius: 0px;
    background-color: #fff;
    font-weight: 500;
    cursor: text;
}


.icon.com {
    background: url('/ResourceFiles/v1/images/domain/com.png') no-repeat;
    width: 38px;
}

.icon.net {
    background: url('/ResourceFiles/v1/images/domain/net.png') no-repeat center center;
    width: 29px;
}

.icon.org {
    background: url('/ResourceFiles/v1/images/domain/org.png') no-repeat center center;
    width: 29px;
}

.icon.ist {
    background: url('/ResourceFiles/v1/images/domain/ist.png') no-repeat center center;
    width: 36px;
}

.icon.istanbul {
    background: url('/ResourceFiles/v1/images/domain/istanbul.png') no-repeat center center;
    width: 65px;
}

.slider-container {
    height: auto;
    /*background-image: url('/images/Slider/images/background.jpg');*/
    background-color: white;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product-top-container {
    height: 60px;
    min-height: 60px;
    border-bottom: 3px solid #81bc00;
    color: #002266;
    font-size: 15px;
    font-weight: bold;
    box-shadow: inset 0 20px 10px -20px rgba(0,0,0,0.6);
}

.padding-top-12 {
    padding-top: 12px;
}

.padding-top-15 {
    padding-top: 15px;
}

.blog-content-container {
    min-height: 330px;
    height: auto;
    background-color: #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}



/*Home Page Slider carousel start*/
.carousel {
    max-height: 420px;
    overflow: hidden;
}

.carousel-inner > .item > img, #HomePageCarousel .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-height: 420px;
    min-height: 210px;
    width: 100%;
}

/*Up - Down Start*/
.up-down .carousel-inner {
    height: 100%;
}

.up-down .carousel-inner {
    height: 100%;
}

.carousel.up-down .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.up-down .active {
    top: 0;
}

.carousel.up-down .next {
    top: 50px;
}

.carousel.up-down .prev {
    top: -50px;
}

    .carousel.up-down .next.left,
    .carousel.up-down .prev.right {
        top: 0;
    }

.carousel.up-down .active.left {
    top: -50px;
}

.carousel.up-down .active.right {
    top: 50px;
}

.carousel.up-down .item {
    left: 0;
}

/*Up - Down End*/

/*Home Page Slider carousel end*/

.main-services {
    width: 100%;
    background: #e8e8e8;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .main-services .services-header {
        margin: auto;
        padding-bottom: 45px;
        text-align: center;
    }

        .main-services .services-header h1 {
            font-weight: bold;
            font-size: 40px;
            text-align: center;
            margin: 0px;
            color: #000;
        }

        .main-services .services-header p {
            font-weight: 700;
            font-size: 20px;
            text-align: center;
            margin: 0px;
            color: #000;
        }

        .main-services .services-header a {
            display: inline-block;
            padding: 15px;
            border: 3px solid #c7c7c7;
            background: #fff;
            color: #000;
            text-align: center;
            margin: 20px 0px 20px 0px;
            font-weight: 700;
        }

            .main-services .services-header a:hover {
                text-decoration: none;
            }

.services-box {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 5px solid #c7c7c7;
    border-bottom: 5px solid #c7c7c7;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 476px;
    background: #fff;
    min-height: 160px;
}

    .services-box .b1 {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: auto;
    }

    .services-box .b2 {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        margin-left: 10px;
        border-left: 3px solid #000;
        height: auto;
    }

        .services-box .b2 p {
            line-height: 120px;
            text-align: center;
            font-size: 50px;
            font-weight: bold;
        }

    .services-box h3 {
        color: #000;
        text-align: left;
        padding-left: 10px;
        font-size: 21px;
    }

    .services-box p {
        color: #000;
        text-align: left;
        padding-left: 10px;
    }


a {
    color: #337ab7;
    /*font-weight: 500;*/
}

    a:hover, a:focus {
        text-decoration: none;
    }

.main-blog-container .blog-content h3 {
    font-size: 20px;
    text-align: center;
}



.main-blog-container h2 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    margin: 0px;
}

/*Footer Css Start*/



/*Footer Css End*/

/*Bootstrap Modal Css Start*/
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -00px, 0);
    opacity: 1;
}

.modal-content .modal-top-close-button {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    width: 40px;
    height: 36px;
    background: transparent url('/ResourceFiles/v1/plugins/fancybox/fancybox_sprite.png') -40px 0px;
    cursor: pointer;
    z-index: 1103;
}
/*Bootstrap Modal Css End*/


/*sub pages banner start*/
.banner {
    width: 100%;
    position: relative;
    background-size: cover;
    border-bottom: 3px solid #81bc00;
    box-shadow: rgba(0, 0, 0, 0.701961) 0px 0px 0px 1000px inset;
}

    .banner.big {
        min-height: 398px;
        height: 398px;
    }


    .banner .banner-content h1,
    .banner .banner-content .h1 {
        color: #ff7d01;
        font-size: 45px;
           margin-top: 40px
        /*margin-left: 15px; Neden? Üzerinde Sertaç ile konuşalım. BekirErsin*/
    }


.banner-content .banner-price-green {
    text-align: center;
    color: #ffffff;
}

.banner-content .banner-price-green {
    width: 205px;
    height: 179px;
    background: url(/ResourceFiles/v1/images/common/banner-green-price-bg.png) no-repeat center center;
}

    .banner-content .banner-price-green.repayment-warranty {
        width: 263px;
        height: 242px;
        background: url(/ResourceFiles/v1/images/common/banner-green-price-warranty-bg.png) no-repeat center center;
    }



    

    .banner-content .banner-price-green div:nth-child(2) {
        color: #81bc00;
        font-size: 16px;
        margin-top: 27px;
        margin-left: 5px;
    }

   

    .banner-content .banner-price-green.repayment-warranty div:nth-child(2) {
        margin-top: 30px;
        margin-left: 0px;
    }


.banner-content .price .month:after {
    color: white;
}

.banner .banner-content .banner-h1 {
    font-size: 25px;
    font-weight: 500;
}

    .banner .banner-content .banner-h1 h1 {
        font-size: inherit;
        display: inline;
        font-weight: inherit;
        color: inherit;
    }

.banner .text-content {
    text-align: center;
}



.text-left {
    text-align: left;
}

.banner .banner-content {
    color: #ffffff;
}

    .banner .banner-content .slogan {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .banner .banner-content .maddeler {
        font-size: 19px;
        font-weight: 400;
        white-space: nowrap; /*Sonradan ekledim bozduğu yerler olabilir. Olursa konuşalım. BekirErsin 04.01.2016*/
    }

        .banner .banner-content .maddeler i {
            color: #81bc00;
        }



@media screen and (max-width: 992px) {
    .banner.big {
        height: auto;
    }
}

.banner.small {
    min-height: 298px;
    height: 298px;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.70);
}

section .banner.small div.container,section .banner.big div.container {
    padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 768px) {
    .banner.small {
        height: auto;
    }
}


.banner.no-border {
    border: 0;
}

.banner-tab-margin {
    margin-top: -89px;
}

@media screen and (max-width: 992px) {
    .banner-tab-margin {
        margin-top: 0px;
    }
}


/*sub pages banner end*/
.packprice {
    font-family: 'Avenir Next LT Pro Bold', sans-serif;
    font-weight: bold;
}

    .packprice .value {
        letter-spacing: -1px;
    }

    .packprice .currency {
        display: inline-block;
    }




#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    background: #81bc00 url('/ResourceFiles/v1/images/common/TopArrow.png') no-repeat center center;
    border: 1px solid white;
    z-index: 999;
    text-indent: -9999px;
    background-size: 51%;
    transition: all .3s;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    #back-to-top:hover {
        background: #6fa100 url('/ResourceFiles/v1/images/common/TopArrow.png') no-repeat center center;
        background-size: 60%;
    }

    #back-to-top.active {
        opacity: 1;
        bottom: 8px;
    }

    #back-to-top.passive {
        opacity: 0;
        bottom: -45px;
    }


/* --- ufuk sonra kontrol et
.line-through .value::before{
    content: '';
    border-bottom: 5px solid red;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}*/



.steps {
    padding-left: 0;
    padding-right: 0;
}

    .steps .step {
        background-color: #e5e5e5;
        margin-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
        margin-left: 0;
    }

    .steps .col-lg-3 {
        padding-right: 0;
    }


    .steps .step .number {
        background-color: #949393;
        padding: 5px;
        color: #FFF;
        font-size: 36px;
        font-family: 'Avenir Next LT Pro Bold',sans-serif;
        text-align: right;
        min-height: 63px;
    }

    .steps .step .image {
        min-height: 63px;
        -webkit-filter: invert(0.5);
        filter: invert(0.5);
        border: solid 0px #CCC;
        text-align: center;
        padding: 5% 0 0 0;
    }

    .steps .step .desc {
        font-size: 15px;
        color: #656564;
        font-weight: 600;
        padding: 6% 0 5% 0;
        text-align: center;
        border: solid 0px #CCC;
        line-height: 18px;
    }

    .steps .step .arrow {
        width: 0;
        height: 0;
        border-top: 31px solid transparent;
        border-bottom: 31px solid transparent;
        border-left: 40px solid #949393;
        padding: 0;
    }

    .steps .step.active {
        background-color: #81bc00;
    }

        .steps .step.active .arrow {
            width: 0;
            height: 0;
            border-top: 31px solid transparent;
            border-bottom: 31px solid transparent;
            border-left: 40px solid #002266;
            padding: 0;
        }

        .steps .step.active .number {
            background-color: #002266;
        }

        .steps .step.active .image {
            -webkit-filter: invert(0);
            filter: invert(0);
            padding: 5% 0 0 0;
        }

        .steps .step.active .desc {
            color: #FFF;
            padding: 6% 0 4% 0;
        }

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        /*position: absolute;
		content: "";
		left: 0;
		top: 50%;
		right: 0;
		border-top: 1px solid;
		border-color: inherit;
		-webkit-transform: rotate(-17deg);
		-moz-transform: rotate(-17deg);
		-ms-transform: rotate(-17deg);
		-o-transform: rotate(-17deg);
		transform: rotate(-17deg);
		color: #000;*/
        position: absolute;
        content: "";
        left: -2px;
        top: 60%;
        right: 2px;
        border-top: 1px solid;
        border-color: inherit;
        -webkit-transform: rotate(-17deg);
        -moz-transform: rotate(-17deg);
        -ms-transform: rotate(-17deg);
        -o-transform: rotate(-17deg);
        transform: rotate(-17deg);
        color: #bdbdbd;
        z-index: 90;
    }



/* Starburst 3 */
.starburst3 {
    display: block;
    width: 6em;
    height: 6em;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    rotation: 90deg;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    /*text-shadow:0 0 3em #04b3df, 0 0 4px #0077e5;*/
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .starburst3 h1 {
        clear: both;
        color: #FFF !important;
        margin: -5px 0 0 0 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        font-size: 60px !important;
    }

    .starburst3 h3 {
        font-size: 20px;
        margin: 0;
        font-weight: 400;
    }

    .starburst3 sup {
        font-size: 36px;
        margin: 65px 0 0 0;
        font-weight: 800;
    }

    .starburst3 span {
        display: block;
        width: 6em;
        height: 6em;
        background: #81bc00;
        -webkit-transform: rotate(11.25deg);
        -moz-transform: rotate(11.25deg);
        rotation: 12.5deg;
        color: #FFF;
    }


.popover {
    font-size: 12px;
}

    .popover, .popover .popover-title {
        background-color: #333 !important;
        color: white;
    }

        .popover .arrow:after {
            border-bottom-color: #333 !important;
                border-top-color: #333 !important;
            top: -11px;
        }

.information-tooltip {
    cursor: pointer;
}

.domain-result-container .information-tooltip {
    vertical-align: top;
    font-size: 22px;
    color: #81bc00;
}


/*Bootstrap Collapse Edit-- S�k�a Sorulan Sorular - SSS- FAQ Start*/

/*.sss.title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}*/


.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
}

.panel-group .panel {
    margin: 0px;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    background-image: none !important;
    background-color: #d9d9d9;
}

.panel-default {
    border: 0px;
}

.panel-heading {
    padding: 15px 20px;
    border-bottom: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: 0px;
    margin-left: 20px;
}

.panel-group .light {
    background-color: #f5f5f5;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
	content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: left; /* adjust as needed */
    padding-right: 5px;
}

@media screen and (max-width: 768px) {
    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e114"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        padding-right: 0px;
    }
}


.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}


/*Bootstrap Collapse Edit-- S�k�a Sorulan Sorular - SSS- FAQ End*/




/*============================*/

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding-top: 20px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mega-dropdown-menu > ul > li > ul {
    padding: 0;
    margin: 0;
}

    .mega-dropdown-menu > ul > li > ul > li {
        list-style: none;
    }

        .mega-dropdown-menu > ul > li > ul > li > a {
            display: block;
            color: #222;
            padding: 3px 5px;
        }

.mega-dropdown-menu > ul > li ul > li > a:hover,
.mega-dropdown-menu > ul > li ul > li > a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

/*.carousel-control {
    width: 30px;
    height: 30px;
    top: 0px;
}*/

/*.left.carousel-control {
    right: 40px;
    left: inherit;
}*/

#HomePageSlider .left.carousel-control {
    right: inherit;
    left: inherit;
}

/*.slider-container .carousel-control {
    top: 35%;
}*/

/*.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd;
}*/

.header-main-menu .navbar-nav .dropdown-menu.little-dropdown-menu {
    padding: 15px;
    background: #fff;
    border: 2px solid #81bc00;
    border-top: 3px solid #81bc00;
    width: 335px;
    z-index: 9999;
    line-height: normal;
    font-weight: normal;
}

.header-main-menu .navbar-nav .dropdown-menu.mega-dropdown-menu {
    width: 100%;
    border: 0px;
    border-top: 3px solid #81bc00;
    padding: 0px;
    background: #81bc00;
    z-index: 2;
    line-height: normal;
    font-weight: normal;
    border-radius: 0px;
    min-height: 250px;
}

    .header-main-menu .navbar-nav .dropdown-menu.mega-dropdown-menu.green {
        background: #81bc00;
    }

    .header-main-menu .navbar-nav .dropdown-menu.mega-dropdown-menu.white {
        background: #ffffff;
    }



.header-main-menu .navbar .navbar-nav > .menu {
    color: #fff;
    display: block;
    font-weight: bold;
}

.header-main-menu .navbar .navbar-nav .menu > a {
    font-weight: 500;
    color: #000;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 12px;
    position: relative;
    line-height: 28px;
}

.header-main-menu .navbar .navbar-nav .mega-dropdown.open > a::after {
    position: absolute;
    top: 42px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 8px #81bc00;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.header-main-menu .navbar .navbar-nav .little-dropdown.open > a::after {
    position: absolute;
    top: 42px;
    content: '';
    width: 0;
    height: 0;
    border-bottom: solid 8px #81bc00;
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.header-main-menu .navbar-nav .dropdown-menu li {
    border-top: inherit !important;
    position: inherit !important;
    margin-bottom: 5px;
}

.header-main-menu .navbar-nav .dropdown-menu .dropdown-header {
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 10px;
}

.header-main-menu .navbar-nav .dropdown-menu.green .dropdown-header {
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 10px;
}


.header-main-menu .navbar-nav .dropdown-menu li > a {
    padding: 0px !important;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

    .header-main-menu .navbar-nav .dropdown-menu li > a:hover { /*Alt� �izili  mi de�il mi? �izili b�rakt�m feedback gelirse de�i�tiririz. BekirErsin*/
    }

.header-main-menu .navbar-nav .dropdown-menu.green li > a {
    padding: 0px !important;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
}

#navbar .menu-bottom-row {
    background: #c3c3c3;
    margin-top: 10px;
}

    #navbar .menu-bottom-row .container {
        padding: 15px 0px;
    }

.position-reset {
    position: inherit;
}


/*#endregion */
@media only screen and (min-width: 1199px) and (max-width: 1366px) {
    /*Boostrap LG*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*Boostrap MD*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*Boostrap SM*/
    .header-main-menu .navbar-nav .dropdown-menu.little-dropdown-menu {
        width: 100%;
    }
}

@media only screen and (min-width :300px) and (max-width:767px) {
    /*Boostrap XS*/
    .header-main-menu .navbar-nav .dropdown-menu.little-dropdown-menu {
        width: 100%;
    }

    header .header-main-menu .support {
        padding: 0px 5px;
        margin-bottom: 5px;
    }

    header .header-main-menu .customer-login {
        padding: 0px 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width :299px) {
    /*Boostrap XSS*/

}

.table .td .btn-group {
    background: #FFF;
    background-image: none;
    border-radius: 0;
    font-size: 17px;
}



.table .td ul.dropdown-menu {
    border-radius: 0;
    padding: 0;
}

    .table .td ul.dropdown-menu li {
        border-bottom: solid 1px #CCC;
    }

        .table .td ul.dropdown-menu li a {
            line-height: 36px;
            font-size: 17px;
        }

    .table .td ul.dropdown-menu .value-decimals {
        font-size: 15px;
    }

    .table .td ul.dropdown-menu span.discount {
        color: #ff7d01;
    }

.table .td span.price {
    /*font-size: 30px;*/
    white-space: nowrap;
}

/*Todo: Sepetin classlar�n� checkout.css e ta��*/

.basket-row .price .packprice .value.decimals {
    font-size: 24px;
}

.basket-row .price.old .packprice .value.decimals {
    font-size: 24px;
}

#orderSummary .packprice .value {
    font-size: 30px;
}

    #orderSummary .packprice .value.decimals sup {
        font-size: 18px;
    }

.table .td span.old {
    font-size: 25px;
    color: #c5c4c4;
    font-family: 'Avenir Next LT Pro Bold',sans-serif;
    white-space: nowrap;
    padding-right: 10px;
    text-align: right;
}

    .table .td span.old .value-decimals {
        font-size: 15px;
    }

/*#information tab*/
.option {
    text-align: justify;
    margin-top: 20px;
}

    .option .icon {
        display: inline-block;
        width: 27px;
        height: 23px;
        background: url('/ResourceFiles/v1/images/domain/domain-information/check.png');
    }

    .option .title {
        font-weight: bold;
        display: inline-block;
    }

    .option .content {
        margin-top: 10px;
    }

/*#information tab end*/


.form-control {
    font-size: 15px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0,0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    height: auto;
}

    .form-control:active, .form-control:focus {
        text-decoration: none;
        outline: none;
        border-color: #797979;
        box-shadow: none;
    }

/*Bootstrap Slider Start*/
.slider-handle.round {
    border-radius: 0px;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 15px;
    height: 20px;
    background-color: #333;
    background-image: -webkit-linear-gradient(top, #333 0%, #333 100%);
    background-image: linear-gradient(to bottom, #333 0%, #333 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    filter: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    border: 0px solid transparent;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: none;
    background-color: #d7d4d4;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
}

.slider-selection {
    position: absolute;
    background-image: none;
    background-color: #81bc00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px;
}
/*Bootstrap Slider End*/


.container-title { /*H etiketi i�erisinde olmayan ba�l�klar i�in kullan�yoruz.*/
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}

.local-user {
    background-color: #ff7d01;
    color: #808080;
    padding-left: 10px;
    margin-top: 5px;
    font-weight: 500;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .local-user input {
        margin: 0px;
        vertical-align: middle;
    }

    .local-user label {
        margin: 0px;
        font-weight: 400;
        color: #fff;
        font-size: 13px;
    }

.local-user-container .local-user {
    display: inline-block;
    width: 100%;
}


/* HEO 09/28/2016 Fix */
/*.content-description {
    font-size: 17px;
}*/

/*.content-description-important {
    font-size: 17px !important;
}*/

/*.fw400fs17 {
    font-size: 17px !important;
    font-weight: 300 !important;
}*/

/*.fc000 {
    color: black !important;
}*/

.header-main-right ul li .mlink {
    padding: 0px 5px 0px 9px !important;
}

.page-whois {
}

    .page-whois .loading-box {
        height: 100% !important;
        top: 0;
        z-index: -1;
    }

        .page-whois .loading-box span {
            position: fixed;
            top: 50%;
            left: 37%;
        }
/* HEO 09/28/2016 Fix End*/

.price-sticker {
    width: 233px;
    height: 209px;
    text-align: center;
}

    .price-sticker .than {
        font-size: 16px;
        font-weight: 500;
    }

    .price-sticker.orange {
        background: url(/ResourceFiles/v1/images/banner-price-bg-orange.png) no-repeat center center;
        color: #FFF;
    }

    .price-sticker.green {
        background: url(/ResourceFiles/v1/images/banner-price-bg.png) no-repeat center center;
        color: #FFF;
    }

        .price-sticker.green .price .month:after,
        .price-sticker.green .price .year:after {
            color: white;
        }

    .price-sticker.orange .price .month:after,
    .price-sticker.orange .price .year:after {
        color: white;
    }





.customize-tab.nav {
    margin-bottom: 0;
}




/*.customize-tab Özelleştirilmiş Tab Menü Başlangıç*/

.customize-tab.nav-tabs {
    border: none;
}

.customize-tab.nav > li > a {
    color: #222222;
    background-color: #f6f7fa;
    padding: 13px 25px;
    font-weight: 400;
    width: auto;
    text-align: center;
    margin-right: 1px;
    max-height: 50px;
    border-radius: 0;
    border: 0;
}

    .customize-tab.nav > li > a:hover {
        background-color: #f6f7fa;
        border: 0;
    }

.customize-tab.nav-tabs > li.active {
    box-shadow: inset 0px 4px 0px 0px #ff7d01;
    background-color: #ffffff;
}

    .customize-tab.nav-tabs > li.active > a,
    .customize-tab.nav-tabs > li.active a:hover,
    .customize-tab.nav-tabs > li.active a:focus {
        color: #222222;
        background-color: transparent;
        border: 0;
    }

@media (max-width: 768px) {
    .nav-tabs > li {
        float: none;
        margin-bottom: 1px;
    }

        .nav-tabs > li.active > a {
            border: none;
        }

            .nav > li > a:hover, .nav > li > a:focus,
            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                background: none;
                border: none;
            }
}

/*.customize-tab Özelleştirilmiş Tab Menü Bitiş*/

/*Container Boşluklar Padding-Margin Başlangıç*/


/*Container Boşluklar Padding-Margin Başlangıç*/
.content-padding {
    padding: 40px;
}

.top-bottom-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 480px) {
    .content-padding {
        padding: 10px;
    }

    .top-bottom-padding {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {
    .content-padding {
        padding: 20px;
    }

    .top-bottom-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

/*Container Boşluklar Padding-Margin Bitiş*/


.pp-price .try:after {
    content: " ₺";
    font-weight: 300;
}

.pp-price .usd:after {
    content: " $";
}

section div > div.container {
    padding: 40px 0px 40px 0px;
}

@media screen and (max-width: 768px) {
    section div > div.container {
        padding: 15px 0px 15px 0px;
    }
        /*Bekir bu aşağıdakileri ben ekledim, mobilde kaymalar oluyor diye, haliyle yukardakini ezdim. UY*/
        /*section div > div.container  {padding:0px;}*/
        section div > div.container .row {
            margin: 0px;
        }
}

section div > div.container.properties > .row {
    margin-top: 40px;
}

section div > div.container.text-content > .row {
    margin-top: 40px;
}

section div > div.container.properties .row span,
section div > div.container.properties .row h2,
section div > div.container.properties .row .h2,
section div > div.container.properties .row h3,
section div > div.container.properties .row .h3,
section div > div.container.properties .row h4,
section div > div.container.properties .row .h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

    section div > div.container.properties .row h3.properties {
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 0px;
        letter-spacing: -0.3px;
    }

section div > div.container.properties .row p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
}

section .bg-navydark .container.properties .row p { /*bg-navydark*/
    font-weight: 300;
}


@media screen and (max-width: 992px) {
    section div > div.container.properties > .row,
    section div > div.container.properties > .prop-row {
        margin-top: 0px;
    }

    section div > div.container.text-content > .row {
        margin-top: 0px;
    }
}

section .tab-container > div.container {
    padding-bottom: 0px;
}

@media screen and (max-width: 992px) {
    section div > div.row [class^="col-"] {
        margin-top: 15px;
    }
}

.change-curreny {
    background-color: inherit;
    padding: 0px !important;
    min-width: 65px;
    border: 0px;
}

    .change-curreny:focus {
        outline: none;
    }

.goto {
    cursor: pointer;
}

a.includePrice {
    text-decoration: none !important;
    font-weight: 300 !important;
    color: #222222 !important;
}

    a.includePrice:hover {
        text-decoration: none !important;
        color: #222222 !important;
    }

.LPMcontainer.LPMoverlay {
   /* display: none !important;*/
}

.price-warning {
    font-size: 16px;
    font-weight: 500;
}

.navbar a, navbar a:hover, navbar a:focus {
    text-decoration: none;
    color: #222222;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.currency-changer {
    /*display: inherit;*/
    /*float: right;*/ /*internet explorer da sorun olduğu için kapadım*/ 
}

.comparison-container a {
    color: #222222;
}

iframe[name=google_conversion_frame] {
    height: 0px !important;
}

.banner .banner-content .search-domain.input-group,
.banner .banner-content .search-domain .input-group {
    border: 6px solid #060606;
    border: 6px solid rgba(6, 6, 6, 0.3);
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.dot-pattern:before {
    content: " ";
    position: absolute;
    background: url('/ResourceFiles/v1/images/login/pattern-dot.png');
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: .05;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.customize-tab li a h1, .customize-tab li a h2, .customize-tab li a h3, .customize-tab li a h4 {
    font-size: 18px;
    display: inline;
    font-weight: 500;
}

.fancybox-margin{
	margin-right:inherit !important;
}


.fancybox-lock{
	overflow:initial !important; width: inherit !important;
}

.fancybox-lock body {
    overflow: inherit !important;
}

a.fancybox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: 0 0;
    z-index: 8040;
}

.fancybox-light a.fancybox-close, .fancybox-light a.fancybox-expand, .fancybox-light a.fancybox-nav span {
    background: url('/ResourceFiles/v1/images/common/close.png');
}


.general-support .support a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}

.general-support .support .img {
    display: inline-flex;
    align-items: center;
    height: 125px;
    background-color: #666666;
    width: 125px;
    border-radius: 75px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.general-support .support.orange .img {
    background-color: #ff7d01;
}

.general-support .support img {
    margin: 0 auto;
    margin-bottom: 0;
}

.general-support .support.orange .text span {
    color: #ff7d01;
}

.general-support .support .text {
    font-size: 16px;
    font-weight: 700;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-top: 10px;
}

.general-support .support-badge-customer_services {
    margin-left: 90px;
}

.general-support .support-badge-live_support {
    margin-left: 90px;
}

@media screen and (max-width: 992px) {
    section div > div.row [class^="col-"].support {
        margin-top: 45px;
    }
}


.message {
			padding: 20px 20px;
			border-radius: 3px;
			font-weight: 300;
			padding-left: 55px;
			position: relative;
			margin-bottom: 10px;
			font-size: 18px;
		}

			.message.message-info {
				background-color: #3BAFDA;
				color: #ffffff;
			}

				.message.message-info:after {
					content: "\f05a";
					font-family: FontAwesome;
					font-size: 30px;
					position: absolute;
					left: 20px;
					top: 16px;
				}

		.message-info.message-light {
			background-color: #d1ecf6;
			color: #145168;
		}

		.message.message-warning {
			background-color: #ff9900;
			color: #ffffff;
		}

			.message.message-warning:after {
				content: "\f071";
				font-family: FontAwesome;
				font-size: 25px;
				position: absolute;
				left: 20px;
				top: 18px;
			}

		.message-warning.message-light {
			background-color: #ffebcc;
			color: #663d00;
		}

		.message.message-success {
			background-color: #81bc00;
			color: #ffffff;
		}

			.message.message-success:after {
				content: "\f058";
				font-family: FontAwesome;
				font-size: 30px;
				position: absolute;
				left: 20px;
				top: 16px;
			}

		.message-success.message-light {
			background-color: #eaffbc;
			color: #3b5600;
		}

		.message.message-error {
			background-color: #ff3300;
			color: #ffffff;
		}

			.message.message-error:after {
				content: "\f057";
				font-family: FontAwesome;
				font-size: 30px;
				position: absolute;
				left: 20px;
				top: 16px;
			}

		.message-error.message-light {
			background-color: #ffc2b3;
			color: #4d0f00;
		}