﻿body, button, input, select, textarea {
    font-family: Helvetica,sans-serif

}

.light, label {
    font-weight: 400
}

* {
    border-color: #e1e1e1;
    border-style: solid;
    border-width: 0;
    zoom: 1;
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0 !important
}

body, html {
    font-size: 14px
}

.full-height {
    height: 100% !important
}

    .full-height.scroll {
        height: auto !important
    }

    .full-height body {
        position: relative
    }

body {
    color: #333;
    line-height: 1.6;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow: hidden;
}

    body.loaded {
      
    }

.scroll-width {
    height: 150px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 200px
}

    .scroll-width div {
        height: 200px;
        width: 100%
    }

.scrollable-div {
    height: 200px;
    overflow-y: scroll
}

.page-box {
    min-height: 2%;
    height: auto !important;
    height: 100%
}

img {
    max-width: 100%;
    height: auto
}

svg image {
    display: none
}

a:active {
    color: #000
}

.no-border a, a.no-border {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .no-border a:hover, a.no-border:hover {
        color: #1e1e1e;
        text-decoration: none;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

.white .no-border a, .white a.no-border {
    color: #fff;
    color: rgba(255,255,255,.8)
}

    .icon.white, .white, .white .no-border a:hover, .white a.no-border:hover {
        color: #fff
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 22px;
    text-rendering: optimizelegibility
}

p {
    margin-bottom: 22px
}

    p:last-child {
        margin-bottom: 0
    }

address {
    font-size: 13px
}

ol, ul {
    padding: 0 0 0 60px;
    margin: 0
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.icon.muted, .muted {
    color: #555
}

.icon.text-warning, .text-warning, a.text-warning:hover {
    color: #f89406 !important
}

.icon.text-danger, .icon.text-error, .text-danger, .text-error, a.text-danger:hover, a.text-error:hover {
    color: #c10841 !important
}

.text-white {
    color: #fff
}

.icon.text-info, .text-info, a.text-info:hover {
    color: #0098ca !important
}

.icon.text-primary, .text-primary, a.text-primary:hover {
    color: #1e1e1e !important
}

.icon.text-success, .text-success, a.text-success:hover {
    color: #738d00 !important
}

.bg-white {
    background: #fff !important
}

.bg-muted {
    background: #555 !important
}

.bg-primary {
    background: #037ac5 !important
}

.bg-warning {
    background: #f89406 !important
}

.bg-danger, .bg-error {
    background: #c10841 !important
}

.bg-info {
    background: #0098ca !important
}

.bg-success {
    background: #738d00 !important
}

.border-muted {
    border-color: #555 !important
}

.border-warning {
    border-color: #f89406 !important
}

.border-danger, .border-error {
    border-color: #c10841 !important
}

.border-info {
    border-color: #0098ca !important
}

.border-primary {
    border-color: #037ac5 !important
}

.border-success {
    border-color: #738d00 !important
}

.border-grey {
    border-color: #777 !important
}

.lead {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px
}

.text-small {
    font-size: 12px;
    line-height: 18px
}

hr {
    border: 0;
    border-top: 1px solid #e1e1e1;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 0 none;
    margin: 20px 0
}

    hr.dashed, hr.dotted {
        border-top-width: 1px
    }

    hr.dotted {
        border-style: dotted
    }

    hr.dashed {
        border-style: dashed
    }

    hr.double {
        border-style: double;
        border-top-width: 3px
    }

    hr.shadow {
        border: 0;
        margin-bottom: 30px;
        overflow: hidden;
        padding-top: 10px;
        position: relative
    }

        hr.shadow:after {
            bottom: 10px;
            border-radius: 100%;
            box-shadow: 0 0 10px rgba(0,0,0,.8);
            content: "";
            height: 20px;
            left: 5%;
            position: absolute;
            right: 5%;
            z-index: -1
        }

    hr.no-line {
        border: 0;
        height: 1px
    }

    hr.margin-bottom {
        margin-top: 0
    }

    hr.margin-top {
        margin-bottom: 0
    }

.btn {
    border-radius: 3px;
    line-height: 22px;
    outline: 0;
    padding: 8px 19px;
    filter: none;
    -webkit-transition: background .2s linear,border .2s linear,color .2s linear;
    transition: background .2s linear,border .2s linear,color .2s linear;
    white-space: normal
}

    .btn.btn-primary.active, .btn.btn-primary.focus, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover, .open > .btn.btn-primary.dropdown-toggle {
        background: #0499f7;
        border-color: #0499f7
    }

    .btn.btn-success.active, .btn.btn-success.focus, .btn.btn-success:active, .btn.btn-success:focus, .btn.btn-success:hover, .open > .btn.btn-success.dropdown-toggle {
        background: #9dc000;
        border-color: #9dc000
    }

    .btn.btn-info.active, .btn.btn-info.focus, .btn.btn-info:active, .btn.btn-info:focus, .btn.btn-info:hover, .open > .btn.btn-info.dropdown-toggle {
        background: #00befd;
        border-color: #00befd
    }

    .btn.btn-warning.active, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning:focus, .btn.btn-warning:hover, .open > .btn.btn-warning.dropdown-toggle {
        background: #faa937;
        border-color: #faa937
    }

    .btn.btn-danger.active, .btn.btn-danger.focus, .btn.btn-danger:active, .btn.btn-danger:focus, .btn.btn-danger:hover, .open > .btn.btn-danger.dropdown-toggle {
        background: #f20a51;
        border-color: #f20a51
    }

    .btn.btn-red {
        background: #ed093a;
        color: #fff
    }

        .btn.btn-red.active, .btn.btn-red.disabled, .btn.btn-red:active, .btn.btn-red:focus, .btn.btn-red:hover, .btn.btn-red[disabled] {
            color: #fff;
            background-color: #fb4c71
        }

        .btn-group.open .btn.btn-red.dropdown-toggle, .btn.btn-red.active, .btn.btn-red:active {
            box-shadow: inset 0 5px 0 rgba(0,0,0,.12)
        }

.btn-white {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ccc
}

    .btn-white.active, .btn-white.focus, .btn-white:active, .btn-white:focus, .btn-white:hover, .open > .dropdown-toggle.btn-white {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-white.active, .btn-white:active, .open > .dropdown-toggle.btn-white {
        background-image: none
    }

    .btn-white.disabled, .btn-white.disabled.active, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled:focus, .btn-white.disabled:hover, .btn-white[disabled], .btn-white[disabled].active, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled]:focus, .btn-white[disabled]:hover, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white.active, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white:hover {
        background-color: #fff;
        border-color: #ccc
    }

.btn .btn.disabled, .btn .btn[disabled], .btn.btn-link[disabled]:focus, .btn.btn-link[disabled]:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.btn.btn-inverse {
    background: #ccc;
    background: rgba(30,30,30,.3);
    color: #fff
}

    .btn-group.open .btn.btn-inverse.dropdown-toggle, .btn.btn-inverse.active, .btn.btn-inverse.disabled, .btn.btn-inverse:active, .btn.btn-inverse:focus, .btn.btn-inverse:hover, .btn.btn-inverse[disabled] {
        color: #efefef;
        background-color: #000
    }

.btn.btn-border {
    background: 0 0;
    border: 1px solid #1e1e1e;
    color: #1e1e1e
}

    .btn.btn-border .caret {
        color: #1e1e1e
    }

    .btn.btn-border.btn-inverse, .btn.btn-border.btn-inverse .caret {
        border-color: rgba(30,30,30,.3);
        color: rgba(30,30,30,.3)
    }

    .btn.btn-border.btn-primary, .btn.btn-border.btn-primary .caret {
        border-color: #037ac5;
        color: #037ac5
    }

    .btn.btn-border.btn-warning, .btn.btn-border.btn-warning .caret {
        border-color: #f89406;
        color: #f89406
    }

.border-light2 {
    border-color: #e9e9e9 !important
}

.btn.btn-border.btn-danger, .btn.btn-border.btn-danger .caret {
    border-color: #c10841;
    color: #c10841
}

.btn.btn-border.btn-success, .btn.btn-border.btn-success .caret {
    border-color: #738d00;
    color: #738d00
}

.btn.btn-border.btn-info, .btn.btn-border.btn-info .caret {
    border-color: #0098ca;
    color: #0098ca
}

.btn-group.open .btn.btn-border.btn.dropdown-toggle, .btn-group.open .btn.btn-border.btn.dropdown-toggle .caret, .btn.btn-border.active, .btn.btn-border.active .caret, .btn.btn-border.disabled, .btn.btn-border.disabled .caret, .btn.btn-border:active, .btn.btn-border:active .caret, .btn.btn-border:focus, .btn.btn-border:focus .caret, .btn.btn-border:hover, .btn.btn-border:hover .caret, .btn.btn-border[disabled], .btn.btn-border[disabled] .caret {
    color: #fff
}

.btn.btn-lg {
    font-size: 16px;
    padding: 15px 25px
}

.btn.btn-sm {
    font-size: 12px;
    padding: 4px 14px
}

.btn.btn-xs {
    font-size: 10px;
    padding: 1px 9px
}

.dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    min-width: 156px;
    padding: 0;
    z-index: 80
}

    .dropdown-menu > li > a i {
        font-size: 18px;
        margin-right: 10px;
        min-width: 18px;
        vertical-align: middle;
        text-align: center;
    }

.dropdown-backdrop {
    position: static
}

.btn-group .dropdown-toggle, .btn-group.open .dropdown-toggle {
    box-shadow: none
}

.open > .dropdown-menu {
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 85
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    color: #2e5481;
    text-shadow: none
}

.btn-group > .btn:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.btn-group > .btn:after, .btn-group > .btn:before {
    border-left: 1px solid rgba(255,255,255,.2);
    bottom: 0;
    display: inline-block;
    content: "";
    left: -1px;
    position: absolute;
    top: 0
}

.btn-group > .btn.btn-border:after, .btn-group > .btn.btn-border:before, .btn-group > .btn:first-child:before, .btn-group > .btn:last-child:after, .btn-group > .btn:only-of-type:after, .btn-group > .btn:only-of-type:before {
    display: none
}

.btn-group .btn-group > .btn:after, .selectBox-arrow {
    left: auto;
    right: 0
}

.ladda-button {
    font-size: 100%
}

    .ladda-button[data-style=contract][data-loading] {
        width: 42px
    }

label {
    margin: 0 0 3px
}

.required {
    color: #c3293a;
    display: inline-block;
    font-size: 14px
}

.required2 {
    color: #fff
}

.form-control, .selectBox {
    border: 1px solid #e1e1e1;
    box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,.15);
    border-radius: 3px;
    font-size: 12px;
    height: 40px;
    line-height: 22px;
    margin-bottom: 8px;
    min-height: 40px;
    padding: 8px 12px;
    width: 100%
}

    .selectBox option {
        padding: 5px
    }

        .selectBox option:nth-child(odd) {
            color: #c10841
        }

        .selectBox option:hover {
            background-color: #0098ca;
            color: #fff;
            font-weight: 700
        }

    .form-control:hover, .selectBox:hover {
        border-color: #ccc;
        text-decoration: none
    }

    .form-control.selectBox-menuShowing, .form-control:focus, .selectBox.selectBox-menuShowing, .selectBox:focus {
        box-shadow: 0 0 10px rgba(46,84,129,.3);
        border: 1px solid #839bb7;
        outline: 0;
        -webkit-transition: border linear .2s,box-shadow linear .2s;
        transition: border linear .2s,box-shadow linear .2s
    }

textarea.form-control {
    height: 100px;
    max-width: 100%
}

.selectBox {
    max-width: 100%;
    width: 100% !important
}

.has-feedback .form-control-feedback {
    height: 40px;
    line-height: 40px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline {
    color: #738d00
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline {
    color: #f89406
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline {
    color: #c10841
}

.has-success .form-control {
    border-color: #738d00;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-warning .form-control {
    border-color: #f89406;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-error .form-control {
    border-color: #c10841;
    -webkit-transition: box-shadow linear .2s;
    transition: box-shadow linear .2s
}

.has-success .form-control:focus {
    border-color: #738d00;
    box-shadow: 0 0 10px rgba(115,141,0,.3)
}

.has-warning .form-control:focus {
    border-color: #f89406;
    box-shadow: 0 0 10px rgba(248,148,6,.3)
}

.has-error .form-control:focus {
    border-color: #c10841;
    box-shadow: 0 0 10px rgba(193,8,65,.3)
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.checkbox, .radio {
    font-weight: 400;
    margin: 0 0 8px;
    min-height: 18px;
    padding-left: 10px
}

.new-checkbox, .new-radio {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 3px 0 0 -20px;
    position: absolute;
    width: 15px
}

.new-radio {
    border-radius: 7px;
    height: 14px;
    width: 14px
}

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .new-checkbox input[type=checkbox], .new-radio input[type=radio] {
        cursor: pointer;
        height: 100%;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        vertical-align: top;
        width: 100%
    }

.new-checkbox svg {
    display: none;
    height: 18px;
    margin: -3px 0 0 -2px;
    width: 18px
}

.new-checkbox.checked svg, .new-radio span, .selectBox-label, .selectBox-options li {
    display: block
}

.new-checkbox svg polygon {
    fill: #1e1e1e
}

.new-radio span {
    border-radius: 3px;
    height: 6px;
    margin: 3px 0 0 3px;
    width: 6px
}

.new-radio.checked span {
    background: #1e1e1e
}

.new-checkbox.disabled, .new-radio.disabled {
    opacity: .5;
    filter: alpha(opacity=50)
}

.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
    padding-left: 20px
}

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
        margin-left: -20px
    }

.selectBox-dropdown-menu::-webkit-scrollbar, .selectBox::-webkit-scrollbar {
    background: #f2f2f2;
    width: 10px
}

.selectBox-dropdown-menu::-webkit-scrollbar-thumb, .selectBox::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    background-color: #839bb7;
    width: 5px
}

.selectBox {
    background: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none
}

    .selectBox:focus, .selectBox:hover, button {
        outline: 0;
        text-decoration: none
    }

.selectBox-label {
    box-sizing: border-box;
    color: #555;
    max-width: 100%;
    padding: 0 25px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.selectBox-arrow {
    background: url(../images/svg/select.svg) 50% 50% no-repeat;
    border-radius: 0 3px 3px 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 32px
}

.selectBox-dropdown-menu {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 10px rgba(46,84,129,.3);
    border: 1px solid #839bb7;
    outline: 0;
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    color: #5f5f5f;
    font-size: 12px;
    list-style: none;
    margin: 0;
    max-height: 117px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.selectBox-options li a {
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    line-height: 1.5;
    padding: 2px 2px 2px 16px;
    margin: 0;
    min-height: 23px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.panel-group.one-open .panel.active .panel-heading > .panel-title > a, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: default
}

.selectBox-options li + li a {
    border-top: 1px solid #839bb7
}

.selectBox-options li a:hover {
    background: #f2f2f2;
    color: #111;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.selectBox-options li.selectBox-selected a {
    background: #e9e9e9;
    color: #000;
    text-decoration: none
}

.selectBox-inline {
    overflow-y: auto;
    padding: 0;
    width: 100%
}

    .selectBox-inline ul {
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%
    }

.selectBox.selectBox-disabled, .selectBox.selectBox-disabled .selectBox-label, fieldset[disabled] .selectBox, fieldset[disabled] .selectBox .selectBox-label, fieldset[disabled] select {
    color: #999
}

    .selectBox.selectBox-disabled .selectBox-arrow, fieldset[disabled] .selectBox .selectBox-arrow {
        opacity: .3;
        filter: alpha(opacity=30)
    }

    .selectBox.selectBox-disabled:focus {
        border-color: #e1e1e1;
        box-shadow: 0 1px #fff,inset 0 1px 4px rgba(0,0,0,.15)
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    border-radius: 4px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding-top: 10px;
    padding-bottom: 10px
}

.input-lg-selectBox-dropdown-menu {
    border-radius: 0 0 4px 4px
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    border-radius: 2px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    min-height: inherit !important;
    padding-top: 5px;
    padding-bottom: 5px
}

.input-sm-selectBox-dropdown-menu {
    border-radius: 0 0 2px 2px
}

.alignnone {
    margin: 0 0 25px
}

.aligncenter {
    clear: both;
    margin: 0 auto 25px
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0
}

.alignright {
    float: right;
    margin: 0 0 25px 25px
}

.caption {
    color: #7f7f7f;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    max-width: 100%
}

    .caption img {
        display: block;
        margin: 0 auto 10px
    }

.img-rounded, .img-thumbnail.img-circle .bg-images, .img-thumbnail.img-circle img, .img-thumbnail.img-rounded .bg-images, .img-thumbnail.img-rounded img {
    border-radius: 4px
}

.img-thumbnail {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    margin-bottom: 10px
}

    .img-thumbnail:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out
    }

        .img-thumbnail:hover .bg-images {
            background: #fff;
            background: rgba(255,255,255,.7);
            -webkit-transition: all .2s ease-out;
            transition: all .2s ease-out
        }

            .img-thumbnail:hover .bg-images i:before {
                color: #000;
                font-size: 30px;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

    .img-thumbnail.lightbox:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .img-thumbnail .bg-images {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .img-thumbnail .bg-images i {
            margin: 9px 0 0 9px
        }

            .img-thumbnail .bg-images i:before {
                color: #fff;
                font-size: 20px;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

    .img-thumbnail.img-circle .img-thumbnail.bg-images, .img-thumbnail.img-circle img.img-thumbnail, .img-thumbnail.img-rounded, .img-thumbnail.img-rounded .img-thumbnail.bg-images, .img-thumbnail.img-rounded img.img-thumbnail {
        border-radius: 4px
    }

    .img-thumbnail.img-circle, .img-thumbnail.img-circle .bg-images, .img-thumbnail.img-circle img {
        border-radius: 50%
    }

        .img-thumbnail.img-circle .bg-images i {
            margin: 17% 0 0 17%
        }

.fancybox-wrap {
    -webkit-overflow-scrolling: touch
}

.alert {
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    text-shadow: none;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear
}

    .alert .alert-link {
        color: #fff;
        color: rgba(255,255,255,.7);
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

        .alert .alert-link:hover {
            color: #fff;
            text-decoration: none
        }

    .alert .close {
        color: #fff;
        line-height: 22px;
        position: absolute;
        right: 10px;
        top: 9px;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.table, .table td, .table th, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    line-height: 18px
}

.alert .close:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.alert .alert-icon {
    display: block;
    float: left;
    margin: 0 20px 0 0
}

    .alert .alert-icon:before {
        font-size: 34px
    }

.alert.alert-default {
    background-color: #555;
    border: 1px solid #555;
    color: #fff
}

.alert.alert-black {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #fff
}

.alert.alert-border {
    background: 0 0;
    color: #1e1e1e
}

    .alert.alert-border .close {
        color: #1e1e1e
    }

.tooltip.left {
    margin-left: -12px
}

#tooltip {
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    padding: 5px;
    position: absolute;
    z-index: 89
}

    #tooltip div, #tooltip h3 {
        margin: 0
    }

.text-warning + .tooltip .tooltip-inner {
    background-color: #f89406
}

.text-danger + .tooltip .tooltip-inner, .text-error + .tooltip .tooltip-inner {
    background-color: #c10841
}

.text-warning + .tooltip.top .tooltip-arrow {
    border-top-color: #f89406
}

.text-danger + .tooltip.top .tooltip-arrow, .text-error + .tooltip.top .tooltip-arrow {
    border-top-color: #c10841
}

.text-warning + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f89406
}

.text-danger + .tooltip.bottom .tooltip-arrow, .text-error + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #c10841
}

.text-warning + .tooltip.left .tooltip-arrow {
    border-left-color: #f89406
}

.text-danger + .tooltip.left .tooltip-arrow, .text-error + .tooltip.left .tooltip-arrow {
    border-left-color: #c10841
}

.text-warning + .tooltip.right .tooltip-arrow {
    border-right-color: #f89406
}

.text-danger + .tooltip.right .tooltip-arrow, .text-error + .tooltip.right .tooltip-arrow {
    border-right-color: #c10841
}

.text-info + .tooltip .tooltip-inner {
    background-color: #0098ca
}

.text-info + .tooltip.top .tooltip-arrow {
    border-top-color: #0098ca
}

.text-info + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0098ca
}

.text-info + .tooltip.left .tooltip-arrow {
    border-left-color: #0098ca
}

.text-info + .tooltip.right .tooltip-arrow {
    border-right-color: #0098ca
}

.text-success + .tooltip .tooltip-inner {
    background-color: #738d00
}

.text-success + .tooltip.top .tooltip-arrow {
    border-top-color: #738d00
}

.text-success + .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #738d00
}

.text-success + .tooltip.left .tooltip-arrow {
    border-left-color: #738d00
}

.text-success + .tooltip.right .tooltip-arrow {
    border-right-color: #738d00
}

.popover {
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

a.list-group-item, a.list-group-item:focus, a.list-group-item:hover {
    -webkit-transition: background-color .3s linear,color .3s linear;
    transition: background-color .3s linear,color .3s linear
}

.list-group-item-warning {
    background-color: #f89406;
    border: 0;
    color: #fff
}

a.list-group-item-warning {
    color: #fff
}

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        background-color: #faa937;
        color: rgba(255,255,255,.7)
    }

.list-group-item-danger {
    background-color: #c10841;
    border: 0;
    color: #fff
}

a.list-group-item-danger {
    color: #fff
}

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        background-color: #f20a51;
        color: rgba(255,255,255,.7)
    }

.list-group-item-info {
    background-color: #0098ca;
    border: 0;
    color: #fff
}

a.list-group-item-info {
    color: #fff
}

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        background-color: #00befd;
        color: rgba(255,255,255,.7)
    }

.list-group-item-success {
    background-color: #738d00;
    border: 0;
    color: #fff
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th, .table > thead > tr > th {
    border-bottom-width: 1px
}

a.list-group-item-success {
    color: #fff
}

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        background-color: #9dc000;
        color: rgba(255,255,255,.7)
    }

.list-group-item .badge {
    margin-top: 2px
}

.table {
    font-size: 12px;
    margin-bottom: 22px
}

    .table.text-left, .table.text-left th:not(.text-center) {
        text-align: left
    }

    .table.text-right, .table.text-right th:not(.text-center) {
        text-align: right
    }

    .table > thead > tr > th {
        font-size: 13px
    }

.table-striped thead th {
    background-color: #f7f7f7
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background: 0 0
}

.table-bordered {
    border-radius: 0
}

.table-hover tbody tr > td, .table-hover tbody tr > th {
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
    background-color: #fffdee;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.danger, .table > tbody > tr > td.info, .table > tbody > tr > td.success, .table > tbody > tr > td.warning, .table > tbody > tr > th.danger, .table > tbody > tr > th.info, .table > tbody > tr > th.success, .table > tbody > tr > th.warning, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > td.info, .table > tfoot > tr > td.success, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.danger, .table > tfoot > tr > th.info, .table > tfoot > tr > th.success, .table > tfoot > tr > th.warning, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.danger, .table > thead > tr > td.info, .table > thead > tr > td.success, .table > thead > tr > td.warning, .table > thead > tr > th.danger, .table > thead > tr > th.info, .table > thead > tr > th.success, .table > thead > tr > th.warning {
    color: #fff
}

blockquote {
    padding: 0 0 0 20px;
    margin: 0 0 22px;
    border-left: 2px solid #e1e1e1
}

    blockquote.pull-right {
        border-left: 0;
        border-right: 2px solid #e1e1e1;
        float: right;
        padding-left: 0;
        padding-right: 20px
    }

    blockquote p {
        font-family: Georgia,'Times New Roman',Times,serif;
        font-style: italic;
        font-size: 16px;
        line-height: 1.625;
        margin-bottom: 0
    }

    blockquote small {
        line-height: 26px
    }

.progress-bar {
    font-size: 14px;
    filter: none;
    box-shadow: none;
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    text-shadow: none;
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.progress.border-radius {
    border-radius: 5px
}

.progress[data-appear-progress-animation] .progress-bar {
    text-indent: -200%
}

.progress.hover .progress-bar:hover {
    background: #1e1e1e
}

.progress.hover .progress-bar-info:hover {
    background: #0098ca
}

.progress.hover .progress-bar-success:hover {
    background: #738d00
}

.progress.hover .progress-bar-warning:hover {
    background: #f89406
}

.progress.hover .progress-bar-danger:hover {
    background: #c10841
}

.progress-circular {
    position: relative;
    text-align: center
}

    .progress-circular > div {
        display: inline-block;
        vertical-align: top
    }

    .progress-circular input.knob {
        border: 0;
        box-shadow: none;
        color: #7f7f7f;
        font-size: 0;
        font-style: italic;
        font-weight: 400
    }

.pagination {
    margin: 20px 0
}

    .pagination > li > a, .pagination > li > input[type=submit], .pagination > li > span {
        border: 0;
        border-radius: 2px;
        float: left;
        font-size: 12px;
        font-weight: 700;
        line-height: 30px;
        margin: 0 10px 0 0;
        width: 40px;
        padding: 0 9px;
        text-align: center;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.nav-tabs > li > a, .nav > li > a:focus, .nav > li > a:hover {
    -webkit-transition: background-color .2s linear
}

.pagination > li.active > a, .pagination > li.ayrac > a {
    pointer-events: none;
    cursor: default
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-left-width: 0;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 400
}

.pagination-text {
    color: #999;
    font-size: 13px;
    line-height: 30px;
    vertical-align: top;
    margin-right: 10px
}

.pagination.pagination-lg > li > a, .pagination.pagination-lg > li > span {
    font-size: 16px;
    line-height: 28px;
    padding: 4px 14px
}

.pagination.pagination-sm > li > a, .pagination.pagination-sm > li > span {
    font-size: 10px;
    line-height: 20px;
    padding: 0 7px
}

.nav-tabs > li > a, .panel-title {
    font-size: 14px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.content {
    margin-bottom: 30px
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #f7f7f7;
    transition: background-color .2s linear
}

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0
}

    .nav-tabs > li > a {
        border-radius: 2px 2px 0 0;
        color: #1e1e1e;
        padding: 10px 20px 11px;
        transition: background-color .2s linear
    }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            border-color: #f7f7f7 #f7f7f7 #e1e1e1
        }

    .nav-tabs > .active > a, .nav-tabs > .active > a:focus, .nav-tabs > .active > a:hover {
        border: 1px solid #e1e1e1;
        border-bottom-color: transparent;
        color: #1e1e1e;
        font-weight: 700
    }

.caret:before, .slim {
    font-weight: 400
}

.nav-tabs > .active.dropdown > a {
    z-index: 91
}

.pill-content > .pill-pane, .tab-content > .tab-pane {
    padding-top: 36px
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
    margin: 0
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 110px;
        margin-right: 0;
        margin-bottom: 3px
    }

.tabs-left > .nav-tabs {
    border: 0;
    border-right: 1px solid #ddd;
    float: left;
    margin: 0 -1px 0 0
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        border-radius: 4px 0 0 4px
    }

        .tabs-left > .nav-tabs > li > a:focus, .tabs-left > .nav-tabs > li > a:hover {
            border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7
        }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:focus, .tabs-left > .nav-tabs .active > a:hover {
        border-color: #ddd transparent #ddd #ddd
    }

.tabs-left > .tab-content {
    border-left: 1px solid #ddd;
    margin: 0;
    overflow: auto
}

    .tabs-left > .tab-content > .tab-pane {
        padding: 0 0 0 20px
    }

.tabs-right > .nav-tabs {
    border: 0;
    border-left: 1px solid #ddd;
    float: right;
    margin: 0 0 0 -1px
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        border-radius: 0 4px 4px 0
    }

        .tabs-right > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:hover {
            border-color: #f7f7f7 #f7f7f7 #f7f7f7 #ddd
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:focus, .tabs-right > .nav-tabs .active > a:hover {
        border-color: #ddd #ddd #ddd transparent
    }

.tabs-right > .tab-content {
    border-right: 1px solid #ddd;
    margin: 0;
    overflow: auto
}

.panel, .panel-group {
    margin-bottom: 22px
}

.tabs-right > .tab-content > .tab-pane {
    padding: 0 20px 0 0
}

.panel {
    border-radius: 0;
    box-shadow: none
}

.map-box iframe, .panel-footer, .panel-heading {
    border: 0
}

.list-group-item {
    padding-left: 20px;
    padding-right: 20px
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    margin-bottom: 0
}

    .panel-group .panel .panel-heading {
        background-color: inherit;
        padding: 0;
        position: relative
    }

        .panel-group .panel .panel-heading > .panel-title:before {
            background: rgba(255,255,255,.4);
            bottom: 0;
            content: "";
            display: block;
            left: 45px;
            position: absolute;
            top: 0;
            width: 1px;
            z-index: 1
        }

        .panel-group .panel .panel-heading > .panel-title > a {
            background-color: #ccc;
            display: block;
            line-height: 22px;
            padding: 9px 9px 9px 60px;
            text-decoration: none;
            -webkit-transition: background-color .2s linear;
            transition: background-color .2s linear
        }

            .panel-group .panel .panel-heading > .panel-title > a:after, .panel-group .panel .panel-heading > .panel-title > a:before {
                background: #1e1e1e;
                content: "";
                display: block;
                height: 2px;
                left: 0;
                margin: 19px 0 0 15px;
                position: absolute;
                top: 0;
                width: 16px
            }

            .panel-group .panel .panel-heading > .panel-title > a:after {
                height: 16px;
                margin: 12px 0 0 22px;
                width: 2px
            }

            .panel-group .panel .panel-heading > .panel-title > a:hover {
                background-color: #c1c1c1
            }

        .panel-group .panel .panel-heading + .panel-collapse .panel-body {
            border-top: 0 none
        }

    .panel-group .panel.active .panel-heading > .panel-title:before {
        background: rgba(255,255,255,.2)
    }

    .panel-group .panel.active .panel-heading > .panel-title > a, .panel-group .panel.active .panel-heading > .panel-title > a:hover {
        background-color: #1e1e1e;
        color: #fff
    }

        .panel-group .panel.active .panel-heading > .panel-title > a:after, .panel-group .panel.active .panel-heading > .panel-title > a:before, .panel-group .panel.active .panel-heading > .panel-title > a:hover:after, .panel-group .panel.active .panel-heading > .panel-title > a:hover:before {
            background: #fff
        }

        .panel-group .panel.active .panel-heading > .panel-title > a:after, .panel-group .panel.active .panel-heading > .panel-title > a:hover:after {
            display: none
        }

    .panel-group .panel.panel-primary .panel-heading > .panel-title > a {
        background-color: #037ac5;
        color: #fff
    }

.panel-mor {
    border-color: #701f7e
}

    .panel-group .panel.panel-mor .panel-heading > .panel-title > a, .panel-mor .panel-heading {
        background-color: #701f7e;
        color: #fff
    }

.panel-group .panel.panel-primary .panel-heading > .panel-title > a:hover {
    background-color: rgba(3,122,197,.9)
}

.panel-group .panel.panel-mor .panel-heading > .panel-title > a:hover {
    background-color: rgba(112,31,126,.9)
}

.panel-group .panel.panel-mor .panel-heading > .panel-title > a:after, .panel-group .panel.panel-mor .panel-heading > .panel-title > a:before, .panel-group .panel.panel-primary .panel-heading > .panel-title > a:after, .panel-group .panel.panel-primary .panel-heading > .panel-title > a:before {
    background-color: #fff
}

.panel-group .panel.panel-warning .panel-heading > .panel-title > a {
    background-color: #f89406;
    color: #fff
}

    .panel-group .panel.panel-warning .panel-heading > .panel-title > a:hover {
        background-color: rgba(248,148,6,.9)
    }

    .panel-group .panel.panel-warning .panel-heading > .panel-title > a:after, .panel-group .panel.panel-warning .panel-heading > .panel-title > a:before {
        background-color: #fff
    }

.panel-group .panel.panel-danger .panel-heading > .panel-title > a {
    background-color: #c10841;
    color: #fff
}

    .panel-group .panel.panel-danger .panel-heading > .panel-title > a:hover {
        background-color: rgba(193,8,65,.9)
    }

    .panel-group .panel.panel-danger .panel-heading > .panel-title > a:after, .panel-group .panel.panel-danger .panel-heading > .panel-title > a:before {
        background-color: #fff
    }

.panel-group .panel.panel-info .panel-heading > .panel-title > a {
    background-color: #0098ca;
    color: #fff
}

    .panel-group .panel.panel-info .panel-heading > .panel-title > a:hover {
        background-color: rgba(0,152,202,.9)
    }

    .panel-group .panel.panel-info .panel-heading > .panel-title > a:after, .panel-group .panel.panel-info .panel-heading > .panel-title > a:before {
        background-color: #fff
    }

.panel-group .panel.panel-success .panel-heading > .panel-title > a {
    background-color: #738d00;
    color: #fff
}

    .panel-group .panel.panel-success .panel-heading > .panel-title > a:hover {
        background-color: rgba(115,141,0,.9)
    }

    .panel-group .panel.panel-success .panel-heading > .panel-title > a:after, .panel-group .panel.panel-success .panel-heading > .panel-title > a:before {
        background-color: #fff
    }

.panel-group .panel.e-hidden {
    margin: 0;
    overflow: hidden
}

.panel-group .panel-body {
    padding: 10px 0 10px 1px
}

.panel-group.panel-bg .panel-body {
    background: #f7f7f7;
    padding-left: 20px;
    padding-right: 20px
}

.panel-group .close {
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #7f7f7f;
    position: relative;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    vertical-align: top;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .panel-group .close:hover {
        color: #1e1e1e;
        opacity: 1;
        filter: alpha(opacity=100)
    }

.reviews-box .add-review:hover, a.edit:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

a.edit, a.edit:hover {
    color: #707070;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.panel-group .close span {
    display: inline-block;
    font-family: Arial;
    line-height: 12px;
    margin-top: 2px;
    vertical-align: top
}

a.edit {
    font-size: 12px;
    text-decoration: none
}

    a.edit i:before {
        font-style: italic;
        line-height: 9px;
        margin: 0
    }

.caret:before, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
    font-family: FontAwesome;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rating-box {
    background-image: url(../images/svg/rating.svg),none;
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 12px;
    width: 73px
}

    .rating-box .rating {
        height: 12px;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 73px
    }

        .rating-box .rating * {
            vertical-align: top
        }

.pricing-info .rating-box .rating svg polygon {
    fill: #0098ca
}

.pricing-success .rating-box .rating svg polygon {
    fill: #738d00
}

.pricing-warning .rating-box .rating svg polygon {
    fill: #f89406
}

.pricing-danger .rating-box .rating svg polygon, .pricing-error .rating-box .rating svg polygon {
    fill: #c10841
}

.reviews-box {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 14px
}

    .reviews-box .rating-box {
        float: left;
        margin: 0 20px 0 0
    }

    .reviews-box .separator {
        margin: 0 4px
    }

    .reviews-box .add-review {
        color: #7f7f7f;
        text-decoration: none
    }

        .reviews-box .add-review:hover {
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.display-t {
    display: table
}

.display-tc {
    display: table-cell;
    vertical-align: top
}

.border-radius5 {
    border-radius: 5px
}

.border-radius-full {
    border-radius: 50%
}

.bg {
    background-color: #f2f2f2
}

.border {
    border-width: 1px
}

.width-auto .col-md-1, .width-auto .col-md-10, .width-auto .col-md-11, .width-auto .col-md-12, .width-auto .col-md-2, .width-auto .col-md-3, .width-auto .col-md-4, .width-auto .col-md-5, .width-auto .col-md-6, .width-auto .col-md-7, .width-auto .col-md-8, .width-auto .col-md-9 {
    float: left;
    width: auto
}

.margin-center {
    margin: 0 auto
}

.bottom-padding {
    margin-bottom: 80px
}

.bottom-padding-mini {
    margin-bottom: 40px
}

.bottom-padding.last {
    margin-bottom: 0
}

.no-top-padding {
    padding-top: 0 !important
}

.rotation {
    background: 0 0;
    -webkit-perspective: 600px;
    perspective: 600px
}

    .rotation.employee, .rotation.product {
        overflow: visible
    }

    .rotation .default, .rotation .front-end {
        overflow: hidden;
        position: relative;
        z-index: 24
    }

    .rotation .back-end, .rotation.product .product-hover {
        display: block;
        width: 100%;
        transition: all .6s ease-in-out
    }

    .rotation.hover .back-end, .rotation.hover .product-hover {
        z-index: 46;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

.btn.dropdown-toggle, .btn.dropdown-toggle:focus, .btn.dropdown-toggle:hover {
    outline: 0
}

.btn-group.btn-select {
    color: #7f7f7f;
    font-size: 12px;
    vertical-align: top
}

    .btn-group.btn-select .dropdown-toggle {
        background: rgba(255,255,255,.1);
        border: 1px solid transparent;
        box-shadow: none;
        color: #7f7f7f;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        padding: 0 7px 3px;
        z-index: 2
    }

    .btn-group.btn-select .btn.dropdown-toggle .caret {
        color: #fff;
        color: rgba(255,255,255,.5);
        margin-left: 3px;
        float: right
    }

        .btn-group.btn-select .btn.dropdown-toggle .caret:before {
            line-height: inherit
        }

    .btn-group.btn-select.open .btn.dropdown-toggle {
        background: #fff;
        border: 1px solid #ccc;
        border-bottom: 0 none;
        border-radius: 3px 3px 0 0;
        box-shadow: 0 0 5px rgba(0,0,0,.15);
        color: #7f7f7f
    }

        .btn-group .btn-white .caret, .btn-group.btn-select.open .btn.dropdown-toggle .caret, .caret, .open .caret {
            color: #777
        }

        .btn-group.btn-select.open .btn.dropdown-toggle:after {
            background: #fff;
            bottom: 0;
            content: "";
            display: block;
            height: 6px;
            left: 0;
            margin: 0 0 -6px;
            position: absolute;
            right: 0;
            top: auto;
            z-index: 27;
            -webkit-animation: fadeIn .3s;
            animation: fadeIn .3s
        }

    .btn-group.btn-select .dropdown-menu {
        border-radius: 0 3px 3px;
        margin: 0;
        padding-top: 8px;
        z-index: 25
    }

        .btn-group.btn-select .dropdown-menu > li > a {
            font-size: 12px;
            line-height: 22px;
            padding: 4px 6px
        }

            .btn-group.btn-select .dropdown-menu > li > a:hover {
                background: #f2f2f2
            }

            .btn-group.btn-select .dropdown-menu > li > a img {
                margin: 5px 9px 0 0;
                vertical-align: top
            }

.jslider .jslider-pointer {
    background: 0 0;
    height: 12px;
    margin: 0 0 0 -4px;
    width: 8px
}

    .jslider .jslider-pointer svg {
        vertical-align: top
    }

.pagination-box {
    margin: 40px 0 0
}

    .pagination-box .pagination {
        margin: 0 10px 0 0
    }

.map-box iframe {
    border-radius: 5px;
    width: 100%
}

.caret, .dropup .caret, .map-canvas *, .navbar-fixed-bottom .dropdown .caret {
    border: 0
}

.map-box img {
    max-width: inherit
}

.map-canvas {
    height: 400px
}

.map-content {
    width: 200px
}

.caret, .caret:before {
    height: 6px;
    width: 9px
}

.map-content .title {
    font-size: 16px;
    margin-bottom: 10px
}

.caret:before {
    content: "\f107";
    display: block;
    line-height: 6px;
    position: absolute
}

.btn .caret {
    margin: -2px 0 0
}

.btn-group .caret {
    color: #fff
}

.dropup .caret:before, .navbar-fixed-bottom .dropdown .caret:before {
    content: "\f106"
}

.help-block {
    margin-top: -10px;
    margin-bottom: 15px
}

.buttons-box .required {
    font-size: 11px
}

.social .social-list {
    margin: 0 -4px
}

.social .icon {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-left: 4px;
    margin-right: 4px;
    opacity: .7;
    filter: alpha(opacity=35);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 30px
}

    .fbpage, .social .icon:hover {
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .social .icon:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }

.fbpage {
    opacity: .7;
    filter: alpha(opacity=35)
}

    .fbpage:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.social .icon-facebook {
    background: #3b5998
}

.social .icon-instagram {
    background: #125688
}

.social .icon-twitter {
    background: #00bdec
}

.social .icon-google {
    background: #d94a39
}

.social .icon-linkedin {
    background: #1b92bd
}

.social .icon-youtube {
    background: #e52d27
}

.filter-elements-wrapper {
    margin: 0 auto
}

.filter-buttons {
    display: block;
    margin-bottom: 30px
}

    .filter-buttons .dropdown-toggle {
        background: 0 0;
        border: 1px solid #e1e1e1;
        border-radius: 3px;
        color: #1e1e1e;
        display: block;
        float: left;
        font-weight: 700;
        height: 38px;
        line-height: 38px;
        margin-right: 20px;
        padding: 0 10px 0 20px;
        -webkit-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out
    }

        .filter-buttons .dropdown-toggle .caret {
            margin: -2px 0 0 5px
        }

        .filter-buttons .dropdown-toggle:hover {
            background: 0 0;
            text-decoration: none;
            opacity: .7;
            filter: alpha(opacity=70);
            -webkit-transition: opacity .2s ease-out;
            transition: opacity .2s ease-out
        }

    .filter-buttons .dropdown-menu {
        border: 1px solid #e1e1e1
    }

        .filter-buttons .dropdown-menu .active {
            background-color: #f5f5f5
        }

    .filter-buttons.open .dropdown-toggle {
        background: 0 0
    }

    .filter-buttons.white .dropdown-toggle, .filter-buttons.white .dropdown-toggle .caret {
        color: #fff
    }

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height,width;
    transition-property: height,width
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform,opacity;
        transition-property: transform,opacity
    }

        .isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
            -webkit-transition-duration: 0;
            transition-duration: 0
        }

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

.year-regulator {
    padding-top: 13px
}

    .year-regulator .label {
        color: inherit;
        display: table-cell;
        font-size: 12px;
        line-height: 14px;
        padding: 0 20px 0 0;
        text-align: left;
        vertical-align: middle
    }

    .year-regulator .layout-slider {
        display: table-cell;
        width: 100%
    }

@media (max-width:600px) {
    .hidden-600 {
        display: none !important
    }
}

#top-box {
    width: 100%
}

    #top-box .top-box-wrapper {
        background: #f5f5f5;
        min-height: 30px;
        padding: 5px 0
    }

    #top-box .btn-group.btn-select {
        margin: 3px 0 0
    }

        #top-box .btn-group.btn-select.language {
            margin-right: 6px
        }

        #top-box .btn-group.btn-select .dropdown-toggle {
            z-index: 91
        }

        #top-box .btn-group.btn-select .dropdown-menu {
            z-index: 90
        }

        #top-box .btn-group.btn-select.open .btn.dropdown-toggle:after {
            z-index: 92
        }

    #top-box .top-navbar {
        background: 0 0;
        border: 0;
        border-radius: 0;
        height: auto;
        margin: 0;
        min-height: 30px
    }

        #top-box .top-navbar .collapse {
            padding: 0
        }

        #top-box .top-navbar .nav {
            margin-top: -5px;
            margin-bottom: -5px
        }

            #top-box .top-navbar .nav > li a {
                font-size: 12px;
                line-height: 22px;
                padding: 9px 15px;
                -webkit-transition: background .2s linear,color .2s linear;
                transition: background .2s linear,color .2s linear
            }

                #top-box .top-navbar .nav > li a .fa {
                    font-size: 120%
                }

                    #top-box .top-navbar .nav > li a .fa.after {
                        margin-left: 4px;
                        margin-right: 0
                    }

                #top-box .top-navbar .nav > li a .count {
                    background: rgba(255,255,255,.1);
                    border-radius: 3px;
                    display: inline-block;
                    font-size: 110%;
                    line-height: 1;
                    margin-left: 4px;
                    padding: 3px 5px;
                    -webkit-transition: background .2s linear;
                    transition: background .2s linear
                }

            #top-box .top-navbar .nav > li:hover a {
                background: #efefef;
                color: #7b7b7b;
                -webkit-transition: background .2s linear,color .2s linear;
                transition: background .2s linear,color .2s linear
            }

                #top-box .top-navbar .nav > li:hover a .count {
                    background: rgba(0,0,0,.1);
                    -webkit-transition: background .2s linear;
                    transition: background .2s linear
                }

    #top-box .top-social {
        margin: 0;
        padding: 5px 0;
        display: inline-block
    }

        #top-box .top-social .icon-item {
            color: #fff;
            color: rgba(255,255,255,.3);
            display: inline-block;
            height: 20px;
            line-height: 20px;
            margin-left: 1px;
            margin-right: 1px;
            position: relative;
            text-align: center;
            -webkit-transition: color .2s linear;
            transition: color .2s linear;
            vertical-align: top;
            width: 20px
        }

            #top-box .top-social .icon-item i {
                bottom: 0;
                left: 0;
                line-height: 22px;
                position: absolute;
                right: 0;
                top: 0
            }

                #top-box .top-social .icon-item i:before {
                    text-shadow: 1px 1px 1px rgba(0,0,0,.1)
                }

            #top-box .top-social .icon-item:hover {
                color: #fff;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

                #top-box .top-social .icon-item:hover i:before {
                    text-shadow: none
                }

        #top-box .top-social.bg-social .icon-item {
            color: #2e5481
        }

            #top-box .top-social.bg-social .icon-item i {
                border-radius: 2px;
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

                #top-box .top-social.bg-social .icon-item i:before {
                    text-shadow: none
                }

            #top-box .top-social.bg-social .icon-item:hover {
                opacity: 1;
                filter: alpha(opacity=100)
            }

                #top-box .top-social.bg-social .icon-item:hover i {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transition: opacity .2s linear;
                    transition: opacity .2s linear
                }

    #top-box .top-search {
        margin: 0 0 0 auto;
        max-width: 300px;
        position: relative
    }

        #top-box .top-search .form-control {
            background: rgba(255,255,255,.1);
            border: 1px solid #e1e1e1;
            border: 1px solid rgba(255,255,255,.2);
            box-shadow: none;
            color: #fff;
            height: 30px;
            line-height: 14px;
            margin: 0;
            min-height: 30px;
            padding-top: 4px;
            padding-bottom: 4px
        }

            #top-box .top-search .form-control:focus {
                border-color: rgba(255,255,255,.7)
            }

            #top-box .top-search .form-control::-moz-placeholder {
                color: #fff;
                color: rgba(255,255,255,.3)
            }

            #top-box .top-search .form-control:-ms-input-placeholder {
                color: #fff;
                color: rgba(255,255,255,.3)
            }

            #top-box .top-search .form-control::-webkit-input-placeholder {
                color: #fff;
                color: rgba(255,255,255,.3)
            }

        #top-box .top-search .search-submit {
            background: 0 0;
            height: 30px;
            opacity: .5;
            filter: alpha(opacity=50);
            padding: 6px 0 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
            width: 30px
        }

            #top-box .top-search .search-submit:hover {
                opacity: .7;
                filter: alpha(opacity=70);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

    #top-box .top-info {
        color: #2e5481;
        font-size: 13px;
        padding: 5px 0;
        margin-right: 10px
    }

        #top-box .top-info a {
            color: #2e5481;
            -webkit-transition: color .2s linear;
            transition: color .2s linear
        }

            #top-box .top-info a:hover {
                text-decoration: none;
                -webkit-transition: color .2s linear;
                transition: color .2s linear
            }

        #top-box .top-info .separator {
            color: rgba(255,255,255,.4);
            vertical-align: top
        }

.header {
    width: 100%
}

    .header .header-wrapper {
        padding: 2px 0
    }

.header-wrapper.background {
    background-image: url(../images/header-background.png);
    background-position: center 0;
    background-repeat: repeat-x
}

.header .header-wrapper .container {
    position: relative
}

.header .header-wrapper .logo-box {
    display: table;
    table-layout: fixed
}

    .header .header-wrapper .logo-box .logo {
        display: table-cell;
        max-width: 100%;
        vertical-align: middle;
        width: 100%
    }

        .header .header-wrapper .logo-box .logo a {
            display: inline-block;
            max-width: 100%
        }

    .header .header-wrapper .logo-box.auto-height {
        display: block;
        height: 100px
    }

        .header .header-wrapper .logo-box.auto-height .logo {
            display: block
        }

            .header .header-wrapper .logo-box.auto-height .logo img {
                max-height: inherit
            }

.header .header-wrapper .primary {
    float: left;
    margin-left: 95px;
    margin-bottom: 10px;
    z-index: 90
}

@media (max-width:991px) {
    .header .header-wrapper .primary {
        display: inline-block;
        float: none;
        margin: 0 0 0 -4px;
        text-align: left;
        vertical-align: top;
        z-index: inherit
    }

    h4.title {
        font-size: 18px
    }

    .accordion-tab, .tabs-left .accordion-tab, .tabs-right .accordion-tab {
        border: 0;
        float: none;
        width: 100%
    }

        .accordion-tab > li, .tabs-left > .accordion-tab > li, .tabs-right > .accordion-tab > li {
            float: none;
            margin: 0 0 3px
        }

            .accordion-tab > li > a, .products-tab .accordion-tab > li > a, .tabs-left > .accordion-tab > li > a, .tabs-right > .accordion-tab > li > a {
                background-position: 14px 50%;
                background-repeat: no-repeat;
                background-color: #f2f2f2;
                border: 0;
                border-radius: 0;
                color: #1e1e1e;
                display: block;
                font-size: 14px !important;
                line-height: 22px !important;
                margin: 0;
                padding: 9px 9px 9px 60px;
                position: relative;
                text-decoration: none;
                -webkit-transition: all .2s linear;
                transition: all .2s linear
            }

                .accordion-tab > li > a:hover, .products-tab .accordion-tab > li > a:hover {
                    background-color: #e9e9e9;
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear
                }

            .accordion-tab > li.active:hover > a, .accordion-tab > li.active > a, .accordion-tab > li.active > a:focus, .accordion-tab > li.active > a:hover, .products-tab .accordion-tab > li.active:hover > a, .products-tab .accordion-tab > li.active > a {
                background-color: #1e1e1e;
                border: 0;
                border-radius: 0;
                color: #fff !important
            }

            .accordion-tab > li > a:before, .products-tab .accordion-tab > li > a:before {
                background: #e1e1e1;
                background: rgba(255,255,255,.4);
                bottom: 0;
                content: "";
                display: block;
                left: 45px;
                position: absolute;
                top: 0;
                width: 1px
            }

            .accordion-tab > li.active > a:before, .products-tab .accordion-tab > li.active > a:before {
                background: #444;
                background: rgba(255,255,255,.2)
            }

            .accordion-tab > li > a .open-sub, .products-tab .accordion-tab > li > a .open-sub {
                bottom: 0;
                display: block;
                left: 0;
                position: absolute;
                top: 0;
                width: 45px
            }

                .accordion-tab > li > a .open-sub:after, .accordion-tab > li > a .open-sub:before, .products-tab .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:before {
                    background: #1e1e1e;
                    content: "";
                    display: block;
                    height: 2px;
                    left: 0;
                    margin: 19px 0 0 15px;
                    position: absolute;
                    top: 0;
                    width: 16px
                }

                .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:after {
                    height: 16px;
                    margin: 12px 0 0 22px;
                    width: 2px
                }

        .accordion-tab > .active > a .open-sub:after, .accordion-tab > .active > a .open-sub:before, .products-tab .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:before {
            background: #fff
        }

        .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:after {
            display: none
        }

        .accordion-tab .tab-pane {
            border: 0;
            display: none;
            font-size: 13px;
            padding: 20px 0 30px
        }
}

.header .header-wrapper .primary .navbar {
    background: 0 0;
    border: 0;
    margin: 0;
    min-height: 44px;
    box-shadow: none;
}

@media (max-width:600px) {
    .header .header-wrapper .primary .navbar .btn-navbar {
        padding-left: 5px;
        padding-right: 5px
    }
}

.header .header-wrapper .primary .navbar .navbar-collapse {
    padding: 0;
    position: relative;
    font-size: 16px;
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav {
        margin: 0;
        position: relative
    }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent {
            position: relative
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
            padding: 12px 3px 0;
            position: relative
        }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
                background: 0 0;
                border: 1px solid transparent;
                border-radius: 3px;
                color: #1e1e1e;
                line-height: 20px;
                padding: 11px;
                position: static;
                text-shadow: none;
                -webkit-transition: all .2s linear;
                transition: all .2s linear;
                z-index: 91
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.selected > a {
                color: #777
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a {
                background: #fff;
                border-color: #ccc;
                border-radius: 3px;
                box-shadow: 0 0 5px rgba(0,0,0,.15);
                -webkit-transition: all .2s linear;
                transition: all .2s linear
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
                background: #fff;
                border-bottom-color: transparent;
                border-radius: 3px 3px 0 0
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent > a:after {
                background: 0 0;
                bottom: 0;
                content: "";
                display: none;
                height: 12px;
                left: 4px;
                margin: 0 0 -6px;
                position: absolute;
                right: 4px;
                -webkit-transition: background .5s linear;
                transition: background .5s linear;
                z-index: 96
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
                background: #fff;
                display: block;
                -webkit-transition: background .1s linear;
                transition: background .1s linear
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu {
                overflow: hidden;
                position: static
            }

                .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu > a {
                    position: relative
                }

                .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.megamenu:hover > a:after {
                    left: 0;
                    right: 0
                }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
                content: "\f105";
                font-weight: 400;
                display: block;
                line-height: 1;
                position: absolute;
                right: -10px;
                top: 6px
            }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a > i {
            margin-right: 4px;
            opacity: .8;
            filter: alpha(opacity=80);
            text-align: center
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-new {
            background: #037ac5;
            border-radius: 3px;
            color: #fff;
            font-size: 10px;
            line-height: 1;
            letter-spacing: .01em;
            padding: 4px 5px;
            position: absolute;
            right: 19px;
            top: 1px;
            text-transform: uppercase
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
            border: 5px solid transparent;
            border-right-color: #037ac5;
            bottom: -5px;
            content: "";
            display: block;
            position: absolute;
            right: 0
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info:before {
            border-right-color: #0098ca
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success:before {
            border-right-color: #738d00
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary:before {
            border-right-color: #037ac5
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning:before {
            border-right-color: #f89406
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger:before {
            border-right-color: #c10841
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new {
            right: 14px;
            top: -12px
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new {
            float: right;
            left: 0;
            position: relative;
            top: 0
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
            float: none
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
            background: #fff;
            border: 1px solid #ccc;
            border-radius: 0 3px 3px;
            box-shadow: 0 0 5px rgba(0,0,0,.15);
            display: none;
            font-size: 13px;
            line-height: 24px;
            margin: -1px 0 0;
            padding: 15px 20px;
            position: absolute;
            z-index: 95
        }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
                font-size: 13px;
                line-height: 23px
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li {
                line-height: 24px
            }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box ul li {
            margin-right: 5px
        }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box ul li a {
                opacity: .8;
                filter: alpha(opacity=80);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

                .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box ul li a:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transition: opacity .2s linear;
                    transition: opacity .2s linear;
                    color: #037ac5 !important
                }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
            color: #1e1e1e;
            text-decoration: none;
            width: 175px;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a:hover {
                opacity: 1;
                filter: alpha(opacity=100);
                color: #037ac5 !important;
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li a {
            display: block
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new:before, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a:after {
            display: none
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
            left: 100%;
            top: 0
        }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent > a {
                background: 0 0 !important
            }

            .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .sub {
                background: 0 0;
                border: 0;
                box-shadow: none;
                display: block;
                left: 0;
                padding: 0 0 0 10px;
                position: relative;
                -webkit-animation: fadeIn 0;
                animation: fadeIn 0
            }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
            font-size: 12px;
            line-height: 23px;
            margin: 0 0 3px
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box p {
            margin: 0;
            line-height: 20px;
            font-style: italic
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
            border-radius: 3px;

            padding: 0;
            width: auto;
            z-index: 90
        }

.mainslider {
    padding-top: 19px;
}

@media (min-width:992px) and (max-width:1199px) {
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
        margin: -1px 0 0 -37px;
        width: 970px
    }

    .mainslider {
        padding-top: 20px !important;
    }
}

@media (max-width:991px) {
    .mainslider {
        padding-top: 0;
    }
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub a {
    width: 100%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
    display: inline-block;
    width: auto;
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
    border-right: 1px solid #ccc;
    display: table-cell;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    width: 19%
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block.text-left {
        text-align: left
    }

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
    display: table-cell;
    padding: 10px 8px 5px;
    vertical-align: top;
    width: 100%
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list a .menuimg {
        display: block;
        text-align: center
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list a img {
        max-width: 160px
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list + .promo-block {
        border-left: 1px solid #ccc;
        border-right: 0 none
    }

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.sizeozelmegamenu > .sub .box:nth-child(8), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.urunmegamenu > .sub .box:nth-child(5), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu:not(.urunmegamenu) > .sub .box:nth-child(4), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(10) {
    border-right: 0 !important
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.sizeozelmegamenu > .sub .box:nth-child(5), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(6), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(7), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(8), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(9) {
    border-bottom: 0 !important
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(2n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box:nth-child(3n+1) {
    clear: left
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .sub-list {
    width: 80%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box {
    clear: none;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box {
    clear: none
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(3n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box:nth-child(4n+1) {
        clear: left
    }

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .box, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .promo-block {
    width: 25%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns > .sub .sub-list {
    width: 75%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns > .sub .box {
    clear: none;
    width: 33%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box {
    clear: none
}

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box:nth-child(5n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box:nth-child(4n+1) {
        clear: left
    }

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .box, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .promo-block {
    width: 20%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns > .sub .sub-list {
    width: 80%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns > .sub .box {
    clear: none;
    width: 25%
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav [class*=item-] .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li[class*=item-]:hover > a {
    box-shadow: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-primary > a {
    color: #037ac5
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-success > a {
    color: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-info > a {
    color: #0098ca
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-warning > a {
    color: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.text-danger > a {
    color: #c10841
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent.item-bg:hover > a:after {
    display: none
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a {
    color: #fff
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a {
    background: #037ac5
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a {
    background: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a {
    background: #0098ca
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a {
    background: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a {
    background: #c10841
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a {
    background: #fff;
    color: #1e1e1e
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary:hover > a {
    border-color: #037ac5
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success:hover > a {
    border-color: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info:hover > a {
    border-color: #0098ca
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning:hover > a {
    border-color: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger:hover > a {
    border-color: #c10841
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg:hover a {
    color: #fff
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent:hover > .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a {
    background: #037ac5
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent:hover > .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a {
    background: #738d00
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent:hover > .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a {
    background: #0098ca
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent:hover > .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a {
    background: #f89406
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent:hover > .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a {
    background: #c10841
}

.header .header-wrapper .header-icons {
    float: right;
    margin-top: 30px;
    text-align: right
}

@media (max-width:991px) {
    .header .header-wrapper .header-icons {
        display: inline-block;
        float: none;
        margin: 0;
        vertical-align: top
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li a {
        background: 0 0;
        color: #7f7f7f;
        padding: 4px 9px 4px 60px;
        text-decoration: none;
        width: auto !important
    }
}

.header .header-wrapper .cart-header {
    display: inline-block;
    font-size: 12px;
    margin: 0 -15px 0 -5px;
    white-space: normal
}

    .header .header-wrapper .cart-header.no-open {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .header .header-wrapper .cart-header .dropdown-toggle {
        border-width: 1px;
        border-color: transparent;
        border-bottom: 0 none;
        color: #037ac5;
        display: block;
        outline: 0;
        position: relative;
        text-decoration: none;
        text-shadow: none;
        -webkit-transition: border-color .4s linear,box-shadow .4s linear;
        transition: border-color .4s linear,box-shadow .4s linear;
        z-index: 81;
        height: 50px;
        text-align: center;
        line-height: 50px;
        padding-left: 12px;
        padding-right: 12px
    }

.cart-header .count {
    background-color: #037ac5;
    color: #fff;
    padding: 2px 7px;
    border-radius: 50%
}

.header .header-wrapper .cart-header .dropdown-toggle .icon {
    display: inline-block;
    height: 22px;
    margin: 0 8px 0 0;
    vertical-align: top;
    width: 16px
}

    .header .header-wrapper .cart-header .dropdown-toggle .icon svg {
        margin-top: 2px;
        vertical-align: top
    }

@media (max-width:600px) {
    .header .header-wrapper .cart-header .dropdown-toggle {
        padding-left: 8px;
        padding-right: 9px
    }

        .header .header-wrapper .cart-header .dropdown-toggle .count {
            display: none
        }
}

.header .header-wrapper .cart-header.open .dropdown-toggle {
    background: #fff;
    border-color: #ccc;
    border-bottom: 0 none;
    border-radius: 3px 3px 3px 0;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-transition: border-color .4s linear,box-shadow .4s linear;
    transition: border-color .4s linear,box-shadow .4s linear
}

    .header .header-wrapper .cart-header.open .dropdown-toggle:after {
        background: #fff;
        bottom: 0;
        content: "";
        display: block;
        height: 8px;
        left: -3px;
        margin: 0 0 -5px;
        position: absolute;
        right: 0
    }

.header .header-wrapper .cart-header .dropdown-menu {
    left: auto;
    margin: -4px 0 0;
    padding: 17px 20px 20px;
    right: 0;
    text-align: left;
    width: 355px;
    -webkit-animation: fadeIn .4s;
    animation: fadeIn .4s;
    z-index: 80
}

    .header .header-wrapper .cart-header .dropdown-menu .close-box {
        line-height: 12px;
        margin: 0 0 13px;
        text-align: right
    }

    .header .header-wrapper .cart-header .dropdown-menu .close {
        font-size: 26px;
        line-height: 12px;
        text-transform: uppercase;
        vertical-align: top
    }

        .header .header-wrapper .cart-header .dropdown-menu .close span {
            line-height: 14px;
            margin: 0 5px 0 0
        }

    .header .header-wrapper .cart-header .dropdown-menu > strong {
        font-size: 13px;
        line-height: 22px
    }

    .header .header-wrapper .cart-header .dropdown-menu > ul {
        margin: 0 0 20px
    }

        .header .header-wrapper .cart-header .dropdown-menu > ul li {
            border-bottom: 1px solid #f7f7f7;
            padding: 10px 20px 10px 0;
            position: relative
        }

    .header .header-wrapper .cart-header .dropdown-menu .product-image {
        display: block;
        float: left;
        margin: 0 15px 0 0;
        width: 70px;
        border: 1px solid #f7f7f7
    }

    .header .header-wrapper .cart-header .dropdown-menu .product-remove {
        margin: 0 0 0 10px;
        position: absolute;
        right: 0;
        top: 24px
    }

.product-edit:hover, .product-remove:hover {
    opacity: 1
}

.header .header-wrapper .cart-header .dropdown-menu .product-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px;
    padding-left: 5px
}

.header .header-wrapper .cart-header .dropdown-menu .product-price {
    font-size: 12px;
    line-height: 16px;
    padding-left: 5px
}

    .header .header-wrapper .cart-header .dropdown-menu .product-price .price {
        font-size: 14px
    }

.header .header-wrapper .cart-header .dropdown-menu .cart-button {
    text-align: right
}

    .header .header-wrapper .cart-header .dropdown-menu .cart-button .checkout {
        margin-left: 6px
    }

.fixed-header .header {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 87;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: auto
}

    .fixed-header .header .header-wrapper {
        background-color: #fff;
        -webkit-transition: background .2s linear;
        transition: background .2s linear;
        box-shadow: 0 0 5px rgba(0,0,0,.15)
    }

.fixed-header.loaded .header {
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.background-opacity .header .header-wrapper {
    -webkit-transition: background .2s linear;
    transition: background .2s linear
}

.fixed-header {
    margin-top: 0
}

@media (max-width:991px) {
    .fixed-header {
        margin-top: 0 !important;
        padding-top: 0 !important
    }
}

.fixed-header .page-box {
    padding-top: 104px
}

@media (max-width:991px) {
    .fixed-header .page-box {
        margin-top: 0 !important;
        padding-top: 0 !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

.fixed-header.fixed .header-wrapper:only-child, .hidden-top.visible-top .header-wrapper:only-child {
    box-shadow: 0 0 5px rgba(0,0,0,.15)
}

.hidden-top #top-box {
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 91
}

.hidden-top.loaded #top-box {
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.hidden-top.visible-top #top-box {
    margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

@media (min-width:992px) {
    #top-box:not(.minimized-menu) .navbar-collapse {
        display: block !important;
        height: auto !important
    }

    .product.product-mini {
        max-width: 220px
    }

    h4.title {
        font-size: 18px
    }

    #top-box:not(.minimized-menu) .navbar-collapse.collapse {
        padding-bottom: 0;
        overflow: visible !important
    }

    .nav > li > a.home {
        padding: 5px !important
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box:not(.yarim) {

        float: left;
        padding: 10px 0 5px 45px;
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box.yarim {
        padding: 10px 0 5px 5px
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box.cozum {
        width: 33%;
        float: left;
        padding: 5px 5px 0 15px
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box2 {
        float: left;
        width: 20%;
        min-height: 250px;
        border-bottom: 1px solid #f5f5f5;
        border-right: 1px solid #f5f5f5
    }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box2:nth-child(6), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box2:nth-child(7) {
            border-bottom: 0 !important
        }

        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box2:nth-child(4) {
            border-right: 0 !important
        }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box.yarim:first-child {
        border-bottom: 1px solid #f5f5f5
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.urunmegamenu > .sub .box {
        min-width: 20%
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box {
        min-width: 25%
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.urunler li {
        display: inline-block
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.urunmegamenu > .sub .box:nth-child(5) {
        float: right !important
    }
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo > .sub .box a {
    display: block
}

.hidden-top.loaded .page-box, .hidden-top.visible-top.loaded .page-box {
    -webkit-transition: padding-top .2s linear;
    transition: padding-top .2s linear
}

.hidden-top .page-box {
    padding-top: 8px
}

.promo-block .box {
    border: 0 !important
}

.hidden-top.visible-top .page-box {
    padding-top: 40px
}

.fixed-header.hidden-top .page-box {
    padding-top: 112px
}

.fixed-header.hidden-top.header-banner .page-box {
    padding-top: 162px
}

.fixed-header.hidden-top.fixed .page-box {
    padding-top: 104px
}

.fixed-header.hidden-top.fixed #top-box, .fixed-header.hidden-top.visible-top.fixed #top-box {
    margin-top: -40px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.hidden-top.header-banner.fixed #top-box, .fixed-header.hidden-top.visible-top.header-banner.fixed #top-box {
    margin-top: -80px;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.hidden-top .header {
    margin-top: 40px;
    top: 0
}

.fixed-header.hidden-top.header-banner .header {
    margin-top: 80px
}

.fixed-header.fixed .logo img {
    width: 170px
}

.fixed-header.fixed .primary {
    margin-top: 10px
}

.fixed-header.fixed .header-icons {
    margin-top: 20px
}

.fixed-header.fixed .header .search-form .search-submit, .fixed-header.fixed .search-active .close {
    top: 8px
}

.fixed-header.hidden-top.visible-top .header {
    margin-top: 40px
}

.fixed-header.hidden-top.visible-top.header-banner .header {
    margin-top: 80px
}

.fixed-header.hidden-top.fixed .header, .fixed-header.hidden-top.fixed.header-banner .header {
    margin-top: 0;
    -webkit-transition: margin-top .2s linear;
    transition: margin-top .2s linear
}

.fixed-header.fixed-top #top-box {
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 87
}

.fixed-header.fixed-top .header {
    top: 40px
}

.fixed-header.fixed-top .page-box {
    padding-top: 144px
}

.header .right-box {
    display: table
}

.header .right-box-wrapper {
    display: table-cell;
    height: 80px;
    vertical-align: middle
}

.fixed-header.fixed-top.boxed #top-box {
    position: absolute
}

.fixed-double-header .header {
    margin-bottom: 104px
}

    .fixed-double-header .header .header-wrapper + .header-wrapper {
        margin: 0;
        position: absolute;
        width: 100%
    }

.phone-header, .search-header {
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(204,204,204,.8);
    display: inline-block;
    height: 30px;
    margin: 8px 0;
    position: relative;
    text-align: center;
    vertical-align: top
}

    .phone-header:last-child, .search-header:last-child {
        border-right: 0 none
    }

    .phone-header a, .search-header a {
        display: block;
        padding: 5px 10px
    }

        .phone-header a svg, .search-header a svg {
            overflow: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            -webkit-transform: translateZ(0)
        }

        .phone-header a:hover svg, .search-header a:hover svg {
            opacity: .5;
            filter: alpha(opacity=50);
            -webkit-transition: all .3s linear;
            transition: all .3s linear
        }

.phone-active, .search-active {
    bottom: 0;
    display: none;
    margin: 18px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 92
}

    .phone-active .close, .search-active .close {
        float: right;
        font-size: 26px;
        margin: 0 0 0 5px;
        line-height: 30px !important
    }

        .phone-active .close span, .search-active .close span {
            margin-right: 8px;
            text-transform: uppercase
        }

.phone-active {
    background: #fff;
    color: #ebebeb;
    font-size: 48px;
    line-height: 58px
}

    .phone-active strong {
        color: #1e1e1e;
        letter-spacing: 1px
    }

.search-active .close {
    position: absolute;
    right: 90px;
    z-index: 1;
    border-left-width: 1px;
    height: 30px;
    top: 17px
}

.header .search-form {
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%
}

    .header .search-form .search-string, .header .search-form .search-string:hover {
        box-shadow: none;
        color: #1e1e1e;
        font-size: 16px;
        height: 100%;
        line-height: 30px;
        margin: 0;
        padding: 14px 105px 14px 18px;
        width: 100%
    }

        .header .search-form .search-string:focus {
            border-color: #ccc;
            outline: 0;
            outline: dotted thin\9;
            box-shadow: none
        }

    .header .search-form .search-submit {
        background: 0 0;
        border-left-width: 1px;
        height: 30px;
        line-height: 1;
        margin: 0;
        outline: 0;
        padding: 0;
        position: absolute;
        right: 1px;
        top: 17px;
        width: 66px;
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        color: #c10841
    }

        .header .search-form .search-submit svg {
            margin-top: 2px
        }

            .header .search-form .search-submit svg path {
                fill: #1e1e1e
            }

        .header .search-form .search-submit:hover {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: all .3s linear;
            transition: all .3s linear
        }

@media (max-width:600px) {
    .header.header-two .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
        display: none
    }

    .header .header-wrapper .cart-header .dropdown-menu {
        width: 280px;
        margin: -4px -30px 0 0
    }

    .search-active .close {
        right: 75px
    }
}

.header.header-two .phone-header {
    border-right: 0 none;
    margin-right: -15px
}

.header.header-three {
    background: rgba(255,255,255,.9);
    min-height: inherit
}

    .header.header-three .container, .header.header-three .row {
        min-height: inherit
    }

    .header.header-three .logo-box {
        text-align: center
    }

.header .right-box .search-form {
    height: 64px
}

@media (max-width:480px) {
    .header .right-box .search-form {
        display: none
    }
}

.header .right-box .search-form .search-string {
    padding-right: 64px
}

.header .header-wrapper + .header-wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    min-height: 104px;
    padding: 0
}

    .header .header-wrapper + .header-wrapper .right-box-wrapper {
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        height: 104px
    }

    .header .header-wrapper + .header-wrapper .cart-header {
        margin-right: -1px
    }

    .header .header-wrapper + .header-wrapper .phone-active {
        left: 16px;
        margin: 20px 0;
        right: 16px;
        width: auto
    }

    .header .header-wrapper + .header-wrapper .primary .megamenu > .sub {
        left: -1px;
        margin-left: 0
    }

.top-fixed-box {
    background: #fff;
    background: rgba(255,255,255,.97);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border: 1px solid #e1e1e1;
    border: 1px solid rgba(0,0,0,.1);
    left: 0;
    margin-top: -60px;
    padding: 7px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}

    .top-fixed-box.fixed {
        margin-top: 0;
        -webkit-transition: margin-top .3s linear;
        transition: margin-top .3s linear
    }

    .top-fixed-box .social {
        display: inline-block;
        margin: 0 6px;
        vertical-align: top
    }

    .top-fixed-box .contact-box {
        color: #7f7f7f;
        font-size: 12px;
        margin-top: 11px
    }

        .top-fixed-box .contact-box .phone {
            margin-right: 20px
        }

        .top-fixed-box .contact-box .fa {
            font-size: 14px
        }

        .top-fixed-box .contact-box .phone .fa {
            font-size: 20px;
            line-height: 17px;
            vertical-align: top
        }

.fixed-header .minimized-menu {
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit
}

.minimized-menu .header-wrapper .right-box {
    float: right;
    width: 50%
}

.minimized-menu .header-wrapper .right-box-wrapper {
    text-align: right
}

.minimized-menu .header-wrapper .primary {
    display: inline-block;
    float: none;
    margin: 0 0 0 -4px;
    text-align: left;
    vertical-align: top;
    z-index: inherit
}

    .minimized-menu .header-wrapper .primary .navbar {
        margin: 0;
        min-height: inherit;
        position: static
    }

        .minimized-menu .header-wrapper .primary .navbar .btn-navbar {
            background: #fff;
            border: 1px solid #ccc;
            border-bottom: 0 none;
            border-radius: 3px 3px 0 0;
            box-shadow: none;
            display: block;
            float: left;
            height: 46px;
            line-height: 15px;
            margin: 0;
            padding: 10px 15px;
            position: relative;
            text-shadow: none;
            z-index: 92
        }

            .minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
                border-left: 1px solid #ccc;
                border-left: 1px solid rgba(204,204,204,.8);
                bottom: 8px;
                content: "";
                display: none;
                left: -1px;
                position: absolute;
                top: 7px
            }

            .minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
                background: 0 0;
                border: 1px solid transparent;
                border-bottom: 0 none
            }

                .minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
                    display: block
                }

            .minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
                color: #1e1e1e;
                float: right;
                line-height: 16px;
                padding: 0 0 0 30px
            }

            .minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
                background: #1e1e1e;
                box-shadow: none;
                border-radius: 0;
                height: 3px;
                margin: 0;
                width: 22px
            }

                .minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
                    margin-top: 3px
                }

        .minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
            border: 0;
            box-shadow: none;
            left: auto;
            margin: 22px 0 0;
            max-height: inherit;
            overflow: hidden !important;
            padding: 0 15px;
            position: absolute;
            right: 0;
            top: 50%;
            width: 200%;
            z-index: 91
        }

            .minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
                display: none !important
            }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
                    display: block !important
                }

            .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 3px 0 3px 3px;
                float: none;
                padding: 6px 6px 3px
            }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li {
                    float: none;
                    margin: 0 0 3px;
                    padding: 0
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
                        background: #f2f2f2;
                        border: 1px solid #f2f2f2;
                        border-radius: 0;
                        font-weight: 400;
                        margin: 0;
                        padding: 7px 9px 7px 59px;
                        text-decoration: none
                    }

                        .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover {
                            background: #e9e9e9;
                            border: 1px solid #e9e9e9;
                            border-radius: 0;
                            box-shadow: none
                        }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
                        background: #f2f2f2;
                        position: relative
                    }

                        .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a:after, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
                            display: none
                        }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
                    bottom: 0;
                    left: 0;
                    position: absolute;
                    top: 0;
                    width: 55px
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
                        background: #1e1e1e;
                        display: block;
                        height: 2px;
                        margin: 17px 0 0 15px;
                        position: absolute;
                        width: 16px
                    }

                        .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
                            height: 16px;
                            margin: 10px 0 0 22px;
                            width: 2px
                        }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span {
                    background: #7f7f7f;
                    height: 2px;
                    margin: 14px 0 0 38px;
                    position: absolute;
                    width: 12px
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span {
                        height: 12px;
                        margin: 9px 0 0 43px;
                        width: 2px
                    }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
                    background: #f7f7f7;
                    border: 0;
                    border-radius: 0;
                    box-shadow: none;
                    display: none;
                    font-size: 13px;
                    left: 0;
                    line-height: 24px;
                    margin-top: 0;
                    margin-bottom: 0;
                    padding: 6px 0 5px;
                    position: relative
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
                    background-color: #e9e9e9;
                    border-radius: 0
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a {
                    background: #1e1e1e;
                    border-color: #1e1e1e;
                    color: #fff;
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
                        background: #fff
                    }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span + span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span {
                    display: none
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
                    -webkit-animation: fadeIn 0;
                    animation: fadeIn 0
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
                    line-height: 22px
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
                    background: 0 0;
                    color: #7f7f7f;
                    padding: 4px 9px 4px 60px;
                    text-decoration: none;
                    width: auto !important
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a > i {
                        color: #1e1e1e
                    }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
                    left: 0;
                    margin-left: 10px
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
                    background: 0 0
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
                    margin: 0;
                    padding: 6px 0 5px;
                    width: 100%
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
                        display: block
                    }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block {
                        display: none
                    }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
                        display: block;
                        padding: 0;
                        width: 100% !important
                    }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
                        float: none;
                        margin: 0;
                        padding: 0;
                        width: 100% !important
                    }

                        .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
                            display: none;
                            margin-left: 10px
                        }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
                    color: #7f7f7f;
                    cursor: pointer;
                    font-weight: 400;
                    line-height: 22px;
                    margin: 0;
                    padding: 4px 9px 4px 60px;
                    position: relative;
                    text-transform: none
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
                    left: 0;
                    float: right;
                    position: static;
                    top: 0
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
                        display: none
                    }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
                    background: #fff
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a {
                    color: #fff
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
                    border-color: #037ac5
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
                    border-color: #738d00
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
                    border-color: #0098ca
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
                    border-color: #f89406
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
                    border-color: #c10841
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a {
                    background-color: #037ac5;
                    border-color: #037ac5
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a {
                    background-color: #738d00;
                    border-color: #738d00
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a {
                    background-color: #0098ca;
                    border-color: #0098ca
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a {
                    background-color: #f89406;
                    border-color: #f89406
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a {
                    background-color: #c10841;
                    border-color: #c10841
                }

                .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
                    background: #f7f7f7
                }

                    .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
                        color: #7f7f7f
                    }

.minimized-menu .header-wrapper .cart-header .dropdown-menu {
    margin-top: -1px;
    margin-right: -98px
}

.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
    left: 0
}

.minimized-menu .header-wrapper .header-icons {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top
}

.carousel-box .next *, .carousel-box .prev *, .progressive-slider .slider-nav .pagination a, .slider .slider-nav .next *, .slider .slider-nav .prev * {
    vertical-align: middle
}

.minimized-menu .header-wrapper .scroll-wrapper > .scroll-content {
    box-sizing: border-box !important;
    height: auto !important
}

.minimized-menu .header-wrapper .navbar-nav > .scroll-element, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100
}

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%
    }

        .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-x.scroll-scrolly_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
            left: -12px
        }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y {
        height: 100%;
        right: 0;
        top: 0;
        width: 4px
    }

        .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .navbar-nav > div.scroll-y.scroll-scrollx_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
            top: -12px
        }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_outer, .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track {
        border-radius: 0
    }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-element_track {
        background-color: #ccc
    }

    .minimized-menu .header-wrapper .navbar-nav > .scroll-element .scroll-bar {
        background-color: rgba(31,31,31,.2)
    }

.minimized-menu.header-two .header-wrapper .phone-header {
    margin-right: 0
}

.minimized-menu.header-two .header-wrapper .phone-active, .minimized-menu.header-two .header-wrapper .search-active {
    z-index: 103
}

.breadcrumb-box {
    margin-top: 19px;
    background: #f2f2f2;
    overflow: hidden
}

.breadcrumb {
    background: #f2f2f2;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 11px 0
}

    .breadcrumb > li {
        line-height: 18px;
        text-shadow: none
    }

.touch-device .work:hover, .work {
    text-shadow: 0 1px #000
}

.breadcrumb > li > a {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .breadcrumb > li > a:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.breadcrumb > li + li:before {
    padding: 0 6px;
    color: #7f7f7f
}

.breadcrumb-none {
    height: 10px
}

.page-header .container:before, .title-box:before {
    bottom: 0;
    content: "";
    height: 1px;
    width: 40px;
    display: block;
    background: #1e1e1e
}

#main {
    padding: 25px 0;
    min-height: 380px
}

    #main.no-padding {
        padding: 0
    }

.page-header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 80px;
    padding: 0
}

    .page-header .title {
        font-weight: 400;
        margin: -4px 0 18px;
        padding: 0;
        position: relative
    }

    .page-header .container {
        position: relative
    }

        .page-header .container:before {
            left: 15px;
            margin: 0 0 -1px;
            position: absolute
        }

    .page-header .page-description {
        padding: 0 0 18px
    }

.title-box {
    border-bottom-width: 1px;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative
}

    .title-box:before {
        left: 0;
        margin: 0 0 -1px;
        position: absolute
    }

    .page-header.white .container:before, .switches a, .title-box.title-white:before {
        background: #fff
    }

    .title-box.text-right:before {
        left: auto;
        right: 0
    }

    .title-box.text-center:before {
        left: 50%;
        margin-left: -20px
    }

    .title-box .title {
        color: #7f7f7f;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 6px;
        padding: 0
    }

    .title-box .h1.title, .title-box h1.title {
        font-size: 24px
    }

    .title-box .btn {font-size: 12px; padding-left: 15px;
        padding-right: 15px;
        position: relative;
 float:right; margin-top:10px;}

        .title-box .btn .glyphicon {
            margin: -1px 0 0 3px
        }

    .title-box.title-white .title {
        color: #fff
    }

    .no-margin, .title-box.no-margin {
        margin-bottom: 0 !important
    }

    .page-header.white, .title-box.title-white {
        border-color: rgba(255,255,255,.3)
    }

.carousel .col-sm-1, .carousel .col-sm-10, .carousel .col-sm-11, .carousel .col-sm-12, .carousel .col-sm-2, .carousel .col-sm-3, .carousel .col-sm-4, .carousel .col-sm-5, .carousel .col-sm-6, .carousel .col-sm-7, .carousel .col-sm-8, .carousel .col-sm-9 {
    display: block;
    float: left
}

.carousel .col-md-1 {
    max-width: 80px
}

@media (min-width:1200px) {
    .carousel .col-md-1 {
        max-width: 100px
    }
}

.carousel .col-md-2 {
    max-width: 161px
}

@media (min-width:1200px) {
    .carousel .col-md-2 {
        max-width: 200px
    }

    h4.title {
        font-size: 24px
    }
}

.carousel .col-md-3 {
    max-width: 242px
}

@media (min-width:1200px) {
    .carousel .col-md-3 {
        max-width: 300px;
        width: 300px
    }
}

.carousel .col-md-4 {
    max-width: 323px
}

@media (min-width:1200px) {
    .carousel .col-md-4 {
        max-width: 400px
    }
}

.carousel .col-md-5 {
    max-width: 404px
}

@media (min-width:1200px) {
    .carousel .col-md-5 {
        max-width: 500px
    }
}

.carousel .col-md-6 {
    max-width: 485px
}

@media (min-width:1200px) {
    .carousel .col-md-6 {
        max-width: 600px
    }
}

.carousel .col-md-7 {
    max-width: 565px
}

@media (min-width:1200px) {
    .carousel .col-md-7 {
        max-width: 700px
    }
}

.carousel .col-md-8 {
    max-width: 646px
}

@media (min-width:1200px) {
    .carousel .col-md-8 {
        max-width: 800px
    }
}

.carousel .col-md-9 {
    max-width: 727px
}

@media (min-width:1200px) {
    .carousel .col-md-9 {
        max-width: 900px
    }
}

.carousel .col-md-10 {
    max-width: 808px
}

@media (min-width:1200px) {
    .carousel .col-md-10 {
        max-width: 1000px
    }
}

.carousel .col-md-11 {
    max-width: 889px
}

@media (min-width:1200px) {
    .carousel .col-md-11 {
        max-width: 1100px
    }
}

.carousel .col-md-12 {
    max-width: 970px
}

@media (min-width:1200px) {
    .carousel .col-md-12 {
        max-width: 1200px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .carousel .col-sm-1 {
        max-width: 62px
    }

    .carousel .col-sm-2 {
        max-width: 125px
    }

    .carousel .col-sm-3 {
        max-width: 187px
    }

    .carousel .col-sm-4 {
        max-width: 250px
    }

    .carousel .col-sm-5 {
        max-width: 31px
    }

    .carousel .col-sm-6 {
        max-width: 375px
    }

    .carousel .col-sm-7 {
        max-width: 437px
    }

    .carousel .col-sm-8 {
        max-width: 500px
    }

    .carousel .col-sm-9 {
        max-width: 562px
    }

    .carousel .col-sm-10 {
        max-width: 625px
    }

    .carousel .col-sm-11 {
        max-width: 687px
    }

    .carousel .col-sm-12 {
        max-width: 750px
    }
}

@media (max-width:767px) {
    .back-top {
        bottom: 5% !important
    }

    .carousel .col-sm-1, .carousel .col-sm-2, .carousel .col-sm-3, .carousel .col-sm-4 {
        min-width: 160px
    }

    h4.title {
        font-size: 16px
    }

    .btneklediv {
        margin: 0
    }

    .carousel .col-sm-10, .carousel .col-sm-11, .carousel .col-sm-12, .carousel .col-sm-5, .carousel .col-sm-6, .carousel .col-sm-7, .carousel .col-sm-8, .carousel .col-sm-9 {
        min-width: 300px
    }

    .carousel .col-md-1, .carousel .col-md-2, .carousel .col-md-3, .carousel .col-md-4, .carousel .col-xs-1, .carousel .col-xs-10, .carousel .col-xs-11, .carousel .col-xs-12, .carousel .col-xs-2, .carousel .col-xs-3, .carousel .col-xs-4, .carousel .col-xs-5, .carousel .col-xs-6, .carousel .col-xs-7, .carousel .col-xs-8, .carousel .col-xs-9 {
        max-width: 300px
    }
}

.carousel [class*=span].pull-right {
    float: right
}

.carousel-box > * {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.carousel-box .next, .carousel-box .prev {
    background-color: #ccc;
    border-radius: 3px;
    color: #fbfbfb;
    display: inline-block;
    height: 28px;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.carousel-box.no-nav .next, .carousel-box.no-nav .prev, .carousel-box.no-pagination .pagination {
    display: none
}

.carousel-box .next .fa, .carousel-box .prev .fa {
    margin-right: 0
}

.carousel-box .prev svg, .slider .slider-nav .prev {
    margin-right: 2px
}

.carousel-box .next:hover, .carousel-box .prev:hover {
    background-color: #000;
    color: #efefef;
    text-decoration: none;
    -webkit-transition: color .2s linear,background-color .2s linear;
    transition: color .2s linear,background-color .2s linear
}

    .carousel-box .next:hover polygon, .carousel-box .prev:hover polygon {
        fill: #efefef
    }

.carousel-box .next svg {
    margin-left: 2px
}

.carousel-box .pagination {
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

    .carousel-box .pagination a {
        background: #ececec
    }

        .carousel-box .pagination a:hover {
            background: #000
        }

        .carousel-box .pagination a.selected {
            background: #ccc;
            background: rgba(0,0,0,.3)
        }

.carousel-box.load {
    background-image: url(../images/svg/loader.svg),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px
}

    .carousel-box.load > * {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.carousel-links a {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .banner, .banner:hover, .carousel-links a:hover, .sidebar .more {
        -webkit-transition: opacity .2s linear
    }

    .carousel-links a:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        transition: opacity .2s linear
    }

.caroufredsel_wrapper {
    margin-bottom: 0 !important
}

.overflow {
    overflow: hidden
}

.switches a {
    background: rgba(255,255,255,.1);
    display: inline-block;
    height: 14px;
    margin: 0 3px;
    width: 14px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-indent: -9999px;
    vertical-align: top
}

    .switches a.selected, .switches a:hover {
        background: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

.content .switches a {
    width: 16px;
    height: 16px
}

.switches a.selected {
    background: rgba(255,255,255,.5)
}

.switches a span {
    display: none
}

.slider {
    background: #f2f2f2;
    padding: 54px 0
}

    .slider .slid, .slider > .container {
        position: relative
    }

        .slider .slid .slid-img {
            max-height: 550px;
            z-index: 1
        }

    .slider .slid-content {
        bottom: 93px;
        color: #7b7b7b;
        font-size: 12px;
        line-height: 18px;
        overflow: hidden;
        padding: 38px 40px 0;
        position: absolute;
        right: 15px;
        top: 0;
        z-index: 3
    }

@media (min-width:992px) and (max-width:1199px) {
    .slider .slid-content {
        width: 400px
    }
}

.content .slider .slid-content {
    bottom: 84px;
    padding: 28px 30px 0;
    right: 8px;
    width: 47.333333%
}

.slider .slid-content .title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 34px
}

@media (max-width:480px) {
    .slider .slid-content .title {
        max-height: 42px;
        overflow: hidden
    }
}

.slider .slid-content .descriptions {
    margin: 0 0 37px
}

.slider .slid-content .btn {
    background: #f8f8f8;
    color: #1e1e1e;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

    .slider .slid-content .btn:hover {
        background: #fff;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

.slider .slider-nav {
    background-color: #1e1e1e;
    background-color: rgba(30,30,30,.97);
    bottom: 0;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 2
}

@media (min-width:992px) and (max-width:1199px) {
    .slider .slider-nav {
        width: 400px
    }
}

.content .slider .slider-nav {
    right: 0;
    width: 47.333333%
}

.slider .slider-nav .nav-box {
    bottom: 33px;
    left: 23px;
    position: absolute;
    right: 23px;
    text-align: center;
    z-index: 4
}

.content .slider .slider-nav .nav-box {
    bottom: 30px
}

.slider .slider-nav .next, .slider .slider-nav .prev {
    background-color: #fff;
    background-color: rgba(255,255,255,.1);
    border-radius: 3px;
    color: #838282;
    display: block;
    height: 60px;
    left: 0;
    line-height: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: center;
    text-decoration: none;
    visibility: hidden;
    width: 60px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.content .slider .slider-nav .next, .content .slider .slider-nav .prev {
    height: 36px;
    line-height: 36px;
    width: 36px
}

.slider .slider-nav .next:hover, .slider .slider-nav .prev:hover {
    background-color: #fff;
    color: #a0a0a0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

    .slider .slider-nav .next:hover polygon, .slider .slider-nav .prev:hover polygon {
        fill: #9f9f9f;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

.slider .slider-nav .next {
    left: auto;
    margin-left: 2px;
    right: 0
}

.slider .slider-nav .pagination {
    padding: 0 65px;
    text-align: center
}

.content .slider .slider-nav .pagination {
    margin: 5px 0
}

.slider.load .sliders-box > .col-md-12 + .col-md-12 {
    display: none
}

.page-slider:hover .slider-nav .next, .page-slider:hover .slider-nav .prev, .slider .container:hover .slider-nav .next, .slider .container:hover .slider-nav .prev {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.page-slider {
    background: 0 0;
    padding: 0;
    position: relative
}

.progressive-slider-two .sliders-container {
    margin: 0 -15px 0 15px;
    padding: 0;
    position: relative
}

.progressive-slider-two .pagination {
    bottom: 0;
    left: 0;
    margin: 0 0 15px;
    position: absolute;
    right: 0;
    text-align: center
}

    .progressive-slider-two .pagination a {
        background: #1e1e1e;
        background: rgba(30,30,30,.5)
    }

        .progressive-slider-two .pagination a.selected, .progressive-slider-two .pagination a:hover {
            background: #1e1e1e
        }

.progressive-slider-two .slider-banners {
    display: table;
    height: 100%;
    table-layout: fixed
}

    .progressive-slider-two .slider-banners .banner {
        background: #f6a232;
        display: table-row;
        height: 33.33333333%
    }

.progressive-slider-four.load .slider-wrapper img + img, .progressive-slider-three.load .slider-wrapper img + img, .progressive-slider-two.load .sliders-box img + img {
    display: none
}

.progressive-slider-two .slider-banners .banner:nth-child(1) {
    background: #ee485c
}

.progressive-slider-two .slider-banners .banner:nth-child(2) {
    background: #65a93c
}

.progressive-slider-three .slider-wrapper {
    border: 6px solid #fff;
    border-radius: 6px
}

.progressive-slider-four {
    background: 0 0;
    padding: 0;
    position: relative
}

    .progressive-slider-four .next, .progressive-slider-four .prev {
        opacity: .1;
        color: #fff;
        font-size: 40px;
        left: 30px;
        line-height: 1;
        margin-top: -20px;
        position: absolute;
        top: 50%;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

.slider.rs-slider, .slider.rs-slider .container {
    position: relative
}

.slider-wrapper:hover .nav-box a {
    opacity: .9;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.progressive-slider-four .next {
    left: auto;
    right: 30px
}

.content .progressive-slider .container {
    padding: 0;
    width: 100% !important
}

.content .slider.progressive-slider {
    padding: 0
}

.slider.rs-slider {
    background: 0 0;
    border: 0;
    overflow: hidden;
    padding: 30px 0
}

    .slider.rs-slider.load .tp-banner-container {
        visibility: hidden
    }

    .slider.rs-slider .title {
        color: #fff;
        font-size: 40px;
        margin: 0
    }

    .slider.rs-slider .description {
        color: #fff;
        font-size: 17px;
        line-height: 25px;
        margin: 0;
        padding: 0 15px;
        white-space: normal
    }

    .slider.rs-slider .btn {
        color: #fff
    }

        .slider.rs-slider .btn.orang {
            background: #ea4e16;
            border-right: #ea4e16
        }

        .slider.rs-slider .btn.cherry {
            background: #752033;
            border-color: #752033
        }

    .slider.rs-slider .phone-text {
        color: #fff;
        font-size: 17px
    }

    .slider.rs-slider .tp-bullets.simplebullets .bullet {
        background: #fff;
        background: rgba(255,255,255,.5);
        border-radius: 7px;
        box-shadow: none;
        border: 0 !important;
        display: inline-block;
        height: 14px;
        float: none;
        margin: 0 3px;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        vertical-align: top;
        width: 14px
    }

        .slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
            background: #fff;
            -webkit-transition: all .3s linear;
            transition: all .3s linear
        }

        .slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
            background: rgba(255,255,255,.7);
            -webkit-transition: all .3s linear;
            transition: all .3s linear
        }

    .slider.rs-slider .tparrows {
        background: #1e1e1e;
        background: rgba(30,30,30,.5);
        border-radius: 5px;
        cursor: pointer;
        height: 40px !important;
        width: 40px !important;
        transition: background .3s linear;
        -webkit-transition: opacity .2s ease-out;
        -webkit-transform: inherit;
        z-index: 50 !important
    }

        .slider.rs-slider .tparrows:before {
            font-family: revicons;
            color: #fff;
            font-style: normal;
            font-weight: 400;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            margin-right: 0;
            margin-top: 6px;
            text-align: center;
            width: 40px;
            font-size: 19px
        }

        .slider.rs-slider .tparrows:hover {
            background: #1e1e1e;
            -webkit-transition: background .3s linear;
            transition: background .3s linear
        }

    .slider.rs-slider .tp-loader {
        -webkit-animation: none;
        animation: none;
        background-image: url(../images/svg/loader.svg),none;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 40px;
        background-color: inherit;
        box-shadow: none;
        -webkit-box-shadow: none;
        height: 40px;
        margin: -20px 0 0 -20px;
        width: 40px;
        z-index: 70
    }

    .slider.rs-slider.full-width {
        max-height: inherit
    }

        .slider.rs-slider.full-width .title {
            font-size: 60px;
            line-height: .9
        }

        .slider.rs-slider.full-width .btn-link {
            font-size: 14px !important;
            font-weight: 700;
            line-height: 31px;
            letter-spacing: 1px;
            padding: 0;
            text-decoration: none
        }

            .slider.rs-slider.full-width .btn-link .fa {
                border: 2px solid #fff;
                border-radius: 50%;
                display: inline-block;
                font-size: 180%;
                height: 36px;
                line-height: 32px;
                margin-left: 10px;
                padding: 0 0 0 3px;
                text-align: center;
                vertical-align: middle;
                width: 36px
            }

            .slider.rs-slider.full-width .btn-link:hover {
                opacity: .8
            }

        .slider.rs-slider.full-width .tp-leftarrow, .slider.rs-slider.full-width .tp-rightarrow {
            display: none !important
        }

.rs-slider ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.tp-bannertimer {
    margin-top: 32px;
    background: #777 !important;
    background: rgba(0,0,0,.1) !important;
    height: 5px !important
}

.tp-bullets.simplebullets.navbar {
    height: 35px;
    padding: 0
}

.tp-bullets.simplebullets .bullet.last {
    margin-right: 0
}

.tp-leftarrow:before {
    content: '\e824'
}

.tp-rightarrow:before {
    content: '\e825'
}

.slider4container .tparrows, .slider4container .tparrows:before, .slider4container .tparrows:hover {
    color: #000 !important
}

.slider4container .tparrows {
    background: #fff !important;
    background: rgba(255,255,255,.5) !important
}

    .slider4container .tparrows:hover {
        background: #fff !important
    }

.layerslider {
    margin: 0 auto
}

.royal-slider {
    background: 0 0;
    padding: 0;
    width: 100%
}

    .royal-slider.load {
        background-image: url(../images/svg/loader.svg),none;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 40px;
        background-color: inherit;
        overflow: hidden
    }

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsThumbs, .rsMinW .rsVideoFrameHolder {
    background: #f2f2f2
}

.coloredBlock {
    padding: 12px;
    background: rgba(255,0,0,.6);
    color: #FFF;
    width: 200px;
    left: 20%;
    top: 5%
}

.infoBlock {
    position: absolute;
    top: 30px;
    right: 30px;
    left: auto;
    max-width: 25%;
    background: #FFF;
    background: rgba(255,255,255,.8);
    overflow: hidden;
    padding: 20px
}

    .infoBlock h4 {
        font-size: 20px;
        line-height: 1.2;
        margin: 0;
        padding-bottom: 3px
    }

    .infoBlock p {
        font-size: 14px;
        margin: 4px 0 0
    }

    .infoBlock a {
        color: #FFF;
        text-decoration: underline
    }

.infoBlockLeftBlack {
    color: #FFF;
    background: #000;
    background: rgba(0,0,0,.75);
    left: 30px;
    right: auto
}

.photosBy, .photosBy a {
    color: #000
}

.photosBy {
    line-height: 24px;
    font-size: 12px;
    background: #FFF;
    padding: 0 10px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    top: auto;
    border-radius: 2px;
    z-index: 25
}

.fullWidth {
    max-width: 1400px
}

.layer-slider {
    overflow: hidden
}

.metro-banners {
    background: #b3768e;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#b3768e),color-stop(100%,#54638e));
    background: -webkit-linear-gradient(left,#b3768e 0,#54638e 100%);
    background: linear-gradient(to right,#b3768e 0,#54638e 100%);
    padding: 54px 0 24px
}

    .metro-banners .banner {
        margin-bottom: 30px;
        text-align: center
    }

        .metro-banners .banner img {
            box-shadow: 3px 3px 0 0 rgba(50,50,50,.5)
        }

.banner {
    display: block;
    text-align: center;
    transition: opacity .2s linear
}

    .banner:hover, .sidebar .more {
        transition: opacity .2s linear
    }

    .banner:hover {
        opacity: .8;
        filter: alpha(opacity=80)
    }

.sidebar .widget {
    margin: 0 0 80px
}

    .sidebar .widget:last-child {
        margin-bottom: 0
    }

    .sidebar .widget ol, .sidebar .widget ul {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

    .sidebar .widget .title-block, .sidebar .widget header {
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 10px;
        padding: 0 0 15px;
        position: relative
    }

        .sidebar .widget .title-block .title, .sidebar .widget header .title {
            color: #7f7f7f;
            font-size: 14px;
            line-height: 1;
            margin: 0
        }

    .sidebar .widget .subtitle {
        color: #7f7f7f;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 10px
    }

.sidebar .whats-news {
    margin-bottom: 40px;
    overflow: hidden
}

    .sidebar .whats-news header {
        margin: 0
    }

.sidebar .carousel-box header .title {
    line-height: 40px
}

.sidebar .carousel-box .product {
    display: block;
    float: left;
    margin: 40px 15px
}

.sidebar .action {
    overflow: hidden
}

    .sidebar .action .clear-all {
        float: left;
        font-size: 14px;
        line-height: 40px;
        text-transform: none
    }

        .sidebar .action .clear-all.close {
            font-size: 20px;
            line-height: 38px
        }

        .sidebar .action .clear-all span {
            font-size: 14px;
            line-height: 39px;
            margin: 0 0 0 2px;
            vertical-align: middle
        }

    .sidebar .action .btn {
        float: right
    }

.sidebar .more {
    color: #7f7f7f;
    font-size: 12px;
    margin: 5px 0 0;
    text-decoration: none
}

    .sidebar .more:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        text-decoration: none
    }

.sidebar .menu li {
    margin: 0 0 3px
}

.sidebar .menu:not(.kategoriler) li a {
    color: #1e1e1e;
    display: block;
    padding: 4px 4px 4px 26px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu.kategoriler li a {
    color: #1e1e1e;
    display: block;
    padding: 4px 4px 4px 10px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu li a:hover {
    opacity: .8;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .menu li > a .item-icon {
    left: 15px;
    position: absolute;
    top: 13px
}

.sidebar .menu li.active > a {
    color: #fff;
    background-color: #0098ca;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.sidebar .list ul li a, .sidebar .section li > a:not(.close) {
    -webkit-transition: opacity .2s linear;
    text-decoration: none
}

.sidebar .menu li.active > a .count {
    color: #fff;
    padding-left: 5px;
    font-size: 12px
}

.sidebar .menu li.active > a:before {
    background: #444;
    background: rgba(255,255,255,.2)
}

.sidebar .menu li.parent > a .open-sub {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px
}

    .sidebar .menu li.parent > a .open-sub:after, .sidebar .menu li.parent > a .open-sub:before {
        background: #1e1e1e;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        margin: 14px 0 0 5px;
        position: absolute;
        top: 0;
        width: 14px
    }

.sidebar .menu .sub li a:before, .sidebar .menu li.parent.active > a .open-sub:after {
    display: none
}

.sidebar .menu li.parent > a .open-sub:after {
    height: 14px;
    margin: 8px 0 0 11px;
    width: 2px
}

.sidebar .menu li.parent.active > a .open-sub:after, .sidebar .menu li.parent.active > a .open-sub:before {
    background: #fff
}

.sidebar .menu .sub {
    padding: 7px 0 4px 5px
}

    .sidebar .menu .sub li {
        margin: 0
    }

        .sidebar .menu .sub li a {
            background: 0 0;
            color: #7f7f7f;
            margin: 0;
            padding: 4px 9px 4px 25px
        }

            .sidebar .menu .sub li a:hover {
                background-color: #e9e9e9;
                background-color: rgba(0,0,0,.05)
            }

        .sidebar .menu .sub li.parent > a .open-sub {
            left: 10px
        }

            .sidebar .menu .sub li.parent > a .open-sub:after, .sidebar .menu .sub li.parent > a .open-sub:before {
                background: #7f7f7f;
                margin: 14px 0 0 22px;
                width: 12px
            }

            .sidebar .menu .sub li.parent > a .open-sub:after {
                height: 12px;
                margin: 9px 0 0 27px;
                width: 2px
            }

        .sidebar .menu .sub li :not(.active) > a .item-icon {
            opacity: .5;
            filter: alpha(opacity=50)
        }

    .sidebar .menu .sub .active > a {
        background: 0 0;
        color: #000
    }

    .sidebar .menu .sub .sub {
        background: 0 0
    }

.sidebar .section + .section {
    border-top-width: 1px;
    margin: 15px 0 0;
    padding: 15px 0 0
}

.sidebar .section2 {
    border-bottom-width: 1px;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar .section li {
    color: #7f7f7f;
    line-height: 18px;
    overflow: hidden
}

    .sidebar .section li + li {
        margin: 12px 0 0
    }

    .sidebar .section li > a:not(.close) {
        color: #1e1e1e;
        transition: opacity .2s linear;
        padding-left: 10px
    }

        .sidebar .section li > a:not(.close):focus, .sidebar .section li > a:not(.close):hover {
            opacity: .8;
            text-decoration: none
        }

    .sidebar .section li .fa {
        color: #7f7f7f
    }

    .sidebar .section li > span:after {
        color: #7f7f7f;
        content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
        display: inline-block;
        font-size: .5em;
        line-height: 40px;
        margin: -10px 16px 0 5px;
        pointer-events: none;
        position: absolute
    }

    .sidebar .section li > span span {
        color: #1e1e1e
    }

.sidebar .section .selected li {
    margin: 0 0 8px;
    padding: 0 16px 0 0;
    position: relative
}

    .sidebar .section .selected li .close {
        bottom: 2px;
        font-size: 20px;
        padding: 0 2px;
        position: absolute;
        right: 0
    }

.sidebar .list ul {
    margin-bottom: 0
}

    .sidebar .list ul li {
        padding: 4px 0
    }

        .sidebar .list ul li a {
            color: #1e1e1e;
            transition: opacity .2s linear
        }

            .sidebar .list ul li a:focus, .sidebar .list ul li a:hover {
                opacity: .8;
                text-decoration: none
            }

        .sidebar .list ul li span {
            color: #7f7f7f
        }

.sidebar .specials li {
    padding: 24px 0
}

    .sidebar .specials li:first-child {
        padding-top: 0
    }

    .sidebar .specials li:last-child {
        padding-bottom: 0
    }

    .sidebar .specials li + li:not(.inline-block) {
        border-top-width: 1px
    }

    .sidebar .specials li .product-image {
        background: #f7f7f7;
        border: 1px solid #f5f5f5;
        border-radius: 3px;
        float: left;
        height: 74px;
        margin: 0 15px 1px 0;
        overflow: hidden;
        width: 74px
    }

    .sidebar .specials li .product-name {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 4px;
        padding-left: 85px
    }

    .sidebar .specials li .price-box {
        font-size: 16px;
        line-height: 22px;
        padding-left: 85px
    }

    .sidebar .specials li .rating-box {
        margin: 3px 0 14px 85px;
        overflow: hidden
    }

.sidebar .poll strong {
    display: block;
    margin-bottom: 21px
}

.sidebar .poll ul {
    margin: 0;
    padding: 0 0 27px
}

.sidebar .poll li {
    margin-bottom: 11px
}

.sidebar .compare-products ul {
    margin: 0;
    padding: 0 0 17px
}

    .sidebar .compare-products ul li {
        margin: 0 0 8px;
        overflow: hidden;
        padding: 0 16px 0 0;
        position: relative
    }

        .sidebar .compare-products ul li .title {
            color: #1e1e1e;
            padding-right: 2px;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
            text-decoration: none
        }

            .sidebar .compare-products ul li .title:focus, .sidebar .compare-products ul li .title:hover {
                opacity: .8;
                text-decoration: none
            }

            .sidebar .compare-products ul li .title:after {
                content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .";
                display: inline-block;
                font-size: .5em;
                line-height: 40px;
                margin: -6px 16px 0 5px;
                pointer-events: none;
                position: absolute
            }

        .sidebar .compare-products ul li .close {
            bottom: 2px;
            font-size: 20px;
            padding: 0 2px;
            position: absolute;
            right: 0
        }

.sidebar .wishlist li {
    padding: 0 46px 0 0
}

    .sidebar .wishlist li .title:after {
        margin-right: 40px !important
    }

.sidebar .wishlist .add-cart {
    bottom: 3px;
    color: #7f7f7f;
    height: 16px;
    padding: 0 3px;
    position: absolute;
    right: 18px
}

    .sidebar .wishlist .add-cart path {
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .sidebar .wishlist .add-cart:hover path {
        fill: #1e1e1e;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.sidebar .newsletter form {
    margin: 5px 0 0;
    position: relative
}

.sidebar .newsletter input {
    margin: 0;
    width: 80%;
    display: inline-block
}

    .sidebar .newsletter input:focus + .submit {
        color: #000;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.sidebar .newsletter .submit {
    color: #ccc;
    height: 38px;
    outline: 0;
    padding: 0;
    right: 1px;
    top: 1px;
    width: 38px;
    display: inline-grid;
}

    .sidebar .newsletter .submit .glyphicon {
        line-height: 20px
    }

.sidebar .banners {
    overflow: hidden
}

    .sidebar .banners .slide {
        float: left;
        max-width: 270px;
        margin-left: 15px;
        margin-right: 15px;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }

@media (min-width:992px) and (max-width:1199px) {
    .sidebar .banners .slide {
        width: 220px
    }
}

.sidebar .banners .banner-text {
    background: #eee;
    color: #333;
    padding: 10px
}

    .sidebar .banners .banner-text .title {
        font-size: 18px;
        font-weight: 400;
        margin: 0
    }

    .sidebar .banners .banner-text p {
        line-height: 18px;
        margin: 0
    }

@media (min-width:768px) and (max-width:991px) {
    .sidebar .banners .slide {
        width: 165px
    }

    .sidebar .banners .banner-text {
        padding: 10px
    }

        .sidebar .banners .banner-text p {
            display: none
        }
}

.sidebar .tags ul {
    margin: 0
}

.sidebar .tags li {
    float: left;
    margin: 0 3px 3px 0
}

.sidebar .tags a {
    background: #1e1e1e;
    background: rgba(30,30,30,.7);
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

    .sidebar .tags a:hover {
        background: #1e1e1e;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.sidebar .links li {
    line-height: 21px
}

.sidebar .links a {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .sidebar .links a:hover {
        color: #000;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

.sidebar .calendar-wrap {
    background: rgba(0,0,0,.05);
    border-radius: 3px;
    overflow: hidden;
    text-align: center
}

    .sidebar .calendar-wrap table {
        margin: 0
    }

        .sidebar .calendar-wrap table td, .sidebar .calendar-wrap table th {
            padding: 3px;
            text-align: center
        }

    .sidebar .calendar-wrap caption {
        background: #1e1e1e;
        color: #fff;
        font-size: 14px;
        padding: 5px;
        text-align: center
    }

    .sidebar .calendar-wrap tfoot td {
        border: 0
    }

    .sidebar .calendar-wrap tfoot a {
        text-decoration: none
    }

        .sidebar .calendar-wrap tfoot a:hover {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.product-name a, .product-name a:hover {
    -webkit-transition: opacity .2s linear
}

.sidebar .calendar .datepicker-box .datepicker {
    background: rgba(0,0,0,.02);
    border-radius: 3px;
    padding: 0;
    width: 270px;
    max-width: 100%
}

    .sidebar .calendar .datepicker-box .datepicker table {
        width: 100%;
        max-width: 100%
    }

.sidebar .facebook-widget .fb-like-box {
    border: 1px solid #e1e1e1;
    max-width: 270px;
    width: 100%
}

    .sidebar .facebook-widget .fb-like-box > span {
        max-width: 100% !important
    }

.product-bottom .related-products header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 40px;
    padding: 0 0 15px;
    position: relative
}

    .product-bottom .related-products header:before {
        background: #1e1e1e;
        bottom: 0;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin: 0 0 -1px;
        position: absolute;
        width: 40px
    }

    .product-bottom .related-products header h3 {
        color: #7f7f7f;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
        margin: 0
    }

.datepicker table tr td.active, .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: #037ac5
}

.datepicker table tr td.today, .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background: #f89406;
    color: #fff
}

.product-name a {
    color: #1e1e1e;
    text-decoration: none;
    transition: opacity .2s linear
}

    .product-name a:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        transition: opacity .2s linear
    }

.product-image {
    background: #fff;
    display: inline-block;
    line-height: 0
}

    .product-image > img {
        width: 100%;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.rotation .product-image:hover > img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.price-box .price-label {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 14px
}

.price-box .emergence .price {
    display: none
}

.price-box .emergence .emergence-price {
    color: #7f7f7f;
    font-size: 12px;
    vertical-align: middle
}

.price-old {
    color: #7f7f7f;
    display: inline-block;
    margin-right: 6px;
    position: relative
}

    .price-old:before {
        background: red;
        content: "";
        display: block;
        height: 1px;
        left: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
        width: 100%
    }

.urunetikets {
    font-size: 11px;
    position: absolute !important;
    min-width: 80px;
    z-index: 2
}

.sale, .sale:before {
    display: block;
    position: absolute
}

.urunetikets > div {
    margin: 2px;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 3px
}

.list .sale {
    margin-right: 80px
}

.sale {
    border-top: 56px solid #f89406;
    border-left: 56px solid transparent;
    right: 0;
    height: 0;
    line-height: 22px;
    width: 0;
    z-index: 1;
    -webkit-transform: translateZ(0)
}

    .sale:before {
        color: #fff;
        content: "indirim";
        margin-top: -48px;
        margin-left: -32px;
        font-size: 11px;
        font-weight: 700;
        -webkit-transform: rotate(-315deg);
        -ms-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }

.product-edit, .product-remove {
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    transition: color .2s linear;
    opacity: .8
}

.grid .product, .product .default {
    position: relative;
    overflow: hidden
}

.sale.top {
    border-top: 56px solid #738d00
}

    .sale.top:before {
        content: "üstün"
    }

.sale.new:before {
    content: "YENİ"
}

.sale.best {
    border-top: 56px solid #0098ca
}

    .sale.best:before {
        content: "En İyi"
    }

.product-remove {
    height: 36px;
    width: 36px;
    background: url(../images/svg/trash-icon.svg) 50% 50% no-repeat;
    background-size: 25px 25px
}

.product-edit {
    height: 32px;
    width: 32px;
    background: url(../images/svg/edit24.html) 50% 50% no-repeat;
    background-size: 32px 32px
}

.product-check, .product-uncheck {
    color: #7f7f7f;
    height: 32px;
    width: 32px;
    -webkit-transition: color .2s linear;
    opacity: .8;
    text-decoration: none
}

.product-check {
    transition: color .2s linear;
    background: url(../images/svg/check.svg) 50% 50% no-repeat;
    background-size: 32px 32px
}

.product-uncheck {
    transition: color .2s linear;
    background: url(../images/svg/exit.svg) 50% 50% no-repeat;
    background-size: 32px 32px
}

    .product-check:hover, .product-edit:hover, .product-remove:hover, .product-uncheck:hover {
        color: #1e1e1e;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

    .product-check path, .product-edit path, .product-remove path, .product-uncheck path {
        fill: currentColor;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

    .product-check i, .product-edit i, .product-remove i, .product-uncheck i {
        font-size: 20px
    }

.grid .product {
    max-width: 297px;
    border-radius: 3px;
    display: inline-block;
    float: none;
    margin: 0 0 40px;
    min-width: 240px;
    text-align: left;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media (min-width:992px) and (max-width:1199px) {
    .col-md-3 > .product, .product.col-md-3 {
        max-width: 242px
    }

    .product.product-mini {
        max-width: 210px
    }
}

.product.product-mini {
    min-width: 175px;
    max-width: 210px
}

.carousel .product.product-mini {
    width: 200px
}

.product .default {
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    border-radius: 3px
}

    .product .default:hover, .zoomWindow {
        box-shadow: 0 0 5px rgba(0,0,0,.15)
    }

.grid .product .product-image {
    display: block;
    line-height: 0;
    margin: 0
}

.limit-offer {
    text-align: center;
    font-size: 12px;
    line-height: 1;
    padding: 10px 0 13px;
    width: auto !important
}

.product .limit-offer {
    left: 0;
    position: absolute;
    right: 0;
    bottom: 72px
}

.limit-offer .title {
    margin: 0 0 3px
}

.limit-offer .county-days-wrapper, .limit-offer .county-hours-wrapper, .limit-offer .county-minutes-wrapper, .limit-offer .county-seconds-wrapper {
    box-sizing: content-box;
    display: inline-block;
    font-size: 30px;
    height: 26px;
    overflow: hidden;
    padding: 0 7px 2px 6px;
    position: relative;
    text-align: center
}

    .limit-offer .county-days-wrapper span, .limit-offer .county-hours-wrapper span, .limit-offer .county-minutes-wrapper span, .limit-offer .county-seconds-wrapper span {
        opacity: 1 !important
    }

    .limit-offer .county-days-wrapper:before, .limit-offer .county-hours-wrapper:before, .limit-offer .county-minutes-wrapper:before {
        background: #fff;
        background: rgba(255,255,255,.4);
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 0;
        top: 11px;
        width: 1px
    }

.limit-offer .county-days, .limit-offer .county-hours, .limit-offer .county-minutes, .limit-offer .county-seconds {
    font-size: 30px;
    left: 0;
    right: 0
}

.limit-offer .county-label-days, .limit-offer .county-label-hours, .limit-offer .county-label-minutes, .limit-offer .county-label-seconds {
    color: rgba(255,255,255,.7);
    display: inline-block;
    text-align: center;
    text-transform: lowercase
}

.limit-offer .loaded {
    box-sizing: content-box;
    padding-left: 7px;
    padding-right: 6px;
    position: absolute
}

.grid .product .actions.not-rotation-actions {
    visibility: hidden;
    opacity: 0;
    left: 0;
    right: 0;
    padding: 9px 10px;
    position: absolute;
    text-align: right;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    z-index: 1
}

.product .actions.not-rotation-actions + .product-description .limit-offer {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.grid .product:hover .actions.not-rotation-actions {
    top: 195px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.product:hover .actions.not-rotation-actions + .product-description .limit-offer {
    bottom: 144px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.grid .product .product-description {
    background: #f7f7f7;
    border-top: 1px solid #e1e1e1;
    color: #505050;
    display: table;
    font-size: 13px;
    min-height: 72px;
    line-height: 18px;
    position: relative;
    width: 100%;
    z-index: 2
}

.list .product .product-description {
    display: inline-block;
    width: 59%;
    margin-top: 10px;
    vertical-align: top
}

.product .product-description .vertical {
    padding: 10px 5px 5px 10px;
    font-size: 12px;
}

.list .product .product-description .vertical {
    font-size: 13px
}

.product .product-name {
    color: #1e1e1e;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 4px
}

    .product .product-name span {
        font-weight: 400;
        font-size: 12px;
        display: block
    }

.list .product .product-name span {
    margin-top: 5px;
    margin-bottom: 5px
}

.list .product .product-name {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 4px
}

.product .product-name a {
    text-decoration: none;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .product .product-name a:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.products-tab .product .product-name {
    text-transform: none
}

.product .product .price {
    font-weight: 700
}

.product .product-hover {
    background: #1e1e1e;
    border-radius: 3px;
    color: #7f7f7f;
    display: none;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 20px 90px;
    position: absolute
}

.list .product .product-hover {
    top: 1px;
    right: 16px;
    width: 74%;
    bottom: 1px;
    border-radius: 0
}

    .list .product .product-hover ul {
        margin-right: 80px;
        margin-left: -20px
    }

        .list .product .product-hover ul li {
            display: inline-block;
            margin-left: 20px
        }

.grid .product .product-hover {
    bottom: 0;
    top: 0;
    max-width: 267px
}

.product .product-hover .product-name {
    font-size: 13px;
    line-height: 18px;
    margin: -10px -20px 7px;
    padding: 10px;
    background: #f2f2f2
}

    .product .product-hover .product-name a span {
        display: block;
        font-weight: 400
    }

    .product .product-hover .product-name a {
        color: #1e1e1e;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        font-weight: 700
    }

        .product .product-hover .product-name a:hover {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear;
            text-decoration: none
        }

.product .product-hover .price {
    line-height: 1;
    margin: 0 0 24px
}

.product .product-hover .product-image {
    background: #f7f7f7;
    border-radius: 2px;
    display: block;
    height: 70px;
    float: right;
    line-height: 0;
    margin: 4px 0 0 5px;
    padding: 0;
    position: relative;
    width: 70px;
    z-index: 1
}

    .product .product-hover .product-image img {
        background: #f7f7f7;
        border-radius: 2px
    }

.product .product-hover ul, .product-page .description ul {
    margin: 0;
    max-height: 320px;
    overflow: hidden;
    padding: 0
}

.product-mini .product-description {
    margin-bottom: 0
}

.product .product-hover ul li, .product-page .description ul li {
    background-image: url(../images/svg/arrow-right-icon.svg),none;
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 6px;
    line-height: 18px;
    list-style: none;
    padding: 0 0 0 13px;
    position: relative
}

.product .product-hover table {
    width: 100%
}

    .product .product-hover table tr {
        border-bottom: 1px dotted #309adc
    }

        .product .product-hover table tr:last-child {
            border-bottom: 0
        }

.product:hover .product-hover {
    -webkit-animation: fadeIn .8s;
    animation: fadeIn .8s
}

.product.col-md-1 .product-hover, .product.col-md-10 .product-hover, .product.col-md-11 .product-hover, .product.col-md-2 .product-hover, .product.col-md-3 .product-hover, .product.col-md-4 .product-hover, .product.col-md-5 .product-hover, .product.col-md-6 .product-hover, .product.col-md-7 .product-hover, .product.col-md-8 .product-hover, .product.col-md-9 .product-hover {
    left: 15px;
    right: 15px
}

.grid .product .actions {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: right;
    padding-right: 10px;
    width: 100%
}

    .grid .product .actions a, .grid .product .actions div {
        background: #fff;
        display: inline-block;
        height: 54px;
        margin: 0 -2px;
        text-align: center;
        text-decoration: none;
        vertical-align: top;
        width: 51px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        border: 1px solid #e1e1e1
    }

.list .product {
    border-radius: 3px;
    margin: 0 0 20px;
    overflow: hidden;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

    .list .product .default .actions, .list .product-hover .actions {
        width: 80px;
        background: #f7f7f7;
        padding: 16px;
        min-height: 194px;
        text-align: center
    }

.list .product-hover .actions {
    position: absolute;
    right: 0;
    top: 0
}

.list .product .default .actions {
    display: inline-block;
    vertical-align: middle;
    float: right
}

.list .product .actions a, .list .product .actions div {
    background: #fff;
    display: inline-block;
    height: 54px;
    margin: 0 -2px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 54px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border: 1px solid #e1e1e1
}

.list .product .product-image {
    border-radius: 3px;
    position: relative;
    text-align: center;
    width: 20%;
    margin: 10px 20px;
    border-right: 1px solid #dedede
}

div.add-wishlist {
    cursor: pointer;
    position: relative;
    border-right: 1px solid #e1e1e1
}

.product .actions a:hover, .product .actions div:hover {
    background: #f2f2f2;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.actions a i, .actions div i {
    color: #037ac5;
    line-height: 54px
}

    .actions div i:before, .product .actions a i:before {
        font-size: 22px;
        width: auto
    }

.product .actions .add-cart {
    border-radius: 3px 0 0 3px
}

.product .actions .add-compare {
    border-radius: 0 3px 3px 0
}

.product.product-danger .actions.not-rotation-actions, .product.product-danger .limit-offer, .product.product-danger .product-hover {
    background-color: #c10841
}

.product.product-danger .actions.not-rotation-actions, .product.product-danger .limit-offer, bg-danger.limit-offer {
    background-color: rgba(193,8,65,.9)
}

.product.product-danger .actions a svg path {
    fill: #c10841
}

.product.product-success .actions.not-rotation-actions, .product.product-success .limit-offer, .product.product-success .product-hover {
    background-color: #738d00
}

.product.product-success .actions.not-rotation-actions, .product.product-success .limit-offer, bg-success.limit-offer {
    background-color: rgba(115,141,0,.9)
}

.product.product-success .actions a svg path {
    fill: #738d00
}

.product.product-info .actions.not-rotation-actions, .product.product-info .limit-offer, .product.product-info .product-hover {
    background-color: #0098ca
}

.product.product-info .actions.not-rotation-actions, .product.product-info .limit-offer, bg-info.limit-offer {
    background-color: rgba(0,152,202,.9)
}

.product.product-info .actions a svg path {
    fill: #0098ca
}

.product.product-warning .actions.not-rotation-actions, .product.product-warning .limit-offer, .product.product-warning .product-hover {
    background-color: #f89406
}

.product.product-warning .actions.not-rotation-actions, .product.product-warning .limit-offer, bg-warning.limit-offer {
    background-color: rgba(248,148,6,.9)
}

.product.product-warning .actions a svg path {
    fill: #f89406
}

.double-product {
    min-width: 240px
}

    .double-product .product.rotation {
        min-width: 210px
    }

.carousel .double-product .product.rotation + .product.rotation {
    margin-top: 0
}

.county-label-days i, .county-label-hours i, .county-label-minutes i, .county-label-seconds i {
    font-style: normal
}

.products-tab .product.rotation {
    overflow: visible
}

.products-tab .nav-tabs > li > a {
    color: #7f7f7f;
    font-size: 18px;
    line-height: 33px
}

.products-tab .nav-tabs > .active > a, .products-tab .nav-tabs > .active > a:focus, .products-tab .nav-tabs > .active > a:hover {
    color: #c10841;
    font-weight: 400
}

.products-tab .tab-content > .tab-pane {
    overflow: hidden;
    padding: 40px 0 0
}

.zoomWindow {
    background-color: #f7f7f7;
    border: 1px solid #ccc
}

.zoomContainer {
    height: auto !important
}

.product-page .image-box {
    border-radius: 3px;
    overflow: hidden;
    position: relative
}

    .product-page .image-box .general-img {
        position: relative;
        background: #fff;
        text-align: center;
        overflow: hidden;
        border: 1px solid #f1f1f1
    }

    .product-page .image-box .thumblist-box {
        margin: 30px 0 0;
        max-height: 100px;
        overflow: hidden;
        padding: 0 44px;
        position: relative
    }

        .product-page .image-box .thumblist-box.load {
            opacity: 0
        }

        .product-page .image-box .thumblist-box .next, .product-page .image-box .thumblist-box .prev {
            z-index: 1;
            background-color: #ccc;
            border-radius: 3px;
            color: #fbfbfb;
            display: block;
            float: right;
            height: 40px;
            line-height: 40px;
            left: 0;
            margin: -20px 0 0;
            position: absolute;
            text-align: center;
            top: 50%;
            text-decoration: none;
            width: 40px;
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

            .product-page .image-box .thumblist-box .next:hover, .product-page .image-box .thumblist-box .prev:hover {
                background-color: #000;
                color: #efefef;
                text-decoration: none;
                -webkit-transition: all .2s linear;
                transition: all .2s linear
            }

                .product-page .image-box .thumblist-box .next:hover polygon, .product-page .image-box .thumblist-box .prev:hover polygon {
                    fill: #efefef
                }

            .product-page .image-box .thumblist-box .next *, .product-page .image-box .thumblist-box .prev * {
                vertical-align: middle
            }

        .product-page .image-box .thumblist-box .next {
            left: auto;
            right: 0
        }

    .product-page .image-box #thumblist a {
        background: #f7f7f7;
        display: block;
        float: left;
        height: 100px;
        margin: 0 9px;
        width: 100px
    }

.add-cart-form .number, .add-cart-form .number .regulator, .add-cart-form .number input {
    display: inline-block;
    vertical-align: top
}

.product-page .image-box #thumblist a img {
    border-radius: 2px;
    border: 1px solid #f1f1f1;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.product-page .image-box #thumblist a:hover img {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.product-page .reviews-box {
    margin: 0 0 38px
}

.product-page .description {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 25px
}

.add-cart-form {
    margin: 0
}

    .add-cart-form .add-cart {
        font-weight: 700;
        margin: 0 17px 40px 0;
        min-width: 290px;
        text-transform: uppercase
    }

    .add-cart-form .number label {
        color: #7f7f7f;
        font-weight: 400;
        line-height: 54px;
        margin: 0 7px 0 0;
        vertical-align: top
    }

    .add-cart-form .number input {
        color: #7f7f7f;
        height: 54px;
        padding: 15px 12px;
        text-align: center;
        width: 60px
    }

    .add-cart-form .number .regulator a {
        background: #ccc;
        border-radius: 2px;
        color: #fff;
        display: block;
        height: 24px;
        text-align: center;
        width: 24px;
        -webkit-transition: background-color .2s linear;
        transition: background-color .2s linear
    }

        .add-cart-form .number .regulator a:hover {
            background-color: #1e1e1e;
            background-color: rgba(30,30,30,.5);
            -webkit-transition: background-color .2s linear;
            transition: background-color .2s linear
        }

        .add-cart-form .number .regulator a .fa {
            line-height: 24px
        }

    .add-cart-form .number .regulator .number-down {
        margin: 6px 0 0
    }

.product-page .availability-sku {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 36px
}

    .product-page .availability-sku .availability span {
        color: #2ca073
    }

.product-page .product-options-border {
    border-top: 1px solid #1e1e1e;
    padding: 40px 0 0
}

.product-page .product-options {
    font-size: 12px;
    line-height: 20px
}

    .product-page .product-options .select, .product-page .product-options .selectBox {
        margin: 0 0 10px
    }

        .product-page .product-options .select:last-child, .product-page .product-options .selectBox:last-child {
            margin: 0
        }

.product-page .product-options-table table {
    margin: 0 0 35px
}

    .product-page .product-options-table table td, .product-page .product-options-table table th {
        line-height: 20px;
        padding: 16px 25px 13px;
        text-align: left;
        vertical-align: middle
    }

    .product-page .product-options-table table .price {
        text-align: right;
        width: 150px
    }

    .product-page .product-options-table table td.price {
        font-size: 16px
    }

    .product-page .product-options-table table .qty {
        text-align: right;
        width: 70px
    }

        .product-page .product-options-table table .qty input {
            margin: 0;
            width: 50px
        }

    .product-page .product-options-table table td.qty {
        padding: 5px 25px
    }

.product-page .product-options-samples {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 30px
}

    .product-page .product-options-samples .title {
        display: block;
        font-size: 14px;
        line-height: 1;
        margin: 0 0 14px
    }

    .product-page .product-options-samples label {
        line-height: 20px;
        margin: 0
    }

        .product-page .product-options-samples label .new-checkbox {
            margin-top: 1px
        }

    .product-page .product-options-samples .required-box {
        font-size: 11px;
        line-height: 1;
        text-align: right
    }

    .product-page .product-options-samples .required {
        font-size: 11px;
        line-height: 1
    }

.product-page .product-price-configured {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 30px
}

.product-page .product-tab {
    margin: 60px 0
}

.product-page .products-tab .tab-pane {
    padding-top: 36px;
    padding-bottom: 50px
}

.product-page .product-tab .tab-pane .title {
    margin: 0 0 18px
}

.product-options-detail {
    background: #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    padding: 27px 30px 30px
}

    .product-options-detail .detail-box {
        margin: 0 0 25px
    }

    .product-options-detail .pull-right.required {
        font-size: 11px;
        line-height: 18px
    }

    .product-options-detail .title {
        display: block;
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 11px
    }

    .product-options-detail .checkbox, .product-options-detail .radio {
        line-height: 20px;
        margin: 0
    }

        .product-options-detail .checkbox .new-checkbox, .product-options-detail .checkbox .new-radio, .product-options-detail .radio .new-checkbox, .product-options-detail .radio .new-radio {
            margin-top: 0
        }

    .product-options-detail .qty {
        margin: 15px 0 0
    }

        .product-options-detail .qty label {
            float: left;
            font-size: 12px;
            line-height: 40px;
            margin: 0 12px 0 0
        }

        .product-options-detail .qty input {
            margin: 0;
            width: 48px
        }

    .product-options-detail .price {
        font-size: 48px;
        line-height: 1
    }

    .product-options-detail .add-cart {
        float: right;
        font-weight: 700;
        margin: -14px 17px 0 0;
        min-width: 290px;
        text-transform: uppercase
    }

.product-bottom {
    padding: 40px 0 0;
    overflow: hidden
}

    .product-bottom .related-products .select-all {
        margin: -4px 0 13px
    }

    .product-bottom .related-products ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .product-bottom .related-products ul li {
            padding: 24px 0
        }

            .product-bottom .related-products ul li + li {
                border-top-width: 1px
            }

            .product-bottom .related-products ul li .product-image {
                border: 1px solid #f5f5f5;
                background: #f7f7f7;
                float: left;
                height: 64px;
                margin: 0 15px 1px 0;
                padding: 2px;
                width: 64px
            }

            .product-bottom .related-products ul li .product-name {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 4px
            }

            .product-bottom .related-products ul li .price-box {
                font-size: 16px;
                line-height: 22px
            }

            .product-bottom .related-products ul li .button-box {
                margin: 10px 0 0;
                overflow: hidden;
                text-align: right
            }

                .product-bottom .related-products ul li .button-box .wishlist, .product-bottom .related-products ul li .button-box label {
                    color: #ccc;
                    float: right;
                    margin: 0 0 0 10px
                }

                .product-bottom .related-products ul li .button-box .new-checkbox {
                    margin-top: 0
                }

                .product-bottom .related-products ul li .button-box .wishlist svg path {
                    fill: #ccc;
                    -webkit-transition: fill .2s linear;
                    transition: fill .2s linear
                }

                .product-bottom .related-products ul li .button-box .wishlist:hover svg path {
                    fill: #1e1e1e;
                    -webkit-transition: fill .2s linear;
                    transition: fill .2s linear
                }

#catalog .products {
    clear: both
}

#catalog .category-img {
    background: #f2f2f2;
    margin: 0 0 80px;
    position: relative
}

    #catalog .category-img img {
        width: 100%
    }

    #catalog .category-img .description {
        background: #1e1e1e;
        background: rgba(30,30,30,.7);
        bottom: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        left: 0;
        padding: 35px 38px;
        position: absolute;
        right: 0
    }

.toolbar .fiyatlar, .toolbar .grid-list {
    float: left;
    margin-bottom: 20px
}

    .toolbar .grid-list .grid, .toolbar .grid-list .list {
        background-color: #1e1e1e;
        background-color: rgba(30,30,30,.7);
        border-radius: 2px;
        display: block;
        float: left;
        height: 24px;
        margin: 0 7px 0 0;
        text-align: center;
        width: 24px
    }

    .toolbar .fiyatlar .by, .toolbar .fiyatlar .sk {
        background-color: #1e1e1e;
        background-color: rgba(30,30,30,.7);
        border-radius: 2px;
        display: block;
        float: left;
        line-height: 24px;
        margin: 0 7px 0 0;
        text-align: center;
        width: 44px;
        color: #fff
    }

        .toolbar .fiyatlar .by.by-lg, .toolbar .fiyatlar .sk.sk-lg {
            line-height: 40px
        }

    .toolbar .grid-list .grid .glyphicon, .toolbar .grid-list .list .glyphicon {
        color: #fff;
        font-size: 12px;
        margin: 5px 0 0;
        top: 0;
        vertical-align: top
    }

    .toolbar .fiyatlar .by, .toolbar .fiyatlar .sk, .toolbar .grid-list .grid, .toolbar .grid-list .list {
        background: #ccc;
        -webkit-transition: background .2s linear;
        transition: background .2s linear
    }

        .toolbar .fiyatlar .by, .toolbar .fiyatlar .sk, .toolbar .grid-list .grid:not(.active), .toolbar .grid-list .list:not(.active) {
            cursor: pointer
        }

.toolbar .sort-catalog {
    float: left;
    margin-right: 7px
}

    .toolbar .sort-catalog .dropdown-toggle {
        background-color: #1e1e1e;
        background-color: rgba(30,30,30,.7);
        color: #ccc;
        z-index: 26;
        text-align: left
    }

        .toolbar .sort-catalog .dropdown-toggle span {
            color: #f7f7f7;
            text-align: right
        }

    .toolbar .sort-catalog .open .dropdown-toggle span {
        color: #7f7f7f
    }

.toolbar .up-down {
    background-color: #1e1e1e;
    background-color: rgba(30,30,30,.7);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    box-shadow: none;
    font-size: 10px;
    height: 24px;
    margin: 0 0 0 3px;
    padding: 0;
    vertical-align: top;
    width: 22px
}

    .toolbar .up-down:before {
        content: "\f062"
    }

    .toolbar .up-down.active:before {
        content: "\f063"
    }

.toolbar .per-page {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 24px;
    margin: 0 0 0 3px
}

.toolbar .price-regulator {
    color: #7f7f7f;
    font-size: 12px;
    width: 323px
}

    .toolbar .price-regulator b {
        color: #1e1e1e;
        display: inline-block;
        margin-top: 5px
    }

    .toolbar .price-regulator .layout-slider {
        float: right;
        margin-top: 5px;
        width: 270px
    }

.toolbar .grid-list, .toolbar .sort-catalog {
    margin-bottom: 20px
}

.shopping-cart-table.table {
    border-bottom-width: 0;
    margin: 0
}

    .shopping-cart-table.table thead th {
        padding: 16px 10px 12px;
        text-align: left;
        vertical-align: top
    }

    .shopping-cart-table.table tbody td {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 5px 5px 10px
    }

    .shopping-cart-table.table .td-images {
        width: 110px
    }

    .shopping-cart-table.table .product-image {
        background: #f2f2f2;
        border-radius: 3px;
        display: block;
        width: 70px
    }

    .shopping-cart-table.table .td-name {
        min-width: 200px
    }

        .shopping-cart-table.table .td-name .product-name {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 0
        }

    .shopping-cart-table.table .td-edit {
        padding-left: 20px;
        padding-right: 20px;
        width: 92px
    }

    .shopping-cart-table.table .td-price {
        text-align: right;
        min-width: 160px
    }

    .shopping-cart-table.table .td-qty {
        min-width: 48px;
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
        width: 100px
    }

        .shopping-cart-table.table .td-qty input {
            margin: 0;
            min-width: 40px;
            text-align: center
        }

    .shopping-cart-table.table td.td-qty {
        padding-top: 19px
    }

    .shopping-cart-table.table .td-total {
        text-align: right;
        min-width: 130px
    }

    .shopping-cart-table.table .td-remove {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        width: 60px
    }

.shopping-cart-table-button.table {
    border-bottom-width: 1px;
    border-right-width: 0;
    margin: 0 0 40px
}

    .shopping-cart-table-button.table tbody td {
        border-left-width: 0;
        border-top-width: 0;
        height: 49px;
        padding: 0;
        text-align: left;
        vertical-align: middle
    }

    .shopping-cart-table-button.table a {
        line-height: 22px
    }

        .shopping-cart-table-button.table a i {
            font-size: 17px;
            line-height: 20px;
            vertical-align: top
        }

    .shopping-cart-table-button.table .update {
        float: right
    }

        .shopping-cart-table-button.table .update i {
            font-size: 12px
        }

#car-bottom {
    margin-bottom: 40px
}

    #car-bottom .car-bottom-box {
        font-size: 12px;
        line-height: 18px;
        margin: 0 auto 40px;
        max-width: 350px;
        padding: 27px 30px 30px
    }

        #car-bottom .car-bottom-box h5 {
            margin: 0 0 17px
        }

        #car-bottom .car-bottom-box p {
            line-height: 18px;
            margin: 0 0 18px
        }

        #car-bottom .car-bottom-box label {
            line-height: 20px
        }

        #car-bottom .car-bottom-box .btn {
            margin: 8px 0 0
        }

    #car-bottom .total {
        padding-bottom: 26px;
        text-align: right
    }

        #car-bottom .total table {
            margin: 0 0 32px auto
        }

            #car-bottom .total table td {
                font-size: 13px;
                height: 35px;
                line-height: 24px;
                padding: 0 0 0 5px;
                vertical-align: top
            }

            #car-bottom .total table .price {
                font-size: 18px
            }

            #car-bottom .total table .tr-total td {
                font-size: 18px;
                line-height: 30px
            }

                #car-bottom .total table .tr-total td:first-child {
                    padding-right: 12px
                }

            #car-bottom .total table .tr-total .price {
                font-size: 30px
            }

        #car-bottom .total .checkout {
            font-weight: 700;
            margin: 0 0 19px;
            text-transform: uppercase
        }

#checkoutsteps {
    list-style: none;
    margin: 0;
    padding: 0
}

    #checkoutsteps > li {
        margin: 0 0 11px
    }

    #checkoutsteps .step-title {
        background: #f2f2f2;
        border: 1px solid #e1e1e1;
        color: #1e1e1e;
        display: block;
        height: 50px;
        padding: 0 18px;
        text-decoration: none;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        #checkoutsteps .step-title.collapsed {
            border-color: #f2f2f2;
            color: #7f7f7f
        }

        #checkoutsteps .step-title .number {
            color: #7f7f7f;
            float: right;
            font-size: 16px;
            line-height: 49px
        }

        #checkoutsteps .step-title h6 {
            font-size: 16px;
            font-weight: 400;
            line-height: 49px;
            margin: 0
        }

    #checkoutsteps a.step-title:hover {
        opacity: .85;
        filter: alpha(opacity=85);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    #checkoutsteps .step-content {
        border: 1px solid #e1e1e1;
        border-top: 0 none;
        font-size: 12px;
        line-height: 20px;
        padding: 22px 18px 19px
    }

        #checkoutsteps .step-content label {
            font-size: 12px;
            line-height: 22px
        }

        #checkoutsteps .step-content .checkbox, #checkoutsteps .step-content .radio {
            line-height: 18px
        }

            #checkoutsteps .step-content .checkbox .new-checkbox, #checkoutsteps .step-content .checkbox .new-radio, #checkoutsteps .step-content .radio .new-checkbox, #checkoutsteps .step-content .radio .new-radio {
                margin-top: 0
            }

        #checkoutsteps .step-content .title {
            border-bottom: 1px solid #e1e1e1;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            margin: 0 0 17px;
            padding: 0 0 10px;
            position: relative
        }

            #checkoutsteps .step-content .title:before {
                background: #1e1e1e;
                bottom: 0;
                content: "";
                display: block;
                height: 1px;
                left: 0;
                margin: 0 0 -1px;
                position: absolute;
                width: 40px
            }

        #checkoutsteps .step-content .register-radio {
            margin: 0 0 22px 39px
        }

        #checkoutsteps .step-content ul {
            list-style-type: disc
        }

        #checkoutsteps .step-content input.last {
            margin-bottom: 14px
        }

        #checkoutsteps .step-content .buttons-box {
            font-size: 11px;
            line-height: 1.5;
            margin-top: 6px;
            overflow: hidden;
            padding-top: 10px;
            text-align: right
        }

            #checkoutsteps .step-content .buttons-box .btn {
                float: left;
                margin: -10px 10px 0 0
            }

            #checkoutsteps .step-content .buttons-box .required {
                display: inline-block;
                font-size: 11px;
                margin-left: 12px
            }

.sidebar.checkout-progress header {
    margin: 0 0 13px
}

.sidebar.checkout-progress .progress-list {
    margin: 0
}

    .sidebar.checkout-progress .progress-list li {
        color: #7f7f7f;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        padding: 12px 0 7px
    }

        .sidebar.checkout-progress .progress-list li + li {
            border-top-width: 1px
        }

        .sidebar.checkout-progress .progress-list li a {
            color: #7f7f7f;
            float: right
        }

        .sidebar.checkout-progress .progress-list li.active {
            color: #1e1e1e;
            font-weight: 700
        }

            .sidebar.checkout-progress .progress-list li.active a {
                display: none
            }

.my-account.margin-top {
    margin-top: -16px
}

.my-account .subtitle {
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.my-account .info-box {
    margin-bottom: 40px
}

.my-account .buttons-box .required {
    float: right;
    margin: 12px 0 0 10px
}

.my-account .pagination-text {
    color: #999;
    font-size: 12px
}

.my-account .btn.margin-top {
    margin-top: 10px
}

.my-account .table {
    margin: 0
}

#compare-table {
    border: 0;
    margin: 0
}

    #compare-table tr td:last-child, #compare-table tr th:last-child {
        border-right-width: 1px
    }

    #compare-table .remove td {
        border-width: 0;
        height: 26px;
        padding: 0
    }

        #compare-table .remove td:last-child {
            border-right-width: 0
        }

    #compare-table .remove-bottom td {
        border-top-width: 1px;
        vertical-align: bottom
    }

    #compare-table th {
        background: #f7f7f7;
        vertical-align: top
    }

    #compare-table td {
        font-size: 12px;
        line-height: 20px;
        padding-top: 24px;
        padding-bottom: 24px;
        vertical-align: top
    }

    #compare-table .first {
        font-size: 13px;
        min-width: inherit;
        padding: 19px 24px;
        text-align: left;
        width: 190px
    }

    #compare-table .product-name {
        color: #1e1e1e;
        text-decoration: none;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        #compare-table .product-name:hover {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

    #compare-table .product-image {
        background: #f2f2f2;
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: 100px
    }

    #compare-table .price-old {
        font-size: 11px;
        margin: 0 0 3px;
        text-decoration: line-through
    }

        #compare-table .price-old:after {
            display: none
        }

.icon, .livicon {
    display: inline-block
}

#compare-table .price {
    font-size: 16px
}

#compare-table .rating-box {
    margin: 0 auto
}

#compare-table .description td {
    text-align: left
}

.icon, .livicon.metro-bg {
    text-align: center;
    text-decoration: none
}

.icon {
    background: 0 0;
    color: #1e1e1e;
    font-size: 20px;
    min-height: 32px;
    line-height: 32px;
    margin: 0 0 4px;
    vertical-align: top;
    width: 32px
}

    .icon .fa {
        width: 100%;
        padding-top: 9px;
    }

    .icon.pull-left {
        float: left;
        margin-right: 10px
    }

    .icon.pull-right {
        float: right;
        margin-left: 10px
    }

    .icon.icon-24 {
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        width: 24px
    }

    .icon.icon-40 {
        font-size: 26px;
        height: 40px;
        line-height: 40px;
        width: 40px
    }

    .icon.icon-60 {
        font-size: 32px;
        height: 60px;
        line-height: 60px;
        width: 60px
    }

    .icon.icon-100 {
        font-size: 50px;
        height: 100px;
        line-height: 100px;
        width: 100px
    }

    .icon.rounded {
        border-radius: 3px
    }

    .icon.circle {
        border-radius: 400px
    }

    .icon.border {
        box-sizing: border-box;
        border-width: 1px
    }

.jp-audio, .jp-audio *, .jp-jplayer, .jp-jplayer *, .livicon.metro-bg {
    box-sizing: content-box
}

.icon.bg {
    background-color: #f2f2f2
}

.btn-icon .icon {
    color: #fff;
    font-size: 14px;
    margin: 2px 0;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    width: auto
}

    .btn-icon .icon .fa {
        width: inherit
    }

.livicon {
    line-height: inherit;
    vertical-align: middle
}

    .livicon svg {
        vertical-align: top
    }

    .livicon.metro-bg {
        margin-bottom: 4px;
        padding: 26px 25px 26px 27px;
        overflow: hidden;
        white-space: nowrap
    }

.big-icon .livicon svg, .icon .livicon svg {
    top: 25% !important
}

.color.icon {
    color: #fff;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

.post .entry-title a, .post .entry-title a:hover {
    -webkit-transition: opacity .2s linear;
    text-decoration: none
}

.color.icon:hover {
    background-color: #037ac5
}

.color.icon-adn {
    background-color: #504e54
}

.color.icon-apple {
    background-color: #aeb5c5
}

.color.icon-android {
    background-color: #A5C63B
}

.color.icon-bitbucket, .color.icon-bitbucket-square {
    background-color: #036
}

.color.icon-bitcoin, .color.icon-btc {
    background-color: #F7931A
}

.color.icon-css3 {
    background-color: #1572B7
}

.color.icon-dribbble {
    background-color: #F46899
}

.color.icon-dropbox {
    background-color: #018BD3
}

.color.icon-facebook, .color.icon-facebook-square {
    background-color: #3C599F
}

.color.icon-flickr {
    background-color: #FF0084
}

.color.icon-foursquare {
    background-color: #0086BE
}

.color.icon-github, .color.icon-github-alt, .color.icon-github-square {
    background-color: #070709
}

.color.icon-google-plus, .color.icon-google-plus-square {
    background-color: #CF3D2E
}

.color.icon-html5 {
    background-color: #E54D26
}

.color.icon-instagram {
    background-color: #A1755C
}

.color.icon-linkedin, .color.icon-linkedin-square {
    background-color: #0085AE
}

.color.icon-linux {
    background-color: #FBC002
}

.color.icon-maxcdn {
    background-color: #F6AE1C
}

.color.icon-pagelines {
    background-color: #241E20;
    color: #3984EA
}

.color.icon-pinterest, .color.icon-pinterest-square {
    background-color: #CC2127
}

.color.icon-renren {
    background-color: #025DAC
}

.color.icon-skype {
    background-color: #01AEF2
}

.color.icon-stack-exchange {
    background-color: #245590
}

.color.icon-stack-overflow {
    background-color: #FF7300
}

.color.icon-trello {
    background-color: #265A7F
}

.color.icon-tumblr, .color.icon-tumblr-square {
    background-color: #314E6C
}

.color.icon-twitter, .color.icon-twitter-square {
    background-color: #32CCFE
}

.color.icon-vimeo-square {
    background-color: #229ACC
}

.color.icon-vk {
    background-color: #375474
}

.color.icon-weibo {
    background-color: #D72B2B
}

.color.icon-windows {
    background-color: #12B6F3
}

.color.icon-xing, .color.icon-xing-square {
    background-color: #00555C
}

.color.icon-youtube, .color.icon-youtube-play, .color.icon-youtube-square {
    background-color: #C52F30
}

audio, embed, iframe, object, video {
    max-width: 100%
}

.video-box {
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    height: 0;
    margin-bottom: 22px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.jp-audio button, .post {
    padding: 0
}

.video-box.html5 {
    height: auto;
    padding: 0
}

    .video-box.html5 .video-js {
        height: auto !important;
        line-height: 0;
        width: 100% !important
    }

        .video-box.html5 .video-js .vjs-tech {
            height: auto;
            margin: 0;
            position: relative;
            width: 100%
        }

    .video-box.html5 .vjs-default-skin {
        color: #fff
    }

        .video-box.html5 .vjs-default-skin .vjs-play-progress, .video-box.html5 .vjs-default-skin .vjs-volume-level {
            background-color: #555
        }

        .video-box.html5 .vjs-default-skin .vjs-big-play-button, .video-box.html5 .vjs-default-skin .vjs-control-bar, .video-box.html5 .vjs-default-skin .vjs-slider {
            background: rgba(0,0,0,.8)
        }

.video-box embed, .video-box iframe, .video-box object, .video-box video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.audio-box audio {
    width: 100%
}

div.jp-audio {
    box-sizing: border-box;
    min-width: 300px;
    width: 100%
}

    div.jp-audio ul.jp-controls {
        box-sizing: border-box;
        width: 100%
    }

.post {
    margin-bottom: 40px
}

    .post + .post {
        border-top-width: 1px;
        padding-top: 37px
    }

    .post .entry-title {
        font-size: 26px;
        margin: 0 0 17px
    }

        .post .entry-title a {
            color: #1e1e1e;
            transition: opacity .2s linear
        }

            .post .entry-title a:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                transition: opacity .2s linear
            }

    .post .entry-content {
        margin: 0 0 25px;
        font-size: 16px
    }

        .post .entry-content p:last-child {
            margin-bottom: 0
        }

    .post .entry-meta {
        color: #7f7f7f;
        font-size: 12px;
        line-height: 1.3
    }

        .post .entry-meta .separator {
            margin: 0 10px
        }

        .post .entry-meta .comments-link {
            padding: 0;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .post .entry-meta .comments-link:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

            .post .entry-meta .comments-link a {
                color: #7f7f7f;
                text-decoration: none
            }

.blog .post {
    font-size: 16px
}

.carousel .post {
    border: 0;
    float: left;
    line-height: 22px;
    margin: 0 15px;
    padding: 0
}

.commentlist {
    list-style: none;
    margin: 0;
    padding: 0 0 33px
}

    .commentlist li {
        padding: 0 0 25px
    }

        .commentlist li + li {
            border-top-width: 1px;
            padding: 25px 0 0
        }

        .commentlist li .avatar {
            border-radius: 42px;
            float: left;
            height: 84px;
            margin: 0 25px 0 0;
            width: 84px
        }

    .commentlist .meta {
        color: #7f7f7f;
        font-size: 11px;
        line-height: 18px;
        margin: 0 0 4px
    }

.blog-post .commentlist {
    margin: 0 0 54px;
    padding: 0
}

    .blog-post .commentlist li {
        padding: 22px 0
    }

        .blog-post .commentlist li:first-child {
            padding-top: 10px
        }

        .blog-post .commentlist li .meta {
            margin: 0 0 10px
        }

        .blog-post .commentlist li .description {
            font-size: 13px;
            line-height: 20px;
            margin: 0;
            overflow: hidden
        }

.evaluation-box {
    overflow: hidden
}

.evaluation {
    float: left;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    margin: 0 10px 14px 0
}

    .evaluation + .evaluation {
        border-left-width: 1px;
        padding-left: 10px
    }

    .evaluation .rating-box {
        display: inline-block;
        margin: 0 0 0 7px
    }

    .evaluation .add-rating {
        float: left;
        margin: 0 0 0 10px;
        overflow: hidden
    }

        .evaluation .add-rating label {
            float: left;
            height: 30px;
            margin: 0 1px;
            padding: 0 0 0 14px;
            position: relative;
            width: 2px
        }

            .evaluation .add-rating label .new-radio {
                margin: 0 0 0 -14px
            }

            .evaluation .add-rating label .number {
                bottom: 0;
                color: #7f7f7f;
                font-size: 11px;
                line-height: 1;
                left: 3px;
                position: absolute
            }

label h4 {
    margin-bottom: 5px
}

.comments-form .evaluation-box .evaluation {
    margin-bottom: 30px
}

.comments-form .row label {
    font-weight: 700;
    margin: 0 0 4px
}

.comments-form .row textarea {
    box-sizing: border-box;
    height: 128px;
    margin: 0 0 10px;
    width: 100%
}

.comments-form .row i {
    color: #999;
    font-size: 12px
}

.comments-form .row .btn {
    margin: 34px 0 0
}

.blog-post .comments-form {
    margin: 6px 0 0
}

    .blog-post .comments-form .comment-box {
        margin: 0;
        text-align: right
    }

        .blog-post .comments-form .comment-box textarea {
            margin: 0 0 15px
        }

        .blog-post .comments-form .comment-box i {
            color: #7f7f7f;
            font-size: 11px;
            line-height: 12px;
            vertical-align: top
        }

    .blog-post .comments-form .button-set {
        margin: 19px 0 0
    }

        .blog-post .comments-form .button-set .required {
            font-size: 11px;
            line-height: 40px
        }

            .blog-post .comments-form .button-set .required b {
                font-size: 14px
            }

.post.carousel {
    line-height: 22px
}

    .post.carousel .col-xs-12 {
        max-width: inherit
    }

    .post.carousel .images-box {
        overflow: hidden
    }

@media (max-width:600px) {
    .post.carousel .images-box, .post.carousel .images-box.pull-right {
        display: block;
        float: none !important;
        margin: 0 auto 20px
    }
}

.post.carousel .images-box iframe, .post.carousel .images-box img {
    border-radius: 5px
}

.post.carousel .carousel-box {
    margin-bottom: 42px;
    position: relative
}

    .post.carousel .carousel-box.load {
        max-height: 300px
    }

    .post.carousel .carousel-box.no-pagination {
        margin-bottom: 8px
    }

    .post.carousel .carousel-box .next, .post.carousel .carousel-box .prev {
        left: 0;
        margin: -20px 5px 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 50%;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .post.carousel .carousel-box .next {
        left: auto;
        right: 0
    }

    .post.carousel .carousel-box:hover .next, .post.carousel .carousel-box:hover .prev {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: opacity .2s linear,background-color .2s linear;
        transition: opacity .2s linear,background-color .2s linear
    }

        .post.carousel .carousel-box:hover .next:hover, .post.carousel .carousel-box:hover .prev:hover {
            -webkit-transition: background-color .2s linear;
            transition: background-color .2s linear
        }

    .post.carousel .carousel-box .pagination {
        left: 0;
        position: absolute;
        right: 0
    }

#footer {
    color: #7f7f7f;
    margin: 0;
    overflow-x: hidden
}

    #footer.footer-two {
        bottom: 0;
        position: absolute;
        width: 100%
    }

        #footer.footer-two .footer-top {
            padding-bottom: 43px
        }

        #footer.footer-two .social {
            text-align: center
        }

            #footer.footer-two .social .icon {
                display: inline-block;
                float: none;
                margin: 0 3px
            }

    #footer .footer-top {
        background: #f5f5f5;
        font-size: 12px;
        line-height: 21px;
        padding: 50px 0 13px
    }

    #footer .footer-bottom {
        background: #f7f7f7;
        border-top-width: 1px;
        font-size: 11px;
        line-height: 17px;
        padding: 21px 0 20px
    }

    #footer .sidebar .widget {
        margin-bottom: 30px
    }

        #footer .sidebar .widget:nth-child(4n+1) {
            clear: left
        }

        #footer .sidebar .widget p {
            margin: 15px 0 5px
        }

        #footer .sidebar .widget .title-block, #footer .sidebar .widget header {
            margin: 0 0 15px;
            padding: 0 0 12px
        }

            #footer .sidebar .widget .title-block:before, #footer .sidebar .widget header:before {
                display: none
            }

    #footer .up, .fancybox-nav span {
        display: block;
        text-align: center;
        float: right
    }

    #footer .sidebar .widget .title-block .title, #footer .sidebar .widget header .title {
        color: #7f7f7f;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
        text-transform: uppercase
    }

    #footer .sidebar .widget .next, #footer .sidebar .widget .prev {
        height: 26px;
        line-height: 26px;
        width: 26px
    }

        #footer .sidebar .widget .next svg, #footer .sidebar .widget .prev svg {
            height: 14px
        }

    #footer .sidebar .compare-products li, #footer .sidebar .compare-products li .close, #footer .sidebar .compare-products li .title, #footer .sidebar .wishlist .add-cart {
        background-color: #f2f2f2
    }

    #footer .address, #footer .phone {
        padding-left: 34px;
        position: relative
    }

    #footer .footer-icon {
        color: #c6c6c6;
        left: 16px;
        position: absolute;
        top: 0
    }

        #footer .footer-icon:before {
            font-size: 20px;
            line-height: 18px;
            width: auto
        }

    #footer .up {
        background: #c6c6c6;
        border-radius: 3px;
        height: 40px;
        width: 40px;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

        #footer .up:hover {
            background: #000;
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

        #footer .up .glyphicon {
            color: #fff;
            margin: 14px 0 0 -.5px;
            vertical-align: top
        }

.body-bg-img #main, .fancybox-nav span svg {
    vertical-align: middle
}

.fancybox-margin .fixed-header #top-box, .fancybox-margin .fixed-header .header {
    left: -7.5px
}

.fancybox-close {
    background: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 50%;
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 400;
    height: 30px;
    line-height: 29px;
    right: -15px;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .fancybox-close:hover {
        color: #7f7f7f;
        text-decoration: none;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

.fancybox-nav span {
    background: #ccc;
    border: 0;
    border-radius: 3px;
    color: #fbfbfb;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    text-decoration: none;
    width: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

    .fancybox-nav span:hover {
        background-color: #000;
        color: #efefef;
        text-decoration: none;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.fontawesome-icon-list {
    color: #7f7f7f
}

    .fontawesome-icon-list .fa {
        color: #1e1e1e;
        width: 22px;
        font-size: 14px;
        display: inline-block;
        text-align: center
    }

.boxed {
    background: #fff;
    margin: 0 auto;
    max-width: 1300px;
    padding-top: 20px
}

    .boxed .page-box {
        background: #fff;
        box-shadow: rgba(0,0,0,.6) 0 0 18px;
        overflow: hidden;
        position: relative
    }

    .boxed.loaded .page-box {
        overflow: visible
    }

    .boxed.fixed-header .header {
        margin-top: 0;
        position: absolute
    }

    .boxed.fixed-header.fixed .header, .boxed.fixed-header.fixed.fixed-top #top-box {
        position: fixed;
        top: 0
    }

    .boxed.fixed-header.fixed.fixed-top .header, .boxed.hidden-top .header {
        top: 40px
    }

    .boxed.fixed-header.hidden-top #top-box {
        margin-bottom: 104px
    }

    .boxed.hidden-top .page-box {
        padding-top: 0;
        -webkit-transition: none;
        transition: none
    }

    .boxed.hidden-top #top-box {
        left: 0;
        margin-top: 0;
        position: static;
        -webkit-transition: none;
        transition: none
    }

    .boxed .header-wrapper, .boxed .top-box-wrapper {
        margin: 0 auto;
        max-width: 1300px
    }

    .boxed.hidden-top.fixed .header {
        top: 0
    }

    .boxed .header-wrapper {
        box-shadow: 0 0 5px rgba(0,0,0,.15)
    }

    .boxed .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
        display: inline-block !important
    }

    .boxed .banner-set.banner-set-mini.banner-set-no-pagination .next, .boxed .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin: 15px 0 0 !important;
        position: static
    }

    .boxed #footer {
        min-width: 100%;
        padding-bottom: 20px;
        position: relative
    }

.one-page #main, .one-page .full-width-box:last-child {
    padding-bottom: 0
}

@media (max-width:1300px) {
    .boxed {
        padding-top: 0
    }

        .boxed #footer {
            padding-bottom: 0
        }
}

.boxed #footer.footer-two {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .boxed.padding-top {
        padding-top: 420px
    }

    .text-center-lg {
        text-align: center
    }

    .text-left-lg {
        text-align: left
    }

    .text-right-lg {
        text-align: right
    }
}

.one-page #main {
    padding-top: 0
}

.one-page .page-header {
    margin-bottom: 40px
}

.one-page .header .primary .navbar .nav .active {
    color: #c10841
}

.promo-partners {
    font-size: 13px;
    line-height: 20px
}

    .promo-partners .col-md-2 {
        margin-bottom: 37px
    }

.about-us {
    font-size: 13px
}

    .about-us strong {
        font-size: 14px
    }

.body-bg-img, .body-bg-img.under-construction {
    background: url(../images/nevsehir.jpg) 50% 0 no-repeat
}

    .body-bg-img .page-box {
        display: table;
        height: 100% !important;
        table-layout: fixed;
        width: 100%
    }

    .body-bg-img .header-three {
        min-height: 1px;
        position: absolute;
        width: 100%
    }

    .body-bg-img #main {
        display: table-cell;
        padding: 119px 0 192px;
        width: 100%
    }

.count-down-box {
    float: right
}

#count-down {
    text-align: right;
    width: auto !important
}

@media (max-width:991px) {
    #count-down, .text-center-sm {
        text-align: center
    }

    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list a .menuimg {
        display: none
    }

    .product.product-mini {
        max-width: 245px
    }

    .breadcrumb-box {
        margin-top: 10px
    }

    .text-left-sm {
        text-align: left
    }

    .text-right-sm {
        text-align: right
    }
}

#count-down .county-days-wrapper, #count-down .county-hours-wrapper, #count-down .county-minutes-wrapper, #count-down .county-seconds-wrapper {
    background: #c10841;
    background: rgba(193,8,65,.5);
    display: inline-block;
    height: 135px;
    margin-left: 2px;
    margin-right: 2px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 23% !important
}

#count-down .county-hours-wrapper {
    background: #f89406;
    background: rgba(248,148,6,.5)
}

#count-down .county-minutes-wrapper {
    background: #0098ca;
    background: rgba(0,152,202,.5)
}

#count-down .county-seconds-wrapper {
    background: #738d00;
    background: rgba(115,141,0,.5)
}

#count-down .county-days, #count-down .county-hours, #count-down .county-minutes, #count-down .county-seconds {
    font-size: 60px;
    color: #fff;
    line-height: 135px;
    display: inline-block !important;
    opacity: 1 !important;
    width: auto !important
}

#count-down .county-label-days, #count-down .county-label-hours, #count-down .county-label-minutes, #count-down .county-label-seconds {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 10px;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 23% !important
}

.coming-text {
    margin-top: -4px
}

    .coming-text form {
        position: relative
    }

    .coming-text .success {
        bottom: 100%;
        margin-bottom: 5px;
        position: absolute
    }

    .coming-text .form-control {
        padding-right: 100px
    }

    .coming-text .btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 90px
    }

.under-contact .address, .under-contact .phone {
    padding: 0 0 0 34px;
    position: relative
}

.under-contact .footer-icon {
    color: #000;
    left: 16px;
    position: absolute;
    top: 0
}

    .under-contact .footer-icon:before {
        font-size: 20px;
        line-height: 18px;
        width: auto
    }

.list-images > .col-md-4 {
    margin-bottom: 30px
}

[data-appear-animation] {
    opacity: 0;
    -webkit-transition: .5s opacity .1s linear;
    transition: .5s opacity .1s linear
}

@media (max-width:767px) {
    [data-appear-animation] {
        opacity: 1
    }

    .blog .post img {
        width: 100%
    }

    .product-page .description {
        font-size: 13px
    }
}

[data-appear-animation].animated {
    opacity: 1
}

.banner-set {
    padding-bottom: 16px;
    overflow: hidden
}

    .banner-set:before, .banner-set > .container:after {
        content: "";
        display: block;
        left: 0;
        margin-top: -1px;
        position: absolute;
        right: 0
    }

    .banner-set .container > * {
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .banner-set .banner {
        color: #7f7f7f;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 18px;
        margin: 10px;
        width: 272px;
        padding: 0;
        text-align: left;
        text-decoration: none;
        -webkit-box-shadow: 0 0 3px 1px rgba(153,153,153,.29);
        -moz-box-shadow: 0 0 3px 1px rgba(153,153,153,.29);
        box-shadow: 0 0 3px 1px rgba(153,153,153,.29);
        -webkit-transition: color .2s linear,box-shadow .2s linear;
        transition: color .2s linear,box-shadow .2s linear;
        z-index: 81
    }

        .banner-set .banner .btn {
            margin-left: 20px
        }

@media (max-width:1199px) {
    .banner-set .banner {
        padding: 19px 9px;
        width: 235px
    }

    .breadcrumb-box {
        margin-top: 20px
    }

    .text-center-md {
        text-align: center
    }

    .text-left-md {
        text-align: left
    }

    .text-right-md {
        text-align: right
    }
}

@media (max-width:991px) {
    .banner-set .banner {
        width: 220px
    }
}

@media (max-width:767px) {
    .banner-set .banner {
        width: 290px
    }
}

.banner-set .banner img {
    margin: 0 0 28px;
    width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set .banner .title {
    text-align: center;
    min-height: 60px;
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

@media (max-width:991px) {
    .banner-set .banner .title {
        font-size: 16px
    }
}

.banner-set .banner .description {
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis
}

.banner-set .banner:hover {
    color: #1e1e1e;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: color .2s linear,box-shadow .2s linear;
    transition: color .2s linear,box-shadow .2s linear
}

    .banner-set .banner:hover img {
        opacity: .9;
        filter: alpha(opacity=90);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .banner-set .banner:hover .title {
        color: #1e1e1e;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

.banner-set .nav-box {
    padding: 0;
    text-align: center;
    vertical-align: top
}

.banner-set .next, .banner-set .pagination, .banner-set .prev {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top
}

.banner-set .next, .banner-set .prev {
    color: #ccc;
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    vertical-align: top;
    -webkit-transition: color .2s linear;
    transition: color .2s linear
}

    .banner-set .next span, .banner-set .prev span {
        background-color: #ccc;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #fff;
        margin-right: 0
    }

        .banner-set .next span::before, .banner-set .prev span::before {
            vertical-align: middle
        }

    .banner-set .next:hover, .banner-set .prev:hover {
        color: #1e1e1e;
        -webkit-transition: color .2s linear;
        transition: color .2s linear
    }

    .banner-set .next.disabled, .banner-set .prev.disabled {
        cursor: default;
        opacity: .12;
        filter: alpha(opacity=12)
    }

    .banner-set .next .glyphicon, .banner-set .prev .glyphicon {
        margin: 0;
        top: 0;
        vertical-align: top
    }

.banner-set .pagination {
    height: 14px;
    margin: 17px 7px 0
}

    .banner-set .pagination a {
        background: #ececec
    }

        .banner-set .pagination a:hover {
            background: #000
        }

        .banner-set .pagination a.selected {
            background: #ccc
        }

.container .banner-set .container {
    padding: 0;
    width: auto
}

.banner-set.bottom-padding {
    padding-bottom: 0
}

.banner-set.load .container {
    background-image: url(../images/svg/loader.svg),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px;
    height: 314px;
    overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
    .banner-set.load .container {
        height: 258px
    }
}

.banner-set.load .container > * {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.banner-set.load .nav-box .container, .banner-set.load.banner-set-mini .nav-box .container {
    background: 0 0;
    height: auto
}

.banner-set.banner-set-mini {
    overflow: visible;
    padding-bottom: 0
}

    .banner-set.banner-set-mini .banner {
        padding: 9px;
        width: 196px
    }

        .banner-set.banner-set-mini .banner img {
            margin-bottom: 14px
        }

        .banner-set.banner-set-mini .banner .title {
            font-size: 14px;
            padding: 0
        }

    .banner-set.banner-set-mini .pagination {
        margin-bottom: 15px
    }

@media (max-width:1199px) {
    .banner-set.banner-set-mini .banner {
        width: 144px
    }

    .banner-set.banner-set-mini .prev {
        margin-left: 0
    }

    .banner-set.banner-set-mini .next {
        margin-right: 0
    }

    .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .nav-box, .banner-set.banner-set-mini.banner-set-no-pagination .nav-box .container {
    position: relative
}

.banner-set.banner-set-mini.banner-set-no-pagination .pagination {
    display: none !important
}

@media (max-width:1200px) {
    .header .logo img {
        margin-top: 20px
    }

    .fixed-header.fixed .header .logo img {
        margin-top: 10px
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .prev {
    left: 0;
    margin: -70.5px 0 0 -15px;
    position: absolute;
    top: 0
}

@media (min-width:1200px) and (max-width:1270px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
        display: inline-block !important
    }

    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: 15px
    }
}

@media (max-width:991px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: -15px
    }

    .header .logo img {
        margin-top: 0
    }
}

@media (max-width:800px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .pagination {
        display: inline-block !important
    }

    .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

.banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin: -70.5px -15px 0 0;
    position: absolute;
    top: 0;
    right: 0
}

@media (min-width:1200px) and (max-width:1270px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

@media (max-width:1199px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: 15px
    }
}

@media (max-width:991px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: -15px
    }

    .container .banner-set.banner-set-mini.banner-set-no-pagination .container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:800px) {
    .banner-set.banner-set-mini.banner-set-no-pagination .next {
        display: inline-block !important;
        margin: 15px 0 0 !important;
        position: static
    }
}

.container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
    margin-left: -30px
}

.container .banner-set.banner-set-mini.banner-set-no-pagination .next {
    margin-right: -30px
}

@media (max-width:1199px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: 0
    }

    .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .container .banner-set.banner-set-mini.banner-set-no-pagination .prev {
        margin-left: -30px
    }

    .container .banner-set.banner-set-mini.banner-set-no-pagination .next {
        margin-right: -30px
    }
}

.banner-set.banner-set-mini.load .container, .banner-set.banner-set-mini.load .container .banners {
    height: 127px;
    overflow: hidden
}

.touch-device .banner-set .banner-set .pagination a:hover, .touch-device .banner-set .carousel-box .pagination a:hover {
    background: #ececec
}

.touch-device .banner-set .banner-set .pagination a.selected, .touch-device .banner-set .carousel-box .pagination a.selected {
    background: #ccc;
    background: rgba(0,0,0,.3)
}

.touch-device .banner-set .banner-set .next:hover, .touch-device .banner-set .banner-set .prev:hover {
    color: #ccc
}

.blur-page {
    background-image: url(../images/svg/loader.svg),none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 40px
}

    .blur-page .page-box {
        opacity: 0
    }

    .blur-page .blur-box {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        bottom: 0;
        display: block !important;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        text-align: center;
        z-index: -1
    }

    .blur-page.blur-load {
        background-image: inherit;
        -webkit-transition: background-image .2s linear;
        transition: background-image .2s linear
    }

        .blur-page.blur-load .page-box {
            opacity: 1;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

        .blur-page.blur-load .blur-box {
            opacity: 1;
            -webkit-transition: opacity .4s linear;
            transition: opacity .4s linear
        }

            .blur-page.blur-load .blur-box canvas, .blur-page.blur-load .blur-box img {
                background-size: cover;
                left: 0;
                max-width: inherit;
                min-width: 100%;
                min-height: 100%;
                position: fixed;
                top: 0;
                vertical-align: top;
                width: auto;
                z-index: 0
            }

.chart, .map-box {
    position: relative
}

.blur-page.blur-load .blur-box img {
    visibility: hidden
}

.chart {
    text-align: center
}

.jqstooltip {
    box-sizing: content-box
}

.graph text {
    overflow: hidden !important
}

.morris-hover {
    z-index: 70
}

.client {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto 20px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    width: 200px
}

    .client:hover {
        border-color: #e1e1e1;
        -webkit-transition: border-color .2s ease-in;
        transition: border-color .2s ease-in
    }

    .client + .tooltip {
        font-size: 14px;
        z-index: 80
    }

        .client + .tooltip .tooltip-inner {
            padding: 10px
        }

.carousel .client {
    margin-bottom: 0
}

.contact-info .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 22px
}

.contact-info address {
    margin-top: 5px;
    margin-bottom: 35px
}

.contact-info hr {
    margin: 0 0 36px
}

.contact-info .buttons-box {
    margin: 8px 0 0
}

.map-box .contact-info {
    background: #fff;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 150px;
    z-index: 1
}

    .map-box .contact-info address {
        margin-bottom: 15px
    }

.content-block {
    box-sizing: border-box;
    padding: 20px
}

    .content-block .btn.pull-left {
        margin: 0 10px 0 0
    }

    .content-block .btn.pull-right {
        margin: 0 0 0 10px
    }

.features-block .header-box {
    display: block;
    min-height: 30px;
    margin: 0 0 13px;
    overflow: hidden
}

    .features-block .header-box .icon-box {
        background: 0 0;
        color: #1e1e1e;
        float: left;
        height: 30px;
        margin: 0 10px 0 0;
        text-align: center;
        width: 24px;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        .features-block .header-box .icon-box i:before {
            font-size: 20px;
            line-height: 30px
        }

    .features-block .header-box a.icon-box:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .features-block .header-box h6 {
        margin: 6px 0 0
    }

.frame {
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2)
}

    .frame > img {
        width: 100%
    }

.frame-padding {
    background: #fff;
    padding: 4px
}

.frame-border {
    border-radius: 5px
}

.frame-shadow {
    box-shadow: 0 0 15px rgba(0,0,0,.5)
}

[class*=frame-shadow] {
    background: #fff;
    position: relative
}

.frame-shadow-curved:before, .frame-shadow-lifted:after, .frame-shadow-lifted:before, .frame-shadow-perspective:before {
    content: "";
    position: absolute;
    z-index: -1
}

.frame-shadow-lifted:after, .frame-shadow-lifted:before {
    bottom: 15px;
    box-shadow: 0 15px 10px rgba(0,0,0,.5);
    display: block;
    height: 20px;
    left: 10px;
    width: 50%;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.frame-shadow-lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.frame-shadow-perspective:before {
    bottom: 5px;
    box-shadow: -80px 0 8px rgba(0,0,0,.4);
    height: 35%;
    left: 80px;
    max-width: 200px;
    max-height: 50px;
    width: 50%;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.frame-shadow-curved:before {
    box-shadow: 0 0 15px rgba(0,0,0,.6);
    border-radius: 10px/100px;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 10px
}

.gallery-images, .gallery-images img {
    border-radius: 5px
}

.frame-shadow-raised {
    box-shadow: 0 15px 10px -10px rgba(0,0,0,.5),0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset
}

.rotated-box {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.rotated-right-box {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

.full-width-box {
    overflow: hidden;
    padding: 26px 0;
    position: relative;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .full-width-box .auto-width {
        margin-left: -15px;
        margin-right: -15px;
        opacity: 0
    }

        .full-width-box .auto-width.loaded {
            margin-left: 0;
            margin-right: 0;
            opacity: 1;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.container .full-width-box {
    margin-left: -15px;
    margin-right: -15px
}

.full-width-box .fwb-bg {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 0
}

    .full-width-box .fwb-bg .overlay {
        background: #000;
        height: 100%;
        opacity: .2;
        filter: alpha(opacity=20);
        width: 100%
    }

.form-box .buttons-box .forgot:hover, .latest-posts li a:hover, .page-login-promo .form-box .title a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    text-decoration: none
}

@media (max-width:767px) {
    .full-width-box .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

.full-width-box .container, .full-width-box .page-header {
    position: relative
}

.full-width-box .fwb-fixed, .full-width-box .fwb-paralax {
    background-attachment: fixed
}

.touch-device .full-width-box .fwb-fixed, .touch-device .full-width-box .fwb-paralax {
    background-attachment: scroll;
    background-position: 50% 50% !important
}

.full-width-box .fwb-blur {
    background-position: center top !important
}

    .full-width-box .fwb-blur .blur-box {
        bottom: 0;
        display: block !important;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -100
    }

        .full-width-box .fwb-blur .blur-box canvas {
            background-size: cover;
            background-attachment: fixed;
            max-width: inherit;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            vertical-align: top
        }

.full-width-box .fwb-video {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

    .full-width-box .fwb-video iframe, .full-width-box .fwb-video img, .full-width-box .fwb-video video {
        background-attachment: fixed;
        vertical-align: top;
        position: absolute;
        right: 0;
        bottom: -50%;
        max-width: inherit;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0
    }

.gallery .images-box {
    margin-bottom: 30px
}

.gallery-images {
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative
}

    .gallery-images .bg-images {
        border-radius: 4px;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

        .gallery-images .bg-images i {
            margin: 5px 0 0 5px
        }

            .gallery-images .bg-images i:before {
                color: #fff;
                font-size: 20px;
                -webkit-transition: all .2s ease-out;
                transition: all .2s ease-out
            }

    .gallery-images:hover > .bg-images {
        background: #fff;
        background: rgba(255,255,255,.7);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    .gallery-images:hover .bg-images i:before {
        color: #000;
        font-size: 30px;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

.latest-posts {
    list-style: none;
    margin: 0;
    padding: 0
}

    .latest-posts li {
        overflow: hidden;
        padding: 22px 0
    }

        .latest-posts li + li {
            border-top-width: 1px
        }

        .latest-posts li:first-child {
            padding-top: 0
        }

        .latest-posts li:last-child {
            padding-bottom: 0
        }

        .latest-posts li .image {
            float: left;
            margin: 0 10px 0 0;
            width: 60px
        }

        .latest-posts li .meta {
            color: #7f7f7f;
            font-size: 11px;
            line-height: 18px;
            margin: 0 0 10px
        }

        .latest-posts li a {
            display: block;
            color: #1e1e1e;
            font-size: 13px;
            line-height: 20px;
            margin: 0;
            -webkit-transition: opacity linear .2s;
            transition: opacity linear .2s
        }

.latest-posts-white li {
    border-color: rgba(255,255,255,.3)
}

    .latest-posts-white li .meta {
        color: rgba(255,255,255,.6)
    }

    .latest-posts-white li a {
        color: rgba(255,255,255,.8)
    }

#main.login-register {
    overflow: hidden;
    padding-bottom: 40px
}

.form-box.forgot-form {
    margin-bottom: 0
}

.info-box {
    margin-bottom: 40px
}

    .form-box .title, .info-box .title {
        font-weight: 400;
        margin: 0 0 17px
    }

    .info-box .title {
        margin-top: 20px
    }

    .form-box .descriptions, .info-box .descriptions {
        margin: 0 0 26px
    }

.form-box {
    background: #f2f2f2;
    border-radius: 5px;
    margin: 0 0 40px;
    padding: 27px 30px 25px
}

    .form-box .checkbox {
        font-size: 12px;
        margin: 0 0 28px
    }

        .form-box .checkbox .new-checkbox {
            margin-top: 0
        }

    .form-box .buttons-box {
        line-height: 1.5
    }

        .form-box .buttons-box .btn {
            margin: 3px 8px 5px 0
        }

        .form-box .buttons-box .required {
            font-size: 11px;
            margin: 3px 8px 5px 0
        }

        .form-box .buttons-box .forgot {
            display: inline-block;
            margin: 15px 8px 5px 0;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .form-box .buttons-box .forgot:hover {
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

    .form-box .form-group {
        position: relative
    }

    .form-box .help-block {
        bottom: -20px;
        margin: 0;
        position: absolute
    }

.page-404-promo #main .title h1:before, .pricing:before {
    bottom: 0;
    content: "";
    right: 0;
    left: 0
}

.page-login-promo .page-box {
    display: table;
    height: 100% !important;
    width: 100%
}

.page-login-promo .header {
    min-height: 1px;
    position: absolute;
    width: 100%
}

.page-login-promo .form-box {
    margin: 0
}

    .page-login-promo .form-box .title small {
        color: #c1c1c2;
        font-size: 24px
    }

    .page-login-promo .form-box .title a {
        color: #c1c1c2;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        .page-login-promo .form-box .title a:hover {
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.page-login-promo #main {
    display: table-cell;
    padding: 134px 0 30px;
    vertical-align: middle
}

.page-login-promo .rotation {
    position: relative
}

.page-login-promo .form-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.page-login-promo .back-end, .page-login-promo .front-end {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    table-layout: fixed;
    -webkit-transition: .3s opacity 0 ease-in-out,-webkit-transform .6s ease-in-out;
    transition: .3s opacity 0 ease-in-out,transform .6s ease-in-out;
    width: 100%
}

.page-login-promo .back-end {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.page-login-promo .hover .back-end {
    opacity: 1
}

.page-login-promo .hover .back-end, .page-login-promo .hover .front-end {
    -webkit-transition: .3s opacity .3s ease-in-out,-webkit-transform .6s ease-in-out;
    transition: .3s opacity .3s ease-in-out,transform .6s ease-in-out
}

.manufactures .make-wrapper {
    float: left;
    height: 164px;
    margin: 0 15px;
    width: 164px
}

.manufactures .make {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    display: table-cell;
    height: 164px;
    line-height: 0;
    max-height: 100%;
    max-width: 164px;
    opacity: .6;
    filter: alpha(opacity=60);
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background .2s linear,border .2s linear,opacity .2s linear;
    transition: background .2s linear,border .2s linear,opacity .2s linear
}

.manufactures a.make:hover {
    border: 1px solid #ccc;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: background .2s linear,border .2s linear,opacity .2s linear;
    transition: background .2s linear,border .2s linear,opacity .2s linear
}

.manufactures-list {
    text-align: center
}

    .manufactures-list .make-wrapper {
        display: inline-block;
        float: none;
        margin-bottom: 30px
    }

.news .news-item {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 35px
}

    .news .news-item .time {
        color: #7f7f7f;
        margin-bottom: 2px
    }

    .news .news-item .title {
        font-size: 14px;
        margin-bottom: 7px
    }

        .news .news-item .title a {
            color: #1e1e1e;
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

            .news .news-item .title a:hover {
                opacity: .75;
                filter: alpha(opacity=75);
                -webkit-transition: all .2s linear;
                transition: all .2s linear
            }

    .news .news-item .more {
        color: #7f7f7f;
        margin: 5px 0 0;
        text-decoration: none;
        -webkit-transition: all .2s linear;
        transition: all .2s linear
    }

        .news .news-item .more:hover {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transition: all .2s linear;
            transition: all .2s linear
        }

        .news .news-item .more span {
            font-size: 16px;
            line-height: 20px;
            vertical-align: top
        }

.package {
    background: #f7f7f7
}

    .package .title {
        line-height: 32px;
        padding: 20px 20px 15px
    }

        .package .title a {
            color: #1e1e1e;
            font-size: 20px;
            font-weight: 700;
            line-height: 26px;
            text-decoration: none
        }

    .package .price-box {
        font-size: 12px;
        line-height: 18px;
        overflow: hidden;
        padding: 0 20px 20px
    }

        .package .price-box .icon {
            color: #505050;
            height: 96px;
            text-align: center;
            width: 96px
        }

            .package .price-box .icon i {
                background: 0 0;
                font-size: 50px;
                height: auto;
                line-height: 100px;
                margin: 0;
                width: auto
            }

        .package .price-box .description {
            margin: 0 120px 17px 0
        }

        .package .price-box .price {
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
            margin: 7px 0 0
        }

            .package .price-box .price span {
                font-size: 12px
            }

    .package .bottom-box {
        border-top-width: 1px;
        overflow: hidden;
        padding: 19px 19px 20px
    }

        .package .bottom-box .more {
            color: #7f7f7f;
            display: block;
            float: left;
            font-size: 12px;
            line-height: 1;
            text-decoration: none;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .package .bottom-box .more:hover {
                opacity: .65;
                filter: alpha(opacity=65);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

            .package .bottom-box .more span {
                font-size: 17px;
                line-height: 12px;
                margin: 0 0 0 3px;
                vertical-align: top
            }

        .package .bottom-box .rating-box {
            float: right
        }

.box-404 {
    border-radius: 177px;
    font-weight: 400;
    height: 354px;
    margin: 0 auto;
    padding: 92px 0 0;
    text-align: center;
    width: 354px
}

    .box-404 h1, .box-404 h2 {
        margin: 0;
        font-weight: 400
    }

    .box-404 h1 {
        font-size: 150px;
        line-height: .9
    }

    .box-404 h2 {
        color: #7f7f7f;
        font-size: 18px;
        line-height: 1
    }

.page-404-promo .page-box {
    background: #2b8cd6;
    background: rgba(43,140,214,.9);
    display: table;
    height: 100% !important;
    width: 100%
}

.page-404-promo #main {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle
}

    .page-404-promo #main .title {
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255,255,255,.3);
        color: #fff;
        padding: 0 10px;
        text-align: center
    }

        .page-404-promo #main .title h1 {
            display: inline-block;
            font-size: 200px;
            font-weight: 400;
            line-height: 1;
            margin: 0;
            position: relative
        }

            .page-404-promo #main .title h1:before {
                background: #fff;
                display: block;
                height: 1px;
                position: absolute
            }

.pricing, .pricing * {
    position: relative
}

.page-404-promo #main .content {
    color: #fff;
    padding: 35px 10px 0;
    text-align: center
}

    .page-404-promo #main .content h2 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 38px
    }

    .page-404-promo #main .content .back-home {
        color: #2b8cd6;
        font-size: 18px;
        padding-right: 30px;
        padding-left: 20px
    }

        .page-404-promo #main .content .back-home .fa {
            font-size: 22px
        }

.pricing {
    background-color: #fff;
    margin: 0 auto 40px;
    max-width: 270px;
    text-align: left
}

    .pricing:before {
        background: #f7f7f7;
        background: rgba(30,30,30,.06);
        position: absolute;
        top: 0
    }

    .pricing .title {
        line-height: 32px;
        padding: 17px 20px 21px
    }

        .pricing .title a {
            color: #1e1e1e;
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            text-decoration: none
        }

    .pricing .price-box {
        font-size: 12px;
        line-height: 1;
        overflow: hidden;
        padding: 0 20px 20px
    }

        .pricing .price-box .icon {
            background: #fff;
            color: #505050;
            height: 60px;
            text-align: center;
            width: 60px;
            z-index: 1
        }

            .pricing .price-box .icon .livicon, .pricing .price-box .icon i {
                background: 0 0;
                font-size: 30px;
                height: auto;
                line-height: 52px;
                margin: 0;
                width: auto
            }

                .pricing .price-box .icon .livicon svg, .pricing .price-box .icon i svg {
                    top: 0 !important;
                    vertical-align: middle
                }

        .pricing .price-box .price {
            font-size: 36px;
            font-weight: 700;
            margin: 13px 0 0
        }

            .pricing .price-box .price span {
                font-size: 12px
            }

    .pricing .options {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .pricing .options li {
            border-top: 1px solid rgba(30,30,30,.1);
            color: #999;
            color: rgba(30,30,30,.4);
            line-height: 22px;
            padding: 13px 10px 13px 45px;
            position: relative
        }

            .pricing .options li span {
                color: #1e1e1e;
                display: none;
                left: 25px;
                line-height: 1;
                position: absolute;
                top: 16px
            }

            .pricing .options li.active {
                color: #1e1e1e
            }

                .pricing .options li.active span {
                    display: block
                }

    .pricing .bottom-box {
        border-top: 1px solid rgba(30,30,30,.1);
        background: rgba(30,30,30,.05);
        overflow: hidden;
        padding: 19px 19px 20px
    }

        .pricing .bottom-box .clearfix {
            clear: both
        }

        .pricing .bottom-box .more {
            color: #7f7f7f;
            color: rgba(30,30,30,.7);
            display: block;
            float: left;
            font-size: 12px;
            line-height: 1;
            text-decoration: none;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .pricing .bottom-box .more:hover {
                opacity: .65;
                filter: alpha(opacity=65);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

            .pricing .bottom-box .more span {
                font-size: 17px;
                line-height: 12px;
                margin: 0 0 0 3px;
                vertical-align: top
            }

        .pricing .bottom-box .rating-box {
            float: right
        }

        .pricing .bottom-box .btn {
            font-weight: 700;
            margin: 19px 0 0;
            width: 100%
        }

    .pricing.pricing-error:before {
        background: rgba(193,8,65,.06)
    }

    .pricing.pricing-error .title a {
        color: #c10841
    }

    .pricing.pricing-error .price-box .icon {
        color: #c10841;
        border-color: #c10841
    }

    .pricing.pricing-error .bottom-box, .pricing.pricing-error .options li {
        border-color: rgba(193,8,65,.1);
        color: rgba(193,8,65,.4)
    }

    .pricing.pricing-error .bottom-box {
        border-top: 1px solid rgba(193,8,65,.1);
        background: rgba(193,8,65,.05)
    }

        .pricing.pricing-error .bottom-box .more, .pricing.pricing-error .options li span, .pricing.pricing-error .options li.active {
            color: #c10841
        }

    .pricing.pricing-warning:before {
        background: rgba(248,148,6,.06)
    }

    .pricing.pricing-warning .title a {
        color: #f89406
    }

    .pricing.pricing-warning .price-box .icon {
        color: #f89406;
        border-color: #f89406
    }

    .pricing.pricing-warning .bottom-box, .pricing.pricing-warning .options li {
        border-color: rgba(248,148,6,.1);
        color: rgba(248,148,6,.4)
    }

    .pricing.pricing-warning .bottom-box {
        border-top: 1px solid rgba(248,148,6,.1);
        background: rgba(248,148,6,.05)
    }

        .pricing.pricing-warning .bottom-box .more, .pricing.pricing-warning .options li span, .pricing.pricing-warning .options li.active {
            color: #f89406
        }

    .pricing.pricing-danger:before {
        background: rgba(193,8,65,.06)
    }

    .pricing.pricing-danger .title a {
        color: #c10841
    }

    .pricing.pricing-danger .price-box .icon {
        color: #c10841;
        border-color: #c10841
    }

    .pricing.pricing-danger .bottom-box, .pricing.pricing-danger .options li {
        border-color: rgba(193,8,65,.1);
        color: rgba(193,8,65,.4)
    }

    .pricing.pricing-danger .bottom-box {
        border-top: 1px solid rgba(193,8,65,.1);
        background: rgba(193,8,65,.05)
    }

        .pricing.pricing-danger .bottom-box .more, .pricing.pricing-danger .options li span, .pricing.pricing-danger .options li.active {
            color: #c10841
        }

    .pricing.pricing-info:before {
        background: rgba(0,152,202,.06)
    }

    .pricing.pricing-info .title a {
        color: #0098ca
    }

    .pricing.pricing-info .price-box .icon {
        color: #0098ca;
        border-color: #0098ca
    }

    .pricing.pricing-info .bottom-box, .pricing.pricing-info .options li {
        border-color: rgba(0,152,202,.1);
        color: rgba(0,152,202,.4)
    }

    .pricing.pricing-info .bottom-box {
        border-top: 1px solid rgba(0,152,202,.1);
        background: rgba(0,152,202,.05)
    }

        .pricing.pricing-info .bottom-box .more, .pricing.pricing-info .options li span, .pricing.pricing-info .options li.active {
            color: #0098ca
        }

    .pricing.pricing-success:before {
        background: rgba(115,141,0,.06)
    }

    .pricing.pricing-success .title a {
        color: #738d00
    }

    .pricing.pricing-success .price-box .icon {
        color: #738d00;
        border-color: #738d00
    }

    .pricing.pricing-success .bottom-box, .pricing.pricing-success .options li {
        border-color: rgba(115,141,0,.1);
        color: rgba(115,141,0,.4)
    }

    .pricing.pricing-success .bottom-box {
        border-top: 1px solid rgba(115,141,0,.1);
        background: rgba(115,141,0,.05)
    }

        .pricing.pricing-success .bottom-box .more, .pricing.pricing-success .options li span, .pricing.pricing-success .options li.active {
            color: #738d00
        }

.respond {
    background: 0 0;
    border: 0
}

    .respond .description {
        background: #fff;
        border-radius: 5px;
        color: #1e1e1e;
        font-style: italic;
        font-size: 90%;
        line-height: 1.4;
        margin-bottom: 10px;
        padding: 20px;
        position: relative
    }

    .respond.bg .description:before, .respond.border .description:before {
        border: 10px solid transparent;
        bottom: -20px;
        content: "";
        height: 0;
        width: 0;
        display: block;
        border-top-color: #a5e573;
        position: absolute
    }

    .respond .name {
        color: #7f7f7f;
        min-height: 22px;
        padding: 5px
    }

        .respond .name .icon {
            color: #7f7f7f;
            font-size: 30px;
            margin: -5px 0 0
        }

    .respond.bg .description {
        background-color: #a5e573
    }

    .respond.border .description {
        border-color: #a5e573;
        border-width: 1px
    }

        .respond.border .description:after {
            border: 10px solid transparent;
            border-top-color: #fff;
            bottom: -18px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            position: absolute
        }

    .respond.border.respond-blockquote blockquote:after, .respond.border.respond-blockquote blockquote:before {
        color: #a5e573
    }

    .respond .description.bg-primary, .respond.white .name, .respond.white .name .icon {
        color: #fff
    }

    .respond.respond-blockquote blockquote {
        border: none;
        margin: 0;
        padding-left: 30px
    }

        .respond.respond-blockquote blockquote:before {
            content: open-quote;
            font-size: 50px;
            font-weight: 700;
            left: 16px;
            line-height: 1;
            position: absolute;
            top: 14px
        }

        .respond.respond-blockquote blockquote:after {
            content: close-quote;
            display: inline-block;
            font-size: 50px;
            font-weight: 700;
            line-height: 0;
            margin: 0 0 -5px;
            vertical-align: bottom
        }

    .respond.respond-blockquote .name .icon {
        float: left;
        height: 50px;
        margin: 0 10px 0 0;
        width: 50px
    }

    .respond.respond-blockquote .name strong {
        font-size: 120%
    }

.respond-carousel {
    overflow: hidden
}

    .respond-carousel .pagination {
        margin: 0
    }

.respond .description.bg-primary:before, .respond .description.border-primary:before {
    border-top-color: #037ac5
}

.respond.respond-blockquote.border .border-primary blockquote:after, .respond.respond-blockquote.border .border-primary blockquote:before {
    color: #0098ca
}

.respond .description.bg-warning {
    color: #fff
}

    .respond .description.bg-warning:before, .respond .description.border-warning:before {
        border-top-color: #f89406
    }

.respond.respond-blockquote.border .border-warning blockquote:after, .respond.respond-blockquote.border .border-warning blockquote:before {
    color: #0098ca
}

.respond .description.bg-danger {
    color: #fff
}

    .respond .description.bg-danger:before, .respond .description.border-danger:before {
        border-top-color: #c10841
    }

.respond.respond-blockquote.border .border-danger blockquote:after, .respond.respond-blockquote.border .border-danger blockquote:before {
    color: #0098ca
}

.respond .description.bg-info {
    color: #fff
}

    .respond .description.bg-info:before, .respond .description.border-info:before {
        border-top-color: #0098ca
    }

.respond.respond-blockquote.border .border-info blockquote:after, .respond.respond-blockquote.border .border-info blockquote:before {
    color: #0098ca
}

.respond .description.bg-success {
    color: #fff
}

    .respond .description.bg-success:before, .respond .description.border-success:before {
        border-top-color: #738d00
    }

.respond.respond-blockquote.border .border-success blockquote:after, .respond.respond-blockquote.border .border-success blockquote:before {
    color: #0098ca
}

.respond .description.bg-white:before, .respond .description.border-white:before {
    border-top-color: #fff
}

.respond.border .description.border-white {
    border-color: #fff
}

.respond.respond-blockquote.border .border-white blockquote:after, .respond.respond-blockquote.border .border-white blockquote:before {
    color: #1e1e1e
}

.search-result .search-form {
    position: relative
}

    .header .search-result .search-form .search-string:hover, .search-result .header .search-form .search-string:hover, .search-result .search-form .search-string {
        box-sizing: border-box;
        box-shadow: none;
        color: #1e1e1e;
        font-size: 16px;
        height: 60px;
        line-height: 30px;
        margin: 0;
        padding: 14px 50px 14px 18px
    }

        .search-result .search-form .search-string:focus {
            border-color: #ccc
        }

    .search-result .search-form .search-submit {
        background: 0 0;
        border-left-width: 1px;
        height: 30px;
        line-height: 1;
        margin: 0;
        outline: 0;
        padding: 0;
        position: absolute;
        right: 1px;
        top: 15px;
        width: 66px;
        opacity: .7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        color: #c10841
    }

        .search-result .search-form .search-submit svg {
            margin-top: 2px
        }

        .search-result .search-form .search-submit:hover {
            opacity: .5;
            filter: alpha(opacity=50);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.service .icon, .service .icon:hover {
    -webkit-transition: opacity .2s linear
}

.search-result .filter-buttons, .search-result .text-results {
    margin-bottom: 30px
}

.search-result .text-results {
    color: #999;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 10px;
    text-align: right
}

.big-icon, .big-services-box, .service .icon, .social-feed .preview {
    text-align: center
}

.search-result .item {
    background: 0 0;
    border: 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 0 -15px 40px;
    padding: 37px 0 0
}

.search-result .pagination {
    margin-top: 0
}

.service .icon {
    border-radius: 35px;
    color: #1e1e1e;
    display: block;
    height: 70px;
    float: left;
    margin: 0 30px 0 0;
    text-decoration: none;
    width: 70px;
    transition: opacity .2s linear
}

    .service .icon:hover {
        opacity: .8;
        filter: alpha(opacity=80);
        transition: opacity .2s linear
    }

    .service .icon i:before, .service .icon span:before {
        font-size: 30px;
        line-height: 70px
    }

.service .title {
    margin: 2px 0 17px
}

.big-services-box, .services .features-block, .services .service {
    margin-bottom: 40px
}

.service .text-small {
    overflow: hidden
}

.services-box-three-left {
    margin-bottom: 40px;
    padding: 20px
}

.big-services-box a:not(.btn), .features-block a:not(.btn), .service a:not(.btn) {
    color: #1e1e1e;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

    .big-services-box a:not(.btn):hover, .features-block a:not(.btn):hover, .service a:not(.btn):hover {
        opacity: .8;
        filter: alpha(opacity=80);
        text-decoration: none;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.big-icon, a.big-icon:hover {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-services-box > a, .features-block > a, .service > a {
    display: inline-block
}

.white .big-services-box a, .white .service a {
    color: #fff
}

.big-icon {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    width: 100px
}

    .big-icon i:before, .big-icon span:before {
        font-size: 50px;
        line-height: 100px
    }

a.big-icon:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.sitemap a, .sitemap a:hover {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.big-icon.pull-left {
    margin: 0 20px 20px 0
}

.sitemap, .sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .sitemap ul {
        margin: 0 0 0 15px
    }

    .sitemap .li, .sitemap li {
        overflow: hidden;
        position: relative
    }

        .sitemap .li:after, .sitemap li:after {
            content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
            display: inline-block;
            font-size: .5em;
            line-height: 40px;
            margin: -6px 0 0;
            pointer-events: none;
            position: absolute
        }

    .sitemap a {
        background: #fff;
        color: #1e1e1e;
        font-size: 12px;
        line-height: 1;
        padding: 0 5px 0 12px;
        position: relative;
        text-decoration: none
    }

        .sitemap a:hover {
            opacity: .8;
            filter: alpha(opacity=80)
        }

        .sitemap a:before {
            content: "\f105";
            display: block;
            line-height: 12px;
            left: 0;
            position: absolute;
            top: 2px
        }

.social-feed {
    background-image: url(../images/svg/loader.svg),none;
    background-repeat: no-repeat;
    background-position: 50% 100px;
    background-size: 40px
}

    .social-feed > * {
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .social-feed .isotope-item {
        margin-bottom: 20px
    }

    .social-feed .post {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 0;
        padding: 19px
    }

        .social-feed .post.bg {
            background: #ccc;
            color: #fff
        }

        .social-feed .post.bg-danger {
            border-color: #c10841
        }

        .social-feed .post.bg-warning {
            border-color: #f89406
        }

        .social-feed .post.bg-info {
            border-color: #0098ca
        }

        .social-feed .post.bg-success {
            border-color: #738d00
        }

        .social-feed .post.bg-primary {
            border-color: #037ac5
        }

        .social-feed .post.number {
            padding-left: 40px;
            padding-right: 40px;
            position: relative;
            text-align: center
        }

            .social-feed .post.number .post-icon {
                font-size: 24px;
                left: 10px;
                opacity: .8;
                filter: alpha(opacity=80);
                position: absolute;
                top: 10px
            }

.steps .step, .steps .step .step-wrapper {
    position: relative
}

.social-feed .post.number .social-data {
    display: inline-block;
    font-style: italic;
    line-height: 1;
    vertical-align: middle
}

    .social-feed .post.number .social-data .count {
        font-size: 60px;
        font-style: normal
    }

.social-feed .add-post {
    background: 0 0;
    border: 0;
    padding: 0
}

    .social-feed .add-post .nav-tabs {
        border: 0
    }

        .social-feed .add-post .nav-tabs > li > a {
            border-radius: 3px 3px 0 0;
            padding: 6px 10px 7px
        }

            .social-feed .add-post .nav-tabs > li > a .fa {
                color: #7f7f7f
            }

        .social-feed .add-post .nav-tabs > li.active > a, .social-feed .add-post .nav-tabs > li.active > a:focus, .social-feed .add-post .nav-tabs > li.active > a:hover {
            color: #555;
            font-weight: 400
        }

    .social-feed .add-post .tab-content {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 20px
    }

        .social-feed .add-post .tab-content .tab-pane {
            padding: 0
        }

            .social-feed .add-post .tab-content .tab-pane form {
                margin: 0
            }

    .social-feed .add-post .tab-pane input {
        margin-bottom: 22px
    }

.social-feed .author-info {
    margin-bottom: 15px
}

    .social-feed .author-info .avatar {
        border-radius: 50%;
        float: left;
        height: 50px;
        margin: 0 20px 0 0;
        overflow: hidden;
        width: 50px
    }

    .social-feed .author-info .user-name {
        font-size: 16px
    }

        .social-feed .author-info .user-name a {
            color: #1e1e1e;
            text-decoration: none;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .social-feed .author-info .user-name a:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

    .social-feed .author-info time {
        color: #7f7f7f;
        font-style: italic
    }

.social-feed .preview {
    margin: 0 -20px 20px
}

    .social-feed .preview img {
        display: block;
        margin: 0 auto
    }

.social-feed .buttons {
    margin-bottom: 20px;
    text-align: right
}

    .social-feed .buttons .btn {
        background: 0 0;
        border: 1px solid rgba(0,0,0,.5);
        color: rgba(0,0,0,.5);
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

        .social-feed .buttons .btn:hover {
            opacity: .8;
            filter: alpha(opacity=80);
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

.social-feed .comments {
    background: rgba(0,0,0,.1);
    margin: 0 -20px -20px;
    padding: 20px
}

    .social-feed .comments .comment {
        margin: 0 0 25px
    }

        .social-feed .comments .comment .avatar {
            border-radius: 50%;
            float: left;
            height: 40px;
            margin: 0 10px 5px 0;
            overflow: hidden;
            width: 40px
        }

        .social-feed .comments .comment .author-details {
            margin-bottom: 5px
        }

        .social-feed .comments .comment .user-name a {
            color: #1e1e1e;
            text-decoration: none;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .social-feed .comments .comment .user-name a:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

        .social-feed .comments .comment time {
            color: #7f7f7f;
            font-size: 12px;
            font-style: italic
        }

    .social-feed .comments .form {
        margin: 0
    }

        .social-feed .comments .form .form-control {
            height: 62px;
            margin: 0
        }

        .social-feed .comments .form textarea {
            resize: none
        }

.social-feed.loaded {
    background: 0 0
}

    .social-feed.loaded > * {
        opacity: 1;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.social-feed .bg .author-info .user-name a, .social-feed .bg .comments .comment .user-name a {
    color: #fff
}

.social-feed .bg .author-info time, .social-feed .bg .comments .comment time {
    color: rgba(255,255,255,.8)
}

.social-feed .bg .buttons .btn {
    background: #fff;
    border-color: #fff;
    color: #1e1e1e
}

.social-feed .bg-danger .buttons .btn {
    color: #c10841
}

.social-feed .bg-warning .buttons .btn {
    color: #f89406
}

.social-feed .bg-info .buttons .btn {
    color: #0098ca
}

.social-feed .bg-success .buttons .btn {
    color: #738d00
}

.social-feed .bg-primary .buttons .btn {
    color: #037ac5
}

.social-feed .post.number.twitter {
    background: #00aced;
    border-color: #00aced
}

.social-feed .post.number.facebook {
    background: #3B5998;
    border-color: #3B5998
}

.social-feed .post.number.google {
    background: #dd4b39;
    border-color: #dd4b39
}

.social-feed .post.number.pinterest {
    background: #cb2027;
    border-color: #cb2027
}

.social-feed .post.number.linkedin {
    background: #007bb6;
    border-color: #007bb6
}

.social-feed .post.number.youtube {
    background: #b00;
    border-color: #b00
}

.steps {
    display: table;
    table-layout: fixed;
    width: 100%
}

    .steps .step {
        background: #fff;
        border: 1px solid #e1e1e1;
        display: table-cell;
        padding: 15px;
        vertical-align: middle
    }

        .steps .step .step-wrapper:after, .steps .step .step-wrapper:before {
            content: '';
            position: absolute;
            top: 0;
            right: -29px;
            border: 7px solid transparent;
            border-left-color: #e1e1e1;
            z-index: 1
        }

        .steps .step .step-wrapper:before {
            border-left-color: #fff;
            right: -27px;
            z-index: 2
        }

        .steps .step + .step {
            border-left: 0 none
        }

        .steps .step:first-child {
            border-radius: 3px 0 0 3px
        }

        .steps .step:last-child {
            border-radius: 0 3px 3px 0
        }

            .steps .step:last-child .step-wrapper:after, .steps .step:last-child .step-wrapper:before {
                display: none
            }

        .steps .step .bg-image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            bottom: 0;
            left: 0;
            opacity: .1;
            filter: alpha(opacity=10);
            position: absolute;
            right: 0;
            top: 0
        }

            .steps .step .bg-image ~ * {
                position: relative
            }


        .steps .step.bg-danger .step-wrapper:before, .steps .step.bg-error .step-wrapper:before, .steps .step.border-danger .step-wrapper:after, .steps .step.border-error .step-wrapper:after {
            border-left-color: #c10841
        }

        .steps .step.bg-info .step-wrapper:before, .steps .step.border-info .step-wrapper:after {
            border-left-color: #0098ca
        }

        .steps .step.bg-warning .step-wrapper:before, .steps .step.border-warning .step-wrapper:after {
            border-left-color: #f89406
        }

        .steps .step.bg-success .step-wrapper:before, .steps .step.border-success .step-wrapper:after {
            border-left-color: #738d00
        }

        .steps .step.bg-grey .step-wrapper:before, .steps .step.border-grey .step-wrapper:after {
            border-left-color: #777
        }



        .steps .step.bg-grey {
            background: #777
        }

    .steps.steps-apart {
        display: block;
        width: auto
    }

        .steps.steps-apart .step {
            border-radius: 3px;
            display: block
        }

            .steps.steps-apart .step:last-child .step-wrapper:after, .steps.steps-apart .step:last-child .step-wrapper:before {
                display: block
            }

        .steps.steps-apart > [class*=col-md]:last-child > .step .step-wrapper:after, .steps.steps-apart > [class*=col-md]:last-child > .step .step-wrapper:before {
            display: none
        }

    .steps.progress-steps {
        display: block
    }

        .steps.progress-steps .step {
            background: 0 0 !important;
            border: 1px solid #e1e1e1;
            border-radius: 3px;
            display: block;
            margin: 0 0 40px;
            min-height: 185px;
            padding: 0
        }

            .steps.progress-steps .step .step-wrapper {
                padding: 20px 20px 20px 260px;
                position: static
            }

            .steps.progress-steps .step .number {
                background: #e1e1e1;
                bottom: 0;
                color: #fff;
                font-size: 150px;
                left: 0;
                line-height: 1.2;
                position: absolute;
                text-align: center;
                top: 0;
                width: 240px
            }

                .steps.progress-steps .step .number:after, .steps.progress-steps .step .number:before {
                    border: 7px solid transparent;
                    border-top-color: #e1e1e1;
                    bottom: -15px;
                    content: '';
                    left: 50%;
                    margin-left: -7px;
                    position: absolute;
                    z-index: 1
                }

            .steps.progress-steps .step.bg-danger .number:before, .steps.progress-steps .step.bg-error .number:before, .steps.progress-steps .step.border-danger .number:after, .steps.progress-steps .step.border-error .number:after {
                border-top-color: #c10841
            }

            .steps.progress-steps .step .number:before {
                bottom: -13px;
                z-index: 2
            }

            .steps.progress-steps .step.step-right .step-wrapper {
                padding: 20px 260px 20px 20px
            }

            .steps.progress-steps .step.step-right .number {
                left: auto;
                right: 0
            }

            .steps.progress-steps .step .step-wrapper:after, .steps.progress-steps .step .step-wrapper:before, .steps.progress-steps .step:last-child .number:after, .steps.progress-steps .step:last-child .number:before {
                display: none
            }

            .steps.progress-steps .step.border-error .number {
                color: #c10841
            }

            .steps.progress-steps .step.bg-error .number {
                background: #c10841;
                color: #fff
            }

            .steps.progress-steps .step.border-danger .number {
                color: #c10841
            }

            .steps.progress-steps .step.bg-danger .number {
                background: #c10841;
                color: #fff
            }

            .steps.progress-steps .step.bg-info .number:before, .steps.progress-steps .step.border-info .number:after {
                border-top-color: #0098ca
            }

            .steps.progress-steps .step.border-info .number {
                color: #0098ca
            }

            .steps.progress-steps .step.bg-info .number {
                background: #0098ca;
                color: #fff
            }

            .steps.progress-steps .step.bg-warning .number:before, .steps.progress-steps .step.border-warning .number:after {
                border-top-color: #f89406
            }

            .steps.progress-steps .step.border-warning .number {
                color: #f89406
            }

            .steps.progress-steps .step.bg-warning .number {
                background: #f89406;
                color: #fff
            }

            .steps.progress-steps .step.bg-success .number:before, .steps.progress-steps .step.border-success .number:after {
                border-top-color: #738d00
            }

            .steps.progress-steps .step.border-success .number {
                color: #738d00
            }

            .steps.progress-steps .step.bg-success .number {
                background: #738d00;
                color: #fff
            }

            .steps.progress-steps .step.bg-grey .number:before, .steps.progress-steps .step.border-grey .number:after {
                border-top-color: #777
            }

            .steps.progress-steps .step.border-grey .number {
                color: #777
            }

            .steps.progress-steps .step.bg-grey .number {
                background: #777;
                color: #fff
            }

.employee {
    border-radius: 3px;
    display: inline-block;
    float: none;
    margin: 0 0 40px;
    min-width: 260px;
    overflow: hidden;
    position: relative;
    text-align: left;
    vertical-align: top
}

.carousel .employee {
    margin-top: 40px
}

.employee .image {
    background: #f2f2f2;
    display: block;
    line-height: 0;
    margin: 0
}

    .employee .image > img {
        width: 100%;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

.employee .description {
    background: #f2f2f2;
    border-top-width: 1px;
    color: #505050;
    display: table;
    font-size: 13px;
    height: 72px;
    line-height: 18px;
    text-align: center;
    width: 100%
}

    .employee .description .vertical {
        display: table-cell;
        height: 72px;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle
    }

.employee .name {
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 4px
}

.employee .role {
    font-size: 11px
}

.employee .employee-hover {
    background: #1e1e1e;
    background: rgba(30,30,30,.9);
    border-radius: 3px;
    box-sizing: border-box;
    bottom: 0;
    color: #7f7f7f;
    display: none;
    font-size: 12px;
    line-height: 20px;
    left: 15px;
    padding: 16px 20px 90px;
    position: absolute;
    right: 15px;
    top: 0
}

    .employee .employee-hover .name {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.4;
        margin: 0 0 7px
    }

    .employee .employee-hover .role {
        line-height: 1;
        margin: 0 0 24px
    }

    .employee .employee-hover .contact {
        color: #fff
    }

    .employee .employee-hover .image {
        background: #f7f7f7;
        border-radius: 3px;
        display: block;
        height: 60px;
        float: right;
        line-height: 0;
        margin: 4px 0 0 5px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 60px;
        z-index: 1
    }

    .employee .employee-hover .social {
        bottom: 20px;
        left: 20px;
        position: absolute;
        text-align: center
    }

        .employee .employee-hover .social .icon {
            background: #fff;
            float: left;
            margin: 0 10px 0 0;
            opacity: 1;
            filter: alpha(opacity=100);
            position: relative
        }

            .employee .employee-hover .social .icon span {
                border-radius: 2px;
                display: block;
                height: 40px;
                opacity: .35;
                filter: alpha(opacity=35);
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear;
                width: 40px
            }

            .employee .employee-hover .social .icon:hover span {
                opacity: 1;
                filter: alpha(opacity=100)
            }

.rotation .employee-hover {
    display: block;
    height: inherit;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 13
}

.rotation.hover .employee-hover {
    -moz-transform: rotateX(0) rotateY(0);
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition-delay: .2s;
    -webkit-transform: rotateX(0) rotateY(0);
    -webkit-transition-delay: .2s;
    z-index: 46
}

@media (max-width:600px) {
    .employee-single .images-box {
        display: block;
        float: none !important;
        margin: 0 auto 20px
    }
}

.employee-single .images-box .carousel-box {
    overflow: hidden
}

    .employee-single .images-box .carousel-box.load {
        max-height: 390px;
        overflow: hidden
    }

.employee-single .images-box .image {
    box-sizing: border-box;
    float: left;
    margin: 0 0 20px;
    text-align: center
}

.employee-single .images-box img {
    border-radius: 5px
}

.employee-single .images-box .pagination {
    margin-top: 0
}

.employee-single.employee {
    margin: 0;
    max-width: inherit;
    width: auto
}

.employee-single .employee-description .name {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 5px
}

.employee-single .employee-description .role {
    font-size: 14px;
    margin: 0 0 22px
}

.employee-single .employee-description .social {
    margin: 22px 0 0
}

.employee-single-rotation .content-box {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:600px) {
    .employee-single-rotation .employee, .employee-single-rotation .employee.pull-right {
        display: block;
        float: none !important;
        margin: 0 auto 20px
    }
}

.timeline {
    padding: 20px 0;
    position: relative
}

    .timeline:before {
        background-color: #d2d2d2;
        background-color: rgba(0,0,0,.2);
        border-radius: 2px;
        content: "";
        display: block;
        height: 100%;
        left: 50%;
        margin-left: -2px;
        position: absolute;
        top: 0;
        width: 4px
    }

    .timeline .post {
        border: 0;
        margin: 0;
        padding: 0 40px 5px 0;
        width: 50%
    }

        .timeline .post:last-child, .timeline .post:nth-child(even):last-child {
            padding-bottom: 0
        }

        .timeline .post:nth-child(even) {
            margin-left: 50%;
            padding: 0 0 5px 40px
        }

            .timeline .post:nth-child(even) .timeline-time {
                left: auto;
                margin: 31px 40px 0 0;
                right: 50%;
                text-align: right
            }

            .timeline .post:nth-child(even) .timeline-content:before {
                border: 15px solid transparent;
                border-right-color: #f5f5f5;
                left: -30px;
                right: auto
            }

            .timeline .post:nth-child(even) .timeline-content:after {
                border: 14px solid transparent;
                left: -28px;
                right: auto
            }

        .timeline .post .timeline-time {
            left: 50%;
            margin: 31px 0 0 40px;
            position: absolute
        }

        .timeline .post .timeline-icon {
            border-radius: 20px;
            color: #fff;
            font-size: 18px;
            height: 40px;
            left: 50%;
            line-height: 40px;
            margin: 22px 0 0 -20px;
            position: absolute;
            text-align: center;
            width: 40px
        }

.timeline2 .post .timeline-content .entry-content img, .work img {
    width: 100%
}

.timeline .post .timeline-icon .livicon svg {
    left: 0 !important
}

.timeline .post .timeline-content {
    background: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    padding: 46px;
    position: relative
}

    .timeline .post .timeline-content:after, .timeline .post .timeline-content:before {
        border: 15px solid transparent;
        border-left-color: #f5f5f5;
        content: "";
        display: block;
        position: absolute;
        right: -30px;
        top: 26px
    }

    .timeline .post .timeline-content:after {
        border: 14px solid transparent;
        right: -28px;
        top: 27px
    }

    .timeline .post .timeline-content .video-box:last-child, .timeline .post .timeline-content blockquote:last-child {
        margin-bottom: 0
    }

    .timeline .post .timeline-content .map-canvas {
        height: 250px
    }

    .img-thumbnail.img-circle .timeline .post .timeline-content .bg-images, .img-thumbnail.img-circle .timeline .post .timeline-content img, .img-thumbnail.img-rounded .timeline .post .timeline-content .bg-images, .img-thumbnail.img-rounded .timeline .post .timeline-content img, .timeline .post .timeline-content .img-rounded, .timeline .post .timeline-content .img-thumbnail.img-circle .bg-images, .timeline .post .timeline-content .img-thumbnail.img-circle img, .timeline .post .timeline-content .img-thumbnail.img-rounded .bg-images, .timeline .post .timeline-content .img-thumbnail.img-rounded img {
        border-radius: 2px
    }

    .timeline .post .timeline-content .entry-title {
        font-size: 18px;
        margin: 0 0 10px
    }

    .timeline .post .timeline-content .entry-content {
        margin: 0
    }

    .timeline .post .timeline-content.bg {
        background: #f5f5f5;
        color: #333
    }

.word-rotate:not(.border), .work {
    color: #fff
}

.timeline .post.no-padding .timeline-content {
    padding: 0
}

.timeline .post:not(.no-padding) .timeline-content.bg:after {
    display: none
}

.timeline .post .timeline-content.bg-danger, .timeline .post .timeline-content.border-danger {
    border-color: #c10841
}

    .timeline .post .timeline-content.bg-danger:before, .timeline .post .timeline-content.border-danger:before {
        border-left-color: #c10841
    }

.timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
    border: 15px solid transparent;
    border-right-color: #c10841
}

.timeline .post .timeline-content.bg-info, .timeline .post .timeline-content.border-info {
    border-color: #0098ca
}

    .timeline .post .timeline-content.bg-info:before, .timeline .post .timeline-content.border-info:before {
        border-left-color: #0098ca
    }

.timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
    border: 15px solid transparent;
    border-right-color: #0098ca
}

.timeline .post .timeline-content.bg-warning, .timeline .post .timeline-content.border-warning {
    border-color: #f89406
}

    .timeline .post .timeline-content.bg-warning:before, .timeline .post .timeline-content.border-warning:before {
        border-left-color: #f89406
    }

.timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
    border: 15px solid transparent;
    border-right-color: #f89406
}

.timeline .post .timeline-content.bg-success, .timeline .post .timeline-content.border-success {
    border-color: #738d00
}

    .timeline .post .timeline-content.bg-success:before, .timeline .post .timeline-content.border-success:before {
        border-left-color: #738d00
    }

.timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
    border: 15px solid transparent;
    border-right-color: #738d00
}

.timeline .post .timeline-content.bg-primary, .timeline .post .timeline-content.border-primary {
    border-color: #037ac5
}

    .timeline .post .timeline-content.bg-primary:before, .timeline .post .timeline-content.border-primary:before {
        border-left-color: #037ac5
    }

.timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
    border: 15px solid transparent;
    border-right-color: #037ac5
}

.timeline2:before {
    left: 20px
}

.timeline2 .post, .timeline2 .post:nth-child(even) {
    margin: 0;
    padding: 0 0 60px 60px;
    width: 100%
}

    .timeline2 .post .timeline-time, .timeline2 .post:nth-child(even) .timeline-time {
        left: 0;
        margin: 0 0 5px;
        position: relative;
        right: 0;
        text-align: left;
        font-weight: 700;
        font-size: 16px
    }

.word-rotate, .work, .work .title, .work .work-title, .work img {
    text-align: center
}

.timeline2 .post .timeline-icon {
    left: 0;
    margin: 22px 0 0
}

.timeline2 .post .timeline-content:before, .timeline2 .post:nth-child(even) .timeline-content:before {
    border: 15px solid transparent;
    border-right-color: #f5f5f5;
    left: -30px;
    right: auto
}

.timeline2 .post .timeline-content:after, .timeline2 .post:nth-child(even) .timeline-content:after {
    border: 14px solid transparent;
    border-right-color: #fff;
    left: -28px;
    right: auto
}

.timeline2 .post .timeline-content.bg:before, .timeline2 .post .timeline-content.border:before {
    border: 15px solid transparent;
    border-right-color: #f5f5f5
}

.timeline2 .post .timeline-content.bg-danger:before, .timeline2 .post .timeline-content.border-danger:before, .timeline2 .post:nth-child(even) .timeline-content.bg-danger:before, .timeline2 .post:nth-child(even) .timeline-content.border-danger:before {
    border-right-color: #c10841
}

.timeline2 .post .timeline-content.bg-warning:before, .timeline2 .post .timeline-content.border-warning:before, .timeline2 .post:nth-child(even) .timeline-content.bg-warning:before, .timeline2 .post:nth-child(even) .timeline-content.border-warning:before {
    border-right-color: #f89406
}

.timeline2 .post .timeline-content.bg-info:before, .timeline2 .post .timeline-content.border-info:before, .timeline2 .post:nth-child(even) .timeline-content.bg-info:before, .timeline2 .post:nth-child(even) .timeline-content.border-info:before {
    border-right-color: #0098ca
}

.timeline2 .post .timeline-content.bg-success:before, .timeline2 .post .timeline-content.border-success:before, .timeline2 .post:nth-child(even) .timeline-content.bg-success:before, .timeline2 .post:nth-child(even) .timeline-content.border-success:before {
    border-right-color: #738d00
}

.timeline2 .post .timeline-content.bg-primary:before, .timeline2 .post .timeline-content.border-primary:before, .timeline2 .post:nth-child(even) .timeline-content.bg-primary:before, .timeline2 .post:nth-child(even) .timeline-content.border-primary:before {
    border-right-color: #428bca
}

.why-choose ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.why-choose li {
    font-size: 13px;
    line-height: 20px;
    padding: 11px 0 8px 23px;
    position: relative
}

    .why-choose li:before {
        content: "?";
        display: block;
        font-size: 16px;
        left: 2px;
        position: absolute;
        top: 11px
    }

    .why-choose li + li {
        border-top-width: 1px
    }

.word-rotate {
    background: #1e1e1e;
    display: inline-block;
    overflow: hidden;
    padding: 0 8px;
    vertical-align: top
}

    .word-rotate .words-box {
        display: inline-block;
        position: relative
    }

        .word-rotate .words-box span {
            display: block;
            white-space: nowrap
        }

            .word-rotate .words-box span + span {
                display: none
            }

    .word-rotate.loaded .words-box span + span, .work, .work:hover {
        display: block
    }

    .word-rotate.border {
        background: 0 0;
        border: 1px solid #1e1e1e
    }

.work, .work .shadow, .work-single .carousel-box .carousel img {
    border-radius: 5px
}

.portfolio .filter-elements {
    overflow: visible !important
}

.work-one, .work-single .carousel-box {
    overflow: hidden
}

.portfolio .work {
    margin-bottom: 40px
}

.work {
    position: relative
}

    .work .bg-hover, .work .shadow, .work .work-title {
        left: 0;
        position: absolute;
        right: 0
    }

    .work:hover {
        text-decoration: none;
        text-shadow: none
    }

.carousel .work {
    margin: 2px 1px
}

.work img {
    background-color: #555;
    box-shadow: 0 1px 2px rgba(0,0,0,.4)
}

.work .shadow {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(29%,rgba(255,255,255,.01)),color-stop(30%,rgba(0,0,0,.01)),color-stop(33%,rgba(0,0,0,.01)),color-stop(62%,rgba(0,0,0,.17)),color-stop(68%,rgba(0,0,0,.24)),color-stop(90%,rgba(0,0,0,.62)),color-stop(100%,rgba(0,0,0,.73)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.01) 29%,rgba(0,0,0,.01) 30%,rgba(0,0,0,.01) 33%,rgba(0,0,0,.17) 62%,rgba(0,0,0,.24) 68%,rgba(0,0,0,.62) 90%,rgba(0,0,0,.73) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.01) 29%,rgba(0,0,0,.01) 30%,rgba(0,0,0,.01) 33%,rgba(0,0,0,.17) 62%,rgba(0,0,0,.24) 68%,rgba(0,0,0,.62) 90%,rgba(0,0,0,.73) 100%);
    bottom: 0;
    top: 0
}

.work .work-title {
    bottom: 37px;
    margin: 0 0 -25px;
    padding: 0 5px;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in
}

.sidebar .work .work-title {
    opacity: 0
}

.sidebar .work:hover .work-title {
    opacity: 1;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in
}

.touch-device .work:hover .bg-hover, .work .bg-hover {
    opacity: 0;
    filter: alpha(opacity=0)
}

.work .title {
    bottom: 46px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 6px
}

.work .description {
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    line-height: 16px;
    text-align: center
}

.work .bg-hover {
    background: #fff;
    background: rgba(255,255,255,.9);
    bottom: 0;
    top: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.work:hover .work-title {
    bottom: 46%;
    color: #1e1e1e;
    -webkit-transition: bottom .2s ease-in;
    transition: bottom .2s ease-in
}

.work:hover .bg-hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.work-single .carousel-box.load {
    max-height: 270px
}

.work-single .title {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 5px
}

.work-single .type {
    color: #7f7f7f;
    font-size: 14px;
    margin: 0 0 22px
}

.work-one {
    color: #7f7f7f;
    max-width: 100%
}

    .work-one + .work-one {
        margin-top: 40px
    }

    .work-one .title {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 7px
    }

        .work-one .title a {
            color: #1e1e1e;
            -webkit-transition: opacity .2s linear;
            transition: opacity .2s linear
        }

            .work-one .title a:hover {
                opacity: .8;
                filter: alpha(opacity=80);
                text-decoration: none;
                -webkit-transition: opacity .2s linear;
                transition: opacity .2s linear
            }

    .work-one .description {
        font-size: 11px;
        line-height: 14px;
        margin: 0 0 27px
    }

    .work-one .work-image {
        border-radius: 5px;
        display: block;
        line-height: 0;
        overflow: hidden
    }

        .work-one .work-image img {
            -webkit-transition: all 1s ease;
            transition: all 1s ease
        }

            .work-one .work-image img:hover {
                -webkit-filter: grayscale(100%)
            }

@media (max-width:1199px) {
    .phone-active, .search-active {
        left: 0;
        width: auto
    }

    #main {
        padding: 25px 0
    }

    .header .search-form .search-submit, .search-active .close {
        top: 12px
    }

    .toolbar .per-page {
        display: none
    }

    .content .slider .slid-content {
        bottom: 43px
    }

    .content .slider .pagination {
        padding: 0
    }

    .content .slider .slider-nav .nav-box {
        bottom: 10px
    }

    .content .slider .slider-nav .next, .content .slider .slider-nav .prev {
        display: none !important
    }

    #car-bottom .total .checkout {
        font-size: 12px
    }

    .pricing .title a {
        font-size: 21px
    }

    .employee .employee-hover .role {
        margin: 0 0 15px
    }

    .gallery-images:hover .bg-images i:before {
        font-size: 40px
    }

    .sidebar .whats-news .product {
        max-width: 270px;
        min-width: inherit
    }

    .sidebar .whats-news .rotation.hover .default {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0)
    }

    .sidebar .whats-news .rotation .product-hover {
        display: none
    }

    .rs-slider.full-width .tp-bullets {
        left: 27px !important;
        margin-left: 0 !important
    }

    .rs-slider.full-width .right-box > * {
        left: auto !important;
        right: 15px
    }
}

.fixed-header.fixed .header .right-box-wrapper {
}

@media (max-width:991px) {
    .fixed-top-box {
        padding-top: 0
    }

    #main {
        padding: 20px 0
    }

    .header .header-wrapper .logo-box .logo a .logo-img, .header .header-wrapper .logo-box .logo a img {
        max-height: 88px
    }

    .fixed-top-box #top-box {
        position: static;
        top: inherit;
        z-index: inherit
    }

    .breadcrumb-box {
        margin-top: 0
    }

    .boxed.fixed-header .header, .boxed.fixed-header.fixed .header, .fixed-header .header, .fixed-header.hidden-top.visible-top .header {
        box-shadow: none;
        position: static;
        top: inherit;
        z-index: inherit;
        -webkit-backface-visibility: inherit;
        -webkit-transform: inherit
    }

    .fixed-header .header-two + * {
        margin-top: 0
    }

    .hidden-top, .hidden-top .page-box, .hidden-top.visible-top .page-box {
        margin-top: 0;
        padding-top: 0
    }

    .hidden-top {
        -webkit-transition: all 0 linear;
        transition: all 0 linear
    }

        .boxed.fixed-header.hidden-top #top-box, .boxed.hidden-top #top-box, .hidden-top #top-box {
            margin-top: 0;
            margin-bottom: 0;
            position: static
        }

        .fixed-header.hidden-top .header, .fixed-header.hidden-top.header-banner .header, .hidden-top .header, .hidden-top.header-banner .header {
            margin-top: 0;
            position: static
        }

    .fixed-header.hidden-top.fixed #top-box, .fixed-header.hidden-top.fixed.header-banner #top-box, .fixed-header.hidden-top.visible-top .header, .fixed-header.hidden-top.visible-top.fixed #top-box, .fixed-header.hidden-top.visible-top.fixed.header-banner #top-box, .fixed-header.hidden-top.visible-top.header-banner .header {
        margin-top: 0
    }

    .top-navbar {
        margin: 0;
        min-height: 30px
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: rgba(255,255,255,.7);
        border-radius: 0
    }

    .header {
        width: auto
    }

        .header .right-box-wrapper {
            text-align: right
        }

        .header .right-box-wrapper {
            height: 88px;
        }

        .header .header-wrapper .cart-header {
            margin-right: 0
        }

        .header .header-wrapper .primary .navbar {
            margin: 0;
            min-height: inherit;
            position: static
        }

            .header .header-wrapper .primary .navbar .btn-navbar {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0 none;
                border-radius: 3px 3px 0 0;
                box-shadow: none;
                display: block;
                float: left;
                height: 46px;
                line-height: 15px;
                margin: 0;
                padding: 10px 15px;
                position: relative;
                text-shadow: none;
                z-index: 84
            }

                .header .header-wrapper .primary .navbar .btn-navbar:before {
                    border-left: 1px solid #ccc;
                    border-left: 1px solid rgba(204,204,204,.8);
                    bottom: 8px;
                    content: "";
                    display: none;
                    left: -1px;
                    position: absolute;
                    top: 7px
                }

                .header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
                    display: block
                }

                .header .header-wrapper .primary .navbar .btn-navbar.collapsed {
                    background: 0 0;
                    border: 1px solid transparent;
                    border-bottom: 0 none
                }

                .header .header-wrapper .primary .navbar .btn-navbar .text {
                    color: #1e1e1e;
                    float: right;
                    line-height: 16px;
                    padding: 0 0 0 30px
                }

                .header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
                    background: #1e1e1e;
                    box-shadow: none;
                    border-radius: 0;
                    height: 3px;
                    margin: 0;
                    width: 22px
                }

                    .header .header-wrapper .primary .navbar .btn-navbar .icon-bar + .icon-bar {
                        margin-top: 3px
                    }

            .header .header-wrapper .primary .navbar .navbar-collapse {
                border: 0;
                box-shadow: none;
                left: auto;
                margin: 19px 0 0;
                max-height: inherit;
                overflow: hidden !important;
                padding: 0 15px;
                position: absolute;
                right: 0;
                top: 50%;
                width: 200%;
                z-index: 91
            }

                .header .header-wrapper .primary .navbar .navbar-collapse .nav {
                    background: #fff;
                    border: 1px solid #ccc;
                    border-radius: 3px 0 3px 3px;
                    float: none;
                    padding: 6px 6px 3px
                }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li {
                        float: none;
                        margin: 0 0 3px;
                        padding: 0
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a {
                            background: #f2f2f2;
                            border: 1px solid #f2f2f2;
                            border-radius: 0;
                            font-weight: 400;
                            margin: 0;
                            padding: 7px 9px 7px 59px;
                            text-decoration: none
                        }

                            .header .header-wrapper .primary .navbar .navbar-collapse .nav > li:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li > a:hover {
                                background: #e9e9e9;
                                border: 1px solid #e9e9e9;
                                border-radius: 0;
                                box-shadow: none
                            }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
                            background: #f2f2f2;
                            position: relative
                        }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent .parent > a:after {
                            display: none
                        }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
                        bottom: 0;
                        left: 0;
                        position: absolute;
                        top: 0;
                        width: 55px
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
                            background: #1e1e1e;
                            display: block;
                            height: 2px;
                            margin: 17px 0 0 15px;
                            position: absolute;
                            width: 16px
                        }

                            .header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span + span {
                                height: 16px;
                                margin: 10px 0 0 22px;
                                width: 2px
                            }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span {
                        background: #7f7f7f;
                        height: 2px;
                        margin: 14px 0 0 28px;
                        position: absolute;
                        width: 12px
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span + span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent > a .open-sub span + span {
                            height: 12px;
                            margin: 9px 0 0 33px;
                            width: 2px
                        }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a:after {
                        display: none
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover > .sub {
                        background: #f7f7f7;
                        border: 0;
                        border-radius: 0;
                        box-shadow: none;
                        display: none;
                        font-size: 13px;
                        left: 0;
                        line-height: 24px;
                        margin-top: 0;
                        margin-bottom: 0;
                        padding: 6px 0 5px;
                        position: relative
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.parent:hover > a {
                        background-color: #e9e9e9;
                        border-radius: 0
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a {
                        color: #fff
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav > .parent.active > a .open-sub span {
                            background: #fff
                        }

                    .header .header-wrapper .primary .megamenu .box.active .title .open-sub span + span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active > a .open-sub span + span {
                        display: none
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
                        -webkit-animation: fadeIn 0;
                        animation: fadeIn 0;
                        display: none
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
                        line-height: 22px
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub ul li a {
                        padding: 4px 9px 4px 60px;
                        background: 0 0;
                        color: #7f7f7f;
                        text-decoration: none;
                        width: auto !important
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title a {
                        padding: 0
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav li a > i {
                        color: #1e1e1e
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover > .sub a {
                        background: 0 0
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
                        left: 0;
                        margin-left: 10px
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub {
                        left: 0;
                        padding: 6px 0 5px;
                        width: 100%
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-wrapper {
                            display: block
                        }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before, .top-fixed-box {
                            display: none
                        }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .sub-list {
                            padding: 0;
                            width: 100% !important
                        }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box {
                            float: none;
                            margin: 0;
                            padding: 0;
                            width: 100% !important
                        }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
                        color: #7f7f7f;
                        cursor: pointer;
                        font-weight: 400;
                        line-height: 22px;
                        margin: 0;
                        padding: 4px 9px 4px 60px;
                        position: relative;
                        text-transform: none
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu > .sub .box.closed ul {
                        display: none;
                        margin-left: 10px
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
                        left: 0;
                        float: right;
                        position: static;
                        top: 0;
                        margin-left: 5px
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a .open-sub span {
                        background: #fff
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-inverse > a {
                        color: #fff
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary > a {
                        border-color: #428bca
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success > a {
                        border-color: #738d00
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info > a {
                        border-color: #0098ca
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning > a {
                        border-color: #f89406
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger > a {
                        border-color: #c10841
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-primary.item-inverse > a {
                        background-color: #428bca;
                        border-color: #428bca
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-success.item-inverse > a {
                        background-color: #738d00;
                        border-color: #738d00
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-info.item-inverse > a {
                        background-color: #0098ca;
                        border-color: #0098ca
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-warning.item-inverse > a {
                        background-color: #f89406;
                        border-color: #f89406
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-bg > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse:hover > a, .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-danger.item-inverse > a {
                        background-color: #c10841;
                        border-color: #c10841
                    }

                    .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub {
                        background: #f7f7f7 !important
                    }

                        .header .header-wrapper .primary .navbar .navbar-collapse .nav > li.item-bg .sub a {
                            color: #7f7f7f
                        }

        .header .header-wrapper + .header-wrapper .col-sm-6.col-md-9 {
            text-align: left
        }

    .pagination-box, .products.grid {
        text-align: center
    }

    .header .header-wrapper + .header-wrapper .primary {
        margin: 0 0 0 -1px
    }

        .header .header-wrapper + .header-wrapper .primary .navbar .btn-navbar:before {
            border: 0
        }

        .header .header-wrapper + .header-wrapper .primary .navbar .navbar-collapse {
            left: -1px;
            width: calc(200% + px)
        }

        .header .header-wrapper + .header-wrapper .primary .navbar .nav {
            border-radius: 0 3px 3px
        }

    .header .cart-header .dropdown-menu {
        margin-top: -1px;
        margin-right: -98px
    }

    .header .header-wrapper + .header-wrapper .cart-header .dropdown-menu, .header.header-two .phone-header {
        margin-right: 0
    }

    .header .cart-header.open .dropdown-toggle:after {
        left: 0
    }

    .header.header-two .phone-active, .header.header-two .search-active {
        z-index: 103
    }

    .header.header-three .logo-box {
        width: 724px
    }

    .boxed.fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top.fixed #top-box, .fixed-header.fixed-top #top-box {
        position: static
    }

    .slider.rs-slider {
        padding: 0
    }

    .slider .slid-content, .slider .slider-nav {
        width: 370px
    }

        .slider .slid-content .title {
            margin: 0 0 14px
        }

        .slider .slid-content .descriptions {
            margin: 0 0 17px
        }

    .slider .slider-nav {
        right: 15px
    }

        .slider .slider-nav .nav-box {
            bottom: 0
        }

        .slider .slider-nav .next, .slider .slider-nav .prev {
            display: none !important
        }

    .slider .slid-content {
        bottom: 60px
    }

    .progressive-slider-two .slider-wrapper {
        height: auto !important
    }

    .progressive-slider-two .sliders-container {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px
    }

    .progressive-slider-two .slider-banners {
        height: auto;
        width: 100%
    }

        .progressive-slider-two .slider-banners .banner {
            display: table-cell;
            height: auto;
            width: 33.33333333%
        }

    .page-slider {
        padding: 0
    }

    .metro-banners {
        padding: 30px 0 11px
    }

        .metro-banners .banner {
            margin-bottom: 19px
        }

    .sidebar .whats-news .carousel-pagination {
        margin: 0 auto;
        max-width: 300px
    }

    .toolbar .fiyatlar .by, .toolbar .fiyatlar .sk, .toolbar .grid-list .grid, .toolbar .grid-list .list {
        margin-right: 6px
    }

    .products.grid {
        margin-left: -10px;
        margin-right: -10px
    }

    .table-box {
        overflow-x: auto;
        padding: 0 1px
    }

    .portfolio .filter-buttons {
        float: none;
        margin-bottom: 20px
    }

    .portfolio .year-regulator {
        float: none;
        margin-bottom: 60px
    }

    .product-page .product-options .buy-for, .product-page .product-options .col-sm-12 {
        float: none;
        margin-bottom: 20px;
        width: 100%
    }

    .product-options-samples .col-sm-12 {
        margin-bottom: 20px
    }

    .product-options-samples .required-box {
        margin-bottom: 0
    }

    .product-bottom .col-sm-12 + .col-sm-12 {
        margin-top: 40px
    }

    .shopping-cart-table .td-qty, .shopping-cart-table tbody td {
        padding: 20px
    }

    #car-bottom .car-bottom-box {
        padding: 17px 20px 20px
    }

    .employee-single {
        margin-left: 0
    }

        .employee-single .images-box {
            float: none;
            margin: 0 auto 20px
        }

        .employee-single .employee-description {
            margin-left: 0;
            width: 100%
        }

    .employee-single-rotation .content-box {
        float: none;
        width: auto
    }

    .employee-single-rotation .employee {
        margin: 0 20px 10px
    }

        .employee-single-rotation .employee.pull-right {
            margin-right: 0
        }

    .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow, img.rsImg {
        min-height: 220px !important
    }

    .infoBlock {
        padding: 10px;
        height: auto;
        max-height: 100%;
        min-width: 40%;
        left: 5px;
        top: 5px;
        right: auto;
        font-size: 12px
    }

        .infoBlock h3, .infoBlock h4 {
            font-size: 14px;
            line-height: 17px
        }

    .layer-slider .container {
        padding-left: 0;
        padding-right: 0
    }

    .count-down-box {
        float: none;
        margin-bottom: 30px
    }

    #footer .newsletter form {
        width: 270px
    }

    .post.carousel .images-box + [class*=span] {
        float: none;
        margin-left: 0;
        width: auto
    }

    #footer .sidebar .widget:nth-child(2n+1) {
        clear: left
    }

    #footer .sidebar .carousel-box header .title {
        margin-bottom: 0
    }

    #footer .sidebar .carousel-box header .next, #footer .sidebar .carousel-box header .prev {
        bottom: inherit;
        left: 0;
        margin: 0 0 0 10px;
        position: static
    }
}

@media (min-width:768px) and (max-width:991px) {
    .primary .navbar-collapse.collapse {
        display: none !important
    }

        .primary .navbar-collapse.collapse.in {
            display: block !important
        }

    .toolbar .price-regulator {
        width: 245px
    }

        .toolbar .price-regulator .layout-slider {
            width: 200px
        }

    .add-cart-form .add-cart {
        min-width: 200px
    }

    .product-page .image-box .thumblist-box {
        padding: 0 45px
    }

    .product-page .image-box #thumblist a {
        height: 70px;
        width: 70px
    }

    #car-bottom .total .checkout {
        padding: 9px 10px
    }

    .contact-info address {
        float: none;
        width: 100%
    }

    .package .title a {
        font-size: 20px
    }

    .package .price-box .icon {
        display: none
    }

    .package .price-box .description {
        margin: 0 0 17px
    }

    .products-tab .tab-content {
        overflow: visible
    }

    .col-sm-5.respond-carousel .carousel .respond {
        max-width: 312px
    }

    #footer .footer-top .col-md-3 {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .filter-list.filter-buttons .dropdown-toggle {
        display: none
    }

    .filter-list.filter-buttons .dropdown-menu {
        background: 0 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        display: block;
        float: none;
        left: inherit;
        margin: 0;
        min-width: inherit;
        padding: 0;
        position: relative;
        top: inherit;
        z-index: inherit
    }

        .filter-list.filter-buttons .dropdown-menu > li {
            float: left;
            margin: 0 20px 10px 0
        }

            .filter-list.filter-buttons .dropdown-menu > li > a {
                background: 0 0;
                border: 1px solid transparent;
                border-radius: 3px;
                clear: none;
                color: #1e1e1e;
                height: 38px;
                line-height: 38px;
                margin: 0;
                padding: 0 20px;
                -webkit-transition: opacity .2s ease-out;
                transition: opacity .2s ease-out
            }

                .filter-list.filter-buttons .dropdown-menu > li > a:hover {
                    background: 0 0;
                    text-decoration: none;
                    opacity: .7;
                    filter: alpha(opacity=70);
                    -webkit-transition: opacity .2s ease-out;
                    transition: opacity .2s ease-out
                }

                .filter-list.filter-buttons .dropdown-menu > li > a.active {
                    border: 1px solid #e1e1e1;
                    font-weight: 700;
                    opacity: 1;
                    filter: alpha(opacity=100);
                    text-decoration: none
                }

    .filter-list.filter-buttons.white .dropdown-menu > li > a {
        color: #fff
    }
}

@media (max-width:767px) {
    .page-slider, .slider .slid {
        margin-left: 0;
        margin-right: 0
    }

    #footer .footer-bottom .col-md-3, .header-three {
        overflow: hidden
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .header .search-result .search-form .search-string:hover, .search-result .header .search-form .search-string:hover, .search-result .search-form .search-string {
        font-size: 12px
    }

    .shopping-cart-table.table thead th {
        padding: 10px;
        text-align: left
    }

    .shopping-cart-table.table tbody td {
        font-size: 12px;
        line-height: 20px;
        padding: 10px
    }

    .text-center-xs {
        text-align: center
    }

    .text-left-xs {
        text-align: left
    }

    .text-right-xs {
        text-align: right
    }

    .pagination-box, .products {
        text-align: center
    }

    .dropdown-messages {
        right: -180px;
        left: auto
    }

    .dropdown-alerts {
        right: -124px;
        left: auto
    }

    .search-active .close {
        right: 75px
    }

    body, body.loaded {
        min-width: 320px;
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden
    }

    .boxed.loaded .page-box, .page-box {
        height: auto !important;
        min-height: inherit
    }

    .page-box-content {
        padding-bottom: 0
    }

    #top-box .btn-group.btn-select .visible-xs {
        display: inline-block !important
    }

    .phone-active .title, .slider .slid-content .descriptions {
        display: none
    }

    #top-box .btn-group.btn-select .dropdown-menu {
        box-sizing: border-box;
        border-radius: 0 0 3px 3px;
        min-width: inherit;
        width: 100%
    }

    .header .right-box {
        padding-left: 0
    }

    .header .header-wrapper + .header-wrapper .right-box {
        padding-left: 15px
    }

    .header .header-wrapper + .header-wrapper {
        min-height: 40px
    }

        .header .header-wrapper + .header-wrapper .right-box-wrapper {
            height: 40px
        }

    .phone-active, .search-active {
        left: 10px;
        padding: 0;
        right: 10px
    }

    .phone-active {
        font-size: 22px;
        line-height: 58px
    }

    .header .search-form .search-active .search-string:hover, .search-active .header .search-form .search-string:hover, .search-active .search-string, .search-active .search-string:hover {
        padding-left: 8px
    }

    .header .cart-header .dropdown-menu {
        width: 325px
    }

    .header.header-three .logo-box {
        width: 100%
    }

    .breadcrumb {
        padding-left: 10px;
        padding-right: 10px
    }

    .progressive-slider .container, .slider .slid .col-sm-12.col-md-12 {
        padding-left: 0;
        padding-right: 0
    }

    .slider .slider-nav {
        right: 0;
        width: 50%
    }

    .slider .slid-content {
        bottom: 30px;
        padding: 13px 10px 0;
        right: 0;
        width: 50%
    }

        .slider .slid-content .title {
            font-size: 12px;
            line-height: 14px
        }

        .slider .slid-content .btn {
            font-size: 12px;
            padding-top: 8px;
            padding-bottom: 7px
        }

    .slider .slider-nav .nav-box {
        bottom: 10px;
        left: 10px;
        right: 10px
    }

    .slider .slider-nav .pagination {
        margin: 0;
        padding: 0
    }

    .progressive-slider-two .slider-banners .banner {
        display: block;
        width: 100%
    }

    .rs-slider.full-width .tp-bullets {
        left: 7px !important;
        margin-left: 0 !important;
        top: 10px !important
    }

    .slider.rs-slider.full-width .btn-link {
        font-size: 12px !important
    }

    .progressive-slider-four .next, .progressive-slider-four .prev {
        font-size: 30px;
        left: 10px;
        margin-top: -15px
    }

    .progressive-slider-four .next {
        left: auto;
        right: 10px
    }

    .page-header .container:before {
        left: 10px
    }

    #main {
        padding: 20px 0
    }

        #main.no-padding {
            padding-top: 0;
            padding-bottom: 0
        }

    .work-element.col-md-3 .work {
        margin-left: auto;
        margin-right: auto;
        max-width: 270px
    }

    .work-element.col-md-4 .work {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }

    .work-one .work-title {
        margin-bottom: 20px
    }

    .work-single .carousel-box .carousel .col-md-3 {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }

    .work-single .carousel-box .carousel .col-md-4 {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
        width: 280px
    }

    .content.pull-right {
        float: none !important
    }

    .sidebar .widget {
        margin: 0 0 40px
    }

    .sidebar .carousel > .col-md-3 {
        float: left;
        margin-left: 10px;
        margin-right: 10px
    }

    #catalog .category-img {
        margin-bottom: 40px
    }

        #catalog .category-img .description {
            font-size: 18px;
            padding: 20px
        }

    .toolbar .price-regulator {
        float: left !important;
        margin-top: 3px;
        width: 300px
    }

        .toolbar .price-regulator .layout-slider {
            width: 240px
        }

    .pagination-box {
        margin-top: 0
    }

        .pagination-box .pagination {
            margin: 0 -5px 0 0
        }

        .pagination-box .pagination-text {
            display: block;
            float: none
        }

    .list .product .col-md-3, .list .product .col-md-4 {
        margin-bottom: 20px
    }

    .list .product .product-image {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }

    .caroufredsel_wrapper {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .recommended-product .products > .col-md-3 .product {
        display: block;
        margin-left: 0;
        margin-right: 0
    }

    .products-tab .tab-content > .tab-pane {
        height: 263px;
        text-align: center
    }

    .bottom-padding, .bottom-padding-mobile, .bottom-padding.row.carousel-box {
        margin-bottom: 40px
    }

    .bottom-padding-mini {
        margin-bottom: 0
    }

    .bottom-padding.bottom-padding-mini {
        margin-bottom: 40px
    }

    .text-center-mobile {
        text-align: center !important
    }

    .list-images, .promo-partners .manufactures, .team-box {
        text-align: center
    }

    .accordion-tab, .tabs-left .accordion-tab, .tabs-right .accordion-tab {
        border: 0;
        float: none;
        width: 100%
    }

        .accordion-tab > li, .tabs-left > .accordion-tab > li, .tabs-right > .accordion-tab > li {
            float: none;
            margin: 0 0 3px
        }

            .accordion-tab > li > a, .products-tab .accordion-tab > li > a, .tabs-left > .accordion-tab > li > a, .tabs-right > .accordion-tab > li > a {
                background-position: 14px 50%;
                background-repeat: no-repeat;
                background-color: #f2f2f2;
                border: 0;
                border-radius: 0;
                color: #1e1e1e;
                display: block;
                font-size: 14px;
                line-height: 22px;
                margin: 0;
                padding: 9px 9px 9px 60px;
                position: relative;
                text-decoration: none;
                -webkit-transition: all .2s linear;
                transition: all .2s linear
            }

                .accordion-tab > li > a:hover, .products-tab .accordion-tab > li > a:hover {
                    background-color: #e9e9e9;
                    -webkit-transition: all .2s linear;
                    transition: all .2s linear
                }

            .accordion-tab > li.active:hover > a, .accordion-tab > li.active > a, .accordion-tab > li.active > a:focus, .accordion-tab > li.active > a:hover, .products-tab .accordion-tab > li.active:hover > a, .products-tab .accordion-tab > li.active > a {
                background-color: #1e1e1e;
                border: 0;
                border-radius: 0;
                color: #fff !important
            }

            .accordion-tab > li > a:before, .products-tab .accordion-tab > li > a:before {
                background: #e1e1e1;
                background: rgba(255,255,255,.4);
                bottom: 0;
                content: "";
                display: block;
                left: 45px;
                position: absolute;
                top: 0;
                width: 1px
            }

            .accordion-tab > li.active > a:before, .products-tab .accordion-tab > li.active > a:before {
                background: #444;
                background: rgba(255,255,255,.2)
            }

            .accordion-tab > li > a .open-sub, .products-tab .accordion-tab > li > a .open-sub {
                bottom: 0;
                display: block;
                left: 0;
                position: absolute;
                top: 0;
                width: 45px
            }

                .accordion-tab > li > a .open-sub:after, .accordion-tab > li > a .open-sub:before, .products-tab .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:before {
                    background: #1e1e1e;
                    content: "";
                    display: block;
                    height: 2px;
                    left: 0;
                    margin: 19px 0 0 15px;
                    position: absolute;
                    top: 0;
                    width: 16px
                }

                .accordion-tab > li > a .open-sub:after, .products-tab .accordion-tab > li > a .open-sub:after {
                    height: 16px;
                    margin: 12px 0 0 22px;
                    width: 2px
                }

        .accordion-tab > .active > a .open-sub:after, .accordion-tab > .active > a .open-sub:before, .products-tab .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:before {
            background: #fff
        }

        .accordion-tab > .active > a .open-sub:after, .products-tab .accordion-tab > .active > a .open-sub:after {
            display: none
        }

        .accordion-tab .tab-pane {
            border: 0;
            display: none;
            font-size: 13px;
            padding: 20px 0 30px
        }

    .page-header {
        margin-bottom: 40px
    }

    .image-box {
        margin: 0 auto 40px;
        max-width: 470px
    }

    .double-product .product {
        max-width: 100%
    }

    .product-page .image-box .thumblist-box {
        max-height: 80px;
        padding: 0 45px
    }

    .product-page .image-box #thumblist a {
        height: 70px;
        width: 70px
    }

    .add-cart-form {
        margin-bottom: 0
    }

        .add-cart-form .add-cart, .add-cart-form .number {
            margin-bottom: 20px
        }

    .product-page .product-tab {
        margin: 40px 0
    }

        .product-page .product-tab .tab-pane {
            padding: 20px 0
        }

    .product-page .product-options-table table td, .product-page .product-options-table table td.qty, .product-page .product-options-table table th {
        padding-left: 15px;
        padding-right: 15px
    }

    .product-options-detail .add-cart {
        display: block;
        float: none;
        margin: 20px 0 0;
        min-width: inherit
    }

    #car-bottom {
        margin-bottom: 0
    }

    #checkoutsteps {
        margin-bottom: 40px
    }

    .login .new-costumers {
        padding: 0 0 40px
    }

    .map-box .contact-info {
        margin-bottom: 20px;
        padding: 0;
        position: relative;
        top: 0
    }

    .box-404 {
        border-radius: 150px;
        height: 300px;
        margin: 0 auto 40px;
        padding: 75px 0 0;
        width: 300px
    }


        .box-404 h1 {
            font-size: 120px
        }

    .list-images {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px
    }

        .list-images > .col-md-4 {
            display: inline-block;
            margin: 0 0 20px;
            text-align: left;
            width: 170px
        }

    .gallery .images-box {
        text-align: center
    }

    .gallery-images {
        display: inline-block
    }

    #footer .phone .title {
        display: block
    }

    .gallery-images .bg-images {
        text-align: left
    }

    .year-regulator .layout-slider {
        width: 240px
    }

    .work-one .description {
        margin-bottom: 15px
    }

    .work-box + .work-box {
        margin-top: 40px
    }

    .employee {
        max-width: 300px
    }

    .employee-single {
        width: 100%
    }

        .employee-single .images-box {
            display: block;
            max-width: 430px
        }

            .employee-single .images-box.pull-right {
                float: right;
                margin: 0 0 10px 20px
            }

    .respond-carousel .carousel [class*=span] {
        margin-left: 2px;
        margin-right: 2px
    }


    #count-down .county-days-wrapper, #count-down .county-hours-wrapper, #count-down .county-minutes-wrapper, #count-down .county-seconds-wrapper {
        height: 80px
    }

    .page-404-promo #main .title h1 {
        font-size: 120px
    }

    .page-404-promo #main .content .back-home {
        padding: 10px 20px 10px 10px
    }

    .timeline:before {
        left: 20px
    }

    .timeline .post, .timeline .post:nth-child(even) {
        margin: 0;
        padding: 0 0 30px 60px;
        width: 100%
    }

        .timeline .post .timeline-time, .timeline .post:nth-child(even) .timeline-time {
            left: 0;
            margin: 0 0 5px;
            position: relative;
            right: 0;
            text-align: left
        }

        .timeline .post .timeline-icon {
            left: 0;
            margin: 22px 0 0
        }

        .timeline .post .timeline-content:before, .timeline .post:nth-child(even) .timeline-content:before {
            border: 15px solid transparent;
            border-right-color: #f5f5f5;
            left: -30px;
            right: auto
        }

        .timeline .post .timeline-content:after, .timeline .post:nth-child(even) .timeline-content:after {
            border: 14px solid transparent;
            border-right-color: #fff;
            left: -28px;
            right: auto
        }

        .timeline .post .timeline-content.bg:before, .timeline .post .timeline-content.border:before {
            border: 15px solid transparent;
            border-right-color: #f5f5f5
        }

        .timeline .post .timeline-content.bg-danger:before, .timeline .post .timeline-content.border-danger:before, .timeline .post:nth-child(even) .timeline-content.bg-danger:before, .timeline .post:nth-child(even) .timeline-content.border-danger:before {
            border-right-color: #c10841
        }

        .timeline .post .timeline-content.bg-warning:before, .timeline .post .timeline-content.border-warning:before, .timeline .post:nth-child(even) .timeline-content.bg-warning:before, .timeline .post:nth-child(even) .timeline-content.border-warning:before {
            border-right-color: #f89406
        }

        .timeline .post .timeline-content.bg-info:before, .timeline .post .timeline-content.border-info:before, .timeline .post:nth-child(even) .timeline-content.bg-info:before, .timeline .post:nth-child(even) .timeline-content.border-info:before {
            border-right-color: #0098ca
        }

        .timeline .post .timeline-content.bg-success:before, .timeline .post .timeline-content.border-success:before, .timeline .post:nth-child(even) .timeline-content.bg-success:before, .timeline .post:nth-child(even) .timeline-content.border-success:before {
            border-right-color: #738d00
        }

        .timeline .post .timeline-content.bg-primary:before, .timeline .post .timeline-content.border-primary:before, .timeline .post:nth-child(even) .timeline-content.bg-primary:before, .timeline .post:nth-child(even) .timeline-content.border-primary:before {
            border-right-color: #428bca
        }

        .timeline .post .timeline-content .entry-content img {
            width: 100%
        }

    #footer, #footer .sidebar {
        margin-top: 0
    }

        #footer .footer-top {
            padding-bottom: 0
        }

            #footer .footer-top .col-md-3 {
                margin-bottom: 36px;
                overflow: hidden
            }

        #footer .footer-bottom .copyright {
            padding: 17px 0;
            text-align: center
        }

        #footer .address, #footer .phone {
            float: left;
            margin-bottom: 29px;
            width: 48%
        }

        #footer .address {
            float: right
        }

        #footer .up {
            float: none;
            margin: 0 auto
        }

    #count-down {
        text-align: center
    }

        #count-down .county-days, #count-down .county-hours, #count-down .county-minutes, #count-down .county-seconds {
            line-height: 80px;
            font-size: 30px
        }
}

#cboxContent, #cboxLoadedContent, #cboxWrapper, #colorbox {
    box-sizing: content-box
}

#cboxTitle, .back-top, .bosmesaj, .kapat, .mesajdiv, .sort-box {
    text-align: center
}

@media (max-width:480px) {
    div.jp-audio div.jp-type-playlist div.jp-interface {
        height: 100px
    }

    .header .search-form .search-submit, .search-active .close {
        top: 8px
    }

    div.jp-audio ul.jp-controls {
        padding-left: 10px;
        padding-right: 10px
    }

        div.jp-audio ul.jp-controls li:nth-child(6) {
            clear: left
        }

    div.jp-audio div.jp-type-playlist div.jp-progress, div.jp-audio div.jp-type-playlist div.jp-time-holder {
        left: 156px
    }

    div.jp-audio div.jp-type-playlist a.jp-mute, div.jp-audio div.jp-type-playlist a.jp-unmute {
        margin-left: 0
    }

    div.jp-audio div.jp-volume-bar {
        top: 77px;
        left: 29px
    }

    div.jp-audio .jp-type-playlist ul.jp-toggles {
        left: 114px;
        top: 71px
    }
}

.touch-device #footer .up:hover {
    background: #c6c6c6
}

.touch-device .work:hover .work-title {
    bottom: 37px;
    color: #fff
}

.touch-device.fixed-header .page-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
    -webkit-transition: none !important;
    transition: none !important
}

.touch-device.boxed.fixed-header .header, .touch-device.boxed.fixed-header.fixed .header, .touch-device.fixed-header .header, .touch-device.hidden-top.visible-top .header {
    box-shadow: none;
    position: static;
    top: inherit;
    -webkit-backface-visibility: inherit;
    -webkit-transform: inherit
}

.touch-device.hidden-top {
    -webkit-transition: all 0 linear;
    transition: all 0 linear
}

    .touch-device.hidden-top .page-box, .touch-device.hidden-top.visible-top .page-box {
        padding-top: 0
    }

    .touch-device.boxed.fixed-header.fixed-top #top-box, .touch-device.boxed.fixed-header.fixed-top.fixed #top-box, .touch-device.boxed.hidden-top #top-box, .touch-device.fixed-top #top-box, .touch-device.hidden-top #top-box {
        margin-top: 0;
        margin-bottom: 0;
        position: static
    }

    .touch-device.boxed.hidden-top .header, .touch-device.hidden-top .header {
        margin-top: 0;
        position: inherit;
        top: 0
    }

.boxed.fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top.fixed #top-box {
    margin-top: 0;
    margin-bottom: 0;
    position: static
}

.touch-device .carousel-box .next:hover, .touch-device .carousel-box .prev:hover {
    background-color: #ccc;
    color: #fbfbfb
}

    .touch-device .carousel-box .next:hover polygon, .touch-device .carousel-box .prev:hover polygon {
        fill: #fbfbfb
    }

.touch-device .slider .slider-nav .next, .touch-device .slider .slider-nav .prev {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible
}

    .touch-device .slider .slider-nav .next:hover, .touch-device .slider .slider-nav .prev:hover {
        background-color: #fff;
        background-color: rgba(255,255,255,.1);
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible
    }

        .touch-device .slider .slider-nav .next:hover polygon, .touch-device .slider .slider-nav .prev:hover polygon {
            fill: #838383
        }

.touch-device .switches a:hover {
    background: #fff;
    background: rgba(255,255,255,.1)
}

.touch-device .switches a.selected {
    background: #fff;
    background: rgba(255,255,255,.5)
}

.touch-device .panel-group .panel .panel-heading > .panel-title > a:hover, .touch-device .panel-group .panel-default .panel-heading > .panel-title > a:hover {
    background-color: #f2f2f2
}

.touch-device .panel-group .panel-primary .panel-heading > .panel-title > a:hover {
    background-color: #037ac5
}

.touch-device .panel-group .panel-mor .panel-heading > .panel-title > a:hover {
    background-color: #701f7e
}

.touch-device .panel-group .panel-success .panel-heading > .panel-title > a:hover {
    background-color: #738d00
}

.touch-device .panel-group .panel-info .panel-heading > .panel-title > a:hover {
    background-color: #0098ca
}

.touch-device .panel-group .panel-warning .panel-heading > .panel-title > a:hover {
    background-color: #f89406
}

.touch-device .panel-group .panel-danger .panel-heading > .panel-title > a:hover {
    background-color: #c10841
}

.touch-device .filter-buttons a:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.touch-device .gallery-images:hover > .bg-images {
    background: 0 0
}

.touch-device .post.carousel .carousel-box .next, .touch-device .post.carousel .carousel-box .prev {
    display: none !important
}

.fancybox-margin .touch-device.fixed-header #top-box, .fancybox-margin .touch-device.fixed-header .header {
    left: 0
}

.touch-device .fancybox-wrap {
    position: fixed !important;
    -webkit-overflow-scrolling: touch !important;
    top: 20px !important
}

.font8 {
    font-size: 8px !important
}

.font9 {
    font-size: 9px !important
}

.font10 {
    font-size: 10px !important
}

.font11 {
    font-size: 11px !important
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font16 {
    font-size: 16px !important
}

.font18 {
    font-size: 18px !important
}

.font20 {
    font-size: 20px !important
}

.font22 {
    font-size: 22px !important
}

.font24 {
    font-size: 24px !important
}

.font26 {
    font-size: 26px !important
}

.font28 {
    font-size: 28px !important
}

.font50 {
    font-size: 50px !important;
    line-height: 50px
}

.padding3 {
    padding: 3px
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px !important
}

.padding15 {
    padding: 15px !important
}

.padding20 {
    padding: 20px !important
}

.padding-bot20 {
    padding-bottom: 20px
}

.padding-bot10 {
    padding-bottom: 10px
}

.paddingleft5 {
    padding-left: 5px
}

.paddingright5 {
    padding-right: 5px
}

.bosmesaj {
    padding-top: 90px;
    padding-bottom: 90px;
    font-size: 22px;
    color: #ccc
}

.sort-box, .sort-box a {
    color: #fff
}

.menuicon {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
    margin: 9px 0 0 15px
}

.border-right {
    border-right: 1px solid #f5f5f5
}

.border-left {
    border-left: 1px solid #f5f5f5
}

.border-top {
    border-top: 1px solid #f5f5f5
}

.border-bottom {
    border-bottom: 1px solid #f5f5f5
}

.border-red {
    border-color: #c10841
}

.border-blue {
    border-color: #0098ca
}

.border-orange {
    border-color: #f89406
}

.border-green {
    border-color: #738d00
}

.border-white {
    border-color: #fff
}

.border-gray {
    border-color: #666
}

.border-light {
    border-color: #ccc
}

.menufiltre {
    display: block;
    margin: 4px 0;
    border-bottom: 1px solid #f5f5f5
}

.block {
    display: block !important;
    overflow: hidden
}

.inline-block {
    display: inline-block !important
}

.sidebarmenu .widget {
    padding: 20px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    margin: 0 0 10px
}

.mesajdiv, .urunsecdiv {
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.9);
    box-shadow: 0 0 12px rgba(0,0,0,.9)
}

.sidebarmenu .widget.menu a .item-new {
    background: #037ac5;
    border-radius: 3px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: .01em;
    padding: 4px 5px;
    text-transform: uppercase
}

.sort-box {
    background-color: #ccc;
    padding: 2px 7px 3px;
    border-radius: 2px;
    display: block;
    float: left;
    height: 24px;
    margin: 0 5px 20px 0
}

    .sort-box.active {
        background-color: rgba(3,122,197,.7)
    }

.sort-by a {
    min-width: 135px
}

.widget .section table {
    margin-left: 10px
}

    .widget .section table td {
        padding-bottom: 5px
    }

input[type=checkbox]:not(.chkduz) {
    display: none
}

.checkbox + label, input[type=checkbox] + label {
    min-height: 18px;
    display: block;
    line-height: 1;
    position: relative;
    padding-left: 22px;
    padding-top: 1px;
    cursor: pointer
}

    .checkbox + label span, input[type=checkbox] + label span {
        color: #f4f4f4;
        padding-left: 5px;
        font-size: 12px
    }

.checkbox:checked + label:after, input[type=checkbox]:checked + label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
    content: "\f00c";
    left: 2px;
    color: #c10841;
    z-index: 1;
    font-size: 14px;
    top: 0
}

.checkbox + label:before, input[type=checkbox] + label:before {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-webkit-radius: 3px;
    zoom: 1;
    z-index: 1;
    border: 2px solid #bfbfbf;
    left: 0;
    top: 0;
    background-color: #fff
}

.checkbox + label:after, .checkbox + label:before, input[type=checkbox] + label:after, input[type=checkbox] + label:before {
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: absolute
}

.bigcheck input[type=checkbox] + label:after, .bigcheck input[type=checkbox] + label:before, .checkbox.bigcheck + label:after, .checkbox.bigcheck + label:before, input[type=checkbox].bigcheck + label:after, input[type=checkbox].bigcheck + label:before {
    width: 20px;
    height: 20px
}

.bigcheck input[type=checkbox]:checked + label:after, .checkbox.bigcheck:checked + label:after, input[type=checkbox].bigcheck:checked + label:after {
    left: 2px;
    font-size: 22px;
    top: -2px
}

.checkbox.bigcheck label {
    line-height: 20px
}

.checkbox.xxlcheck + label:after, .checkbox.xxlcheck + label:before, .xxlcheck input[type=checkbox] + label:after, .xxlcheck input[type=checkbox] + label:before, input[type=checkbox].xxlcheck + label:after, input[type=checkbox].xxlcheck + label:before {
    width: 30px;
    height: 30px
}

.checkbox.xxlcheck:checked + label:after, .xxlcheck input[type=checkbox]:checked + label:after, input[type=checkbox].xxlcheck:checked + label:after {
    left: 2px;
    font-size: 30px;
    top: -2px
}

.checkbox.xxlcheck label {
    padding-left: 35px;
    line-height: 30px
}

input[type=radio] {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    vertical-align: top
}

    input[type=radio].bigradio {
        height: 24px;
        width: 24px
    }

    input[type=radio]:not(.radioduz) {
        display: none
    }

    input[type=radio] + label {
        min-height: 18px;
        display: block;
        position: relative;
        padding-left: 25px;
        padding-top: 1px;
        cursor: pointer;
        line-height: 1
    }

        input[type=radio] + label span {
            color: #7f7f7f;
            padding-left: 5px;
            font-size: 12px
        }

    input[type=radio]:checked + label:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0,0);
        content: "\f00c";
        left: 2px;
        color: #c10841;
        z-index: 1;
        font-size: 18px;
        top: 0
    }

.actions div span.count, .bold, .kapat {
    font-weight: 700
}

input[type=radio] + label:before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    z-index: 1;
    border: 2px solid #bfbfbf;
    left: 0;
    top: 0;
    background-color: #fff
}

input[type=radio] + label:after, input[type=radio] + label:before {
    width: 19px;
    height: 19px;
    content: '';
    display: inline-block;
    position: absolute
}

.scrolldiv {
    max-height: 235px;
    overflow: auto
}

    .scrolldiv::-webkit-scrollbar-track {
        width: 16px;
        border-radius: 10px;
        background-color: #eee
    }

    .scrolldiv::-webkit-scrollbar-thumb:hover {
        background-color: #56b3f5
    }

@media screen and (min-width:0px) and (max-width:992px) {
    .scrolldiv {
        overflow: hidden
    }

        .scrolldiv:hover {
            overflow: auto
        }

        .scrolldiv::-webkit-scrollbar-track {
            width: 4px
        }
}

.scrolldiv::-webkit-scrollbar {
    width: 12px;
    padding: 0;
    background-color: #FFF
}

@media screen and (min-width:0px) and (max-width:992px) {
    .scrolldiv::-webkit-scrollbar {
        width: 2px
    }
}

.scrolldiv::-webkit-scrollbar-thumb {
    margin: 3px;
    border-radius: 10px;
    background-color: #ccc
}

.eklediv, .mesajdiv {
    margin: 20px;
    font-size: 16px;
    z-index: 9999
}

.breadcrumb .fa {
    padding-right: 3px;
    padding-left: 5px;
    font-size: 16px;
    vertical-align: top
}

.footerweb a {
    padding: 5px
}

.mesajdiv {
    max-width: 100%;
    width: 100%;
    background-color: #575757;
    color: #fff;
    display: none;
    position: absolute;
    padding: 20px 40px
}

.bg-gray, .bg-green, .bg-orange, .bg-red {
    color: #FFF !important
}

.urunsecdiv {
    max-width: 400px;
    z-index: 9999;
    background-color: #ededed;
    position: absolute;
    border: 1px solid #d2d9dc;
    padding: 8px;
    -webkit-border-radius: .6em;
    border-radius: .6em
}

.form-box img {
    margin-bottom: 20px
}

.bg-red {
    background-color: #c10841
}

.bg-orange {
    background-color: #f89406
}

.bg-green {
    background-color: #738d00
}

.bg-gray {
    background-color: #424242
}

.bg-light-gray {
    background-color: rgba(0,0,0,.1);
    color: #333 !important
}

.bg-dark-gray {
    background-color: rgba(0,0,0,.7);
    color: #FFF !important
}

.bg-light {
    background-color: #e1e1e1;
    color: #333 !important
}

.bg-blue {
    background-color: #037ac5;
    color: #fff !important
}

.bg-soft-info {
    background-color: rgba(0,152,202,.06) !important;
    color: #333
}

.bg-soft-warning {
    background-color: rgba(248,148,6,.06) !important;
    color: #333
}

.bg-soft-success {
    background-color: rgba(115,141,0,.06) !important;
    color: #333
}

.bg-soft-danger {
    background-color: rgba(193,8,65,.06) !important;
    color: #333
}

.bg-soft-info .title {
    color: #0098ca
}

.bg-soft-warning .title {
    color: #f89406
}

.bg-soft-success .title {
    color: #738d00
}

.bg-soft-danger .title {
    color: #c10841
}

.c-blue {
    color: #037ac5
}

.c-navy-blue {
    color: navy
}

.c-green {
    color: #738d00
}

.c-orange {
    color: #f89406
}

.c-red {
    color: #ec1b23;
    font-weight: bold;
}
.cr2 {
    color: #0a41a8;
    font-weight: bold;
    border-bottom: 1px solid #bbb;

}

.c-purple {
    color: purple
}

.c-purple2 {
    color: #480048
}

.c-black {
    color: #000
}

.c-white {
    color: #fff
}

.c-gray {
    color: #555
}

.c-light {
    color: #ccc
}

.c-sk {
    color: #652A71
}

.c-begie {
    color: #f0e4bb
}

.c-orange2 !important {
    color: #ff6c00
}

.c-indigo {
    color: #3949AB;
}

.gizle {
    display: none !important
}

.unvisible {
    visibility: hidden
}

.pnlfiyatlar {
    display: block;
    padding-top: 5px
}

.product-page .pnlfiyatlar {
    padding: 5px 15px;
    background-color: #f7f7f7;
    box-shadow: 0 0 2px rgba(0,0,0,.05);
    border-radius: 3px
}

.list .product .pnlfiyatlar {
    padding: 5px 20px;
    background-color: #f7f7f7;
    border-radius: 5px
}

.strikeout {
    position: relative
}

    .strikeout:before {
        opacity: .7;
        position: absolute;
        content: "";
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid #db3932;
        -webkit-transform: rotate(-4deg);
        -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
        -o-transform: rotate(-4deg);
        transform: rotate(-4deg)
    }

.eklediv {
    max-width: 450px;
    color: #333;
    display: none;
    position: absolute;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.9);
    box-shadow: 0 0 12px rgba(0,0,0,.9);
    padding: 20px 40px
}

.kapat {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -32px;
    margin-right: -52px;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    border: 2px solid #e1e1e1;
    text-shadow: 0 1px 0 #FFF;
    display: inline-block
}

.btn .fa {
    margin-right: 5px
}

.margin-top0 {
    margin-top: 0
}

.margin-top5 {
    margin-top: 5px
}

.margin-top1 {
    margin-top: 1px
}

.margin-top10 {
    margin-top: 10px
}

.margin-top15 {
    margin-top: 15px
}

.margin-top20 {
    margin-top: 20px
}

.margin-top30 {
    margin-top: 30px
}

.margin-top50 {
    margin-top: 50px
}

.margin-top100 {
    margin-top: 100px
}

.margin-left5 {
    margin-left: 5px !important
}

.margin-left10 {
    margin-left: 10px !important
}

.margin-right5 {
    margin-right: 5px !important
}

.margin-right10 {
    margin-right: 10px !important
}

.margin-left20 {
    margin-left: 20px
}

.margin-bot0 {
    margin-bottom: 0 !important
}

.margin-bot5 {
    margin-bottom: 5px
}

.margin-bot8 {
    margin-bottom: 8px
}

.margin-bot10 {
    margin-bottom: 10px
}

.margin-bot20 {
    margin-bottom: 20px
}

.margin-bot30 {
    margin-bottom: 30px
}

.margin-bot40 {
    margin-bottom: 40px
}

.margin-bot50 {
    margin-bottom: 50px
}

.marginleft5 {
    margin-left: 5px
}

.marginright5 {
    margin-right: 5px
}

.padding-top10 {
    padding-top: 10px !important
}

.padding-top20 {
    padding-top: 20px
}

.padding-top30 {
    padding-top: 30px
}

.padding-top50 {
    padding-top: 50px
}

.padding-left10 {
    padding-left: 10px
}

.padding-left20 {
    padding-left: 20px
}

.padding-right10 {
    padding-right: 10px
}

.LblBirim {
    line-height: 54px
}

.decoration {
    background-color: #dedede;
    height: 2px;
    background-repeat: repeat;
    border-bottom: solid 1px #FFF;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
    width: 100%;
    clear: both
}

.actions div span.count {
    color: #c10841;
    font-size: 12px;
    position: absolute;
    margin-left: -19px;
    margin-top: 3px
}

.btn .count {
    line-height: 15px;
    display: inline-block;
    padding: 0 5px;
    margin-left: 5px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px;
    color: #7f7f7f;
    vertical-align: super
}

.cboxIframe, .cboxPhoto {
    border: 0;
    display: block
}

.shopping-cart-table .btn .count {
    position: relative;
    top: -10px;
    width: 30px;
    font-weight: 700;
    margin-left: -35px;
    background-color: transparent;
    color: #037ac5
}

.shopping-cart-table .btn.hediye .count {
    top: -2px;
    width: 25px;
    margin-left: -33px;
    background-color: #fff;
    color: #c10841
}

#cboxCurrent, #cboxTitle {
    color: #949494;
    position: absolute
}

.product-summary {
    margin-top: 20px
}

    .product-summary .title-box {
        margin-top: 0
    }

    .product-summary .title {
        padding-top: 0;
        margin-bottom: 0;
        color: #555
    }

    .product-summary .title-box .title small {
        display: block;
        margin-top: 10px
    }

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    box-sizing: content-box
}

#cboxWrapper {
    max-width: none;
    padding: 10px;
    background-color: #fff
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .2;
    filter: alpha(opacity=20)
}

.flatbutton:hover, .hero, .hoverefect:hover {
    opacity: .9
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative;
    background: #fff;
    overflow: hidden
}

#cboxTitle {
    margin: 0;
    top: 4px;
    left: 0;
    width: 100%
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    float: left;
    margin: auto;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

#colorbox {
    outline: 0;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    padding: 10px;
    background-color: #fff
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-top: 28px
}

#cboxCurrent {
    top: 4px;
    left: 58px
}

#cboxLoadingOverlay {
    background: url(../img/loading_background.png) center center no-repeat
}

#cboxLoadingGraphic {
    background: url(../img/loading.gif) center center no-repeat
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxClose, #cboxNext, #cboxPrevious {
    top: 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    position: absolute
}

    #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
        outline: 0
    }

#cboxSlideshow {
    position: absolute;
    top: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    left: 0;
    background: url(../img/controls.png) -75px 0 no-repeat
}

    #cboxPrevious:hover {
        background-position: -75px -25px
    }

#cboxNext {
    left: 27px;
    background: url(../img/controls.png) -50px 0 no-repeat
}

    #cboxNext:hover {
        background-position: -50px -25px
    }

#cboxClose {
    right: 0;
    background: url(../img/controls.png) -25px 0 no-repeat
}

    #cboxClose:hover {
        background-position: -25px -25px
    }

.cboxIE #cboxBottomCenter, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight, .cboxIE #cboxTopCenter, .cboxIE #cboxTopLeft, .cboxIE #cboxTopRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)
}

.float-none, .floatnone, .product2 {
    float: none
}

.promosyon {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px
}

    .promosyon .limit-offer {
        border-radius: 3px;
        max-width: 180px
    }

    .promosyon .county-days-wrapper, .promosyon .county-hours-wrapper, .promosyon .county-minutes-wrapper, .promosyon .county-seconds-wrapper .limit-offer .county-days, .promosyon .county-hours, .promosyon .county-minutes, .promosyon .county-seconds, .promosyon .county-days, .promosyon .county-seconds-wrapper {
        font-size: 22px;
        height: 22px
    }

    .promosyon .limit-offer i {
        display: none
    }

    .promosyon .county-days-wrapper:before, .promosyon .county-hours-wrapper:before, .promosyon .county-minutes-wrapper:before {
        background: #fff;
        background: rgba(255,255,255,.4);
        content: "";
        display: block;
        height: 11px;
        position: absolute;
        right: 0;
        top: 5px
    }

    .promosyon img {
        margin-right: 10px;
        border-radius: 3px
    }

.btneklediv {
    margin-left: 20px
}

.autosearchdiv {
    border: 1px solid #ddd;
    overflow-x: auto;
    max-height: 218px;
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #fff
}

.ince {
    font-weight: 400
}

.border1 {
    border: 1px solid #f7f7f7
}

.fa {
    margin-right: 5px
}

.tab-pane#ozellikler ul {
    padding: 0 0 0 40px;
    list-style-type: disc
}

.box-shadow1 {
    box-shadow: 3px 3px 0 0 rgba(50,50,50,.5)
}

.chkduz {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom
}

.cursorpointer {
    cursor: pointer
}

.imgbekle {
    margin-right: 10px
}

label strong {
    display: block;
    margin-bottom: 5px
}

.table2 tr td {
    padding: 5px;
    border-bottom: 1px solid #fff
}

.padding0 {
    padding: 0 !important
}

.durum-1:before, .durum-6:before, .durum1:before, .durum44:before, .durumFalse:before, .durumbekle:before {
    content: "\f252";
    color: #c10841
}

.durum-3:before, .durumTrue:before, .durumok:before {
    content: "\f058";
    color: #738d00
}

.durum78:before {
    content: "\f057";
    color: #c10841
}

.color-1, .color-5, .color2, .color4 {
    color: #c10841
}

.color3, .color7 {
    color: #c10841;
    font-weight: 700
}

.color-6, .color-7, .color0, .color1 {
    color: #738d00
}

.color-2, .color-3, .color-4, .color-8 {
    color: #0098ca
}

.text-middle {
    vertical-align: middle
}

.nopadding {
    padding: 0
}

.nomargin {
    margin: 0
}

.sidebar .menu.kategoriler li:not(.active) a .count, .sidebar .widget header .title a .count {
    color: #7f7f7f;
    padding-left: 5px;
    font-size: 12px
}

.sidebar .widget header .title a {
    display: block;
    padding: 4px
}

.gesider, .kredikartlari, .para, .product2, .ssl {
    display: inline-block
}

.min-width160 {
    min-width: 160px
}

.img-thumbnail .fa-youtube-play {
    position: absolute;
    z-index: 99;
    top: 35%;
    color: #fff;
    font-size: 60px;
    left: 38.5%
}

.iframe-box, .product2 {
    overflow: hidden;
    position: relative
}

.img-thumbnail:hover .fa-youtube-play {
    color: #e52d27
}

.urunblog {
    min-height: 140px
}

.width100 {
    width: 100%
}

.timeline-icon .fa {
    margin-right: 0
}

.product2 {
    max-width: 295px;
    vertical-align: top;
    margin-bottom: 10px
}

.product-page .products-tab {
    font-size: 16px
}

.kredikartlari {
    background: url(../images/kredikartlari.png) 50% 50% no-repeat;
    width: 93px;
    height: 30px
}

.gesider {
    background: url(../images/gesider.png) 50% 50% no-repeat;
    width: 96px;
    height: 20px;
    margin-right: 5px
}

.ssl {
    background: url(../images/rapid-ssl.png) 50% 50% no-repeat;
    width: 112px;
    height: 50px;
    margin-left: 5px
}

.regulator .fa {
    margin: 0
}

.vertical-super {
    vertical-align: super
}

.iframe-box {
    height: 0;
    margin-bottom: 22px;
    padding-bottom: 56.25%
}

.absolute, .urun-destek-icon {
    position: absolute
}

.iframe-box iframe {
    height: 150%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.c-folder {
    color: #ebce54
}

.arama-text {
    color: #ccc;
    border: 2px solid #b0b0b0;
    border-radius: 3px;
    padding: 8px 80px 8px 10px;
    background: #fff;
    margin-left: 25rem;
}

.color-palette {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px
}

.zindex1 {
    z-index: 1
}

.zindex2 {
    z-index: 2
}

.para {
    text-align: left;
    width: 30px
}

.back-top, .calisanlar .calisan.yonetici .yetkibutonlar, .calisanlar .uyedurum0 .yetkibutonlar a:first-child {
    display: none
}

.background-transparan {
    background: rgba(255,255,255,.5)
}

.calisanlar .calisan {
    background-color: #f2f2f2
}

.calisanlar .uyedurum0 .icon {
    background-color: #fff;
    color: #ccc
}

.calisanlar .uyedurum1 .calisan.personel .icon {
    background-color: #fff;
    color: #037ac5
}

.calisanlar .calisan.yonetici .icon {
    background-color: #fff;
    color: #c10841
}

.back-top {
    background: #c6c6c6;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: fixed;
    bottom: 20%;
    right: 3%;
    z-index: 99
}

.urunpuan, .urunsepeteekle .badge {
    position: absolute;
    text-align: center
}

.back-top:hover {
    background: #037ac5;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.back-top .glyphicon {
    color: #fff;
    margin: 14px 0 0 -.5px;
    vertical-align: top
}

.form-control label {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.header-banner .breadcrumb-box {
    margin-top: 22px
}

.urunpuan {
    font-size: 12px;
    z-index: 2;
    margin: 2px;
    line-height: 14px;
    padding: 12px 10px 10px;
    height: 54px;
    border: 1px solid #f5f5f5;
    color: #fff;
    background: #738d00
}

    .label-big, .urunpuan b {
        font-size: 14px
    }

.product.hover .urunpuan, .urunsepeteekle .badge {
    border: 1px solid #e1e1e1
}

.grid .urunpuan {
    top: 202px;
    left: 0
}

.list .urunpuan {
    bottom: 0;
    right: 5px
}

.urunsepeteekle .badge {
    top: -10px;
    left: 4px;
    background: #fff;
    color: #037ac5;
    min-width: 45px
}

.bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7, .bg8, .flatbutton:hover, .label-big {
    color: #fff
}

.product-page .general-img .urunpuan {
    bottom: 0;
    left: 0
}

.input-group-btn-vertical > .btn {
    padding: 9px
}

@media (min-width:600px) and (max-width:767px) {
    .col-xxs-6 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
        float: left
    }
}

.hero, .hero:after {
    position: absolute
}

.label-big {
    padding: 5px 10px
}

.pnldovizkurlari {
    float: right;
    text-align: right;
    padding-right: 0;
    margin-bottom: 10px
}

.flatbutton, .hero {
    text-align: center
}

.big-icon .fa {
    margin: 0
}

.flatbutton {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    display: block
}

.bg1 {
    background-color: #f44336
}

.bg2 {
    background-color: #e91e63
}

.bg3 {
    background-color: #9c27b0
}

.bg4 {
    background-color: #3f51b5
}

.bg5 {
    background-color: #03a9f4
}

.bg6 {
    background-color: #00bcd4
}

.bg7 {
    background-color: #8bc34a
}

.bg8 {
    background-color: #ffeb3b
}

.c8 {
    color: #ffeb3b
}

.banka-bg1 {
    background-color: purple
}

.banka-bg2 {
    background-color: #c10841
}

.banka-bg3 {
    background-color: #738d00
}

.banka-bg4 {
    background-color: #037ac5
}

.banka-bg5 {
    background-color: #00dcff
}

.banka-bg6 {
    background-color: #ca0077
}

.hero {
    z-index: 99;
    background-color: #c10841;
    padding: 15px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    color: #fff;
    font-size: 15px;
    right: 15%;
    top: 55px
}

    .hero:hover {
        color: #fff;
        opacity: 1
    }

    .hero:after {
        z-index: 100;
        bottom: 100%;
        right: 35px;
        margin-left: -10px;
        content: '';
        width: 0;
        height: 0;
        border-bottom: solid 10px #c10841;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent
    }

.ui-autocomplete li a i, .ui-autocomplete li a img {
    width: 45px;
    float: left;
    margin-right: 10px
}

.ui-autocomplete li a i {
    text-align: center;
    font-size: 24px;
    line-height: inherit
}

.ui-autocomplete li a {
    display: block;
    border-bottom: 1px #f5f5f5 solid;
    clear: both;
    min-height: 52px
}

    .ui-autocomplete li a div {
        font-size: 12px;
        display: block;
        padding-left: 55px
    }

.ui-autocomplete li:last-child {
    border-bottom: 0;
    background-color: #f5f5f5
}

.scrollable-menu {
    height: auto;
    max-height: 450px;
    overflow-x: hidden
}

.ui-autocomplete {
    padding: 10px
}

.border-solid {
    border-style: solid
}

.alignmiddle {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px
}

.ui-menu .ui-menu-item {
    padding: 3px 10px 2px
}

.parakdv {
    width: 50px;
    text-align: left;
    display: inline-block
}

.bold label {
    font-weight: 700
}

.selectarrownone {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: .01px
}

.aligncenter, th {
    text-align: center
}

.carousel-box.load .carousel > a + a, .carousel-box.load .carousel > div + div, .scroll-width, .year-regulator .layout-slider input[type=slider] {
    visibility: hidden
}

.sitemap a:before, .toolbar .up-down {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0)
}

.progress.progress-lg {
    height: 40px;
}

    .progress.progress-lg .progress-bar > .progress-type {
        line-height: 40px;
    }

.progress.progress-sm {
    height: 20px;
}

    .progress.progress-sm .progress-bar > .progress-type {
        line-height: 20px;
    }

.table.hedefler .satir1 > td, .table.hedefler .satir1 > th {
    border-top-width: 3px;
    padding-bottom: 1px;
}

.table.hedefler .satir2 > td, .table.hedefler .satir2 > th {
    border-top-width: 0px;
    padding-top: 1px;
}

.table.hedefler .satir3 > td, .table.hedefler .satir3 > th {
    font-weight: bold;
}

.progress {
    min-width: 90px;
    border-radius: 25px;
}

.filtresp {
    color: #7f7f7f;
    padding-left: 5px;
    font-size: 12px;
}

.text-old {
    text-decoration: line-through;
}

.grid .anaurungrubu {
    position: absolute;
    top: 222px;
    right: 35px;
    z-index: 1;
}

.list .anaurungrubu {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 1;
}

.ahmet {
    background-color: red;
}

/*bannerlar*/

.slide-mb img {
    display: none
}

.slide-nt img {
    display: none
}

@media (max-width:1366px) {
    .slide-ms img {
        display: none
    }

    .slide-nt img {
        display: inherit
    }
}

@media (max-width:991px) {
    .slide-ms img {
        display: none
    }

    .slide-nt img {
        display: none
    }

    .slide-mb img {
        display: inherit
    }
}

 #page h1.title {
        text-align: center;
        font-size: 40px;
        margin-bottom: 15px;
        color: black;
        padding: 10px 20px;
    }
    .contact-info {

        font-size: 16px;
         font-family: -webkit-body;
          margin-top: 16px;

    }

    .contact-header {


        font-size: 23px;
    }

    .about-photo {
        margin-top: 90px;
    }
    @import url(https://fonts.googleapis.com/css?family=Dosis:300|Lato:300,400,600,700|Roboto+Condensed:300,700|Open+Sans+Condensed:300,600|Open+Sans:400,300,600,700|Maven+Pro:400,700);
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: black;
}

body {

  font-size: 16px;
  color: black;
  font-smoothing: antialiased;

}

a {
  color: #BBB;
}

.contentt:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-color: black;
  background-image: url("http://ultraimg.com/images/Ho6hQWs.jpg") ;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.contentt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 540px;
  height: 540px;
  background-color: rgba(10, 10, 10, 0.5);
  margin: auto auto;
  padding: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}
.contentt .title {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  padding-bottom: 30px;
}
.contentt input {
  width: 100%;
  font-size: 1.2rem;
  font-family: "Open Sans";
  margin: 10px 0px;
  border: none;
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contentt input[type=checkbox] {
  display: none;
}
.contentt label {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-left: 5px;
  margin-right: 10px;
  top: 5px;
}
.contentt label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  -moz-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
}
.contentt input[type="checkbox"]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: Black;
  text-align: center;
  line-height: 20px;
}
.contentt span {
  font-size: 0.9rem;
}
.contentt button {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color: #66A756;
  color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contentt button.bayi-ol {
  width: 100%;
  font-size: 1.1rem;
  padding: 10px;
  margin: 20px 0px;
  background-color: #1200ff;
  color: White;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contentt .social {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.contentt .social span {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 20px;
}
.contentt .social span:before, .content .social span:after {
  content: '';
  display: block;
  width: 500px;
  position: absolute;
  top: 0.9em;
  border-top: 1px solid White;
}
.contentt .social span:before {
  right: 75%;
}
.contentt .social span:after {
  left: 75%;
}
.contentt .buttons {
  width: 100%;
  margin: 30px 0px;
}
.contentt .buttons button {
  float: left;
  width: 30%;
  margin: 0px 1.5%;
}
.contentt .buttons button i {
  padding-right: 7px;
}
.contentt .buttons button.facebook {
  background-color: #4464B2;
}
.contentt .buttons button.twitter {
  background-color: #28A9E0;
}
.contentt .buttons button.google {
  background-color: #DA4735;
}
.contentt .buttons:after {
  content: "";
  display: block;
  clear: both;
}
.contentt .already {
  text-align: center;
  font-size: 0.9rem;
}
.fuk2{
    width: 24.7% !important;
}
.fuk {
    padding: 5px 17px;
}

.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover > .sub {
    background: #fff;
}

.page-top.breadcrumbs-top {
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.breadcrumb > .active {
    color: #6a85a4;
}

.breadcrumb > li > a {
    color: #6a85a4;
}

.slick-arrow {
    z-index: 1 !important;
}



.header .header-wrapper .primary .navbar {
	background: 0 0;
	border: 0;
	margin: 0;
	min-height: 44px
}
@media (max-width:600px) {
	.header .header-wrapper .primary .navbar .btn-navbar {
		padding-left: 5px;
		padding-right: 5px
	}
}
.header .header-wrapper .primary .navbar .navbar-collapse {
	padding: 0;
	position: relative
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav {
	margin: 0;
	position: relative
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent {
	position: relative
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li {
	padding: 12px 3px 0;
	position: relative
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #1e1e1e;
	line-height: 20px;
	padding: 11px;
	position: static;
	text-shadow: none;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	z-index: 91
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.selected>a {
	color: #777
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a {
	background: #fff;
	border-color: #ccc;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
	background: #fff;
	border-bottom-color: transparent;
	border-radius: 3px 3px 0 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent>a:after {
	background: 0 0;
	bottom: 0;
	content: "";
	display: none;
	height: 12px;
	left: 4px;
	margin: 0 0 -6px;
	position: absolute;
	right: 4px;
	-webkit-transition: background .5s linear;
	transition: background .5s linear;
	z-index: 96
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
	background: #fff;
	display: block;
	-webkit-transition: background .1s linear;
	transition: background .1s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu {
	overflow: hidden;
	position: static
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu>a {
	position: relative
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.megamenu:hover>a:after {
	left: 0;
	right: 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent .parent>a:after {
	content: "\f105";
	font-weight: 400;
	display: block;
	line-height: 1;
	position: absolute;
	right: -10px;
	top: 6px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a>i {
	margin-right: 4px;
	opacity: .8;
	filter: alpha(opacity=80);
	text-align: center
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-new {
	background: #037ac5;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .01em;
	padding: 4px 5px;
	position: absolute;
	right: 19px;
	top: 1px;
	text-transform: uppercase
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
	border: 5px solid transparent;
	border-right-color: #037ac5;
	bottom: -5px;
	content: "";
	display: block;
	position: absolute;
	right: 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-info:before {
	border-right-color: #0098ca
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-success:before {
	border-right-color: #738d00
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-primary:before {
	border-right-color: #037ac5
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-warning:before {
	border-right-color: #f89406
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new.bg-danger:before {
	border-right-color: #c10841
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new {
	right: 14px;
	top: -12px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new {
	float: right;
	left: 0;
	position: relative;
	top: 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new {
	float: none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0 3px 3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	display: none;
	font-size: 13px;
	line-height: 24px;
	margin: -1px 0 0;
	padding: 15px 20px;
	position: absolute;
	z-index: 95
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
	font-size: 13px;
	line-height: 23px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li {
	line-height: 24px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box ul li {
	margin-right: 5px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box ul li a {
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box ul li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	color: #037ac5 !important
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a {
	color: #1e1e1e;
	text-decoration: none;
	width: 175px;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	color: #037ac5 !important;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li a {
	display: block
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .item-new:before, .header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent>a:after {
	display: none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
	left: 100%;
	top: 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .parent>a {
	background: 0 0 !important
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub .sub .sub {
	background: 0 0;
	border: 0;
	box-shadow: none;
	display: block;
	left: 0;
	padding: 0 0 0 10px;
	position: relative;
	-webkit-animation: fadeIn 0;
	animation: fadeIn 0
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
	font-size: 12px;
	line-height: 23px;
	margin: 0 0 3px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box p {
	margin: 0;
	line-height: 20px;
	font-style: italic
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
	border-radius: 3px;
	left: -140px;
	padding: 0;
	width: 980px;
	z-index: 90
}
.mainslider {
	padding-top: 19px
}
@media (min-width:992px) and (max-width:1199px) {
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
		margin: -1px 0 0 -37px;
		width: 970px
	}
	.mainslider {
		padding-top: 20px !important
	}
}
@media (max-width:991px) {
	.mainslider {
		padding-top: 0
	}
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub a {
	width: 100%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
	display: table;
	width: 100%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block {
	border-right: 1px solid #ccc;
	display: table-cell;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	width: 19%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block.text-left {
	text-align: left
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
	display: table-cell;
	padding: 10px 8px 5px;
	vertical-align: top;
	width: 100%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list a .menuimg {
	display: block;
	text-align: center
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list a img {
	max-width: 160px
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list+.promo-block {
	border-left: 1px solid #ccc;
	border-right: 0 none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.sizeozelmegamenu>.sub .box:nth-child(8), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.urunmegamenu>.sub .box:nth-child(5), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu:not(.urunmegamenu)>.sub .box:nth-child(4), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(10) {
	border-right: 0 !important
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.sizeozelmegamenu>.sub .box:nth-child(5), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(6), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(7), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(8), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(9) {
	border-bottom: 0 !important
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(2n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box:nth-child(3n+1) {
	clear: left
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .sub-list {
	width: 80%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box {
	clear: none;
	opacity: .8;
	filter: alpha(opacity=80);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box {
	clear: none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box:nth-child(3n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box:nth-child(4n+1) {
	clear: left
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .box, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .promo-block {
	width: 25%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.four-columns>.sub .sub-list {
	width: 75%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.four-columns>.sub .box {
	clear: none;
	width: 33%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box {
	clear: none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box:nth-child(5n+1), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns>.sub .box:nth-child(4n+1) {
	clear: left
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .box, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .promo-block {
	width: 20%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.five-columns>.sub .sub-list {
	width: 80%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.five-columns>.sub .box {
	clear: none;
	width: 25%
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav [class*=item-] .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li[class*=item-]:hover>a {
	box-shadow: none
}
.fixed-header .header .header-wrapper, .fixed-header.fixed .header-wrapper:only-child, .hidden-top.visible-top .header-wrapper:only-child, .top-fixed-box {
	box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-primary>a {
	color: #037ac5
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-success>a {
	color: #738d00
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-info>a {
	color: #0098ca
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-warning>a {
	color: #f89406
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.text-danger>a {
	color: #c10841
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent.item-bg:hover>a:after {
	display: none
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
	color: #fff
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
	background: #037ac5
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
	background: #738d00
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
	background: #0098ca
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
	background: #f89406
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
	background: #c10841
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a {
	background: #fff;
	color: #1e1e1e
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary:hover>a {
	border-color: #037ac5
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success:hover>a {
	border-color: #738d00
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info:hover>a {
	border-color: #0098ca
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning:hover>a {
	border-color: #f89406
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger:hover>a {
	border-color: #c10841
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg:hover a {
	color: #fff
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-primary.item-bg.parent:hover>.sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a {
	background: #037ac5
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-success.item-bg.parent:hover>.sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a {
	background: #738d00
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-info.item-bg.parent:hover>.sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a {
	background: #0098ca
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-warning.item-bg.parent:hover>.sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a {
	background: #f89406
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav .item-danger.item-bg.parent:hover>.sub, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a {
	background: #c10841
}
.header .header-wrapper .header-icons {
	float: right;
	margin-top: 30px;
	text-align: right
}
@media (max-width:991px) {
	.header .header-wrapper .header-icons {
		display: inline-block;
		float: none;
		margin: 0;
		vertical-align: top
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.duz li a {
		background: 0 0;
		color: #7f7f7f;
		padding: 4px 9px 4px 60px;
		text-decoration: none;
		width: auto !important
	}
}
@media (min-width:992px) {
	#top-box:not(.minimized-menu) .navbar-collapse {
		display: block !important;
		height: auto !important
	}
	.product.product-mini {
		max-width: 220px
	}
	h4.title {
		font-size: 18px
	}
	#top-box:not(.minimized-menu) .navbar-collapse.collapse {
		padding-bottom: 0;
		overflow: visible !important
	}
	.nav>li>a.home {
		padding: 5px !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box:not(.yarim) {
		min-height: 135px;
		float: left;
		padding: 10px 0 5px 5px;
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box.yarim {
		padding: 10px 0 5px 5px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box.cozum {
		width: 33%;
		float: left;
		padding: 5px 5px 0 15px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box2 {
		float: left;
		width: 20%;
		min-height: 250px;
		border-bottom: 1px solid #f5f5f5;
		border-right: 1px solid #f5f5f5
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box2:nth-child(6), .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box2:nth-child(7) {
		border-bottom: 0 !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box2:nth-child(4) {
		border-right: 0 !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box.yarim:first-child {
		border-bottom: 1px solid #f5f5f5
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.urunmegamenu>.sub .box {
		min-width: 25%
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box {
		min-width: 25%
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub.urunler li {
		display: inline-block
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.urunmegamenu>.sub .box:nth-child(5) {
		float: right !important
	}
}
.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo>.sub .box a {
	display: block
}
.fixed-header .minimized-menu {
	-webkit-backface-visibility: inherit;
	-webkit-transform: inherit
}
.minimized-menu .header-wrapper .right-box {
	float: right;
	width: 50%
}
.minimized-menu .header-wrapper .primary {
	display: inline-block;
	float: none;
	margin: 0 0 0 -4px;
	text-align: left;
	vertical-align: top;
	z-index: inherit
}
.minimized-menu .header-wrapper .primary .navbar {
	margin: 0;
	min-height: inherit;
	position: static
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	border-radius: 3px 3px 0 0;
	box-shadow: none;
	display: block;
	float: left;
	height: 46px;
	line-height: 15px;
	margin: 0;
	padding: 10px 15px;
	position: relative;
	text-shadow: none;
	z-index: 92
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar:before {
	border-left: 1px solid #ccc;
	border-left: 1px solid rgba(204, 204, 204, .8);
	bottom: 8px;
	content: "";
	display: none;
	left: -1px;
	position: absolute;
	top: 7px
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed {
	background: 0 0;
	border: 1px solid transparent;
	border-bottom: 0 none
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
	display: block
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .text {
	color: #1e1e1e;
	float: right;
	line-height: 16px;
	padding: 0 0 0 30px
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar {
	background: #1e1e1e;
	box-shadow: none;
	border-radius: 0;
	height: 3px;
	margin: 0;
	width: 22px
}
.minimized-menu .header-wrapper .primary .navbar .btn-navbar .icon-bar+.icon-bar {
	margin-top: 3px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse {
	border: 0;
	box-shadow: none;
	left: auto;
	margin: 22px 0 0;
	max-height: inherit;
	overflow: hidden !important;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 200%;
	z-index: 91
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse {
	display: none !important
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse.collapse.in {
	display: block !important
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px 0 3px 3px;
	float: none;
	padding: 6px 6px 3px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li {
	float: none;
	margin: 0 0 3px;
	padding: 0
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 0;
	font-weight: 400;
	margin: 0;
	padding: 7px 9px 7px 59px;
	text-decoration: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li>a:hover {
	background: #e9e9e9;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	box-shadow: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
	background: #f2f2f2;
	position: relative
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a:after, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
	display: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 55px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
	background: #1e1e1e;
	display: block;
	height: 2px;
	margin: 17px 0 0 15px;
	position: absolute;
	width: 16px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span+span {
	height: 16px;
	margin: 10px 0 0 22px;
	width: 2px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span {
	background: #7f7f7f;
	height: 2px;
	margin: 14px 0 0 38px;
	position: absolute;
	width: 12px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span+span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span+span {
	height: 12px;
	margin: 9px 0 0 43px;
	width: 2px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent .sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub {
	background: #f7f7f7;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: none;
	font-size: 13px;
	left: 0;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px 0 5px;
	position: relative
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
	background-color: #e9e9e9;
	border-radius: 0
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a {
	background: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a .open-sub span {
	background: #fff
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .box.active .title .open-sub span+span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active>a .open-sub span+span {
	display: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub {
	-webkit-animation: fadeIn 0;
	animation: fadeIn 0
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
	line-height: 22px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a {
	background: 0 0;
	color: #7f7f7f;
	padding: 4px 9px 4px 60px;
	text-decoration: none;
	width: auto !important
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub a>i {
	color: #1e1e1e
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
	left: 0;
	margin-left: 10px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav li:hover>.sub a {
	background: 0 0
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
	margin: 0;
	padding: 6px 0 5px;
	width: 100%
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
	display: block
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block {
	display: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
	display: block;
	padding: 0;
	width: 100% !important
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box {
	float: none;
	margin: 0;
	padding: 0;
	width: 100% !important
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box.closed ul {
	display: none;
	margin-left: 10px
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
	color: #7f7f7f;
	cursor: pointer;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 4px 9px 4px 60px;
	position: relative;
	text-transform: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
	left: 0;
	float: right;
	position: static;
	top: 0
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav .item-new .before, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before {
	display: none
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a .open-sub span, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a .open-sub span {
	background: #fff
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
	color: #fff
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary>a {
	border-color: #037ac5
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success>a {
	border-color: #738d00
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info>a {
	border-color: #0098ca
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning>a {
	border-color: #f89406
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger>a {
	border-color: #c10841
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
	background-color: #037ac5;
	border-color: #037ac5
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
	background-color: #738d00;
	border-color: #738d00
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
	background-color: #0098ca;
	border-color: #0098ca
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
	background-color: #f89406;
	border-color: #f89406
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse:hover>a, .minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
	background-color: #c10841;
	border-color: #c10841
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub {
	background: #f7f7f7
}
.minimized-menu .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a {
	color: #7f7f7f
}
.minimized-menu .header-wrapper .cart-header .dropdown-menu {
	margin-top: -1px;
	margin-right: -98px
}
.minimized-menu .header-wrapper .cart-header.open .dropdown-toggle:after {
	left: 0
}
.minimized-menu .header-wrapper .header-icons {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top
}
.carousel-box .next *, .carousel-box .prev *, .progressive-slider .slider-nav .pagination a, .slider .slider-nav .next *, .slider .slider-nav .prev * {
	vertical-align: middle
}
.minimized-menu .header-wrapper .scroll-wrapper>.scroll-content {
	box-sizing: border-box !important;
	height: auto !important
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element, .minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-x.scroll-scrolly_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 4px
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav>.scroll-element .navbar-nav>div.scroll-y.scroll-scrollx_visible .scroll-element_track, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .minimized-menu .header-wrapper .navbar-nav>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_outer {
	overflow: hidden
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-bar, .minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_outer, .minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_track {
	border-radius: 0
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-element_track {
	background-color: #ccc
}
.minimized-menu .header-wrapper .navbar-nav>.scroll-element .scroll-bar {
	background-color: rgba(31, 31, 31, .2)
}
.minimized-menu.header-two .header-wrapper .phone-header {
	margin-right: 0
}
.minimized-menu.header-two .header-wrapper .phone-active, .minimized-menu.header-two .header-wrapper .search-active {
	z-index: 103
}
@media (max-width:991px) {
	.fixed-top-box {
		padding-top: 0
	}
	#main {
		padding: 20px 0
	}
	.header .header-wrapper .logo-box .logo a .logo-img, .header .header-wrapper .logo-box .logo a img {
		max-height: 88px
	}
	.fixed-top-box #top-box {
		position: static;
		top: inherit;
		z-index: inherit
	}
	.breadcrumb-box {
		margin-top: 0
	}
	.boxed.fixed-header .header, .boxed.fixed-header.fixed .header, .fixed-header .header, .fixed-header.hidden-top.visible-top .header {
		box-shadow: none;
		position: static;
		top: inherit;
		z-index: inherit;
		-webkit-backface-visibility: inherit;
		-webkit-transform: inherit
	}
	.fixed-header .header-two+* {
		margin-top: 0
	}
	.hidden-top, .hidden-top .page-box, .hidden-top.visible-top .page-box {
		margin-top: 0;
		padding-top: 0
	}
	.hidden-top {
		-webkit-transition: all 0 linear;
		transition: all 0 linear
	}
	.boxed.fixed-header.hidden-top #top-box, .boxed.hidden-top #top-box, .hidden-top #top-box {
		margin-top: 0;
		margin-bottom: 0;
		position: static
	}
	.fixed-header.hidden-top .header, .fixed-header.hidden-top.header-banner .header, .hidden-top .header, .hidden-top.header-banner .header {
		margin-top: 0;
		position: static
	}
	.fixed-header.hidden-top.fixed #top-box, .fixed-header.hidden-top.fixed.header-banner #top-box, .fixed-header.hidden-top.visible-top .header, .fixed-header.hidden-top.visible-top.fixed #top-box, .fixed-header.hidden-top.visible-top.fixed.header-banner #top-box, .fixed-header.hidden-top.visible-top.header-banner .header {
		margin-top: 0
	}
	.top-navbar {
		margin: 0;
		min-height: 30px
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: rgba(255, 255, 255, .7);
		border-radius: 0
	}
	.header {
		width: auto
	}
	.header .right-box-wrapper {
		text-align: right;
		height: 88px
	}
	.header .header-wrapper .cart-header {
		margin-right: 0
	}
	.header .header-wrapper .primary .navbar {
		margin: 0;
		min-height: inherit;
		position: static
	}
	.header .header-wrapper .primary .navbar .btn-navbar {
		background: #fff;
		border: 1px solid #ccc;
		border-bottom: 0 none;
		border-radius: 3px 3px 0 0;
		box-shadow: none;
		display: block;
		float: left;
		height: 46px;
		line-height: 15px;
		margin: 0;
		padding: 10px 15px;
		position: relative;
		text-shadow: none;
		z-index: 84
	}
	.header .header-wrapper .primary .navbar .btn-navbar:before {
		border-left: 1px solid #ccc;
		border-left: 1px solid rgba(204, 204, 204, .8);
		bottom: 8px;
		content: "";
		display: none;
		left: -1px;
		position: absolute;
		top: 7px
	}
	.header .header-wrapper .primary .navbar .btn-navbar.collapsed:before {
		display: block
	}
	.header .header-wrapper .primary .navbar .btn-navbar.collapsed {
		background: 0 0;
		border: 1px solid transparent;
		border-bottom: 0 none
	}
	.header .header-wrapper .primary .navbar .btn-navbar .text {
		color: #1e1e1e;
		float: right;
		line-height: 16px;
		padding: 0 0 0 30px
	}
	.header .header-wrapper .primary .navbar .btn-navbar .icon-bar {
		background: #1e1e1e;
		box-shadow: none;
		border-radius: 0;
		height: 3px;
		margin: 0;
		width: 22px
	}
	.header .header-wrapper .primary .navbar .btn-navbar .icon-bar+.icon-bar {
		margin-top: 3px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse {
		border: 0;
		box-shadow: none;
		left: auto;
		margin: 19px 0 0;
		max-height: inherit;
		overflow: hidden !important;
		padding: 0 15px;
		position: absolute;
		right: 0;
		top: 50%;
		width: 200%;
		z-index: 91
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav {
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 3px 0 3px 3px;
		float: none;
		padding: 6px 6px 3px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li {
		float: none;
		margin: 0 0 3px;
		padding: 0
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a {
		background: #f2f2f2;
		border: 1px solid #f2f2f2;
		border-radius: 0;
		font-weight: 400;
		margin: 0;
		padding: 7px 9px 7px 59px;
		text-decoration: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li>a:hover {
		background: #e9e9e9;
		border: 1px solid #e9e9e9;
		border-radius: 0;
		box-shadow: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
		background: #f2f2f2;
		position: relative
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent .parent>a:after {
		display: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub {
		bottom: 0;
		left: 0;
		position: absolute;
		top: 0;
		width: 55px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span {
		background: #1e1e1e;
		display: block;
		height: 2px;
		margin: 17px 0 0 15px;
		position: absolute;
		width: 16px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .open-sub span+span {
		height: 16px;
		margin: 10px 0 0 22px;
		width: 2px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span {
		background: #7f7f7f;
		height: 2px;
		margin: 14px 0 0 28px;
		position: absolute;
		width: 12px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title .open-sub span+span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent .parent>a .open-sub span+span {
		height: 12px;
		margin: 9px 0 0 33px;
		width: 2px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a:after {
		display: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent .sub, .header .header-wrapper .primary .navbar .navbar-collapse .parent:hover>.sub {
		background: #f7f7f7;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: none;
		font-size: 13px;
		left: 0;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 0;
		padding: 6px 0 5px;
		position: relative
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.parent:hover>a {
		background-color: #e9e9e9;
		border-radius: 0
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a {
		color: #fff
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>.parent.active>a .open-sub span {
		background: #fff
	}
	.header .header-wrapper .primary .megamenu .box.active .title .open-sub span+span, .header .header-wrapper .primary .navbar .navbar-collapse .nav .parent.active>a .open-sub span+span {
		display: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .parent:hover>.sub {
		-webkit-animation: fadeIn 0;
		animation: fadeIn 0;
		display: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub li {
		line-height: 22px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub ul li a {
		padding: 4px 9px 4px 60px;
		background: 0 0;
		color: #7f7f7f;
		text-decoration: none;
		width: auto !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title a {
		padding: 0
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav li a>i {
		color: #1e1e1e
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav li:hover>.sub a {
		background: 0 0
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .sub .sub {
		left: 0;
		margin-left: 10px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub {
		left: 0;
		padding: 6px 0 5px;
		width: 100%
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-wrapper {
		display: block
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .promo-block, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new .before, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new:before, .top-fixed-box {
		display: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .sub-list {
		padding: 0;
		width: 100% !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box {
		float: none;
		margin: 0;
		padding: 0;
		width: 100% !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .title {
		color: #7f7f7f;
		cursor: pointer;
		font-weight: 400;
		line-height: 22px;
		margin: 0;
		padding: 4px 9px 4px 60px;
		position: relative;
		text-transform: none
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu>.sub .box.closed ul {
		display: none;
		margin-left: 10px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu .sub a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu a .item-new, .header .header-wrapper .primary .navbar .navbar-collapse .nav a .item-new {
		left: 0;
		float: right;
		position: static;
		top: 0;
		margin-left: 5px
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a .open-sub span, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a .open-sub span {
		background: #fff
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-inverse>a {
		color: #fff
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary>a {
		border-color: #428bca
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success>a {
		border-color: #738d00
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info>a {
		border-color: #0098ca
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning>a {
		border-color: #f89406
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger>a {
		border-color: #c10841
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-primary.item-inverse>a {
		background-color: #428bca;
		border-color: #428bca
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-success.item-inverse>a {
		background-color: #738d00;
		border-color: #738d00
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-info.item-inverse>a {
		background-color: #0098ca;
		border-color: #0098ca
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-warning.item-inverse>a {
		background-color: #f89406;
		border-color: #f89406
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-bg>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse:hover>a, .header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-danger.item-inverse>a {
		background-color: #c10841;
		border-color: #c10841
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub {
		background: #f7f7f7 !important
	}
	.header .header-wrapper .primary .navbar .navbar-collapse .nav>li.item-bg .sub a {
		color: #7f7f7f
	}
	.header .header-wrapper+.header-wrapper .col-sm-6.col-md-9 {
		text-align: left
	}
	.pagination-box, .products.grid {
		text-align: center
	}
	.header .header-wrapper+.header-wrapper .primary {
		margin: 0 0 0 -1px
	}
	.header .header-wrapper+.header-wrapper .primary .navbar .btn-navbar:before {
		border: 0
	}
	.header .header-wrapper+.header-wrapper .primary .navbar .navbar-collapse {
		left: -1px;
		width: calc(200% + px)
	}
	.header .header-wrapper+.header-wrapper .primary .navbar .nav {
		border-radius: 0 3px 3px
	}
	.header .cart-header .dropdown-menu {
		margin-top: -1px;
		margin-right: -98px
	}
	.header .header-wrapper+.header-wrapper .cart-header .dropdown-menu, .header.header-two .phone-header {
		margin-right: 0
	}
	.header .cart-header.open .dropdown-toggle:after {
		left: 0
	}
	.header.header-two .phone-active, .header.header-two .search-active {
		z-index: 103
	}
	.header.header-three .logo-box {
		width: 724px
	}
	.boxed.fixed-header.fixed-top #top-box, .boxed.fixed-header.fixed-top.fixed #top-box, .fixed-header.fixed-top #top-box {
		position: static
	}
	.slider.rs-slider {
		padding: 0
	}
	.slider .slid-content, .slider .slider-nav {
		width: 370px
	}
	.slider .slid-content .title {
		margin: 0 0 14px
	}
	.slider .slid-content .descriptions {
		margin: 0 0 17px
	}
	.slider .slider-nav {
		right: 15px
	}
	.slider .slider-nav .nav-box {
		bottom: 0
	}
	.slider .slider-nav .next, .slider .slider-nav .prev {
		display: none !important
	}
	.slider .slid-content {
		bottom: 60px
	}
	.progressive-slider-two .slider-wrapper {
		height: auto !important
	}
	.progressive-slider-two .sliders-container {
		margin: 0;
		padding-left: 15px;
		padding-right: 15px
	}
	.progressive-slider-two .slider-banners {
		height: auto;
		width: 100%
	}
	.progressive-slider-two .slider-banners .banner {
		display: table-cell;
		height: auto;
		width: 33.33333333%
	}
	.page-slider {
		padding: 0
	}
	.metro-banners {
		padding: 30px 0 11px
	}
	.metro-banners .banner {
		margin-bottom: 19px
	}
	.sidebar .whats-news .carousel-pagination {
		margin: 0 auto;
		max-width: 300px
	}
	.toolbar .fiyatlar .by, .toolbar .fiyatlar .sk, .toolbar .grid-list .grid, .toolbar .grid-list .list {
		margin-right: 6px
	}
	.products.grid {
		margin-left: -10px;
		margin-right: -10px
	}
	.table-box {
		overflow-x: auto;
		padding: 0 1px
	}
	.portfolio .filter-buttons {
		float: none;
		margin-bottom: 20px
	}
	.portfolio .year-regulator {
		float: none;
		margin-bottom: 60px
	}
	.product-page .product-options .buy-for, .product-page .product-options .col-sm-12 {
		float: none;
		margin-bottom: 20px;
		width: 100%
	}
	.product-options-samples .col-sm-12 {
		margin-bottom: 20px
	}
	.product-options-samples .required-box {
		margin-bottom: 0
	}
	.product-bottom .col-sm-12+.col-sm-12 {
		margin-top: 40px
	}
	.shopping-cart-table .td-qty, .shopping-cart-table tbody td {
		padding: 20px
	}
	#car-bottom .car-bottom-box {
		padding: 17px 20px 20px
	}
	.employee-single {
		margin-left: 0
	}
	.employee-single .images-box {
		float: none;
		margin: 0 auto 20px
	}
	.employee-single .employee-description {
		margin-left: 0;
		width: 100%
	}
	.employee-single-rotation .content-box {
		float: none;
		width: auto
	}
	.employee-single-rotation .employee {
		margin: 0 20px 10px
	}
	.employee-single-rotation .employee.pull-right {
		margin-right: 0
	}
	.royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow, img.rsImg {
		min-height: 220px !important
	}
	.infoBlock {
		padding: 10px;
		height: auto;
		max-height: 100%;
		min-width: 40%;
		left: 5px;
		top: 5px;
		right: auto;
		font-size: 12px
	}
	.infoBlock h3, .infoBlock h4 {
		font-size: 14px;
		line-height: 17px
	}
	.layer-slider .container {
		padding-left: 0;
		padding-right: 0
	}
	.count-down-box {
		float: none;
		margin-bottom: 30px
	}
	#footer .newsletter form {
		width: 270px
	}
	.post.carousel .images-box+[class*=span] {
		float: none;
		margin-left: 0;
		width: auto
	}
	#footer .sidebar .widget:nth-child(2n+1) {
		clear: left
	}
	#footer .sidebar .carousel-box header .title {
		margin-bottom: 0
	}
	#footer .sidebar .carousel-box header .next, #footer .sidebar .carousel-box header .prev {
		bottom: inherit;
		left: 0;
		margin: 0 0 0 10px;
		position: static
	}
}
@media (min-width:768px) and (max-width:991px) {
	.primary .navbar-collapse.collapse {
		display: none !important
	}
	.primary .navbar-collapse.collapse.in {
		display: block !important
	}
	.toolbar .price-regulator {
		width: 245px
	}
	.toolbar .price-regulator .layout-slider {
		width: 200px
	}
	.add-cart-form .add-cart {
		min-width: 200px
	}
	.product-page .image-box .thumblist-box {
		padding: 0 45px
	}
	.product-page .image-box #thumblist a {
		height: 70px;
		width: 70px
	}
	#car-bottom .total .checkout {
		padding: 9px 10px
	}
	.contact-info address {
		float: none;
		width: 100%
	}
	.package .title a {
		font-size: 20px
	}
	.package .price-box .icon {
		display: none
	}
	.package .price-box .description {
		margin: 0 0 17px
	}
	.products-tab .tab-content {
		overflow: visible
	}
	.col-sm-5.respond-carousel .carousel .respond {
		max-width: 312px
	}
	#footer .footer-top .col-md-3 {
		margin-bottom: 40px
	}
}

@media (min-width: 1360px){
    .header .header-wrapper .primary .navbar .navbar-collapse .nav .megamenu.promo.urunmegamenu>.sub .box {
        min-width: 20%;
    }
}

.fuk22 {width: 200% !important;}

@media (max-width: 991px){
    .fuk22 {width: 100% !important;}
}

.products #ana_div > #resim_div > a:nth-child(2) > h3 {text-align: center;padding-top: 10px;}
.page-content .img-responsive {padding: 10px;}
