﻿@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,700,600,300&subset=latin,latin-ext);

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    font-size: 13px;
    color: #000;
}

a,
a:hover,
a:focus,
a:visited {
    color: #000;
    text-decoration: none;
}

#header {
    background: #fff;
    color: #000;
    min-height: 70px;
    padding: 10px 0px;
}

    #header a,
    #header a:hover,
    #header a:focus,
    #header a:visited {
        color: #000;
        text-decoration: none;
    }

.language {
    margin-top: 18px;
}

.language-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../images/arrow.png') no-repeat;
    background-position: 22px 3px;
    background-size: 13px 13px;
    width: 40px;
    height: 20px;
    outline: none;
    margin-left: -5px;
    border: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}

.company-logo {
    text-align: center;
}

.header-login-area {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
    margin-top: 18px;
}

    .header-login-area li {
        float: left;
        margin-right: 10px;
        border-right: 1px solid #fff;
        padding-right: 10px;
        font-weight: 600;
    }

        .header-login-area li:last-child {
            margin-right: 0px;
            border-right: none;
            padding-right: 0px;
        }

.carousel-caption .caption-title {
    display: block;
    widows: 100%;
    font-size: 45px;
    font-weight: 100;
}

.carousel-caption .caption-description {
    display: block;
    font-size: 18px;
    font-weight: 100;
    width: 50%;
    margin: 10px auto;
    margin-bottom: 20px;
}

.carousel-caption {
    top: 30px;
}

    .carousel-caption .caption-link .btn {
        font-size: 18px;
        font-style: italic;
        border-radius: 0px;
        padding: 10px 20px;
    }

.carousel-indicators li {
    width: 45px;
    height: 40px;
    text-indent: 0px;
    border-radius: 0px;
    border: none;
}

.carousel-indicators li {
    opacity: 0.6;
}

.carousel-indicators .active {
    width: 45px;
    height: 40px;
    text-indent: 0px;
    border-radius: 0px;
    background-color: transparent;
    margin: 1px;
    opacity: 0.9;
}

.carousel-control {
    width: 8%;
    opacity: .2;
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 180px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        margin-top: -150px;
    }
}

.search-area-in-carousel {
    position: absolute;
    z-index: 500;
    width: 100%;
    bottom: 20px;
}

.main-search-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    ;
}

    .main-search-wrapper .search-title {
        font-size: 35px;
        font-weight: 100;
        color: #AE0913;
        margin-bottom: 15px;
        width: 100%;
    }

    .main-search-wrapper .search-wrapper label {
        font-size: 16px;
        color: #AE0913;
        font-weight: 500;
    }

    .main-search-wrapper .search-wrapper .form-control {
        outline: none;
        border-radius: 0px;
        border: 1px solid #ae0913;
    }

.btn-danger {
    background: #ae0913;
}

.main-search-wrapper .search-wrapper .btn-danger {
    margin-top: 26px;
    border-radius: 0px;
}

.wrapper-home-bottom {
    margin-top: 20px;
}

.catalog-grid-title {
    font-size: 25px;
    font-weight: 100;
    color: #AE0913;
    border-bottom: 1px solid #929292;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.item .thumb .product-img {
    width: 100%;
}

.catalog-grid .item footer .info {
    margin-top: -14px;
}

.ad-area-sidebar-right {
}

#nt-example1 {
    max-width: 620px;
    margin: auto;
    padding-left: 0px;
}

#nt-example1-container {
    text-align: center;
    margin-bottom: 36px;
    margin-top: -1px;
    border: 1px solid #AE0913;
}

    #nt-example1-container i {
        font-size: 26px;
        height: 27px;
        width: 100%;
        background: #AE0913;
        padding-top: 0px;
        color: #fff;
        margin: 0;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

#nt-example1 li {
    color: #4e4e4e;
    overflow: hidden;
    height: 95px;
    padding: 10px;
    padding-top: 28px;
    line-height: 18px;
    list-style: none;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px dotted #d3d3d3;
}


    #nt-example1 li:hover {
        background: #FFF;
    }


.ad-company-logo {
    float: left;
    margin-right: 10px;
}

.ad-company-information {
    float: left;
    width: 75%;
}

.ad-company-title {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ad-company-content {
    font-size: 12px;
}

.external-ad img {
    width: 100%;
}


#footer {
    background: #AE0913;
    min-height: 50px;
    margin-top: 20px;
    padding-top: 18px;
}

.footer-company-link {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .footer-company-link li {
        float: left;
        margin-right: 10px;
        border-right: 1px solid #fff;
        padding-right: 10px;
        font-size: 12px;
    }

        .footer-company-link li:last-child {
            margin-right: 0px;
            border-right: none;
            padding-right: 0px;
        }

#footer a,
#footer a:hover,
#footer a:focus,
#footer a:visited {
    color: #fff;
    text-decoration: none;
}

.footer-social-links {
    padding: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

    .footer-social-links li {
        float: left;
        margin-right: 8px;
        padding-right: 8px;
        font-size: 20px;
        margin-top: -5px;
    }

        .footer-social-links li:last-child {
            margin-right: 0px;
            border-right: none;
            padding-right: 0px;
        }

#footer .footer-social-links a,
#footer .footer-social-links a:hover,
#footer .footer-social-links a:focus,
#footer .footer-social-links a:visited {
    color: #e7e7e7;
    text-decoration: none;
}

@media(max-width:991px) {
    .footer-left {
        text-align: center;
    }

    .footer-company-link {
        display: inline-block;
        margin-bottom: 10px;
    }

    .footer-right {
        text-align: center;
    }

    .footer-social-links {
        display: inline-block;
        margin-bottom: 10px;
        float: none;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: auto;
        max-width: none;
    }

    .logo-alani {
        position: inherit;
        margin-top: 0px;
        height: 50px;
        width: 100%;
    }

    .dil-secimi {
        position: absolute;
        margin-top: 50px;
    }
}

@media(max-width:880px) {
    .carousel-caption .caption-description {
        display: none;
    }

    .carousel-caption .caption-title {
        margin-bottom: 20px;
    }
}

@media(max-width:580px) {
    .carousel-caption .caption-title {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .search-area-in-carousel {
        bottom: 80px;
    }

    .dil-secimi {
        font-size: 12px;
    }

    .header-login-area li a {
        font-size: 12px;
    }
}

.breadcrumb .container li {
    display: inline-block;
}


    .breadcrumb .container li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

.breadcrumb .container .active {
    color: #777;
}

.search-filter-left-sidebar {
    background-color: #AE0913;
    padding: 15px;
}

.search-filter-title {
    color: #fff;
    background-color: #333;
    margin: -15px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.search-category {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

.search-category-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.search-category-wrapper {
}

.checkbox-category-filter {
    height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    background: #fff;
    padding: 0px 10px;
    border: 2px solid #fff;
}

.witdh100 {
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

.company-information-product-pg {
    border: 1px solid #AE0913;
    background-color: #f5f5f5;
    padding: 10px 0px;
    margin-bottom: 20px;
}

.company-info-title {
    font-size: 35px;
    font-weight: 100;
}

.fotorama__html,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: grabbing;
}

.fotorama__img,
.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__img {
    margin: -50% 0 0 -50%;
    width: 100%;
    height: 100%;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -ms-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    -webkit-transition-duration: 0ms;
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    -o-transition-duration: 0ms;
    -ms-transition-duration: 0ms;
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: 0;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__wrap * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .fotorama__arr:before,
    .fotorama__fullscreen-icon:before,
    .fotorama__video-close:before,
    .fotorama__video-play:before {
        font-family: 'FontAwesome';
    }

.fotorama__thumb {
    background-color: rgba(127,127,127,0.2);
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

    .fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
        display: none;
    }

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

    .fotorama--fullscreen .fotorama__nav,
    .fotorama--fullscreen .fotorama__stage {
        background: #000;
    }

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
}

.fotorama__stage__frame {
    overflow: hidden;
}

    .fotorama__stage__frame.fotorama__active {
        z-index: 8;
    }

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

    .fotorama__wrap--fade .fotorama__fade-front,
    .fotorama__wrap--fade .fotorama__fade-rear,
    .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
        display: block;
        left: 0;
        top: 0;
    }

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

    .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
        z-index: 9;
    }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

    .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
        visibility: visible;
    }

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
    position: absolute;
    bottom: 0;
}

    .fotorama__nav--dots .fotorama__nav__frame {
        width: 18px;
        height: 30px;
    }

    .fotorama__nav--dots .fotorama__nav__frame--thumb,
    .fotorama__nav--dots .fotorama__thumb-border {
        display: none;
    }

.fotorama__nav--thumbs {
    display: block;
}

    .fotorama__nav--thumbs .fotorama__nav__frame {
        padding-left: 0 !important;
    }

        .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
            padding-right: 0 !important;
        }

    .fotorama__nav--thumbs .fotorama__nav__frame--dot {
        display: none;
    }

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.fotorama__nav__frame.fotorama__active {
    pointer-events: none;
    cursor: default;
}

    .fotorama__nav__frame.fotorama__active .fotorama__dot {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

.fotorama__active .fotorama__dot {
    background-color: #fff;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #ed8323;
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

    .fotorama__caption a {
        text-decoration: none;
        color: #000;
        border-bottom: 1px solid;
        border-color: rgba(0,0,0,0.5);
    }

        .fotorama__caption a:hover {
            color: #333;
            border-color: rgba(51,51,51,0.5);
        }

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: rgba(255,255,255,0.9);
    padding: 5px 10px;
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    -webkit-animation: spinner 24s infinite linear;
    -moz-animation: spinner 24s infinite linear;
    -o-animation: spinner 24s infinite linear;
    -ms-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    text-align: center;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin: -16px 10px 0 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 20px;
}

    .fotorama__arr:hover {
        background: rgba(0,0,0,0.6);
    }

.fotorama__arr--prev {
    left: 0;
}

    .fotorama__arr--prev:before {
        content: '\f104';
    }

.fotorama__arr--next {
    right: 0;
}

    .fotorama__arr--next:before {
        content: '\f105';
    }

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 0;
    right: 0;
    z-index: 20;
    color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    text-align: center;
    margin: 10px;
}

    .fotorama__fullscreen-icon:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    .fotorama__fullscreen-icon:before {
        content: '\f065';
    }

.fotorama--fullscreen .fotorama__fullscreen-icon:before {
    content: '\f066';
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls .fotorama__fullscreen-icon,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0);
    -moz-transform: translate3d(32px, -32px, 0);
    -o-transform: translate3d(32px, -32px, 0);
    -ms-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0);
    -moz-transform: translate3d(-48px, 0, 0);
    -o-transform: translate3d(-48px, 0, 0);
    -ms-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next,
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0);
    -moz-transform: translate3d(48px, 0, 0);
    -o-transform: translate3d(48px, 0, 0);
    -ms-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    -webkit-background-size: 1px 100%, 5px 100%;
    -moz-background-size: 1px 100%, 5px 100%;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fotorama__nav-wrap {
    position: absolute;
    z-index: 700;
    margin-top: -80px;
}

.text-height {
    line-height: 1px;
    margin-bottom: 30px;
}

.company-name-info-in-modal .text-height {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    line-height: normal !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    margin-top: 6px !important;

}

h2 {
    font-size: 40px;
    font-weight: 300;
    color: #565656;
}

.text-small {
    font-size: 12px;
}

.lh1em {
    line-height: 1em;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-inline > li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}

    .list-inline > li a {
        color: #656565;
    }

.adress {
    color: #656565;
}

.company-name-info {
    padding-bottom: 20px;
}

.promotion-price {
    margin-top: 20px;
}

    .promotion-price ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        padding-bottom: 20px;
    }

        .promotion-price ul li {
            float: left;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid #333;
            height: 40px;
            color: #AE0913;
        }

            .promotion-price ul li:last-child {
                float: left;
                margin-right: 0px;
                padding-right: 0px;
                border-right: none;
                text-align: center;
                margin-top: 3px;
            }

            .promotion-price ul li:first-child {
                font-size: 30px;
                font-weight: 100;
            }

            .promotion-price ul li:nth-child(2) {
                text-align: center;
            }

.promotion-title h4 {
    font-weight: 700;
    color: #ae0913;
    margin-bottom: -12px;
}

.percent-font {
    font-size: 20px;
    line-height: 22px;
}

.btn {
    border-radius: 0px;
}

.btn-buy {
    width: 100%;
    padding: 10px;
    font-weight: 600;
}

.promotion-description {
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
}

.description-title {
    font-weight: 600;
    margin-bottom: 0px;
}

.promotion-description {
    line-height: 21px;
}

.promotion-information {
    margin-bottom: 25px;
}

.pagination > li > a, .pagination > li > span {
    color: #AE0913;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #AE0913;
        background-color: #eee;
        border-color: #ddd;
    }

.nar-puan {
    text-align: center;
    background: #AE0913;
    color: #fff;
    width: 110px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    float: right;
}

.tab-content > .tab-pane {
    border: 1px solid #DDDDDD;
    border-top: none;
    padding: 26px;
    min-height: 300px;
}

.master-wrapper-sts {
    margin-bottom: 20px;
}

.full-width {
    width: 100%;
}

.photo-content-tab {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-restoran-tab .cc-sts-text {
    padding-top: 22px;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    .lightbox a img {
        border: none;
    }

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

    .lb-nav a.lb-next:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both;
    }

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em;
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: bold;
        line-height: 1em;
    }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999999;
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../images/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            opacity: 1;
        }

.product-price {
    font-size: 24px;
    font-weight: 100;
    line-height: 70px;
}

.button-talep-gonder {
    display: block !important;
    color: #fff !important;
}

.catalog-grid .item .description {
    padding: 0px !important;
    top: 42% !important;
    width: 100%;
}

.pd-4 {
    padding: 4px 0px;
}

.pd-4 h3 {
    max-height: 25px;
    min-height: 25px;
}

.pd-4 p {
    max-height: 50px;
    min-height: 50px;
}

.labelfortalep {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 500;
}

.inputs-group {
    margin-bottom: 20px;
}

.panel-title-sts {
    font-size: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin: 0px 15px;
    margin-bottom: 20px;
    font-weight: 100;
}

.title-for-label {
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 14px;
}

.pd15-tst {
    padding: 80px 0px;
    margin-bottom: 20px;
}

.custom-font {
    font-size: 20px;
    font-weight: 100;
}

.promosyon-yukle {
    min-height: 500px;
}

/*!
* Colorpicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(/img/saturation.png);
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px;
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

.colorpicker-hue, .colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-hue i, .colorpicker-alpha i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px;
    }

.colorpicker-hue {
    background-image: url(/img/hue.png);
}

.colorpicker-alpha {
    background-image: url(/img/alpha.png);
    display: none;
}

.colorpicker {
    *zoom: 1;
    top: 0;
    left: 0;
    padding: 4px;
    min-width: 120px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .colorpicker:before, .colorpicker:after {
        display: table;
        content: "";
    }

    .colorpicker:after {
        clear: both;
    }

    .colorpicker:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        top: -7px;
        left: 6px;
    }

    .colorpicker:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        position: absolute;
        top: -6px;
        left: 7px;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.alpha {
        min-width: 140px;
    }

        .colorpicker.alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(/img/alpha.png);
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.input-append.color .add-on i, .input-prepend.color .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.dashboard-border-wrapper {
    border: 1px solid #d3d3d3;
    padding: 15px 10px;
    background: linear-gradient(#fff,#f9fbfc 37%,#fafbfc 57%,#f6f8f9) !important;
    margin-bottom: 30px;
    min-height: 255px;
}

.dashboard-title {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 30px;
}

.dashboard-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .dashboard-list li {
        margin-bottom: 4px;
        font-size: 13px;
        font-weight: 100;
        width: 100%;
        display: block;
        border-bottom: 1px dashed #d3d3d3;
        padding-bottom: 5px;
    }

.bb-btn-bb {
    padding: 2px 4px;
    font-size: 12px;
}

.promotion-info-total {
    margin-left: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.company-information-product-pg-in-modal {
    background-color: #FFFFFF;
    padding: 10px 0px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.company-info-title-in-modal {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    margin-left: -10px;
}

.mg-bt-10 {
    margin-bottom: 10px;
}

.no-padding {
    padding: 0px;
}

.company-name-info-in-modal {
    padding-bottom: 20px;
}

.btn.btn-external-link {
    background: none;
    font-size: 12px;
    color: #666;
    padding: 0px;
    padding-right: 10px;
    margin-top: -2px;
}

.calendar {
    min-width: 15.625rem;
    border: 1px #eeeeee solid;
    padding: .3125rem;
    background-color: #ffffff;
}

    .calendar .calendar-grid {
        margin: 0;
        padding: 0;
    }

.calendar-dropdown {
    max-width: 400px;
    width: 400px;
}

.calendar .calendar-row {
    margin: 0 0 .3125rem;
    width: 100%;
}

    .calendar .calendar-row:before,
    .calendar .calendar-row:after {
        display: table;
        content: "";
    }

    .calendar .calendar-row:after {
        clear: both;
    }

    .calendar .calendar-row:last-child {
        margin-bottom: 0;
    }

.calendar .calendar-cell {
    width: 12.46201429%;
    margin: 0 0 0 2.12765%;
    display: block;
    float: left;
}

    .calendar .calendar-cell:first-child {
        margin-left: 0;
    }

    .calendar .calendar-cell.sel-month {
        width: 41.64134286%;
    }

    .calendar .calendar-cell.sel-year {
        width: 48.936175%;
    }

    .calendar .calendar-cell.sel-plus,
    .calendar .calendar-cell.sel-minus {
        width: 23.4042625%;
    }

    .calendar .calendar-cell.month-cell,
    .calendar .calendar-cell.year-cell {
        width: 23.4042625%;
    }

.calendar .calendar-actions .button {
    margin: .15625rem;
}

.calendar .day-of-week {
    padding: .3125rem;
    cursor: default;
}

.calendar a {
    display: block;
    padding: .3125rem;
}

    .calendar a:hover {
        background-color: #ae0913;
        color: #ffffff;
        border-radius: inherit;
    }

.calendar .calendar-header {
    background-color: #ae0913;
    color: #ffffff;
}

    .calendar .calendar-header a {
        color: #ffffff;
        padding: .325rem;
    }

        .calendar .calendar-header a:hover {
            background-color: #c9302c;
            color: #ffffff;
        }

.calendar .calendar-actions:before,
.calendar .calendar-actions:after {
    display: table;
    content: "";
}

.calendar .calendar-actions:after {
    clear: both;
}

.calendar .today a {
    background-color: #e84b55;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.calendar .day {
    border: 1px #ffeced solid;
}

    .calendar .day a {
        display: block;
        position: relative;
    }

.calendar .month,
.calendar .year {
    border: 1px #bcd9e2 solid;
}

    .calendar .month a,
    .calendar .year a {
        padding-top: 1.3125rem;
        padding-bottom: 1.3125rem;
    }

.calendar .empty {
    cursor: default;
}

.calendar .other-day {
    display: block;
    text-align: center;
    color: #999999;
    padding: .325rem;
    background-color: #eeeeee;
    border: 1px #bcd9e2 solid;
}

.calendar .selected {
    background-color: #59cde2;
}

    .calendar .selected a {
        background-color: #ae0913;
        color: #ffffff;
    }

.calendar .exclude {
    background-color: #ce352c;
}

    .calendar .exclude a {
        cursor: not-allowed;
        background-color: #ce352c;
        color: #ffffff;
    }

.calendar.rounded button {
    border-radius: 0.3125rem;
}

.calendar.rounded .day,
.calendar.rounded .month,
.calendar.rounded .year,
.calendar.rounded .other-day,
.calendar.rounded .today,
.calendar.rounded .calendar-header,
.calendar.rounded .selected {
    border-radius: 0.3125rem;
}

    .calendar.rounded .today a,
    .calendar.rounded .selected a,
    .calendar.rounded .exclude a {
        border-radius: 0.3125rem;
    }

    .calendar.rounded .calendar-header a:hover {
        border-radius: 0.3125rem;
    }

.calendar.no-border .day,
.calendar.no-border .month,
.calendar.no-border .year,
.calendar.no-border .other-day,
.calendar.no-border .today,
.calendar.no-border .calendar-header {
    border: 0;
}

    .calendar.no-border .today a {
        border: 0;
    }

.calendar-dropdown {
    border: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.input-control.text .button {
    padding: 8px 12px;
    height: 34px;
    text-align: center;
    vertical-align: middle !important;
    background-color: #ffffff;
    border: 1px #AE0913 solid;
    color: #AE0913;
    cursor: pointer;
    display: inline-block;
    outline: none;
    font-size: .875rem;
    line-height: 1;
    margin: .15625rem 0;
    position: relative;
}

    .input-control.text .button i {
        font-size: 15px;
    }

.input-control.text .button, .input-control.select .button, .input-control.file .button, .input-control.password .button, .input-control.number .button, .input-control.email .button, .input-control.tel .button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    margin: 0;
}

.admin-sidebar {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .admin-sidebar li {
        padding: 8px 15px;
        border: 1px solid #C23F3F;
        border-bottom: none;
        background: #ae0019;
    }

        .admin-sidebar li:hover {
            background: #8C0014;
        }

        .admin-sidebar li:last-child {
            border-bottom: 1px solid #C23F3F;
        }

        .admin-sidebar li a,
        .admin-sidebar li a:hover,
        .admin-sidebar li a:visited,
        .admin-sidebar li a:active,
        .admin-sidebar li a:focus {
            color: #fff;
            display: block;
        }

.bekleyen-uyelikler {
    background: #fc5555;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.bekleyen-promosyonlar {
    background: #ffa097;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.dashboard-hatalar {
    background: #f9cb3e;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.dashboard-raporlar {
    background: #599e99;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.dashboard-arsiv {
    background: #a5c4bc;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.dashboard-guncelleme {
    background: #527374;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.contact-title {
    font-weight: 600;
    color: #000;
}

.alt-bilgi {
    margin-top: -20px;
    margin-left: -10px;
}

@media (max-width:980px) {
    .admin-right-side {
        padding: 0px 15px;
        margin-top: 20px;
    }

    .admin-alert-area {
        margin: 0px;
    }

    .alt-bilgi {
        margin-top: 0px;
        margin-left: 0px;
    }

    .destek-uzmani {
        margin: 0px;
    }

    .destek-uzmani-text {
        margin-top: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

.admin-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px -16px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}

    .admin-menu li {
        padding: 4px 15px;
        background: #800315;
    }

        .admin-menu li a {
            padding: 5px 15px 5px 25px;
            display: block;
            font-size: 12px;
        }

        .admin-menu li:hover {
            background: #8C0014;
            color: #fff;
        }

        .admin-menu li a:hover,
        .admin-menu li a:active,
        .admin-menu li a:focus,
        .admin-menu li a:visited {
            background: none;
            color: #fff;
        }

.witdh-20 {
    width: 20%;
}

.yeni-resim-title {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #4D4D4D;
    margin-bottom: 10px;
    border-bottom: 1px solid #A68540;
    padding-bottom: 5px;
}

.frm-2 {
    height: 26px;
    font-size: 12px;
    margin-top: 10px;
    width: 245px;
}

.right-border {
    border-right: 1px solid #d3d3d3;
}

.register-button {
    margin-top: 15px;
}

.search-categories {
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}

.search-categories-title-out {
    color: #fff;
    background-color: #333;
    margin: -1px;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.checkbox-category-filter2 {
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
    background: #AE0913;
    padding: 0px 10px;
    border: 2px solid #fff;
}

.search-category-wrapper.checkbox-category-filter2 a {
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px;
}

    .search-category-wrapper.checkbox-category-filter2 a:hover {
        text-decoration: underline;
    }

.breadcrumb {
    background-color: #AE0913;
    border-radius: 0px;
}

    .breadcrumb a {
        color: #fff;
    }

    .breadcrumb .container .active {
        color: #fff;
    }

.carousel-indicators li {
    border: 1px solid #fff !important;
}

    .carousel-indicators li img {
        height: 38px;
        width: 43px;
    }

@media screen and (min-width: 1400px) {
    .carousel-indicators li img {
        height: 64px;
        width: 64px;
    }

    .carousel-indicators li {
        height: 66px !important;
        width: 66px !important;
    }
}

.inpage-header-desc-tbst {
    width: 100%;
    margin-bottom: 15px;
}

.ic-sayfa-sag-menu {
    padding: 0;
    margin-bottom: 20px;
}

    .ic-sayfa-sag-menu .title-msdo-bt {
        padding-left: 10px;
        font-weight: 700;
        font-size: 14px;
        background: #eaeaea;
    }

    .ic-sayfa-sag-menu li {
        list-style: none;
        background: #fafafa;
        border: 1px solid #d3d3d3;
        border-bottom: none;
        padding: 8px 8px 8px 30px;
    }

.panel-title-ntbs {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}

.ic-sayfa-sag-menu li:last-child {
    border-bottom: 1px solid #d3d3d3;
}

.panel-wrapper-ntbs p {
    line-height: 1.8;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 8px;
    border: 1px solid #d3d3d3;
}

.sidebox {
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 18px;
    border: 1px solid rgb(235, 235, 235);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.ui-widget-content {
    z-index: 2900;
    display: block;
}

.border-all {
    border: 1px solid #d3d3d3;
    padding: 5px;
}

.siralama-ust {
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    width: 60%;
}

    .siralama-ust li {
        float: left;
        list-style: none;
        display: block;
        padding: 10px 15px;
    }

        .siralama-ust li a {
        }

        .siralama-ust li:hover {
            background-color: #d3d3d3;
        }

        .siralama-ust li:first-child {
            margin-left: 0px;
        }

@media(min-width:1100px) {
    .modal-lg {
        width: 1040px;
    }
}

.fotorama__stage {
    width: 100% !important;
}

.fotorama__stage__shaft {
    width: 100% !important;
}

.fotorama__img {
    width: 100% !important;
}

.fotorama__wrap {
    width: 100% !important;
}

