html {
    font-family: 'Nunito',Arial,sans-serif;;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
 
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    color: #ddd;
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-phone:before {
    content: "\f095";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: 'Nunito',sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #575757;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    /*line-height: 1.1;*/
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
width:%100;
}

/*@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1224px
    }
}*/

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 49%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px
    }

        .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
            line-height: 30px
        }

        .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
            line-height: 46px
        }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 42.5px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown, .dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { /*color:#262626;text-decoration:none;background-color:#f5f5f5*/
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

    .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #337ab7
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}

    .navbar-collapse.in {
        overflow-y: auto
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            visibility: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:992px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle:focus {
        outline: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #080808
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:focus, .pager li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge {
    float: right
}

    .list-group-item > .badge + .badge {
        margin-right: 5px
    }

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

    .jumbotron .h1, .jumbotron h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail a > img, .thumbnail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%)
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0)
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0)
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0)
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
        line-height: 1
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
.icon-menu-close {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.hazirmesajlar.icon-menu-close {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.ma5menu__toggle .icon {
    width: 20px;
    height: 20px;
    background-size: 20px;
}

a:focus, a:hover {
    color: gray;
}

.siparislerimurun {
    width: 220px;
    float: left;
    display: inline-block;
    margin-right: 20px;
}

a.hizliincele {
    width: 100px;
    background-color: #777777;
    display: inline-block;
    float: none;
    margin: auto;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
}

    a.hizliincele:hover {
        background-color: green;
        text-decoration: none;
    }

.aynigun {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
    display: block;
    color: #816A4A;
}

    .aynigun img, .slick-slide .aynigun img {
        width: 20px;
        margin-right: 3px;
        display: inline-block;
    }

.kacta {
    display: inline-block;
    float: left;
    margin-right: 12px;
    font-size: 18px;
    padding-top: 8px;
}

.sepetmain {
    max-width: 1150px;
    width: 100%;
    margin: auto;
}

.sepettabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin: auto;
    width: 100%;
    display: table;
}

.sepettitle {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin: auto;
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

.sepettitle2 {
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
}

.hazirmesajlar {
    background-color: #F6F7F9;
    padding: 10px;
    padding-bottom: 60px;
    height: auto;
    position: relative;
    width: 100%;
    overflow-y: overlay;
}

.mesajsec {
    background-color: #FFFFFF;
    border: 2px solid #F0F8F3;
    color: #4168DF;
    padding: 8px 16px;
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    left: 30px;
    border-radius: 3px;
    display: none;
}

.mesajsecPasif {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #4168DF;
    padding: 8px 16px;
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    left: 30px;
    border-radius: 3px;
    opacity: .5;
}

.mesajvazgec {
    background-color: transparent;
    border: none;
    color: rgb(0, 1, 38);
    padding: 8px 16px;
    display: block;
    position: absolute;
    bottom: 5px;
    font-size: 15px;
    left: 90px;
    border-radius: 3px;
    display: none;
}

.mesajcat {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #4168DF;
    flex: 0 0 auto;
    height: auto;
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 50vh;
    display: inline-block;
    margin: 6px;
}

    .mesajcat:hover, .mesajvazgec:hover, .mesajsec:hover {
        background-color: #333;
        color: white;
        cursor: pointer;
    }

.mesajhazir {
    display: none;
}

.mesajhazirP {
    float: left;
    width: 100%;
}


.icon-facebook-blue {
    display: inline-block;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 5px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20id%3D%22Livello_1%22%20data-name%3D%22Livello%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D.cls-3%7Bfill%3A%233b5998%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3ETavola%20disegno%201%3C%2Ftitle%3E%3Crect%20id%3D%22canvas_background%22%20data-name%3D%22canvas%20background%22%20class%3D%22cls-1%22%20x%3D%22-1%22%20y%3D%22-1%22%20width%3D%221026%22%20height%3D%221026%22%2F%3E%3Crect%20class%3D%22cls-2%22%20x%3D%22329%22%20y%3D%22236%22%20width%3D%22390%22%20height%3D%22593%22%2F%3E%3Cg%20id%3D%22svg_1%22%20data-name%3D%22svg%201%22%3E%3Cpath%20id%3D%22svg_2%22%20data-name%3D%22svg%202%22%20class%3D%22cls-3%22%20d%3D%22M486.9%2C80.1a434.55%2C434.55%2C0%2C0%2C0-161.8%2C42C203%2C180.9%2C114.9%2C294%2C88%2C426.5a434.42%2C434.42%2C0%2C0%2C0%2C34.4%2C275C181.3%2C823.4%2C294.2%2C911.2%2C426.5%2C938A433.7%2C433.7%2C0%2C1%2C0%2C486.9%2C80.1ZM663.8%2C316.2l-.3%2C47.3-46%2C.5c-52%2C.6-48.8%2C0-54.4%2C8.8-5.7%2C9.1-6.1%2C12.2-6.1%2C49.4V456H664v89H557V811H454V545H362V456h92V423.9c0-34.9%2C1-45.7%2C5.6-61.6%2C12.6-43.4%2C46.2-78.3%2C85.7-88.8%2C14.4-3.9%2C20.6-4.2%2C71.5-4.4L664%2C269Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-facebook {
    display: inline-block;
    background-size: cover;
    width: 15px;
    height: 15px;
    margin: -3px 0 0 5px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ESlice%201%3C%2Ftitle%3E%3Cpath%20d%3D%22M6.74%203.286V5.62H5.026V8.48H6.74v8.487h3.514V8.478h2.36s.22-1.37.327-2.867h-2.673V3.66c0-.292.384-.685.762-.685h1.915V0H10.34c-3.688%200-3.6%202.86-3.6%203.286z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}


.icon-close-brand {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2065%2065%22%3E%3Cpath%20d%3D%22M46%2019c-1.2-1.2-3.1-1.2-4.2%200l-9.3%209.3-9.3-9.3c-1-1.3-2.9-1.6-4.2-.6-1.3%201-1.6%202.9-.6%204.2l.6.6%209.3%209.3-9.3%209.3c-1.3%201-1.6%202.9-.6%204.2s2.9%201.6%204.2.6l.6-.6%209.3-9.3%209.3%209.3c1.3%201%203.2.8%204.2-.5.9-1.1.9-2.7%200-3.8l-9.3-9.3%209.3-9.3c1.1-1.1%201.1-2.9%200-4.1z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-close-small {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20d%3D%22M6%2019.7L19.7%206%2021%207.3%207.3%2021%206%2019.7z%22%2F%3E%3Cpath%20d%3D%22M19.7%2021L6%207.3%207.3%206%2021%2019.7%2019.7%2021z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.icon-close-white {
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2025.7L25.7%200%2027%201.3%201.3%2027%200%2025.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25.7%2027L0%201.3%201.3%200%2027%2025.7%2025.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
}

.iconcloseX {
    display: inline-block;
    background-size: cover;
    width: 11px;
    height: 11px;
    background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20d%3D%22M0%2025.7L25.7%200l1.3%201.3%20-25.7%2025.7L0%2025.7z%22%2F%3E%3Cpath%20d%3D%22M25.7%2027L0%201.3%201.3%200l25.7%2025.7L25.7%2027z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    cursor: pointer;
}

.mesajoklar {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-order: 2;
    order: 2;
    float: right;
    display: none;
    position: absolute;
    right: 12px;
    bottom: 8px;
}

    .mesajoklar div:hover {
        background-color: #333;
        color: white;
    }

.mesajoklar2, .mesajoklar3 {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 50%;
    color: #4168DF;
    cursor: pointer;
    height: 24px;
    padding: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 24px;
    height: 40px;
    padding: 11px;
    width: 40px;
    float: left;
}

.sepettabs li {
    cursor: pointer;
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
    display: table-cell;
    /* height: 50px; */
    font-size: 14px;
    vertical-align: middle;
    /* line-height: 24px; */
    /* float: left; */
    padding: 10px;
    background-color: #D6D5D5;
    color: black;
    width: 25%;
    margin: 5px;
    padding-top: 9px;
    padding-bottom: 11px;
    letter-spacing: 2px;
    border: 2px solid white;
    font-family: 'Nunito', sans-serif;
    text-rendering: optimizeLegibility;
}

    .sepettabs li.aktif {
        background-color: black;
        color: white;
    }

.SEPETSAG {
    padding: 10px;
    color: black;
    width: calc(25% - 10px);
    margin: 5px;
    margin-top: 35px;
    float: left;
    border-radius: 6px;
    border: 2px solid #edf1f1;
}

.SEPETSOL {
    padding: 10px;
    /*background-color: #f4f4f4;*/
    color: black;
    width: calc(75% - 10px);
    margin: 5px;
    float: left;
}

.silsil {
    position: absolute;
    z-index: 5;
    right: -8px;
    top: -12px;
    background-color: #454D5A;
    color: white;
    border-radius: 22px !important;
    font-size: 12px;
    padding: 4px 6px;
    font-size: 10px
}

    .silsil:hover {
        background-color: #E94D1C;
        color: white;
    }

.sepetUrunSayisi {
    font-family: 'Nunito', sans-serif;
    right: 22px;
    top: 9px;
    width: 18px;
    height: 18px;
    font-size: 11.5px;
    line-height: 11px;
    padding: 4px 0;
    text-align: center;
    border-radius: 100%;
    position: absolute;
    /* background: #0076ff; */
    /* color: #fff; */
    font-weight: 700;
    font-style: normal;
}

.monoblok {
    padding: 90px;
    text-align: center;
    color: #464650;
}

    .monoblok p {
        color: #464650;
    }

.monotitle {
    font-size: 37px;
    font-family: "'Nunito'", sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: bold;
    margin-bottom: 18px;
    color: #363636;
}

.mobilpopad {
    display: none;
}

.pre-footer {
 
    margin: 30px 0;
}


.popac {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #85888D;
    border-radius: 3px;
    color: #4A4A4A;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1.333em;
    outline: none;
    padding: 16px 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap /* Button Modifiers - Color */;
}

    .popac:hover {
        color: #FFFFFF;
        background-color: #333;
    }

.popcol1 {
    width: 50%;
    float: left;
}

.istanbulimgM {
    display: none;
}

.altdiv1Q {
    width: 100%;
    float: left;
}

.altdivALTQ {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #FFFF;
    height: 590px;
    display: table;
    overflow: hidden;
}

.altdivALTQ1 {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #FA9489;
    height: 590px;
    text-align: center;
    display: table;
    overflow: hidden;
}

.altdivALTQ2 {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #BFBFBF;
    height: 590px;
    text-align: center;
    display: table;
    overflow: hidden;
}

.altdivyaziQ2 {
    color: white;
    padding: 0 70px;
    position: relative;
    text-align: center;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

    .altdivyaziQ2 h3 {
        font-size: 30px;
        border-bottom: 1px solid;
        width: auto;
        display: inline-block;
        padding-bottom: 7px;
        clear: both;
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
    }


.altdivyaziQ h3 {
    padding-bottom: 25px;
    font-weight: bold;
}

.altdivALTQ1 img, .altdivALTQ2 img {
    max-width: 150px;
    margin-bottom: 10px;
}

.altdivyaziQ {
    color: #555;
    padding: 0 70px;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    font-size: 16.5px;
    display: table-cell;
    vertical-align: middle;
}




.Haltdiv1Q {
    width: 100%;
    max-width: 1248px;
    margin: auto;
    height: auto;
    overflow-y: overlay;
    margin-bottom: 30px;
}

.HaltdivALTQ {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #FFFF;
    height: 590px;
    display: table;
    overflow: hidden;
}

.HaltdivALTQ1 {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #FA9489;
    height: 590px;
    text-align: center;
    display: table;
    overflow: hidden;
}

.HaltdivALTQ2 {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
    background-color: #BFBFBF;
    height: 590px;
    text-align: center;
    display: table;
    overflow: hidden;
}

.HaltdivyaziQ2 {
    color: white;
    padding: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

    .HaltdivyaziQ2 h3 {
        font-size: 30px;
        border-bottom: 1px solid;
        width: auto;
        display: inline-block;
        padding-bottom: 7px;
        clear: both;
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
    }


.HaltdivyaziQ .h3 {
    background-color: white;
    padding: 70px 70px 40px 70px;
    margin: 0;
}

    .HaltdivyaziQ .h3 h3 {
        font-weight: 900;
        font-size: 33px;
    }

.HaltdivyaziQ p {
    padding: 70px 70px 30px 70px;
}

.HaltdivyaziQ .h3 strong {
    padding: 13px 0 0px 0;
    display: block;
    font-size: 17px;
}

.HaltdivALTQ1 img, .HaltdivALTQ2 img {
    max-width: 100%;
    width: 100%;
}

.HaltdivyaziQ {
    color: #000;
    padding-bottom: 0;
    position: relative;
    text-align: left;
    font-size: 18px;
    display: table-cell;
}

.hak1 {
    background-color: #F6DCDD;
}

.hak2 {
    background-color: #F3C7C0;
}

.hak3 {
    background-color: #F1F1F1;
}

.hak4 {
    background-color: #B2C0AD;
}

.hak1 .afavori {
    background-color: #DD878D;
}

.hak2 .afavori {
    background-color: #DD878D;
}

.hak3 .afavori {
    background-color: #D0DEBB;
}

.hak4 .afavori {
    background-color: #689782;
}

.afavori {
    padding: 15px;
    display: inline-block;
    margin: auto;
    height: auto;
    overflow-y: auto;
}

    .afavori img {
        display: block;
        float: left;
        max-width: 100px;
        margin-right: 15px;
    }

    .afavori div {
        display: inline-block;
        text-align: center;
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
        padding-top: 10px;
        font-weight: 900;
    }

.center {
    text-align: center;
}

.afavori div a {
    display: block;
    background-color: #5E5E5E;
    color: white;
    width: 150px;
    max-width: 100%;
    font-size: 16.5px;
    height: 40px;
    margin: auto;
    margin-top: 15px;
    line-height: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
}

    .afavori div a:hover {
        background-color: #848484;
    }

.altdiv1 {
    width: calc(50% - 30px);
    float: left;
    margin: 5px;
    margin-left: 25px;
    background-color: #FA9489;
}

.altdiv2 {
    width: calc(50% - 30px);
    float: left;
    margin: 5px;
    background-color: #BFBFBF;
    /*margin-top: 50px;*/
    margin-right: 25px;
}



.altdivALT {
    width: 50%;
    float: left;
    position: relative;
    overflow-y: overlay;
}

.altdivyazi {
    color: white;
    padding: 30px;
    position: relative;
    text-align: center;
    font-size: 18px;
}

    .altdivyazi:before {
        content: "";
        display: block;
        padding-top: calc(50% - 60px);
    }

    .altdivyazi h3 {
        font-size: 30px;
        padding-bottom: 20px;
        font-weight: bold;
    }

.altdiv1 img, .altdiv2 img {
    width: 100%;
}

.popcol2 {
    padding: 20px;
    font-size: 14px;
}

.mobilsepeteeklePOPkapat {
    cursor: pointer;
    height: 48px;
    max-width: 48px;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 1;
    display: none;
}

#ImageButton12a {
    background: #ED5B5C;
    color: white;
    border: 1px solid white;
    font-size: 11px;
    border-radius: 0px;
    width: 250px;
    height: 43px;
    margin: auto;
    display: none;
}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    /*position: absolute;
  left: -9999px;*/
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 4px;
        cursor: pointer;
        font-weight: 300;
        font-size: 15px;
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(:checked) + label:before,
        /*[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.44em;
    height: 1.44em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
}*/
        /* checked mark aspect */
        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            /*content: 'âœ”';
  position: absolute;
  top: .1em; left: .3em;
  font-size: 1.5em;
  line-height: 0.8;
  color: #ED5B5C;
  transition: all .2s;*/
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted #ED5B5C;
}


/* General body settings */
body {
    color: #575757;
    direction: ltr;
    font: 400 16px 'Nunito', sans-serif;
    background: #fff;
}


.arama-box {
    top: 14px;
    padding: 0;
    display: none;
    /*background: #578C5C;*/
    /*position: absolute;*/
    width: 180px;
    /*right: 11.5%;*/
    height: 25px;
    margin-top: 0;
    z-index: 6666666666;
    border-bottom: 1px solid #333;
}

#kelime, #sipno2 {
    height: 23px;
    color: #000;
    background: transparent;
    border: none;
}

    #kelime::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #757575;
    }

    #kelime::-moz-placeholder { /* Firefox 19+ */
        color: #757575;
    }

    #kelime:-ms-input-placeholder { /* IE 10+ */
        color: #757575;
    }

    #kelime:-moz-placeholder { /* Firefox 18- */
        color: #757575;
    }







    #sipno2::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #757575;
    }

    #sipno2::-moz-placeholder { /* Firefox 19+ */
        color: #757575;
    }

    #sipno2:-ms-input-placeholder { /* IE 10+ */
        color: #757575;
    }

    #sipno2:-moz-placeholder { /* Firefox 18- */
        color: #757575;
    }


.kategorimain {
    padding: 30px 0;
    width: 100%;
    max-width: 1350px;
    margin: auto;
}

.urunmain {
    padding: 10px 0;
    /* padding-top: 100px; */
    width: 100%;
    margin: auto;
/*    border-top: 1px solid #eee;*/
max-width:1290px;
}

[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 2.0em;
    cursor: pointer;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
}

    [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1.44em;
        height: 1.44em;
        border: 2px solid #ccc;
        background: #fff;
        border-radius: 4px;
    }

    /*[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
        content: "âœ”";
        position: absolute;
        top: 0.1em;
        left: 0.3em;
        font-size: 1.5em;
        line-height: 0.8;
        color: rgb(237, 91, 92);
        transition: all 0.2s ease 0s;
    }*/

/*[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    display: none;
}*/

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

    [type="radio"]:checked + label:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #000;
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

.siralamadiv {
    text-align: right;
}
/***
General typography 
***/
h1, h2, h3, h4, h5, h6 {
    font: 300 'Nunito', sans-serif;
    text-rendering: optimizeLegibility;
    margin: 0 0 10px;
}

h1 {
    margin-bottom: 15px;
}

.main h1 {
    margin-top: -6px;
}

/***
Fix link outlines after click
***/
/*a {
	color: #E02222;
}*/
a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
/*a:hover {
	color: #E02222;
	text-decoration: underline;
}*/

/***
Misc tools
***/
.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-bottom-space {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.no-top-space {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.no-space {
    margin: 0 !important;
    padding: 0 !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

/*.btn {
	padding: 7px 14px;  
	font-size: 14px;
	/*text-transform: uppercase;*/
border-radius: 0;
}

.btn-primary {
    background: #51b549;
    border: none;
    padding: 10px 20px;
    border-radius: 7px;
    width: 200px;
    font-size: 20px;
    max-width: 100%;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        color: #fff;
        border: none;
    }

.content-page .btn-primary,
.content-page .btn-primary:hover {
    color: #fff;
    margin-left: 0 !important;
}

.btn-default {
    border: 1px solid #EDEDED;
    color: #A8AEB3;
    background: transparent;
    padding: 3px 10px;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active {
        border: 1px solid #A8AEB3;
        color: #fff;
        background: #A8AEB3;
        padding: 3px 10px;
    }

*/

div.checker,
div.radio {
    top: -1px;
}

select.form-control {
    border-color: #ECF1F3;
    border-width: 2px;
    border-radius: 5px;
    color: #777;
    font-family: 'Nunito',sans-serif;
    box-shadow: none;
}

    select.form-control:focus {
        box-shadow: none;
        border-color: #999;
    }

input.form-control, textarea.form-control {
    border-color: #ECF1F3;
    border-width: 2px;
    border-radius: 5px;
    color: #777;
    font-family: 'Nunito',sans-serif;
    box-shadow: none;
}

    input.form-control:focus,
    textarea.form-control:focus {
        box-shadow: none;
        border: solid 2px #dbdbdb;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

*html .clearfix {
    zoom: 1;
}

* + html .clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.lead {
    font-size: 16px;
}

.font-transform-inherit {
    text-transform: inherit !important;
}

.color-red {
    color: #ED5B5C;
}

/***
Custom Scrollbars
***/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
    width: auto !important;
}

::-moz-selection {
    color: #fff;
    background: #e45000;
}

::selection {
    color: #fff;
    background: #e45000;
}

/* Global classes */
.min-hight500 {
    min-height: 500px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
    color: #fff;
    /*border-bottom: 1px solid #eee;*/
    /*padding-top: 10px;*/
    line-height: 1.2;
    font-family: 'Nunito', sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    background: #000;
}

    .pre-header a {
        color: #fff;
    }

        .pre-header a:hover {
            color: #ECEBEB;
        }

        .pre-header a:focus {
            text-decoration: none;
        }

    .pre-header li {
        padding-left: 11px;
        padding-right: 15px;
        border-right: solid 1px #d8d8d8;
    }

        .pre-header li:last-child {
            border: none;
        }

.additional-shop-info li:first-child {
    padding-left: 0;
}

.additional-nav li:last-child {
    padding-right: 0;
}

.pre-header .fa {
    margin-right: 4px;
}

.shop-currencies a {
    margin-right: 6px;
}

    .shop-currencies a:last-child {
        margin-right: 0;
    }

    .shop-currencies a.current {
        color: #fff;
    }

/* langs block */
.langs-block {
    position: relative;
}

    .langs-block .fa {
        margin-right: 0;
    }

.langs-block-others-wrapper {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
}

.langs-block-others {
    padding: 10px 10px 2px;
    background: #F9F9F9;
    z-index: 9999;
    width: 100px;
    display: none;
    margin-top: 12px;
    border-top: solid 2px #eb1f27;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    position: relative;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

    .langs-block-others:after {
        top: -8px;
        width: 0;
        height: 0;
        left: 8px;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-bottom: 8px solid #eb1f27;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.langs-block:hover .langs-block-others {
    display: block;
}

.langs-block-others a {
    display: block;
    margin-bottom: 8px;
    color: #000
}

/***
Header and header elements
***/
.header {
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 999;
    width: 100%;
}

.info2 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
}



.gonderbtn {
    visibility: hidden;
    width: 90%;
    color: black;
    background-color: RGB(255,255,255,.8);
    /* font-weight: 700; */
    position: absolute;
    z-index: 99;
    border-radius: 0;
    height: 42px;
    line-height: 29px;
    bottom: 90px;
    left: 5%;
}

    .gonderbtn:hover {
        background: #333;
        color: white;
    }

.product-item:hover > .gonderbtn {
    visibility: visible;
}


.col-lg-3:nth-child(4n+1) {
    clear: both;
}

 
 
@media (max-width: 992px) {
    /*.searchmobil a {
        display: block;
        float: left;
        margin: 0 5px;
    }*/

    #arama2 {
        /*float: left;*/
        margin: 0 5px;
    }
    .header {
        height: 100px;
background-color:white;
    }
    .mobillogo {
        display: inline-block;
        width: 133px;
        max-width: 100%;
        margin-top: 8px;
    }
}
/* FIX styles BEGIN */
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}

body.page-header-fixed {
    padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

.header .container {
    position: relative;
    padding: 0 25px;
    margin: auto;
    max-width:1500px;
}

.ie8 .header {
    border-bottom: 1px solid #eee;
}

#sagblok5 {
    max-width: 600px;
    margin: auto;
    /*padding-top: 50px;*/
}

.site-logo {
    font-size: 23px;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .site-logo :after {
        clear: both;
    }

@media (max-width: 767px) {
    .site-logo {
        /*float: left;*/
        font-size: 23px;
        font-weight: 400;
        width: 50px;
        margin-right: 0px;
    }

        .site-logo img {
            width: 200px;
        }
}

.header .mobi-toggler {
    float: left;
    color: #fff;
    /*border: 1px solid #D8D8D8;
  border-radius: 100% !important;*/
    width: 40px;
    height: 40px;
    display: none;
    margin: 0;
    position: relative;
    background-repeat: no-repeat;
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M116%20248h280v16H116zm0-96h280v16H116zm0%20192h280v16H116z%22%2F%3E%3C%2Fsvg%3E");*/
}

    .header .mobi-toggler i {
        display: none;
    }
/*.header .mobi-toggler:hover {.header  background: #008C00 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #008C00;
  color: #fff;
}*/

/* Navigation */


.search-box2 {
    /*right: 0px;*/
    padding: 15px;
    display: none;
    background: #fff;
    border: 1px solid #e2e7e9;
    border-top: solid 2px #000;
    position: absolute;
    max-width: 400px;
    width: 300px;
    top: 55px;
    z-index: 2233333333333;
    line-height: 30px;
}

.header-navigation {
    font: 15px 'Nunito', sans-serif;
    text-rendering: optimizeLegibility;
    font-weight: normal;
    margin: auto;
    padding: 0;
    text-align: center;
}

    .header-navigation ul {
        /*margin: 0;*/
        padding: 0;
        list-style: none;
    }

    .header-navigation > ul > li {
        display: inline-block;
        /*border-left:1px #D9D6D5 solid;*/
    }

        .header-navigation > ul > li:hover > .dropdown-menu ul > li {
            display: block;
            float: left;
            width: 265px;
            padding: 8px 8px;
        }

        .header-navigation > ul > li > a {
            color: #fff;
            display: block;
            padding: 21px 15px 21px;
            text-transform: uppercase;
        }

    .header-navigation ul > li.active > a,
    .header-navigation ul > li > a:hover,
    .header-navigation ul > li > a:focus,
    .header-navigation ul > li.open > a,
    .header-navigation ul > li.open > a:hover,
    .header-navigation ul > li.open > a:focus {
        color: #fff;
        /*background: #fcfcfc;*/
        text-decoration: none;
    }

    .header-navigation ul > li.active > a {
        border-bottom: 2px solid #e64f00;
    }

/* dropdown menu */
@media (min-width: 993px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }

        .header-navigation > ul > li:hover > .dropdown-menu ul {
            /*display: grid;
            grid-template-columns: 220px 220px 220px auto;*/
            display: block;
            padding: 20px 20px 5px;
            max-width: 930px;
            margin: auto;
        }

            .header-navigation > ul > li:hover > .dropdown-menu ul li div {
                padding-top: 10px;
padding-left:15px;
            }

    .menutumurunler {
        max-width: 1140px;
        width: 100%;
        padding-left: 15px;
        font-weight: bold;
        margin: auto;
        margin-top: 20px;
        display: block;
    }

    .header-navigation,
    .header-navigation .dropdown {
        position: static;
    }

        .header-navigation .dropdown-fix-left,
        .header-navigation .dropdown-fix-right {
            position: relative;
        }

        .header-navigation .dropdown-menu {
            left: auto;
            /*box-shadow: 0 2px 5px 0 rgba(145,143,140,.2)
    background: rgba(253,250,246,.90);*/
            background-color: white;
            position: absolute;
            border: none;
            /*box-shadow: 5px 5px rgba(91, 91, 91, 0.2);*/
            text-transform: none;
            font: 14px 'Nunito', sans-serif;
            text-rendering: optimizeLegibility;
            letter-spacing: 0;
            border-radius: 0;
            z-index: 9999;
        }

            .header-navigation .dropdown-menu:before,
            .header-navigation .dropdown-menu:after {
                display: none !important;
            }

    .dropdown-fix-left .dropdown-menu {
        left: 0;
        width: 700px;
    }

    .dropdown-fix-right .dropdown-menu {
        right: 0;
        width: 700px;
    }

    .header-navigation > ul > li > .dropdown-menu {
        margin-top: -5px;
        /*border-top: solid 3px transparent;*/
        z-index: 10001;
    }

    .header-navigation .dropdown100 > .dropdown-menu {
        left: 15px;
        right: 15px;
    }

    .header-navigation > ul > li.dropdown:hover > a {
        color: #ED5B5C;
    }

    .ie8 .header-navigation > ul > li.dropdown:hover > a:after {
        display: none !important;
    }

    .header-navigation li.dropdown100 > .dropdown-menu:after {
        display: none !important;
    }

    .header-navigation .dropdown-menu > li:first-child {
        /*border-top: solid 2px #ED5B5C;*/
    }

    .header-navigation .dropdown-menu > li {
        float: left;
        margin-top: 40px;
        padding-left: 20px;
        /*display: inline-grid !important;*/
        text-align: left;
    }

        .header-navigation .dropdown-menu > li > div {
            display: block;
            padding-top: 10px;
        }

    .header-navigation .dropdown-menu li:last-child {
        border: none;
    }

    .header-navigation .dropdown-menu li > a {
       
        font-weight: 400;
        color: #FFF;
        text-align: left;
    }

    .header-navigation .dropdown-menu li > ul {
        display: none;
    }

    .dropdown-submenu > a:after {
        display: none;
    }

    /* navigation content */
    .header-navigation-content {
        padding: 20px 30px;
        min-width: 600px;
    }

        .header-navigation-content .header-navigation-col {
            padding: 0;
        }

        .header-navigation-content h4,
        .ecommerce .header-navigation-content h4 {
            font: bold 17px 'Nunito', Arial, sans-serif;
            text-rendering: optimizeLegibility;
            margin: 0 0 6px;
            padding: 10px 10px 5px;
            /*border-bottom: solid 1px #f0f0f0;*/
        }

        .header-navigation-content ul {
            padding: 0;
            margin: 0 0 10px;
            list-style: none;
        }

        .header-navigation-content li {
            padding: 0;
            border: none !important;
        }

            .header-navigation-content li > a {
                display: block;
            }

    /* header navigation description */
    .header-navigation-content-ext {
        padding: 20px 30px 2px;
        background: #fff;
    }

    .header-navigation-description {
        background: #fcfafb;
        margin: -20px 0 -2px -30px;
        padding: 20px;
        box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
    }

    .header-navigation-content-ext h4,
    .ecommerce .header-navigation-content-ext h4 {
        border: none;
        padding: 10px 0 0;
    }

    .header-navigation .dropdown-menu .header-navigation-content-ext li {
        border: none;
    }

        .header-navigation .dropdown-menu .header-navigation-content-ext li > a {
            padding: 0 0 10px;
            color: #767f88;
            display: inline-block;
        }

            .header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
            .header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
                background: #fff;
                color: #eb1f27;
            }

    /* n-level submenu */
    .header-navigation .dropdown-menu .dropdown-menu {
        left: 100%;
        right: auto;
        top: 6px;
    }

    .header-navigation .dropdown-menu a {
        position: relative;
    }

    .header-navigation .dropdown-menu .fa {
        position: absolute;
        top: 13px;
        right: 15px;
    }

    /* Top Search */
    .header-navigation li.menu-search {
        position: relative;
        top: 10px;
    }

        .header-navigation li.menu-search span.sep {
            top: 0;
            width: 1px;
            height: 47px;
            position: relative;
            margin: 0 0px 0 1px;
            display: inline-block;
        }

        .header-navigation li.menu-search i {
            color: #a2a2a2;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            top: -12px;
            /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
            width: 24px;
            height: 24px;
            /*opacity: 0.6;*/
        }

            .header-navigation li.menu-search i:hover {
                color: #e02222;
                /*background-position: 0 -15px;*/
            }
    /*.header-navigation .fa-search:before {
	content: none;
}*/
    .header-navigation .search-box {
        top: 100%;
        padding: 15px;
        display: none;
        background: #ED5B5C;
        position: absolute;
        width: 100%;
        margin-top: 0;
        z-index: 22;
    }



        .header-navigation .search-box button {
            margin-left: 0 !important;
        }


    .reduce-header .site-logo {
        padding-top: 9px;
        padding-bottom: 11px;
    }
}
    @media (min-width: 993px) {
        .reduce-header .header-navigation > ul > li > a {
            padding: 22px 12px 22px;
        }

        .ecommerce .reduce-header .header-navigation > ul > li > a {
            padding: 23px 12px 20px;
        }

        .reduce-header .header-navigation li.menu-search {
            top: 14px;
        }

        .ecommerce .reduce-header .header-navigation li.menu-search {
            top: 21px;
        }
    }

    .reduce-header .mobi-toggler {
        margin-top: 12px;
    }

    .page-header-fixed .header .mobi-toggler {
        transition: margin 0.3s ease;
        -o-transition: margin 0.3s ease;
        -ms-transition: margin 0.3s ease;
        -moz-transition: margin 0.3s ease;
        -webkit-transition: margin 0.3s ease;
    }

    /* page slider */
    .page-slider {
        margin-top: -25px;
        clear: both;
    }

    /* OWL styles */
    .owl-buttons {
        position: absolute;
        top: 0px;
        right: 10px;
    }

        .owl-buttons div {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin-left: 5px;
            position: static;
            border-radius: 26px !important;
            text-indent: -100000px;
        }

        .owl-buttons .owl-prev {
            background: #000 url(../img/fa-angles.png) no-repeat 8px 8px;
        }

        .owl-buttons .owl-next {
            background: #000 url(../img/fa-angles.png) no-repeat -33px 8px;
        }

        .owl-buttons .owl-prev:hover {
            background: #ED5B5C url(../img/fa-angles.png) no-repeat 8px -31px;
        }

        .owl-buttons .owl-next:hover {
            background: #ED5B5C url(../img/fa-angles.png) no-repeat -33px -31px;
        }

    /*  */
    .carousel-indicators {
        text-align: left;
        margin: 0;
        width: auto;
        left: 33px;
    }

        .carousel-indicators li,
        .carousel-indicators li.active {
            width: 18px;
            height: 18px;
            margin: 0 9px 0 0;
            background: transparent;
            border: solid 2px #c9cdce;
            border-radius: 18px !important;
            z-index: 9999 !important;
        }

            .carousel-indicators li.active {
                background: #6f7a7c;
                border-color: #9ea7a9;
            }
    /* END LAYER SLIDER */

    /*  */
    .product-list .product-item {
        /*margin-bottom: 30px;*/
        /*border:1px solid #E0E0E0;*/
    }

    /***
Sidebar
***/
    .sidebar {
        color: #3E4D5C;
    }

        .sidebar .list-group-item {
            /*background: #E9F5F5;*/
            border: none;
            /*display: block;
    margin-bottom: 2px;
    padding: 7px 10px;
    position: relative;
    border-radius: 0;*/
        }

            .sidebar .list-group-item:last-child {
                margin: 0;
            }

        .sidebar a {
            font-family: 'Nunito', sans-serif;
            text-rendering: optimizeLegibility;
            font-size: 15px;
            border-bottom: 1px solid #d6d6d6;
            padding: 1em 5px;
            color: #323232;
            font-weight: 300;
        }

            .sidebar a:hover {
                color: #E02222;
            }

    .sidebar-menu a {
        display: block;
    }

        .sidebar-menu a::after {
            position: absolute;
            right: 0;
            font-family: "Linearicons";
            content: '\E93C';
        }

        .sidebar-menu a:hover {
            text-decoration: none;
        }

    .sidebar-menu .fa-angle-right {
        position: relative;
        top: 1px;
        margin-right: 2px;
        float: left;
        height: 22px;
    }

    .sidebar .dropdown.open .dropdown-toggle {
        background: #fff;
        color: #3E4D5C;
    }

        .sidebar .dropdown.open .dropdown-toggle:hover {
            color: #E02222;
        }

    .sidebar .dropup.open > .dropdown-toggle, .dropdown.open > .dropdown-toggle {
        border-color: none !important;
    }

    .sidebar .dropdown-menu {
        background-clip: padding-box;
        background: #fff;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        float: none;
        font-size: 14px;
        list-style: none;
        margin: 0 -10px;
        min-width: auto;
        padding: 5px 10px 1px 19px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1000;
        font: 15px 'PT Sans Narrow', sans-serif;
    }

        .sidebar .dropdown-menu:after,
        .sidebar .dropdown-menu:before {
            display: none !important;
        }

        .sidebar .dropdown-menu .dropdown-menu {
            border-top: none;
            margin-bottom: -5px;
            margin-right: -10px;
        }

    .sidebar .open > .dropdown-menu {
        display: block;
    }

    .sidebar .dropdown-menu li {
        padding: 4px 0 3px 11px;
        position: relative;
    }

    .sidebar .dropdown-menu ul {
        padding: 0;
        margin: 0 0 0 4px;
        list-style: none;
        text-transform: none;
        font-size: 15px;
    }

    .sidebar .dropdown-menu > li > a {
        clear: both;
        line-height: inherit;
        padding: 0;
        white-space: nowrap;
    }

    .sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
        background: none !important;
        color: #E02222;
    }

    .sidebar .dropdown-menu > li > a .fa-angle-down {
        position: absolute;
        top: 8px;
        right: 0;
    }

    .sidebar .fa-angle-down:before {
        content: "";
    }

    .sidebar .fa-angle-down {
        width: 11px;
        height: 11px;
        background: url(../img/icons/sidebar-toggle-icons.png) no-repeat 0 0;
        position: absolute;
        top: 12px;
        right: 10px;
    }

    .sidebar a:hover > .fa-angle-down {
        background-position: -11px 0;
    }

    .sidebar .collapsed .fa-angle-down {
        background-position: 0 -37px;
    }

    .sidebar .collapsed:hover > .fa-angle-down {
        background-position: -11px -37px;
    }

    /***
Brands
***/
    .brands .container {
        padding-right: 25px;
    }

    .brands .owl-carousel {
        margin-bottom: 41px;
        padding: 0 75px;
        background: #fff;
    }

    .brands .owl-buttons div {
        position: absolute;
        top: 0;
        width: 70px;
        height: 102px;
        text-indent: -10000px;
        border-radius: 0 !important;
        display: block;
    }

    .brands .owl-buttons {
        position: static;
    }

        .brands .owl-buttons .owl-prev {
            left: 0;
            background: #fff url(../img/fa-angle-brands.png) no-repeat 18px 18px;
            margin-left: 0;
        }

            .brands .owl-buttons .owl-prev:hover {
                background: #fff url(../img/fa-angle-brands.png) no-repeat 18px -217px;
            }

        .brands .owl-buttons .owl-next {
            left: auto;
            right: 0;
            background: #fff url(../img/fa-angle-brands.png) no-repeat -249px 18px;
            margin-right: 0;
        }

            .brands .owl-buttons .owl-next:hover {
                background: #fff url(../img/fa-angle-brands.png) no-repeat -249px -217px;
            }

    /***
steps block and steps block elements
***/
    /* shop */
    .steps-block {
        color: #000;
        padding: 30px 0;
    }

        .steps-block ::-moz-selection {
            color: #e45000;
            background: #fff;
        }

        .steps-block ::selection {
            color: #e45000;
            background: #fff;
        }

    .steps-block-gray {
        background: #a0a3a4;
    }

    .steps-block-red {
        background: #ED5B5C;
    }

    .steps-block-col {
        overflow: hidden;
        min-height: 71px;
    }

        .steps-block-col span {
            display: block;
            width: 36px;
            height: 71px;
            background: url(../img/step3-angle-right.png) no-repeat 100% 50%;
            position: absolute;
            top: 0;
            right: 10px;
        }

    .steps-block h2,
    .ecommerce .steps-block h2 {
        color: #000;
        font-size: p3px;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    /* steps-block-simple â€“ step block without image */
    .steps-block-simple h2,
    .ecommerce .steps-block-simple h2 {
        font-size: 33px;
        margin-bottom: 5px;
    }

    .steps-block em {
        font: normal 400 13px 'Opan Sans', sans-serif;
        /*text-transform: uppercase;*/
    }

    .steps-block-simple em {
        text-transform: inherit;
        line-height: 1.2;
    }

    .steps-block .steps-block-col div {
        margin-left: 70px;
        margin-right: 40px;
    }

    .steps-block-simple .steps-block-col div {
        margin-left: 0;
    }

    .steps-block .fa-truck,
    .steps-block .fa-gift,
    .steps-block .fa-phone,
    .steps-block .fa-scissors {
        font-size: 30px;
        border: solid 2px #fff;
        border-radius: 30px !important;
        width: 60px;
        height: 60px;
        text-align: center;
        vertical-align: middle;
        padding-top: 22px;
        margin-right: 11px;
        float: left;
    }

    .steps-block .fa-angle-right {
        font-size: 84px;
    }

    /* title wrapper */
    .title-wrapper {
        margin: -23px 0 23px;
        position: relative;
        overflow: hidden;
        background: #72c2ff url(../../pages/img/title-bg/man.jpg) no-repeat 100% 100%;
        min-height: 280px;
        padding-top: 79px;
        width: 100%;
        overflow: hidden;
    }

        .title-wrapper .container-inner {
            float: left;
        }

        .ecommerce .title-wrapper h1, .title-wrapper em {
            font-family: 'Nunito', sans-serif;
            text-rendering: optimizeLegibility;
            color: #fff;
            font-weight: 400;
        }

    .ecommerce .title-wrapper h1 {
        font-size: 45px;
        padding: 0 9px 13px;
        border-bottom: solid 1px rgba(255,255,255,0.6);
        margin: 0 -9px 17px;
    }

    .title-wrapper h1 span {
        color: #eb1f27;
    }

    .title-wrapper em {
        font-size: 20px;
        font-style: normal;
        display: block;
        text-align: center;
    }

    /* breadcrumb */
    .breadcrumb {
        background: none;
        padding: 0;
        font: 14px "'Nunito'", sans-serif;
        text-rendering: optimizeLegibility;
        color: #5f6d7b;
        margin: auto;
        margin-bottom: 15px;
        float: left;
        display: none;
        position: absolute;
        top: 79px;
        right: 30px;
        z-index: 7;
    }

        .breadcrumb > li + li:before {
            content: "\f105 ";
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            color: #5f6d7b;
        }

        .breadcrumb a {
            color: #5f6d7b;
        }

        .breadcrumb > .active {
            color: #eb1f27;
        }

    /* paginations */
    .pagination {
        border-radius: 0;
        margin: 0;
    }

        .pagination > li {
            display: inline-block;
            margin-left: 5px;
        }

            .pagination > li > a, .pagination > li > span,
            .pagination > li:first-child > a, .pagination > li:first-child > span,
            .pagination > li:last-child > a, .pagination > li:last-child > span {
                border-radius: 25px !important;
                border: none;
                color: #868c93;
            }

                .pagination > li > span,
                .pagination > li > span:hover {
                    background: #555;
                    color: #fff;
                }

            .pagination > li:first-child > a,
            .pagination > li:last-child > a {
                padding: 4px 12px 8px;
            }

    .items-info {
        padding-top: 7px;
        color: #868c93;
    }

    /* content page */
    .content-page {
        background: #fff;
        padding: 20px;
        margin-right: 10px;
    }

    .corporate .content-page {
        padding: 0 0 20px;
    }

    .content-page a,
    .sidebar2 a {
        color: #767F88;
    }

        .content-page a:hover,
        .sidebar2 a:hover {
            color: #E02222;
        }

    .content-page .link, .content-page .link:hover, .content-page .link:active {
        color: #E02222;
    }

    .content-page h2,
    .content-page h3,
    .content-page h4,
    .content-page h5,
    .content-page h6 {
        /*text-transform: inherit;*/
        padding-top: 10px;
    }

    .content-page h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .content-page h4 {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .content-page h5,
    .content-page h6 {
        font: 700 15px 'Nunito', Arial, sans-serif;
        text-rendering: optimizeLegibility;
        margin-bottom: 2px;
    }

    .content-page p,
    .content-page .list-unstyled {
        margin-bottom: 20px;
    }

        .content-page .list-unstyled .list-unstyled {
            margin-left: 20px;
            padding-top: 3px;
            margin-bottom: 0;
        }

        .content-page .list-unstyled li {
            margin-bottom: 3px;
        }

    /* 404 page */
    .corporate .page-404 {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 125px;
    }

    .page-404 .number {
        position: relative;
        top: 35px;
        display: inline-block;
        letter-spacing: -10px;
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
        color: #E02222;
        text-align: right;
    }

    .page-404 .details {
        margin-left: 40px;
        display: inline-block;
        padding-top: 0px;
        text-align: left;
        top: 15px;
        position: relative;
    }

    /* 500 page */
    .corporate .page-500 {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .page-500 .number {
        display: inline-block;
        letter-spacing: -10px;
        line-height: 128px;
        font-size: 128px;
        font-weight: 300;
        color: #E02222;
        text-align: right;
    }

    .page-500 .details {
        margin-left: 40px;
        display: inline-block;
        text-align: left;
    }

    /* content form page */
    div.content-form-page {
        background: #fff;
        padding: 5px 20px 30px;
        margin-right: 10px;
    }

    .content-form-page a {
        color: #767F88;
    }

        .content-form-page a:hover {
            color: #E02222;
        }

    .form-without-legend {
        padding-top: 25px;
    }

    .content-form-page legend {
        border: none;
        font-size: 18px;
        padding-top: 20px;
        margin-bottom: 10px;
        color: #3E4D5C;
    }

    .content-form-page .control-label {
        font-weight: normal;
        padding-right: 5px;
        margin-left: -15px;
    }

    .default-form label,
    .checkout-page label {
        font-weight: normal;
    }

    .require {
        color: #e94d1c;
    }

    .content-form-page input.form-control {
        border-color: #dbdbdb;
        color: #aaa;
        font: 15px Arial, sans-serif;
        border-radius: 0;
    }

    .content-form-page .form-control:focus {
        box-shadow: none;
        border: solid 1px #e94d1c;
    }

    .content-form-page .checkbox .col-lg-4 {
        padding-right: 0;
        margin-left: -15px;
    }
    /*.content-form-page .checker {
	margin-left: -15px;
}*/
    .content-form-page .btn {
        margin-right: 10px;
        /*padding: 7px 12px 6px;*/
    }

    div.content-form-page .checkbox-list {
        margin-left: -3px;
    }

    /* info at the right of the forms */
    .form-info {
        padding: 0 10px 0 30px;
        border-left: solid 1px #e4e6e8;
        margin: 25px 0;
    }

        .form-info h2,
        .ecommerce .form-info h2 {
            font-size: 18px;
            position: relative;
            top: -5px;
            margin-bottom: 5px;
        }

            .form-info h2 em {
                font-style: normal;
                color: #eb1f27;
            }

        .form-info p {
            margin: 0 0 20px;
        }


    .nav-tabs {
        border-color: #eb1f27;
        padding-bottom: 1px;
        font-size: 14px;
        margin-bottom: 0;
    }

        .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background: #F4F4F4;
            color: #647484;
            border-radius: 0;
            padding: 5px 15px 4px;
            border: none !important;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            background: #eb1f27;
            color: #fff;
            padding: 5px 15px 4px;
        }

    .tab-content {
        background: #FAFAFA;
        padding: 20px 15px;
    }

    /* content search */
    .content-search {
        background: #fff;
        padding: 10px 15px;
    }

    .ecommerce .content-search h1 {
        padding-top: 3px;
        margin: 0;
    }

    .content-search h1 em {
        font-style: normal;
        color: #eb1f27;
    }

    .content-search form {
        margin: 0;
    }

    .content-search input {
        border-radius: 0;
        border-color: #dbdbdb;
        color: #b0b4b7;
        font: 14px Arial, sans-serif;
        height: 35px;
    }

        .content-search input:focus {
            box-shadow: none;
            border: solid 1px #e94d1c;
        }

    .content-search button {
        margin-left: 0 !important;
        font-size: 14px;
        /*padding: 7px 12px 5px;*/
        height: 35px;
    }

    /***
Pre-Footer and pre-footer elements
***/
.footertitle {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: bold;
    color: black;
}

    .pre-footer .container {
        /*padding-top: 45px;*/
    }

.pre-footer a {
    color: #000;
    display: block;
    margin-bottom: 6px;
}

        .pre-footer a:hover {
            color: #ED5B5C;
            text-decoration: none;
        }

    .pre-footer h2,
    .ecommerce .pre-footer h2 {
        font-size: 17px;
        font-weight: bold;
        color: #000;
    }

    .pre-footer p {
        margin-bottom: 20px;
    }

    .pre-footer li {
        margin-bottom: 6px;
    }

    /* pre-footer twitter block */
    .pre-footer dl.f-twitter {
        overflow: hidden;
        margin-bottom: 7px;
    }

        .pre-footer dl.f-twitter dt {
            width: 30px;
            float: left;
            text-align: left;
            padding-top: 2px;
        }

            .pre-footer dl.f-twitter dt i {
                color: #57c8eb;
                font-size: 20px;
            }

        .pre-footer dl.f-twitter dd {
            color: #b0b0b0;
            margin-left: 30px;
        }

            .pre-footer dl.f-twitter dd span {
                color: #6b9cab;
                font-size: 12px;
                margin: 0 5px;
            }

    .pre-footer address {
        line-height: 1.7;
    }

    .pre-footer-col {
        padding-bottom: 22px;
    }

    @media (max-width: 992px) {
        .pre-footer-col {
            text-align: center;
        }
    }

    .pre-footer .top-line {
        border-top: solid 1px #535353;
        padding-top: 24px;
        padding-bottom: 17px;
    }

    .pre-footer .social-icons {
        padding-top: 5px;
    }

        .pre-footer .social-icons li a,
        .pre-footer a.social-icon {
            transition: all 0.1s ease-in-out !important;
            -o-transition: all 0.1s ease-in-out !important;
            -ms-transition: all 0.1s ease-in-out !important;
            -moz-transition: all 0.1s ease-in-out !important;
            -webkit-transition: all 0.1s ease-in-out !important;
        }

            .pre-footer .social-icons li a:hover {
                opacity: 1;
            }

    .pre-footer hr {
        margin-top: 0;
        border-color: #404040;
    }

    .pre-footer .form-control,
    .pre-footer .form-control:focus {
        border: none;
    }

    /* subscribe */
    .pre-footer .pre-footer-subscribe-box {
        padding-bottom: 14px;
    }

    .ecommerce .pre-footer-subscribe-box form {
        float: left;
        width: 330px;
    }

    .pre-footer .pre-footer-subscribe-box p {
        clear: both;
    }
    /*.pre-footer-subscribe-box .input-group {
	border: solid 1px #545454;
	padding: 1px 1px 0 0;
}
.pre-footer-light .pre-footer-subscribe-box .input-group {
	border: solid 1px #DBDBDB;
}*/
    .ecommerce .pre-footer-subscribe-box h2,
    .corporate .pre-footer-subscribe-box h2 {
        float: left;
        margin-right: 20px;
        padding-top: 7px;
    }

    .pre-footer-subscribe-box input {
        border-radius: 0;
        background: #fff;
        border: solid 1px #313030;
        color: #000;
        font: 12px Arial, sans-serif;
    }

        .pre-footer-subscribe-box input:focus {
            /*box-shadow: none;
	border: solid 1px #313030;*/
        }

    .pre-footer-subscribe-box .btn-primary {
        margin-left: 0 !important;
        border-bottom: none;
        margin-bottom: 1px;
    }

    /* pre-footer photostream */
    .pre-footer .photo-stream li {
        margin: 4px 5px 4px 0;
        display: inline-block;
    }

    .pre-footer .photo-stream img {
        width: 54px;
        height: 54px;
        border: solid 2px #9ca5ae;
    }

        .pre-footer .photo-stream img:hover {
            border-color: #ED5B5C;
            transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

    /* light pre-footer */
    .pre-footer-light {
        background: #F9F9F9;
        color: #3E4D5C;
        margin-top: 20px;
    }

        .pre-footer-light .container {
            background: #fff;
            padding-top: 25px;
        }

        .pre-footer-light h2,
        .ecommerce .pre-footer-light h2 {
            color: #3E4D5C;
        }

        .pre-footer-light a {
            color: #3E4D5C;
        }

        .pre-footer-light dl.f-twitter dd {
            color: #3E4D5C;
        }

            .pre-footer-light dl.f-twitter dd span {
                color: #99a5b1;
            }

            .pre-footer-light dl.f-twitter dd a {
                color: #ED5B5C;
            }

        .pre-footer-light address a {
            color: #ED5B5C;
        }

        .pre-footer-light hr {
            border-color: #e6e6e6;
        }

        .pre-footer-light .social-icons li a {
            opacity: 1;
        }

            .pre-footer-light .social-icons li a:hover {
                opacity: 0.7;
            }

        .pre-footer-light .input-group {
            border: none;
            padding: 1px 1px 0 0;
        }

        .pre-footer-light .pre-footer-subscribe-box input {
            background: #fff;
            border: none;
            color: #909090;
        }

        .pre-footer-light .pre-footer-subscribe-box button:hover {
            color: #fff;
        }

    /* light pre-footer */
    .pre-footer-gray {
        background: #62707F;
        color: #fff;
    }

        .pre-footer-gray h2,
        .ecommerce .pre-footer-gray h2 {
            color: #fff;
        }

        .pre-footer-gray dl.f-twitter dd {
            color: #fff;
        }

            .pre-footer-gray dl.f-twitter dd span {
                color: #fff;
                opacity: 0.5;
            }

        .pre-footer-gray hr {
            border-color: #94a5b6;
        }

        .pre-footer-gray .social-icons li a {
            opacity: 1;
        }

            .pre-footer-gray .social-icons li a:hover {
                opacity: 0.7;
            }

        .pre-footer-gray .pre-footer-subscribe-box fomr {
            color: #fff;
        }

        .pre-footer-gray .pre-footer-subscribe-box .input-group {
            border: 1px solid #94a5b6;
        }

        .pre-footer-gray .pre-footer-subscribe-box input {
            background: #62707F;
            border: solid 1px #62707F;
            color: #fff;
        }

            .pre-footer-gray .pre-footer-subscribe-box input:focus {
                border: solid 1px #62707F;
            }

        .pre-footer-gray ::-webkit-input-placeholder { /* WebKit browsers */
            color: #fff;
        }

        .pre-footer-gray :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
            color: #fff;
        }

        .pre-footer-gray ::-moz-placeholder { /* Mozilla Firefox 19+ */
            color: #fff;
        }

        .pre-footer-gray :-ms-input-placeholder { /* Internet Explorer 10+ */
            color: #fff;
        }

    /* footer */
    .footer {
        font-size: 13px;
        padding: 15px 0;
    }

    .footer-light {
        background: #F9F9F9;
        color: #3e4d5c;
    }

    .footer-gray {
        background: #4A5866;
    }

    .footer a {
        color: #999;
        text-decoration: underline;
    }

        .footer a:hover {
            text-decoration: none;
            color: #fff;
        }

    .footer-light a {
        color: inherit;
    }

    .footer .padding-top-10 {
        color: #fff;
    }

    .footer .list-inline > li:last-child {
        padding-right: 0;
    }

    .footer ul {
        margin: 0;
        padding: 0;
    }

        .footer ul.social-footer {
            font-size: 18px;
            padding-top: 5px;
        }

            .footer ul.social-footer a {
                opacity: 0.5;
            }

                .footer ul.social-footer a:hover {
                    opacity: 1;
                }


    /***
Custom icon buttons
***/
    .icon-btn {
        height: 60px;
        min-width: 80px;
        margin: 0 5px 5px 0;
        border: 1px solid #ddd;
        padding: 12px 0px 0px 0px;
        background-color: #fafafa !important;
        background-image: none !important;
        filter: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        display: inline-block !important;
        color: #646464 !important;
        text-shadow: none !important;
        text-align: center;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
    }

        .icon-btn i {
            font-size: 18px;
        }

    .ie8 .icon-btn:hover {
        filter: none !important;
    }

    .icon-btn:hover {
        text-decoration: none !important;
        border-color: #999 !important;
        color: #444 !important;
        text-shadow: 0 1px 0px rgba(255, 255, 255, 1) !important;
        -webkit-transition: all 0.3s ease !important;
        -moz-transition: all 0.3s ease !important;
        -ms-transition: all 0.3s ease !important;
        -o-transition: all 0.3s ease !important;
        transition: all 0.3s ease !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

        .icon-btn:hover .badge {
            -webkit-transition: all 0.3s ease !important;
            -moz-transition: all 0.3s ease !important;
            -ms-transition: all 0.3s ease !important;
            -o-transition: all 0.3s ease !important;
            transition: all 0.3s ease !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }

    .icon-btn div {
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
        margin-top: 5px;
        margin-bottom: 10px;
        color: #000;
        font-size: 12px;
        font-weight: 300;
    }

    .icon-btn .badge {
        position: absolute;
        font-family: 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
        font-size: 11px !important;
        font-weight: 300;
        top: -5px;
        right: -5px;
        padding: 3px 6px 3px 6px;
        color: white !important;
        text-shadow: none;
        border-width: 0;
        border-style: solid;
        -webkit-border-radius: 12px !important;
        -moz-border-radius: 12px !important;
        border-radius: 12px !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    /***
Notes
***/

    /* Common styles for all types */
    .note {
        margin: 0 0 20px 0;
        padding: 15px 30px 15px 15px;
        border-left: 5px solid #eee;
    }

        .note h1,
        .note h2,
        .note h3,
        .note h4 {
            margin-top: 0;
        }

        .note p:last-child {
            margin-bottom: 0;
        }

        .note code,
        .note .highlight {
            background-color: #fff;
        }

    /* Variations */
    .note-danger {
        background-color: #FAEAE6;
        border-color: #ed4e2a;
    }

    .note-warning {
        background-color: #FCF3E1;
        border-color: #fcb322;
    }

    .note-info {
        background-color: #E8F6FC;
        border-color: #57b5e3;
    }

    .note-success {
        background-color: #EBFCEE;
        border-color: #3cc051;
    }

    /*  panel styles */
    .panel-default > .panel-heading {
        color: inherit;
    }

    .panel .panel-title {
        padding-top: 0;
        margin-bottom: 0;
    }

    /***
Font awesome icons styles
***/
    .fontawesome-icon-list [class^="fa-"],
    .fontawesome-icon-list [class*=" fa-"],
    li [class^="fa-"],
    li [class*=" fa-"] {
        display: inline-block;
        width: 1.25em;
        text-align: center;
    }

        .fontawesome-icon-list [class^="fa-"].icon-large,
        .fontawesome-icon-list [class*=" fa-"].icon-large,
        li [class^="fa-"].icon-large,
        li [class*=" fa-"].icon-large {
            width: 1.5625em;
        }

    .fontawesome-icon-list .col-md-3 {
        height: 32px;
        line-height: 32px;
    }


    /***
Demo Utils
***/
    .scrollspy-example {
        position: relative;
        height: 200px;
        margin-top: 10px;
        overflow: auto;
    }

    .util-btn-margin-bottom-5 .btn {
        margin-bottom: 5px !important;
    }

    .util-btn-group-margin-bottom-5 .btn-group {
        margin-bottom: 5px !important;
    }

    .fontawesome-demo i {
        font-size: 18px;
    }

    .fontawesome-demo li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .glyphicons-demo ul {
        padding-left: 0;
        padding-bottom: 1px;
        margin-bottom: 20px;
        list-style: none;
        overflow: hidden;
    }

    .bs-glyphicons {
        padding-left: 0;
        padding-bottom: 1px;
        margin-bottom: 20px;
        list-style: none;
        overflow: hidden;
    }

    .glyphicons-demo ul li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd;
    }

    .glyphicons-demo .glyphicon {
        display: block;
        margin: 5px auto 10px;
        font-size: 24px;
    }

    .glyphicons-demo ul li {
        width: 12.5%;
    }

        .glyphicons-demo ul li [class^="glyphicon-"], .glyphicons-demo ul li [class*=" glyphicon-"] {
            display: block;
            text-align: center !important;
            width: auto;
            line-height: 1.2;
        }

        .glyphicons-demo ul li:hover {
            background-color: rgba(86,61,124,.1);
        }

    .buttons-page .btn {
        margin-bottom: 5px !important;
    }

    .buttons-page .clearfix {
        margin-bottom: 20px;
    }

    #topcontrol {
        z-index: 99999;
    }

    /* faq page */
    .faq-page .panel-heading {
        padding: 0;
    }

        .faq-page .panel-heading h4 {
            font-size: 17px;
        }

        .faq-page .panel-heading a {
            display: block;
            padding: 10px 15px 9px;
        }

            .faq-page .panel-heading a:hover {
                color: #333;
                text-decoration: underline;
            }

    /* Services Box */
    .service-box p {
        color: #656565;
        font-size: 13px;
    }

    .service-box .service-box-heading {
        padding: 12px 0;
    }

        .service-box .service-box-heading i {
            padding: 0;
            -webkit-border-radius: 34px;
            -moz-border-radius: 34px;
            border-radius: 34px;
            font-size: 18px;
            height: 32px;
            width: 32px;
            line-height: 32px;
            text-align: center;
            vertical-align: baseline;
        }

            .service-box .service-box-heading i.blue {
                color: #0da3e2;
                border: 1px solid #0da3e2;
            }

            .service-box .service-box-heading i.red {
                color: #db3a1b;
                border: 1px solid #db3a1b;
            }

            .service-box .service-box-heading i.green {
                color: #35aa47;
                border: 1px solid #35aa47;
            }

        .service-box .service-box-heading span {
            color: #444;
            font-size: 21px;
            line-height: 25px;
            font-weight: 400;
            margin-bottom: 10px;
            margin-left: 10px;
            display: inline-block;
        }

        .service-box .service-box-heading [class^="icon-"],
        .service-box [class*=" icon-"] {
            display: inline-block;
            text-align: center;
        }

            .service-box .service-box-heading [class^="icon-"].icon-large,
            .service-box .service-box-heading [class*=" icon-"].icon-large {
                /* increased font size for icon-large */
                width: 1.5625em;
            }

    /* Blockquote Box */
    .quote-v1 {
        background: #7C858E;
        padding: 10px 0;
        margin-left: 0;
        margin-right: 0;
    }

        .quote-v1 a {
            margin: 5px;
            display: inline-block;
        }

        .quote-v1 span {
            color: #fff;
            font-size: 22px;
            font-weight: 300;
            margin: 13px 5px 8px;
            line-height: 26px;
            display: inline-block;
        }

        .quote-v1 a.btn-transparent {
            color: #fff;
            font-size: 16px;
            padding: 8px 18px;
            white-space: nowrap;
            text-decoration: none;
            border: solid 1px #fff;
            background: none;
        }

            .quote-v1 a.btn-transparent:hover {
                background: #E02222;
                color: #fff;
                transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
            }

            .quote-v1 a.btn-transparent i {
                margin-right: 10px;
            }

    /* Recent Works */
    .recent-work {
        position: relative;
    }

        .recent-work a:hover {
            text-decoration: none;
        }

        .recent-work h2,
        .ecommerce .recent-work h2 {
            margin: 3px 0 5px;
        }

            .recent-work h2 a {
                color: #3e4d5c;
            }

                .recent-work h2 a:hover {
                    color: #E02222;
                }

    .recent-work-item {
        padding-left: 10px;
    }

    .recent-work .owl-buttons {
        left: -74px;
        right: auto;
        top: 0;
    }

    .recent-work .recent-work-item a.recent-work-description {
        padding: 10px;
        display: block;
        background: #fff;
    }

    .recent-work .recent-work-item:hover a.recent-work-description {
        background: #eb1f27;
        transition: all 0.9s ease;
        -o-transition: all 0.9s ease;
        -moz-transition: all 0.9s ease;
        -webkit-transition: all 0.9s ease;
    }

    .recent-work .recent-work-item strong {
        color: #000;
        display: block;
        font-size: 16px;
        font-weight: 300;
    }

    .recent-work .recent-work-item b {
        color: #656565;
        font-weight: 300;
    }

    .recent-work .recent-work-item:hover b,
    .recent-work .recent-work-item:hover strong {
        color: #fff;
    }

    .recent-work .recent-work-item em {
        display: block;
        overflow: hidden;
        position: relative;
    }

    .recent-work .recent-work-item .fa {
        color: #fff;
        padding: 16px 30px 16px 18px;
        font-size: 16px;
        position: absolute;
        top: 50%;
        width: 47px;
        height: 47px;
        margin-top: -23.5px;
        border-radius: 47px;
        background: rgba(0,0,0,0.5);
        transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
    }

        .recent-work .recent-work-item .fa:hover {
            color: #E02222;
        }

    .recent-work .recent-work-item .fa-link {
        left: -100px;
    }

    .recent-work .recent-work-item .fa-search {
        right: -100px;
    }

    .recent-work .recent-work-item:hover .fa-link {
        left: 30%;
    }

    .recent-work .recent-work-item:hover .fa-search {
        right: 30%;
    }

    /* Mixed Block */
    /* Testimonials */
    .testimonials-v1 blockquote {
        padding: 15px;
        border: none;
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 20px;
        background: #F8F8F8;
        position: relative;
    }

        .testimonials-v1 blockquote:before {
            content: " ";
            display: block;
            position: absolute;
            bottom: -20px;
            left: 70px;
            width: 0;
            height: 0;
            border-left: 0 inset rgba(0, 0, 0, 0);
            border-right: 22px inset rgba(0, 0, 0, 0);
            border-top: 22px solid #F8F8F8;
        }

        .testimonials-v1 blockquote:after {
            width: 13px;
            height: 13px;
            z-index: 23;
            content: " ";
            display: block !important;
            position: absolute;
            right: 0;
            bottom: 0;
            background: #eb1f27 url(../img/blockquote-corner.png) no-repeat;
        }

    .testimonials-v1 .carousel-info img {
        width: 75px;
        height: 75px;
        padding: 3px;
        border-radius: 150px !important;
        border: solid 1px #f5f5f5;
    }

    .testimonials-v1 .carousel-info {
        overflow: hidden;
    }

        .testimonials-v1 .carousel-info img {
            margin-right: 15px;
        }

        .testimonials-v1 .carousel-info span {
            display: block;
        }

    .testimonials-v1 span.testimonials-name {
        color: #eb1f27;
        font-size: 16px;
        font-weight: 300;
        margin: 23px 0 7px;
    }

    .testimonials-v1 span.testimonials-post {
        color: #656565;
        font-size: 12px;
    }

    .testimonials-v1 .left-btn,
    .testimonials-v1 .right-btn {
        right: 0;
        width: 26px;
        height: 26px;
        bottom: 30px;
        border-radius: 26px !important;
        position: absolute;
        display: inline-block;
    }

    .testimonials-v1 .left-btn {
        right: 30px;
        background: url(../img/fa-angles.png) no-repeat 8px 8px;
    }

    .testimonials-v1 .right-btn {
        background: url(../img/fa-angles.png) no-repeat -33px 8px;
    }

    .testimonials-v1 .left-btn:hover {
        background: #ED5B5C url(../img/fa-angles.png) no-repeat 8px -31px;
    }

    .testimonials-v1 .right-btn:hover {
        background: #ED5B5C url(../img/fa-angles.png) no-repeat -33px -31px;
    }

    /* our clients */
    .our-clients {
        position: relative;
    }

        .our-clients h2,
        .ecommerce .our-clients h2 {
            margin: 3px 0 5px;
        }

            .our-clients h2 a {
                color: #3e4d5c;
            }

                .our-clients h2 a:hover {
                    color: #E02222;
                }

        .our-clients .client-item {
            background: #f8f8f8;
            margin-left: 2px;
            position: relative;
        }

        .our-clients .owl-buttons {
            left: -74px;
            right: auto;
            top: 0;
        }

        .our-clients .client-item img {
            margin-left: auto;
            margin-right: auto;
        }

        .our-clients .client-item .color-img {
            display: none;
        }

        .our-clients .client-item:hover img {
            display: none;
        }

        .our-clients .client-item:hover .color-img {
            display: block;
        }

    /* Front Carousel */
    .front-carousel .carousel-control {
        margin: 0;
        border: none;
        height: 35px;
        font-size: 24px;
        font-weight: normal;
        top: 40%;
        width: 35px;
        background: #222;
        opacity: 0.5;
    }

        .front-carousel .carousel-control:hover {
            opacity: 0.6;
        }

        .front-carousel .carousel-control i {
            font-size: 27px;
        }

        .front-carousel .carousel-control.right i {
            position: relative;
            left: 1px;
        }

    .front-carousel .carousel-caption {
        padding: 10px 15px 0;
        background: rgba(0,0,0,0.5);
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
    }

    .front-carousel .carousel-control.left {
        left: 0;
    }

    .front-carousel .carousel-control.right {
        right: 0;
    }

    /* Skils */
    .front-skills span {
        color: #555;
        display: block;
        font-size: 15px;
        margin-bottom: 7px;
    }

    .front-skills .progress {
        background: #f2f2f2;
    }

    .front-skills .progress-bar {
        background: #EF4D2E;
    }

    .front-skills .progress,
    .front-skills .progress-bar {
        box-shadow: none;
    }

    /* Team Blocks */
    .front-team .thumbnail {
        border: none;
    }

    .front-team h3,
    .ecommerce .front-team h3 {
        margin: 10px 0 12px;
        line-height: 40px;
    }

        .front-team h3 strong {
            color: #E02222;
            font-size: 20px;
            font-weight: 400;
        }

        .front-team h3 small {
            display: block;
            font-size: 13px;
        }

    .front-team ul {
        padding: 4px 0 0;
    }

    .front-team .social-icons {
        overflow: hidden;
    }

    /* Service Box v1 */
    .service-box-v1 {
        text-align: center;
        padding: 15px;
    }

        .service-box-v1 i {
            padding: 15px;
            font-size: 35px;
        }

        .service-box-v1:hover {
            background: #d73d04;
            transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
        }

            .service-box-v1:hover i,
            .service-box-v1:hover p,
            .service-box-v1:hover h2 {
                color: #fff;
            }

    /* corp. search result */
    .content-search-view2 {
        background: #EDEFF1;
        padding: 20px;
        margin: 0 0 20px;
    }

    .search-result-item {
        margin: 0 -10px 20px;
        padding: 0 10px 15px;
        border-bottom: 1px solid #ECEBEB;
    }

        .search-result-item h4,
        .ecommerce .search-result-item h4 {
            margin-bottom: 5px;
            padding: 0;
        }

            .search-result-item h4 a {
                color: #eb1f27;
            }

        .search-result-item p {
            margin-bottom: 10px;
        }

    .search-link {
        color: #999;
        font-size: 12px;
    }

    /* FAQ */
    .faq-tabbable {
        padding: 0;
        margin: 0;
        list-style: none;
        border-left: solid 2px #e44f00;
    }

        .faq-tabbable li {
            position: relative;
            margin-bottom: 1px;
        }

            .faq-tabbable li a {
                font-size: 14px;
                color: #7C858E;
                display: block;
                background: #F4F4F4;
                padding: 12px 10px 11px 8px;
            }

            .faq-tabbable li:hover a,
            .faq-tabbable li.active a {
                background: #e44f00;
                text-decoration: none;
                color: #fff;
            }

            .faq-tabbable li.active:after {
                content: '';
                display: inline-block;
                border-bottom: 6px solid transparent;
                border-top: 6px solid transparent;
                border-left: 6px solid #e44f00;
                position: absolute;
                top: 16px;
                right: -5px;
            }

    /* Lists */
    .front-lists-v1 li {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .content-page .front-lists-v2 li {
        color: #555;
        font-size: 16px;
        margin-bottom: 14px;
        /*text-transform: uppercase;*/
    }

    .front-lists-v2 li i {
        margin-right: 5px;
        font-size: 17px;
    }

    /* Blog Page */
    .blog-posts h2,
    .ecommerce .blog-posts h2 {
        padding-top: 0;
    }

    .blog-posts p {
        text-align: justify;
    }

    .blog-posts .carousel {
        margin-bottom: 0;
    }

    .blog-posts hr.blog-post-sep {
        margin: 40px 0;
    }

    .blog-info {
        list-style: none;
        margin: 15px 0 12px 0;
        padding-left: 0;
    }

        .blog-info li {
            padding: 0;
            color: #555;
            font-size: 13px;
            margin-right: 10px;
            display: inline-block;
        }

            .blog-info li i {
                color: #ED5B5C;
            }

    .blog-posts .pagination li {
        margin-left: -12px;
        margin-right: 17px;
    }

    .blog-posts .more,
    .blog-sidebar .more {
        color: #ED5B5C;
    }

    /* Blog Sidebar */
    .recent-news {
        overflow: hidden;
    }

        .recent-news h3,
        .ecommerce .recent-news h3 {
            font-size: 16px;
            line-height: 20px;
            margin: 0;
            padding: 0;
        }

            .recent-news h3 a {
                color: #ED5B5C;
            }

    .recent-news-inner {
        padding: 0;
    }

    .blog-talks .tab-style-1 ul.nav-tabs li > a {
        min-width: 50px;
    }

    .blog-photo-stream li {
        overflow: hidden;
        margin: 0 5px 8px 0;
        display: inline-block;
    }

        .blog-photo-stream li img {
            width: 54px;
            height: 54px;
            padding: 2px;
            border: solid 1px #eee;
        }

            .blog-photo-stream li img:hover {
                border-color: #ED5B5C;
                box-shadow: 0 0 1px #fff;
                transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
            }

    .blog-tags ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .blog-tags li {
        position: relative;
        margin: 0 16px 7px 0;
        display: inline-block;
    }

        .blog-tags li a {
            color: #555;
            background: #f5f5f5;
            display: inline-block;
            padding: 3px 5px 3px 3px;
        }

            .blog-tags li a:hover {
                color: #fff;
                background: #ED5B5C;
                text-decoration: none;
            }

                .blog-tags li a:hover i {
                    color: #fff;
                }

        .blog-tags li i {
            color: #ED5B5C;
            margin-right: 5px;
            display: inline-block;
        }

        .blog-tags li a:after {
            top: 50%;
            width: 0;
            left: 100%;
            height: 0;
            z-index: 2;
            content: " ";
            display: block;
            margin-top: -12px;
            position: absolute;
            border-left: 12px solid #f5f5f5;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
        }

        .blog-tags li a:hover:after {
            border-left-color: #ED5B5C;
        }

    .blog-talks .tab-content {
        background: #FAFAFA;
        padding: 20px 15px;
    }

    .blog-talks .nav-tabs {
        margin-bottom: 0;
    }

        .blog-talks .nav-tabs > li {
            margin-top: 1px;
        }

    /* Blog Sidebar categories BEGIN */
    .sidebar-categories li a {
        padding: 10px 0;
        border-bottom: 1px solid #ECEBEB;
        color: #333;
    }

        .sidebar-categories li a:hover {
            background: none;
        }

    .sidebar-categories li > a:hover,
    .sidebar-categories li.active > a,
    .sidebar-categories li.active:hover > a {
        color: #ED5B5C;
    }

    .sidebar-categories li a:before {
        content: "ï”";
        font-family: FontAwesome !important;
        font-size: 8px;
        padding-right: 10px;
        position: relative;
        top: -1px;
    }
    /* Blog Sidebar categories END */

    /* Blog Item */
    .blog-item .blog-item-img {
        margin: 6px 0 25px;
    }

        .blog-item .blog-item-img .carousel {
            margin-bottom: 0;
        }

    .blog-item blockquote {
        margin: 20px 40px 18px;
        border-color: #ED5B5C;
    }

    .blog-item .blog-info {
        margin: 20px 0;
        padding: 8px 0;
        border-top: solid 1px #ECEBEB;
        border-bottom: solid 1px #ECEBEB;
    }

        .blog-item .blog-info li {
            padding-left: 13px;
            border-left: solid 1px #ECEBEB;
        }

            .blog-item .blog-info li:first-child {
                padding-left: 0;
                border-left: none;
            }

    .blog-item .blog-item-img .carousel-control {
        top: 45%;
    }

    .blog-item .media {
        border-bottom: solid 1px #ECEBEB;
        margin-bottom: -1px;
    }

    .blog-item .comments {
        border-top: solid 1px #ECEBEB;
        padding-top: 15px;
    }

    .blog-item img.media-object {
        top: 2px;
        width: 60px;
        height: 60px;
        position: relative;
    }

    .blog-item h4.media-heading {
        position: relative;
        padding-top: 0;
    }

        .blog-item h4.media-heading span {
            right: 0;
            top: 3px;
            color: #777;
            font-size: 12px;
            font-weight: 400;
            position: absolute;
        }

            .blog-item h4.media-heading span a {
                color: #ED5B5C;
            }

    .mix-block .tab-content .col-md-3 {
        padding-right: 0;
    }

    .mix-block .nav-tabs > li {
        margin-top: 1px;
    }

    /* front steps */
    .front-steps-wrapper h2,
    .ecommerce .front-steps-wrapper h2 {
        color: #f0f0f0;
        font-size: 22px;
        line-height: 1.2;
        padding-top: 10px;
        margin-bottom: 5px;
    }

    .front-steps-wrapper .front-step1 h2,
    .ecommerce .front-steps-wrapper .front-step1 h2 {
        color: #fefefe;
    }

    .front-steps-wrapper p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .front-steps-wrapper .front-step-col {
        padding-left: 0;
        padding-right: 0;
    }

        .front-steps-wrapper .front-step-col:first-child {
            padding-left: 15px;
        }

        .front-steps-wrapper .front-step-col:last-child {
            padding-right: 15px;
        }

    .front-steps-wrapper .front-step {
        position: relative;
        padding: 15px 20px 33px;
    }

    .front-steps-wrapper .front-step1 {
        background: #ED5B5C;
    }

    .front-steps-wrapper .front-step2 {
        background: #7c858e;
    }

    .front-steps-wrapper .front-step3 {
        background: #68727c;
    }

    .front-steps-wrapper .front-step4 {
        background: #636a72;
    }

    .front-steps-wrapper .front-step5 {
        background: #5e6369;
    }

    .front-steps-wrapper .front-step6 {
        background: #55585d;
    }

    .front-steps-wrapper .front-step:before {
        color: #fff;
        font: 300 125px 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
        font-weight: bold;
        display: block;
        position: absolute;
        right: -20px;
        bottom: -40px;
        opacity: 0.1;
    }

    .ie8 .front-steps-wrapper .front-step:before {
        display: none !important;
    }

    .front-steps-wrapper .front-step1:before {
        content: "1";
        opacity: 0.2;
    }

    .front-steps-wrapper .front-step2:before {
        content: "2";
        right: -15px;
    }

    .front-steps-wrapper .front-step3:before {
        content: "3";
    }

    .front-steps-wrapper .front-step4:before {
        content: "4";
    }

    .front-steps-wrapper .front-step5:before {
        content: "5";
    }

    .front-steps-wrapper .front-step6:before {
        content: "6";
    }

    .front-steps-wrapper .front-step:after {
        top: 50%;
        width: 0;
        height: 0;
        left: 100%;
        z-index: 2;
        content: " ";
        display: block;
        margin-top: -1em;
        position: absolute;
        border-left: 15px solid #EC7049;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    .ie8 .front-steps-wrapper .front-step:after {
        display: none !important;
    }

    .front-steps-wrapper .front-step-col:last-child .front-step:after {
        display: none;
    }

    .front-steps-wrapper .front-step2:after {
        border-left-color: #899199;
    }

    .front-steps-wrapper .front-step3:after {
        border-left-color: #778089;
    }

    .front-steps-wrapper .front-step4:after {
        border-left-color: #727980;
    }

    .front-steps-wrapper .front-step5:after {
        border-left-color: #6E7278;
        top: auto;
        bottom: 10%;
    }

    /* pricing */
    .pricing {
        position: relative;
        margin-bottom: 15px;
        border: 3px solid #eee;
    }

    .pricing-active {
        border: 3px solid #ED5B5C;
        margin-top: -10px;
        box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
    }

    .pricing:hover {
        border: 3px solid #ED5B5C;
    }

        .pricing:hover h4 {
            color: #ED5B5C;
        }

    .pricing-head {
        text-align: center;
    }

        .pricing-head h3,
        .pricing-head h4 {
            margin: 0;
            line-height: normal;
        }

            .pricing-head h3 span,
            .pricing-head h4 span {
                display: block;
                margin-top: 5px;
                font-size: 14px;
                font-style: italic;
            }

        .pricing-head h3 {
            font-weight: 300;
            color: #fafafa;
            padding: 12px 0;
            font-size: 27px;
            background: #ED5B5C;
            border-bottom: none;
        }

        .pricing-head h4 {
            color: #bac39f;
            padding: 5px 0;
            font-size: 54px;
            font-weight: 300;
            background: #fbfef2;
            border-bottom: solid 1px #f5f9e7;
        }

    .pricing-head-active h4 {
        color: #ED5B5C;
    }

    .pricing-head h4 i {
        top: -8px;
        font-size: 28px;
        font-style: normal;
        position: relative;
    }

    .pricing-head h4 span {
        top: -10px;
        font-size: 14px;
        font-style: normal;
        position: relative;
    }

    /* Pricing Content */
    .pricing-content li {
        color: #888;
        font-size: 12px;
        padding: 7px 15px;
        border-bottom: solid 1px #f5f9e7;
    }

        .pricing-content li i {
            top: 2px;
            color: #ED5B5C;
            font-size: 16px;
            margin-right: 5px;
            position: relative;
        }

    /* Pricing Footer */
    .pricing-footer {
        color: #777;
        font-size: 11px;
        line-height: 17px;
        text-align: center;
        padding: 0 20px 19px;
    }

        .pricing-footer .btn {
            color: #fff;
        }

            .pricing-footer .btn:hover {
                color: #fafafa;
            }

    /* Priceing Active */
    .price-active,
    .pricing:hover {
        z-index: 9;
    }

        .price-active h4 {
            color: #36d7ac;
        }

    .no-space-pricing .pricing:hover {
        transition: box-shadow 0.2s ease-in-out;
    }

        .no-space-pricing .price-active .pricing-head h4,
        .no-space-pricing .pricing:hover .pricing-head h4 {
            color: #36d7ac;
            padding: 15px 0;
            font-size: 80px;
            transition: color 0.5s ease-in-out;
        }


    /***
Styler Panel
***/
    .color-panel {
        z-index: 9999;
        position: fixed;
        top: 120px;
        right: 0;
    }

        .color-panel .color-mode-icons {
            top: 0;
            right: 0;
            padding: 20px;
            cursor: pointer;
            position: absolute;
            margin: 0;
        }

        .color-panel .icon-color {
            background: #c9c9c9 url(../img/icon-color.png) center no-repeat;
        }

            .color-panel .icon-color:hover {
                background-color: #3d3d3d;
            }

        .color-panel .icon-color-close {
            display: none;
            background: #3d3d3d url(../img/icon-color-close.png) center no-repeat;
        }

            .color-panel .icon-color-close:hover {
                background-color: #222;
            }

    .color-mode {
        top: 0;
        right: 40px;
        width: 200px;
        display: none;
        padding: 20px 10px 10px;
        position: absolute;
        background: #3d3d3d;
    }

        .color-mode p {
            color: #cfcfcf;
            padding: 0 15px;
            font-size: 15px;
        }

        .color-mode ul {
            list-style: none;
            padding: 4px 11px 5px;
            display: block;
            margin-bottom: 1px !important;
        }

        .color-mode li {
            width: 28px;
            height: 28px;
            margin: 4px;
            cursor: pointer;
            list-style: none;
            border: solid 1px #707070;
            display: inline-block;
            padding: 0 5px;
        }

            .color-mode li:hover,
            .color-mode li.current {
                border: solid 1px #ebebeb;
            }

            .color-mode li.current {
                border: solid 2px #ebebeb;
            }

            .color-mode li.color-blue {
                background: #64aed9;
            }

            .color-mode li.color-red {
                background: #ED5B5C;
            }

            .color-mode li.color-green {
                background: #67bd3c;
            }

            .color-mode li.color-orange {
                background: #e18604;
            }

    .color-gray {
        background: #798b97;
    }

    .color-turquoise {
        background: #44b1c1;
    }

    .color-mode label {
        color: #cfcfcf;
        border-top: 1px solid #585858;
        padding: 10px 10px 0;
        margin: 0 5px;
        display: block;
    }

        .color-mode label span {
            /*text-transform: uppercase;*/
        }

        .color-mode label > span {
            display: inline-block;
            width: 85px;
        }

        .color-mode label > select {
            margin-top: 5px;
            text-transform: lowercase;
        }

        .color-mode label span.color-mode-label {
            top: 2px;
            position: relative;
        }

    .fancybox-overlay {
        z-index: 100000;
    }

    .fancybox-opened {
        z-index: 100001;
    }

.fiyatindirimsiz {
    color: #999;
    position: relative;
    display: inline-block;
    margin-right: 9px;
}

    .fiyatindirimsiz:after {
        
        content: '';
        position: absolute;
        height: 1px;
        background-color: #999;
        display: block;
        width: 100%;
        top: 50%;
    }
    .pre-footer .newsletterCont .newsletterLink, .pre-footer .newsletterCont #nlFake {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2210%22%20width%3D%2214%22%20viewBox%3D%220%200%20100%2065.214996%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.938%200h95.59L50%2037.407%22%2F%3E%3Cpath%20clip-rule%3D%22evenodd%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%205.623L49.998%2044.72%20100%205.623v59.592H0%22%2F%3E%3C%2Fsvg%3E");
        width: 14px;
        height: 10px;
        background-repeat: no-repeat;
        display: block;
        background-size: 100%;
    }

    .pre-footer .socialsCont .facebook .icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22266.895%22%20height%3D%22266.895%22%20viewBox%3D%220%200%20266.895%20266.895%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h266.895v266.895H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23999%22%20d%3D%22M252.164%200H14.73C6.594%200%200%206.594%200%2014.73v237.434c0%208.135%206.594%2014.73%2014.73%2014.73h127.827V163.54h-34.782v-40.28h34.782V93.554c0-34.472%2021.055-53.243%2051.807-53.243%2014.73%200%2027.39%201.098%2031.08%201.588v36.026l-21.328.01c-16.725%200-19.963%207.947-19.963%2019.61v25.716h39.887l-5.193%2040.28h-34.693v103.354h68.012c8.135%200%2014.73-6.596%2014.73-14.73V14.73C266.896%206.594%20260.3%200%20252.164%200%22%2F%3E%3C%2Fsvg%3E");
        width: 266.895px;
        height: 266.895px;
        background-repeat: no-repeat;
        display: block;
        background-size: 100%;
    }

        .pre-footer .socialsCont .facebook .icon:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22266.895%22%20height%3D%22266.895%22%20viewBox%3D%220%200%20266.895%20266.895%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h266.895v266.895H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FFF%22%20d%3D%22M252.164%200H14.73C6.594%200%200%206.594%200%2014.73v237.434c0%208.135%206.594%2014.73%2014.73%2014.73h127.827V163.54h-34.782v-40.28h34.782V93.554c0-34.472%2021.055-53.243%2051.807-53.243%2014.73%200%2027.39%201.098%2031.08%201.588v36.026l-21.328.01c-16.725%200-19.963%207.947-19.963%2019.61v25.716h39.887l-5.193%2040.28h-34.693v103.354h68.012c8.135%200%2014.73-6.596%2014.73-14.73V14.73C266.896%206.594%20260.3%200%20252.164%200%22%2F%3E%3C%2Fsvg%3E");
            width: 266.895px;
            height: 266.895px;
            background-repeat: no-repeat;
            display: block;
            background-size: 100%;
        }


    .pre-footer .socialsCont .twitter .icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.052%22%20height%3D%2213.853%22%20viewBox%3D%220.96%202.045%2017.052%2013.853%22%3E%3Cpath%20fill%3D%22%23999%22%20d%3D%22M18.012%203.714c-.64.278-1.307.473-2.002.557.723-.443%201.28-1.11%201.53-1.945-.67.39-1.42.695-2.226.834-.64-.668-1.56-1.114-2.56-1.114-1.92%200-3.505%201.558-3.505%203.505%200%20.28.026.53.08.808-2.864-.14-5.45-1.53-7.176-3.645-.305.53-.472%201.114-.472%201.754%200%201.224.612%202.28%201.558%202.92-.583-.027-1.112-.166-1.585-.445V7c0%201.696%201.196%203.115%202.81%203.42-.306.083-.612.11-.918.11-.223%200-.445-.027-.667-.055.445%201.39%201.725%202.393%203.254%202.42-1.196.945-2.698%201.502-4.34%201.502-.277%200-.556-.027-.833-.056%201.56%201.003%203.396%201.56%205.37%201.56%206.427%200%209.96-5.34%209.96-9.96v-.444c.666-.473%201.25-1.085%201.723-1.78z%22%2F%3E%3C%2Fsvg%3E");
        width: 17.052px;
        height: 13.853px;
        background-repeat: no-repeat;
        display: block;
        background-size: 100%;
    }

        .pre-footer .socialsCont .twitter .icon:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.052%22%20height%3D%2213.853%22%20viewBox%3D%220.96%202.045%2017.052%2013.853%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M18.012%203.714c-.64.278-1.307.473-2.002.557.723-.443%201.28-1.11%201.53-1.945-.67.39-1.42.695-2.226.834-.64-.668-1.56-1.114-2.56-1.114-1.92%200-3.505%201.558-3.505%203.505%200%20.28.026.53.08.808-2.864-.14-5.45-1.53-7.176-3.645-.305.53-.472%201.114-.472%201.754%200%201.224.612%202.28%201.558%202.92-.583-.027-1.112-.166-1.585-.445V7c0%201.696%201.196%203.115%202.81%203.42-.306.083-.612.11-.918.11-.223%200-.445-.027-.667-.055.445%201.39%201.725%202.393%203.254%202.42-1.196.945-2.698%201.502-4.34%201.502-.277%200-.556-.027-.833-.056%201.56%201.003%203.396%201.56%205.37%201.56%206.427%200%209.96-5.34%209.96-9.96v-.444c.666-.473%201.25-1.085%201.723-1.78z%22%2F%3E%3C%2Fsvg%3E");
            width: 17.052px;
            height: 13.853px;
            background-repeat: no-repeat;
            display: block;
            background-size: 100%;
        }


    .pre-footer .socialsCont .pinterest .icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%20243.94%20243.938%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h243.94v243.938H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23999%22%20d%3D%22M121.97%200C54.61%200%200%2054.606%200%20121.97c0%2051.67%2032.15%2095.805%2077.52%20113.577-1.066-9.65-2.028-24.452.424-34.99%202.215-9.517%2014.303-60.627%2014.303-60.627s-3.65-7.304-3.65-18.105c0-16.96%209.832-29.62%2022.07-29.62%2010.407%200%2015.433%207.812%2015.433%2017.18%200%2010.465-6.662%2026.11-10.102%2040.61-2.873%2012.14%206.09%2022.042%2018.062%2022.042%2021.68%200%2038.343-22.86%2038.343-55.855%200-29.203-20.982-49.62-50.947-49.62-34.705%200-55.075%2026.03-55.075%2052.93%200%2010.482%204.04%2021.724%209.08%2027.834.995%201.21%201.14%202.267.844%203.497-.925%203.854-2.983%2012.14-3.386%2013.835-.533%202.23-1.77%202.705-4.08%201.63-15.234-7.092-24.757-29.364-24.757-47.25%200-38.476%2027.956-73.81%2080.59-73.81%2042.31%200%2075.19%2030.15%2075.19%2070.443%200%2042.038-26.503%2075.868-63.29%2075.868-12.36%200-23.98-6.42-27.955-14.006%200%200-6.116%2023.29-7.598%2028.995-2.757%2010.593-10.19%2023.873-15.16%2031.973%2011.41%203.533%2023.54%205.44%2036.113%205.44%2067.362%200%20121.97-54.608%20121.97-121.97C243.94%2054.606%20189.332%200%20121.97%200%22%2F%3E%3C%2Fsvg%3E");
        width: 20px;
        height: 21px;
        background-repeat: no-repeat;
        display: block;
        background-size: 100%;
    }

        .pre-footer .socialsCont .pinterest .icon:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%20243.94%20243.938%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h243.94v243.938H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FFF%22%20d%3D%22M121.97%200C54.61%200%200%2054.606%200%20121.97c0%2051.67%2032.15%2095.805%2077.52%20113.577-1.066-9.65-2.028-24.452.424-34.99%202.215-9.517%2014.303-60.627%2014.303-60.627s-3.65-7.304-3.65-18.105c0-16.96%209.832-29.62%2022.07-29.62%2010.407%200%2015.433%207.812%2015.433%2017.18%200%2010.465-6.662%2026.11-10.102%2040.61-2.873%2012.14%206.09%2022.042%2018.062%2022.042%2021.68%200%2038.343-22.86%2038.343-55.855%200-29.203-20.982-49.62-50.947-49.62-34.705%200-55.075%2026.03-55.075%2052.93%200%2010.482%204.04%2021.724%209.08%2027.834.995%201.21%201.14%202.267.844%203.497-.925%203.854-2.983%2012.14-3.386%2013.835-.533%202.23-1.77%202.705-4.08%201.63-15.234-7.092-24.757-29.364-24.757-47.25%200-38.476%2027.956-73.81%2080.59-73.81%2042.31%200%2075.19%2030.15%2075.19%2070.443%200%2042.038-26.503%2075.868-63.29%2075.868-12.36%200-23.98-6.42-27.955-14.006%200%200-6.116%2023.29-7.598%2028.995-2.757%2010.593-10.19%2023.873-15.16%2031.973%2011.41%203.533%2023.54%205.44%2036.113%205.44%2067.362%200%20121.97-54.608%20121.97-121.97C243.94%2054.606%20189.332%200%20121.97%200%22%2F%3E%3C%2Fsvg%3E");
            width: 20px;
            height: 21px;
            background-repeat: no-repeat;
            display: block;
            background-size: 100%;
        }

    .pre-footer .socialsCont .instagram .icon {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221381.89%22%20height%3D%221381.89%22%20viewBox%3D%220%200%201381.89%201381.89%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h1381.893v1381.89H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23999%22%20d%3D%22M1116.145%200H265.75C118.11%200%200%20118.11%200%20265.748v850.395c0%20147.638%20118.11%20265.747%20265.75%20265.747h850.395c147.638%200%20265.748-118.11%20265.748-265.748V265.747C1381.893%20118.11%201263.78%200%201116.145%200m76.77%20159.448h29.528v236.22h-236.22v-236.22h206.693zm-696.85%20389.765c41.338-59.056%20118.11-100.395%20194.882-100.395%2076.77%200%20153.544%2041.34%20194.882%20100.395%2029.525%2041.338%2047.242%2088.582%2047.242%20141.732%200%20135.826-112.205%20242.125-242.126%20242.125-129.922%200-242.126-106.3-242.126-242.125%200-53.15%2017.717-100.394%2047.245-141.732m750%20566.93c0%2070.866-59.056%20129.92-129.92%20129.92H265.748c-70.867%200-129.923-59.054-129.923-129.92v-566.93H342.52c-17.717%2041.338-29.527%2094.488-29.527%20141.732%200%20206.693%20171.26%20377.953%20377.953%20377.953%20206.692%200%20377.952-171.26%20377.952-377.953%200-47.244-11.812-100.395-29.526-141.732h206.692l.002%20566.93z%22%2F%3E%3C%2Fsvg%3E");
        width: 1381.89px;
        height: 1381.89px;
        background-repeat: no-repeat;
        display: block;
        background-size: 100%;
    }

        .pre-footer .socialsCont .instagram .icon:hover {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%221381.89%22%20height%3D%221381.89%22%20viewBox%3D%220%200%201381.89%201381.89%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h1381.893v1381.89H0z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22%23FFF%22%20d%3D%22M1116.145%200H265.75C118.11%200%200%20118.11%200%20265.748v850.395c0%20147.638%20118.11%20265.747%20265.75%20265.747h850.395c147.638%200%20265.748-118.11%20265.748-265.748V265.747C1381.893%20118.11%201263.78%200%201116.145%200m76.77%20159.448h29.528v236.22h-236.22v-236.22h206.693zm-696.85%20389.765c41.338-59.056%20118.11-100.395%20194.882-100.395%2076.77%200%20153.544%2041.34%20194.882%20100.395%2029.525%2041.338%2047.242%2088.582%2047.242%20141.732%200%20135.826-112.205%20242.125-242.126%20242.125-129.922%200-242.126-106.3-242.126-242.125%200-53.15%2017.717-100.394%2047.245-141.732m750%20566.93c0%2070.866-59.056%20129.92-129.92%20129.92H265.748c-70.867%200-129.923-59.054-129.923-129.92v-566.93H342.52c-17.717%2041.338-29.527%2094.488-29.527%20141.732%200%20206.693%20171.26%20377.953%20377.953%20377.953%20206.692%200%20377.952-171.26%20377.952-377.953%200-47.244-11.812-100.395-29.526-141.732h206.692l.002%20566.93z%22%2F%3E%3C%2Fsvg%3E");
            width: 1381.89px;
            height: 1381.89px;
            background-repeat: no-repeat;
            display: block;
            background-size: 100%;
        }



    .pre-footer hr {
        border: 0;
        height: 1px;
        background-color: #999;
        text-align: left;
    }

    .pre-footer .shortRuler {
        width: 18px;
        margin: 11px 0;
        display: block;
    }

    .pre-footer .shortRulerChristmas {
        margin: 21px 0;
        width: 18px;
        display: block;
    }

    .pre-footer .copyrightCont {
        clear: both;
        text-align: center;
        font-size: 10px;
        margin: 50px 0 15px;
        width: 100%;
        display: inline-block;
    }

    .pre-footer .socialsCont {
        margin-bottom: 35px;
    }

        .pre-footer .socialsCont h2 {
            margin-bottom: 15px;
        }

        .pre-footer .socialsCont .twitter .icon {
            width: 21px !important;
        }

            .pre-footer .socialsCont .twitter .icon:hover {
                width: 21px !important;
            }

        .pre-footer .socialsCont .youtube .icon {
            width: 25px !important;
        }

            .pre-footer .socialsCont .youtube .icon:hover {
                width: 25px !important;
            }

    .followUs {
        margin: 0px;
        padding: 0px;
    }

    .pre-footer .socialsCont .followUs li {
        margin-right: 20px;
        float: left;
        list-style: none;
    }

        .pre-footer .socialsCont .followUs li .icon {
            width: 18px;
            height: 18px;
        }

            .pre-footer .socialsCont .followUs li .icon:hover {
                width: 18px;
                height: 18px;
            }

        .pre-footer .socialsCont .followUs li .text {
            display: none;
        }

        .pre-footer .socialsCont .followUs li:last-of-type {
            margin-right: 0;
        }

    .pre-footer .newsletterCont {
        width: 308px;
        max-width: 308px;
    }

        .pre-footer .newsletterCont h2:first-of-type {
            margin-bottom: 15px;
        }

        .pre-footer .newsletterCont h2:last-of-type {
            margin-bottom: 5px;
        }

        .pre-footer .newsletterCont .inputWrapper {
            position: relative;
        }

        .pre-footer .newsletterCont input {
            background-color: #f0f0f0;
            width: 100%;
            padding: 10px 40px 10px 0;
            text-align: left;
            text-indent: 20px;
            margin-bottom: 20px;
            height: 35px;
        }

        .pre-footer .newsletterCont #nlFooterContainer {
            display: none;
        }

            .pre-footer .newsletterCont #nlFooterContainer.toShow {
                display: inline;
            }

        .pre-footer .newsletterCont .newsletterLink, .pre-footer .newsletterCont #nlFake {
            text-indent: -9999px;
            position: absolute;
            padding: 17px 25px;
            right: 0;
            top: 0;
            background-size: 35%;
            background-position: center center;
        }

        .pre-footer .newsletterCont #nlFake {
            display: inline;
        }

            .pre-footer .newsletterCont #nlFake.hide {
                display: none;
            }

        .pre-footer .newsletterCont #errorContainer {
            margin: 0;
            font-size: 10px;
            position: relative;
            display: none;
        }

            .pre-footer .newsletterCont #errorContainer.toShow {
                display: block;
            }

            .pre-footer .newsletterCont #errorContainer span {
                display: none;
                color: #f00;
                position: absolute;
                top: -15px;
                left: 0;
                padding-left: 20px;
            }

                .pre-footer .newsletterCont #errorContainer span.toShow {
                    display: inline;
                }

    .pre-footer .newsletterDesc {
        text-transform: none;
        color: #999;
        margin-bottom: 15px;
    }



    .jspContainer {
        overflow: hidden;
        position: relative
    }

    .jspPane {
        position: absolute
    }

    .jspVerticalBar {
        position: absolute;
        top: 0;
        right: 0;
        width: 4px;
        height: 100%;
        background: #e1e1e1;
        z-index: 1
    }

    .jspHorizontalBar {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #e1e1e1
    }

    .jspCap {
        display: none
    }

    .jspHorizontalBar .jspCap {
        float: left
    }

    .jspTrack {
        background: #e1e1e1;
        position: relative
    }

    .jspDrag {
        background: #000;
        position: relative;
        top: 0;
        left: 0;
        cursor: pointer
    }

    .jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
        float: left;
        height: 100%
    }

    .jspArrow {
        display: none
    }

    .jspVerticalBar .jspArrow {
        display: none
    }

    .jspHorizontalBar .jspArrow {
        display: none
    }

    .jspCorner {
        background: #eeeef4;
        float: left;
        height: 100%
    }

    * html .jspCorner {
        margin: 0 -3px 0 0
    }

    #stores-loading {
        height: 40px;
        width: 100%;
        position: relative;
        left: 0;
        padding: 0;
        margin: 0
    }

    .locateMe {
        position: absolute;
        bottom: 20px;
        right: 280px
    }

        .locateMe button {
            background-color: rgba(0,0,0,0.6);
            border-color: #fff;
            border-style: solid;
            border-width: 1px;
            height: 51px;
            padding: 18px 21px;
            width: 240px;
            white-space: nowrap;
            text-align: left;
            padding-left: 55px
        }

            .locateMe button:after {
                content: "";
                height: 24px;
                width: 24px;
                content: "";
                position: absolute;
                left: 18px;
                top: 10px
            }

    .desktop .locateMe button:hover {
        background-color: #000
    }

    @media screen and (max-width: 992px) {
        .locateMe {
            bottom: 75px;
            right: 20px
        }
    }

    #cyc-dropdown {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 240px;
        background: #fff
    }

        #cyc-dropdown .fieldRow.select {
            margin-bottom: 0
        }

            #cyc-dropdown .fieldRow.select .fieldValue .selectize-input {
                font-family: "ProximaNovaBold", Arial, sans-serif;
                font-size: 12px
            }

    html[lang='jp'] #cyc-dropdown .fieldRow.select .fieldValue .selectize-input, .JP #cyc-dropdown .fieldRow.select .fieldValue .selectize-input {
        font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif;
        font-weight: bold
    }

    #cyc-dropdown .fieldRow.select .fieldValue .selectize-input.dropdown-active {
        border-color: #000
    }

    #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown {
        width: 100%;
        border-color: #ccc
    }

        #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown .jspPane > div {
            margin-right: 4px
        }

        #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a {
            text-decoration: none;
            line-height: 30px;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 12px;
            font-family: "ProximaNovaBold", Arial, sans-serif;
            color: #c2c2c2;
            -moz-transition: color 0.6s;
            -o-transition: color 0.6s;
            -webkit-transition: color 0.6s;
            transition: color 0.6s
        }

    html[lang='jp'] #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a, .JP #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a {
        font-family: "Hiragino Kaku Gothic ProN", "GraphikRegular", Meiryo, Arial, sans-serif;
        font-weight: bold
    }

    .desktop #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a:hover {
        color: #606060
    }

    #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a.selected {
        color: #606060
    }

    #cyc-dropdown .fieldRow.select .fieldValue .selectize-dropdown a:hover {
        background: transparent
    }

    .store-locator {
        min-width: 768px
    }

        .store-locator .store-locator-header img {
            width: 100%;
            height: auto;
            min-height: 100%
        }

        .store-locator .store-locator-header h2 {
            font-size: 3.5em;
            position: absolute;
            left: 0.5em;
            padding-right: 0.6em;
            padding-left: 0.6em;
            bottom: 20px;
            line-height: 1.8em;
            color: #fff;
            text-transform: uppercase;
            background-image: url("../../img/light-blue-bg.png");
            letter-spacing: -1px
        }

        .store-locator .bg-color {
            background-color: #efefef
        }

        .store-locator .stores {
            font-family: 'ProximaNovaBold'
        }

            .store-locator .stores .store {
                width: 100%;
                overflow: hidden
            }

                .store-locator .stores .store.invisible {
                    opacity: 0
                }

                .store-locator .stores .store .store-image {
                    float: left;
                    max-height: 264px
                }

                    .store-locator .stores .store .store-image img {
                        display: block
                    }

                    .store-locator .stores .store .store-image .image-tablet {
                        display: none
                    }

                .store-locator .stores .store .store-info {
                    float: left;
                    padding-left: 30px;
                    padding-top: 15px;
                    text-transform: uppercase;
                    max-width: 40%;
                    overflow: hidden
                }

                    .store-locator .stores .store .store-info .store-title {
                        font-size: 12px;
                        color: #000;
                        margin-bottom: 5px;
                        letter-spacing: 2px
                    }

                    .store-locator .stores .store .store-info .store-address {
                        font-size: 10px;
                        color: #666;
                        letter-spacing: 2px;
                        line-height: 13px;
                        display: block
                    }

                    .store-locator .stores .store .store-info .contact-label, .store-locator .stores .store .store-info .hours-label {
                        display: block;
                        margin-bottom: 5px;
                        margin-top: 10px;
                        color: #999;
                        font-size: 10px
                    }

                    .store-locator .stores .store .store-info .store-phone, .store-locator .stores .store .store-info .store-email {
                        font-size: 10px;
                        display: block;
                        color: #000;
                        font-size: 10px;
                        letter-spacing: 1px;
                        line-height: 14px
                    }

                    .store-locator .stores .store .store-info .store-hours {
                        -webkit-column-count: 2;
                        -moz-column-count: 2;
                        column-count: 2;
                        -webkit-column-gap: 40px;
                        -moz-column-gap: 40px;
                        column-gap: 40px;
                        width: 265px;
                        font-size: 10px;
                        letter-spacing: 1px;
                        line-height: 12px
                    }

    @media only screen and (max-width: 992px) {
        .store-locator .store-locator-header {
            height: 146px
        }

        .store-locator .stores .store .store-image {
            max-height: 280px
        }

            .store-locator .stores .store .store-image .image-desktop {
                display: none
            }

            .store-locator .stores .store .store-image .image-tablet {
                display: block !important
            }
    }

    #storelocator-container {
        position: relative
    }

    .store-locator-loader {
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        min-height: 300px
    }

    @media screen and (min-width: 1224px) {
        img.s1224w {
            display: block !important
        }

        img.s1024w {
            display: none !important
        }

        img.s768w {
            display: none !important
        }
    }


    @media screen and (min-width: 993px) {
        .col-md-4:nth-child(3n+1) {
            clear: both;
        }
    }

    @media screen and (min-width: 993px) and (max-width: 1223px) {
        img.s1224w {
            display: none !important
        }

        img.s1024w {
            display: block !important
        }

        img.s768w {
            display: none !important
        }
    }

    @media screen and (max-width: 1023px) {
        img.s1224w {
            display: none !important
        }

        img.s1024w {
            display: none !important
        }

        img.s768w {
            display: block !important
        }
    }


.searchmobil {
    width: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    
}

  

    #urunlistparent {
        width: calc(100% - 200px);
        padding-left: 20px;
        float: left;
    }

    @media (min-width: 993px) {
        .searchmobil {
            width: auto;
            position: absolute;
            top: 30px;
            left: 10px;
        }
 

    
    }



    .ecommerce h1, .ecommerce h2, .ecommerce h3, .ecommerce h4, .ecommerce h5, .ecommerce h6 {
        /*font-family: 'Nunito', sans-serif;*/
        margin: 0 0 10px;
        /*text-transform: uppercase;*/
    }

        .ecommerce h1 a, .ecommerce h2 a, .ecommerce h3 a, .ecommerce h4 a, .ecommerce h5 a, .ecommerce h6 a {
            color: #a2a2a2;
            font-weight: normal;
            font-size: 15px;
        }

.ecommerce h1 {
    font-size: 37px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

    .ecommerce h2 {
        font-size: 20px;
    }

    .ecommerce .content-page h2,
    .ecommerce .content-page h3,
    .ecommerce .content-page h4,
    .ecommerce .content-page h5,
    .ecommerce .content-page h6 {
        padding-top: 10px;
    }

    .ecommerce .content-page h3 {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .ecommerce .content-page h4 {
        font-size: 17px;
        margin-bottom: 4px;
    }

    .ecommerce .content-page h5,
    .ecommerce .content-page h6 {
        font: 700 15px "'Nunito'", Arial, sans-serif;
        margin-bottom: 2px;
    }

    /***
Header and header elements
***/
    /*.ecommerce .header {
	position: inherit;
}*/
.ecommerce .site-logo {
    margin: auto;
    display: block;
    width: 176px;
    padding: 10px 0 1px 0;
}

    .ecommerce .reduce-header .site-logo {
        padding-top: 16px;
        padding-bottom: 18px;
    }

    .ecommerce .header-navigation li.menu-search {
        /*top: 10px;*/
    }
    /*.ecommerce .header-navigation li.menu-search i {
	color: #ecebeb;
}*/

    /* Navigation */
    .ecommerce .header-navigation {
        font-family: 14px 'Nunito',  sans-serif;
        letter-spacing: 1px;
        /*margin: 0;*/
    }

        .ecommerce .header-navigation > ul > li > a {
            color: #575757;
            font-weight: 200;
            font-size: 15px;
            letter-spacing: 1px
        }

        .ecommerce .header-navigation ul > li.active > a,
        .ecommerce .header-navigation ul > li > a:hover,
        .ecommerce .header-navigation ul > li > a:focus,
        .ecommerce .header-navigation ul > li.open > a,
        .ecommerce .header-navigation ul > li.open > a:hover,
        .ecommerce .header-navigation ul > li.open > a:focus {
            color: #e02222;
        }

        .ecommerce .header-navigation .dropdown-menu > li > a:hover,
        .ecommerce .header-navigation .dropdown-menu > li.active > a,
        .ecommerce .header-navigation .header-navigation-content .header-navigation-col li > a:hover,
        .ecommerce .header-navigation .header-navigation-content .header-navigation-col li.active > a {
            /*color: #fff;*/
        }

        .ecommerce .header-navigation ul > li.active > a {
            /*border-bottom: 2px solid #E44F00;*/
            border-bottom: none !important;
        }

        .ecommerce .header-navigation > ul > li > .dropdown-menu {
            margin-top: -1px;
            /* width: 282px; */
            /* -webkit-transform: translateX(-50%); */
            /* transform: translateX(-50%); */
            left: 50%;
            margin-left: -500px;
            /* right: 25px; */
            /* background-color: #F2F2F2; */
            /* border: 1px solid #E4E3E3; */
            /* position: absolute; */
            /* width: 100%; */
            max-width: 100%;
            min-width: 970px;
            padding: 20px;
        }

    .ecommerce .reduce-header .header-navigation > ul > li > .dropdown-menu {
        margin-top: -3px;
    }

    .ecommerce .reduce-header .header-navigation > ul > li.dropdown:hover > a:after {
        bottom: 0;
    }

    /* nav brands */
    .nav-brands {
        clear: both;
        margin: -20px -15px;
        padding: 20px 0 0;
        width: auto;
    }

        .nav-brands ul {
            margin: 0;
            padding: 10px 0;
            list-style: none;
            background: #fff;
            width: 100%;
            overflow: hidden;
            border-top: solid 1px #f0f0f0;
        }

        .nav-brands li {
            float: none;
            margin-right: 0 !important;
            border: none !important;
            display: inline-block;
        }

        .nav-brands img {
            width: auto;
            height: 70px;
        }

        .nav-brands a {
            padding: 0 !important;
        }

            .nav-brands a:hover {
                background: #fff;
                color: #fff;
            }

    /* Top cart block */
    .header .top-cart-block {
        margin-top: 10px;
        position: absolute;
        top: 15px;
        right: 10px;
        font: 400 13px 'Nunito', sans-serif;
    }

    /*.header .top-cart-block a,.header .top-cart-block  a:visited{
     color:#cac6c3
}*/
    .ecommerce .header .mobi-toggler {
        margin-right: 10px;
        padding-left: 13px;
        padding-top: 10px;
    }

    .ecommerce .reduce-header .mobi-toggler,
    .reduce-header .top-cart-block {
        margin-top: 19px;
    }

    .top-cart-info {
        background: #f9f9f9;
        color: #595f65;
        border: solid 1px #ececec;
        border-radius: 16px !important;
        float: left;
        padding: 9px 39px 7px 13px;
        line-height: 1.2;
    }

        .top-cart-info a {
            color: #595f65;
        }

    .top-cart-info-count {
        float: left;
    }

    .top-cart-info-value {
        border-left: solid 1px #a5aab0;
        margin-left: 5px;
        padding-left: 5px;
    }

    .top-cart-block .sepeticon {
        position: absolute;
        top: 0;
        right: 0;
        background: #44b1c1;
        color: #fff;
        padding: 8px 8px 7px;
        border-radius: 16px !important;
        font-size: 17px;
    }

    .top-cart-content-wrapper {
        position: absolute;
        right: -2px;
        top: 100%;
        z-index: 99999;
    }

    .top-cart-content {
        padding: 8px 0 10px;
        background: #fcfafb;
        border-top: solid 2px #008C00;
        box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
        width: 364px;
        margin-top: 12px;
        color: #717880;
        display: none;
        position: relative;
        transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -webkit-transition: opacity .3s ease-in-out;
    }

        .top-cart-content:after {
            top: -8px;
            width: 0;
            height: 0;
            right: 8px;
            z-index: 2;
            content: " ";
            display: block;
            position: absolute;
            border-bottom: 8px solid #008C00;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    .top-cart-block:hover .top-cart-content {
        display: block;
    }

    .top-cart-content p {
        margin: 7px 0 5px;
    }

    .top-cart-content ul {
        margin: 0;
        padding: 0 8px;
    }

    .top-cart-content .scroller {
        overflow: hidden;
    }

    .top-cart-content li {
        list-style: none;
        margin: 0;
        padding: 9px 0;
        border-bottom: solid 1px #f2f2f2;
        width: 100%;
        overflow: hidden;
    }

    .top-cart-content img,
    .top-cart-content em,
    .top-cart-content strong,
    .top-cart-content span,
    .top-cart-content .del-goods,
    .top-cart-content .add-goods {
        float: left;
    }

    .top-cart-content img {
        border: solid 2px #fff;
        margin-right: 4px;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .top-cart-content span,
    .top-cart-content strong,
    .top-cart-content em {
        margin-right: 10px;
        overflow: hidden;
        padding-top: 10px;
    }

    .top-cart-content span {
        width: 26px;
    }

    .top-cart-content strong {
        width: 165px;
        font-weight: normal;
    }

        .top-cart-content strong a {
            color: #717880;
        }

    .top-cart-content em {
        width: 55px;
        font-style: normal;
        text-align: right;
    }

    .del-goods,
    .add-goods {
        width: 17px;
        height: 17px;
        color: #fff !important;
        border-radius: 22px !important;
        float: right;
        margin: 10px 0 0 5px;
        line-height: 1;
        font-size: 12px;
    }

        .del-goods:hover,
        .add-goods:hover {
            text-decoration: none;
        }

    .del-goods {
        background: #454D5A url(../../layout/img/icons/del-goods.png) no-repeat 50% 50%;
    }

        .del-goods:hover {
            background: #d7dde3 url(../../layout/img/icons/del-goods.png) no-repeat 50% 50%;
        }

    .add-goods {
        background: #7bdd00 url(../../layout/img/icons/add-goods.png) no-repeat 50% 50%;
    }

        .add-goods:hover {
            background: #454D5A url(../../layout/img/icons/add-goods.png) no-repeat 50% 50%;
        }

    .top-cart-content .text-right {
        margin-right: 8px;
        padding-top: 10px;
    }

    .top-cart-content .btn {
        font-size: 11px;
        padding: 8px 12px 7px;
    }

    .top-cart-content .btn-default {
        color: #fff;
        border: 1px solid #c1cad3;
        background: #c1cad3;
        margin-right: 4px;
    }

        .top-cart-content .btn-default:hover {
            border: 1px solid #A8AEB3;
            color: #fff;
            background: #A8AEB3;
        }

    .ecommerce .page-slider {
        margin-top: 15px;
    }



    /* breadcrumb */
    .ecommerce .breadcrumb {
        /*text-transform: uppercase;*/
        font: 13px 'Nunito', sans-serif;
    }

    /* Catalogue styles */
    .product-item {
        /*border: 1px solid #ccc;*/
        position: relative;
    }

    .owl-item.active .product-item {
        margin-right: 10px;
    }

    .product-item:hover {
        /*box-shadow: 5px 5px rgba(234, 234, 234, 0.9);*/
    }

    .product-item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
    }

    *html .product-item {
        zoom: 1;
    }

    * + html .product-item {
        zoom: 1;
    }


.sticker {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 80px;
    line-height: 12px;
    height: auto;
    padding: 3px;
    max-width: 45%;
    border-radius: 5px;
    color: white;
}

.sticker-kuryesel {
    background-image: none;
    background-color: #51b549;
padding:5px;
    font-size: 12px;
}

        .sticker img {
            max-width: 100%;
        }

.sticker-tukendi {
    background-image: none;
    background-color: #DDC3BC;
    padding: 5px;
    font-size: 12px;
}
 

    .specialFilterList {
        list-style: none;
        display: inline-block;
        width: auto;
        margin-top: 18px;
        padding-left: 15px;
    }

        .specialFilterList li {
            list-style: none;
            display: inline-block;
            width: auto;
            padding-right: 22px;
        }

    .sticker-sale {
        /*background: url(../../layout/img/sale.png) no-repeat;*/
    }

    .sticker-new {
        background: url(../../layout/img/new.png) no-repeat;
        left: auto;
        right: 0;
    }

    .tekbg {
        width: calc(100% - 60px);
        margin-bottom: 30px;
        display: inline-block;
        background-size: 100%;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transition: background-size 1s ease-in;
        -moz-transition: background-size .25s ease-out;
        -ms-transition: background-size .25s ease-out;
        -o-transition: background-size .25s ease-out;
        -webkit-transition: background-size .25s ease-out;
    }

        .tekbg:hover {
            background-size: 102.5%;
        }

    .katebanner {
        background-size: cover;
        height: 120px;
        background-repeat: no-repeat;
        text-align: center;
        color: white;
        padding-top: 45px;
        max-width: 100%;
        width: 100%;
        margin-top: 100px;
        display: inline-block;
    }

    .pi-img-wrapper {
        position: relative;
        border: 1px solid #eee;
        overflow: hidden;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .pi-img-wrapper div {
            position: absolute;
            left: 0;
            top: 0;
            display: none;
            width: 100%;
            height: 100%;
            text-align: center;
        }

        .pi-img-wrapper .imglastchild {
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }



        .pi-img-wrapper div {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

            .pi-img-wrapper div img {
                width: 100%;
                max-height: 100%;
            }

    .product-item:hover > .pi-img-wrapper > div {
        display: block;
    }

    .pi-img-wrapper div .btn-default {
        padding: 5px 12px;
        color: #fff;
        border: 1px #fff solid;
        margin: -13px 5px 0;
        background: transparent;
        position: relative;
        top: 50%;
        font-size: 14px;
        background-color: #3e4d5c;
    }
    /*.product-item .btn:hover {
	background: #000;
	border-color: #c8c8c8;
}*/

    .sepetadimlarUL {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 18px;
        width: auto;
        margin: auto;
        display: inline-block;
        margin-bottom: 30px;
    }

        .sepetadimlarUL li {
            padding: 0;
            margin: 0;
            list-style: none;
            width: auto;
            float: left;
            display: block;
            text-align: center;
        }

            .sepetadimlarUL li img {
                display: inline-block;
            }

    .urunad {
        height: 50px;
        padding: 0 10px;
    }

    .product-item h3, .product-itemh3 {
        font: 300 15px 'Nunito', sans-serif;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0;
        height: auto;
        /* font-weight: bold; */
    }

        .product-item h3 a, .product-itemh3 a {
            color: #000;
            font-size: 15px;
            FONT-WEIGHT: 500;
            line-height: 15px;
        }
#MainContent_Calendar1 td, #MainContent_Calendar1 th {
    padding: 5px;
    text-align: center;
}

    @media (max-width: 500px) {
     
        .product-item h3 a, .product-itemh3 a {
            font-size: 13px;
        }
    }

    .product-item h3 a:hover, .product-itemh3 a:hover {
        color: #E02222;
    }

    .pi-price {
        color: #000;
        font-size: 19px;
        text-align: center;
        padding-top: 4px;
    }

    .product-item .add2cart {
        float: right;
        color: white;
        /*border: 1px #ededed solid;*/
        /* padding: 3px 6px; */
        background-color: #ED5B5C;
    }

        .product-item .add2cart:hover {
            color: #fff !important;
            background-color: green;
            border: 1px green solid;
        }

    .shop-index-carousel {
        margin-left: -10px;
    }

    /* shopping cart page */
    .goods-data {
        padding: 20px;
        margin-bottom: 20px;
        overflow-x: auto;
        margin-right: 10px;
    }

        .goods-data table,
        .checkout-page table {
            width: 100%;
            /*font: 300 13px 'Nunito', sans-serif;*/
        }

    -serif;
    /*text-transform: uppercase;*/
    border-bottom: solid 1px #ecebeb; padding-bottom: 8px;
}

.goods-data td,
.checkout-page td {
    vertical-align: top;
    border-bottom: solid 1px #ecebeb;
}

.goods-page-image,
.checkout-image {
    width: 105px;
}

    .goods-page-image img,
    .checkout-image img {
        width: 75px;
    }

.goods-page-image,
.checkout-image {
    width: 105px;
}

    .goods-page-image img,
    .checkout-image img {
        width: 75px;
    }

.goods-page-price,
.goods-page-total,
.checkout-price,
.checkout-total {
    font-family: 'Nunito','PT Sans Narrow', sans-serif;
}

    .goods-page-price strong,
    .goods-page-total strong,
    .checkout-price strong,
    .checkout-total strong {
        color: #000;
        font-size: 21px;
        font-weight: normal;
    }

        .goods-page-price strong span,
        .goods-page-total strong span,
        .checkout-price strong span,
        .checkout-total strong span {
            font-size: 17px;
        }

.goods-data h3,
.checkout-page .checkout-description h3 {
    font: 300 14px 'Nunito', sans-serif;
    text-transform: inherit;
    padding: 0;
    margin: 0 0 5px;
}

.goods-data p,
.checkout-description p {
    margin-bottom: 2px;
}

.goods-data a,
.checkout-page .checkout-description a {
    color: #008C00;
}

.goods-page-description em,
.checkout-description em {
    display: block;
    font-style: normal;
}

.goods-page .btn-default {
    float: left;
    border: 1px solid #5ea8dc;
    background: #5ea8dc;
    color: #fff;
}

    .goods-page .btn-default:hover {
        border: 1px solid #408cc2;
        background: #408cc2;
    }

.goods-page .btn-primary {
    float: right;
    margin-right: 10px;
}

.goods-data .del-goods,
.goods-data .add-goods {
    margin-top: 4px;
}

.shopping-total,
.checkout-total-block {
    width: 100%;
    float: right;
    padding-top: 9px;
    color: #3e4d5c;
}

.checkout-total-block {
    margin-bottom: 20px;
}

    .shopping-total ul,
    .checkout-total-block ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .shopping-total li,
    .checkout-total-block li {
        border-bottom: solid 1px #ecebeb;
        width: 100%;
        overflow: hidden;
        padding: 9px 0;
    }

        .shopping-total li:last-child,
        .checkout-total-block li:last-child {
            border: none;
        }

    .shopping-total em,
    .checkout-total-block em {
        font: 18px 'Nunito','PT Sans Narrow', sans-serif;
        float: left;
        /*text-transform: uppercase;*/
        position: relative;
        top: 2px;
    }

    .shopping-total strong,
    .checkout-total-block strong {
        color: #000;
        font: 18px "'Nunito'", sans-serif;
        font-weight: normal;
        float: right;
    }

        .shopping-total strong span,
        .checkout-total-block strong span {
            font-size: 17px;
        }

.shopping-total-price,
.checkout-total-price {
    font-weight: bold;
}

    .shopping-total-price strong,
    .checkout-total-price strong {
        font-weight: bold;
    }

/* checkout page */
.checkout-page h2 {
    background: #a7b0b8;
    color: #fff;
    font: 17px 'Nunito','PT Sans Narrow', sans-serif;
    margin: 0 0 15px;
}

    .checkout-page h2 a {
        color: #fff;
        display: block;
        padding: 9px 20px 8px !important;
    }

        .checkout-page h2 a:hover {
            color: #fff;
        }

.checkout-content {
    padding: 0 20px 40px;
}

.checkout-block.panel {
    background: inherit;
    box-shadow: none;
    margin-bottom: 0;
}

.checkout-page a {
    color: #767F88;
}

    .checkout-page a:hover {
        color: #E02222;
    }

.checkout-page h3 {
    font: 23px 'Nunito','PT Sans Narrow', sans-serif;
    color: #3e4d5c;
    padding-top: 10px;
}

.checkout-page select.form-control {
    color: #B0B4B7;
}

    .checkout-page select.form-control.input-sm {
        width: 100%;
        height: 34px;
        font-size: 14px;
        padding: 6px 12px;
    }

.checkout-page hr {
    clear: both;
}

#shipping-method .form-group {
    padding-top: 10px;
}

.checkout-page h4 {
    text-transform: inherit;
    font-size: 20px;
}

.checkout-page .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.checkout-page .panel-heading {
    background: none;
    padding: 0;
}

.checkout-page .panel-body {
    border: none !important;
    padding-left: 20px;
    padding-right: 20px;
}

.radio-list {
    margin: 0 0 10px -2px;
}

    .radio-list > label {
        display: block;
    }

/* compare goods */
.compare-goods tr:first-child td.compare-info,
.compare-goods tr:first-child td.compare-item {
    background: no-repeat;
    border-bottom: 3px solid #ECEBEB;
}

.goods-data td.compare-info {
    width: 20%;
    vertical-align: middle;
    background: #F9F9F9;
}

.goods-data td.compare-info,
.goods-data td.compare-item {
    padding: 20px;
}

.compare-item {
    text-align: center;
}

    .compare-item img {
        width: 100%;
        max-width: 100px;
    }

    .compare-item h3 {
        padding: 7px 0 4px;
        margin: 0;
    }

    .compare-item strong {
        color: #000;
        font-size: 21px;
        font-weight: normal;
    }

        .compare-item strong span {
            font-size: 17px;
        }

.compare-goods .btn-primary {
    margin-right: 0;
}

.goods-data th h2 {
    font-size: 17px;
    padding: 8px 20px 0;
    margin: 0;
    font-weight: bold;
}

.goods-page .compare-item .btn-primary {
    color: #fff;
    float: none;
}

.goods-page .compare-item .btn-default {
    border: 1px solid #EDEDED;
    color: #A8AEB3;
    background: transparent;
    padding: 6px 13px;
    float: none;
    margin-top: 10px;
}

    .goods-page .compare-item .btn-default:hover,
    .goods-page .compare-item .btn-default:focus,
    .goods-page .compare-item .btn-default:active {
        border: 1px solid #A8AEB3;
        color: #fff;
        background: #A8AEB3;
        padding: 6px 13px;
    }

.ecommerce .sidebar {
    font: 15px 'Nunito', sans-serif;
    color: #000;
    float: left;
    width: 200px;
    background-color: #fff;
    padding-top: 15px;
    /*padding-bottom:15px;*/
}

    .ecommerce .sidebar .list-group-item {
        border-bottom: 1px solid #d6d6d6;
        padding: 0;
    }

/* sidebar filter */
.sidebar-filter {
    background: #fff;
    padding: 15px 15px 20px;
}

    .sidebar-filter h2 {
        font-size: 18px;
        margin: 0;
    }

    .sidebar-filter h3 {
        font: 600 14px 'Nunito', sans-serif;
        /*text-transform: none;*/
        padding-top: 10px;
    }

    .sidebar-filter label {
        text-transform: none;
        font: 400 13px 'Nunito', sans-serif;
    }

    .sidebar-filter #amount {
        font-weight: normal !important;
        color: #767F88 !important;
    }

    .sidebar-filter .ui-widget-content {
        border: none;
        background: #e5e5e5;
        border-radius: 0;
        height: 8px !important;
    }

    .sidebar-filter .ui-widget-header {
        background: #ffb848;
    }


.checkbox-list > label {
    display: block;
    font-weight: normal;
}

/* sidebar products */
.sidebar-products {
    padding: 15px 15px 20px;
}

    .sidebar-products .item {
        background-color: #fff;
        width: 100%;
        overflow: hidden;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: solid 1px #eee;
    }

        .sidebar-products .item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none;
        }

    .sidebar-products h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .sidebar-products img {
        width: 65px;
        height: auto;
        float: left;
    }

    .sidebar-products h3 {
        font: 300 13px 'Nunito', sans-serif;
        /*text-transform: none;*/
        margin-left: 80px;
        margin-bottom: 2px;
    }

    .sidebar-products .price {
        margin-left: 80px;
        color: #000;
        font: 16px 'Nunito','PT Sans Narrow', sans-serif;
    }

/* BEGIN product page */
.product-page {
    padding: 22px;
    margin-right: 10px;
}

.product-main-image {
    margin-bottom: 20px;
}

    .product-main-image img {
        width: 100%;
    }

.product-other-images {
    text-align: left;
}

    .product-other-images img {
        /*width: 58px;*/
        height: auto;
        margin: 0 12px 12px 0;
    }

    .product-other-images a:hover img,
    .product-other-images a.active img {
        box-shadow: 0 0 0 2px #c7ced5;
    }

.product-page h1 {
    /*border-bottom: 1px solid #f4f4f4;*/
    padding-bottom: 18px;
    font-size: 28px;
    font-family: "'Nunito'", sans-serif;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 6px;
}
#favoriekle, #favoristed {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #646464;
}
#favoristed {
    color: #D4155B;
}

#favoridiv {
    position: absolute;
    right: 0;
    z-index: 8;
    padding: 10px;
 
}
*:focus {
    outline: none;
}
.seller-container {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-webkit-radius: 3px;
    zoom: 1;
    width: auto;
    height: 32px;
    display: inline-block;
    margin: 20px 0 10px 0;
    padding: 7px 10px 6px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    line-height: 1;
 
}
.merchant-rating, .merchant-rating2{
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-webkit-radius: 3px;
    background-color: #40ad40;
    zoom: 1;
    width: 32px;
    height: 16px;
    display: inline-block;
    margin-left: 7px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    float: right;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
.merchant-rating2 {
    font-size: 15px;
}
    .seller-container .seller a {
        color: #537ecf
    }
.product-page h4 {
    font-size: 13px;
    margin-bottom: 35px;
}
/*.price-availability-block {
    margin-bottom: 22px;
}*/

#mobilsepeteekle {
    text-align: center;
    display: none;
    padding: 15px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background-color: white;
    z-index: 5997;
}





.urunh1 {
    font-size: 30px;
    margin-bottom: 10px;
}

#desktopekle {
    text-align: center;
    display: none;
    padding: 15px;
    position: fixed;
    width: 100%;
    top: 0px;
    background-color: white;
    z-index: 5997;
    -webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, .1) !important;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, .1) !important;
}



.uruntbl {
    text-align: center;
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}

#gonderana {
    margin-top: 25px;
}

.price-availability-block .price {
    float: left;
    font-family: 'Nunito','PT Sans Narrow', sans-serif;
}

    .price-availability-block .price strong {
        color: #000;
        font-size: 35px;
        font-weight: normal;
    }

        .price-availability-block .price strong span {
            font-size: 25px;
        }

    .price-availability-block .price em {
        font-style: normal;
        color: #bbb;
        font-size: 17px;
    }

        .price-availability-block .price em span {
            font-size: 23px;
            text-decoration: line-through;
        }

.price-availability-block .availability {
    float: right;
    color: #7b8a99;
}

    .price-availability-block .availability strong {
        font-weight: normal;
        color: #3e4d5c;
    }

.product-page .nav-tabs > li {
    margin-top: 1px;
}

.product-page-options {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

    .product-page-options .pull-left {
        margin-right: 40px;
    }

        .product-page-options .pull-left:last-child {
            margin-right: 0;
        }

    .product-page-options label {
        font-weight: normal;
        /*text-transform: uppercase;*/
        color: #8e9ca8;
        font-family: 'Nunito', sans-serif;
        float: left;
        margin-right: 10px;
        padding-top: 2px;
    }

    .product-page-options select.input-sm {
        float: left;
        width: auto;
        height: 26px;
    }

.product-page-cart {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 18px;
  text-align    : center;
}

.product-quantity,
.product-quantity .input-group {
    width: 70px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

table .product-quantity,
table .product-quantity .input-group {
    margin-right: 0;
}

.product-page-cart .btn {
    padding: 7px 20px;
    cursor: pointer;
    width: 450px;
    max-width: 100%;
    font-size: 22px;
    letter-spacing: 1px;
    height: 46px;
    font-family: 'Nunito', sans-serif;
}

.product-quantity input.form-control {
    border: none;
    background: #edeff1 !important;
    font: 300 23px 'Nunito', sans-serif;
    ;
    color: #647484;
    height: 38px;
    width: 50px;
    text-align: center;
    padding: 5px;
}

    .product-quantity input.form-control:focus {
        border: none;
    }

.product-quantity .input-group-btn {
    position: static;
}

.product-quantity .btn {
    text-align: center;
    height: 18px !important;
    width: 18px;
    padding: 0 2px 0 1px !important;
    text-align: center;
    background: #edeff1;
    border-radius: 0 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    color: #616b76;
    margin: 0 !important;
    position: absolute;
    right: 0;
}

.product-quantity .quantity-up {
    top: 0;
}

.product-quantity .quantity-down {
    bottom: 0;
}

.product-quantity .btn i {
    position: relative;
    top: -2px;
    left: 1px;
}

.product-page .review {
    color: #6e7a85;
    font-family: 'Nunito', sans-serif;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-weight: 300;
}

.product-page .rateit {
    margin-right: 27px;
    position: relative;
    top: 2px;
}

.product-page .review a {
    color: #008C00;
}


/*.product-page .social-icons li a {
	background-position: 0 -38px;
	opacity: 1;
}*/

/* product pop up */
.product-pop-up {
    padding: 0;
    overflow-x: hidden;
    background: inherit;
}

    .product-pop-up .product-quantity, .product-pop-up .product-quantity .input-group {
        margin-right: 15px;
    }

    .product-pop-up .product-page-cart .btn {
        padding: 7px 5px;
    }

    .product-pop-up .product-page-cart a.btn {
        padding: 9px 5px 5px;
        display: inline-block;
    }

    .product-pop-up .btn-primary {
        margin-right: 10px;
    }

.product-page-content {
    width: 100%;
    overflow: hidden;
    padding: 20px 13px 0;
}

.ecommerce .nav-tabs {
    /*text-transform: uppercase;*/
    font: 16px/1 'Nunito', sans-serif;
}

    .ecommerce .nav-tabs > li > a, .ecommerce .nav-tabs > li > a:hover, .ecommerce .nav-tabs > li > a:focus {
        padding: 5px 15px 3px;
        background: #edeff1;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #008C00;
    color: #fff;
}

.product-page-content .tab-content {
    padding: 20px 15px;
    background: #fff;
}

/* datasheet tab */
.product-page-content .datasheet {
    width: 100%;
    font-size: inherit;
}

    .product-page-content .datasheet th {
        border-bottom: solid 2px #eee;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .product-page-content .datasheet td {
        padding: 5px 20px 5px 0;
        border-bottom: solid 1px #eee;
    }

.datasheet-features-type {
    font-weight: bold;
}
/* reviews tab */
.reviews-form {
    padding-top: 20px;
}

    .reviews-form label {
        font-weight: normal;
    }

    .reviews-form input.form-control {
        color: #aaa;
    }

.review-item {
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #eee;
    padding: 0 5px 5px;
    margin: 0 -5px 20px;
}

.review-item-submitted {
    margin-bottom: 5px;
    position: relative;
}

    .review-item-submitted strong,
    .review-item-submitted em {
        display: block;
    }

    .review-item-submitted strong {
        margin-bottom: 3px;
    }

    .review-item-submitted em {
        font-style: normal;
        color: #bbb;
        font-size: 12px;
    }

    .review-item-submitted .rateit {
        position: absolute;
        top: 3px;
        right: 0;
    }
/* END product page */

/* list view sorting */
.list-view-sorting {
    margin-bottom: 20px;
}

.list-view * {
    display: none !important;
}

.list-view-sorting .pull-right {
    margin-left: 30px;
}

.list-view-sorting label {
    font-weight: normal;
    /*text-transform: uppercase;*/
    font-size: 14px;
    color: #8e9ca8;
    font-family: 'Nunito', sans-serif;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.list-view-sorting select {
    float: left;
    width: auto;
    height: 26px;
}

.list-view-sorting a {
    background: #fff;
    color: #008C00;
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    margin-right: -3px;
}

.content-form-page legend {
    font: 18px 'Nunito','PT Sans Narrow', sans-serif;
    /*text-transform: uppercase;*/
    margin-bottom: 14px;
}

/***
Shop Stype Buttons
***/
.btn {
    /*text-transform: uppercase;*/
}


.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
    width: 40px;
    height: 40px;
    z-index: 99;
    top: 50%;
    margin-top: -20px;
    position: absolute;
}

/* BEGIN max width 1200px */
@media (max-width: 1200px) {
    .content-form-page .control-label {
        padding-left: 30px;
        padding-bottom: 5px;
    }

    .content-form-page .col-md-offset-4 {
        margin-left: 15px;
    }

    .content-form-page .pull-right {
        float: left !important;
    }

    .quote-v1 span {
        font-size: 20px;
    }
}
 
@media (min-width: 993px) {
    .header .header-navigation {
        display: block !important;
    }

     
}
 
@media (min-width: 993px) and (max-width: 1205px) {
    body.page-header-fixed {
        padding-top: 121px !important; /* height of the header */
    }

    .header .header-navigation {
        display: block !important;
        /*clear: both;*/
        /*margin-top: -10px;*/
        float: left !important;
    }

    .reduce-header .header-navigation {
        margin-top: -6px;
    }

 /*   .header .header-navigation > ul > li {
        margin-right: 27px;
    }*/

        .header .header-navigation > ul > li > a {
            padding: 5px 10px 18px;
        }

    .reduce-header .header-navigation > ul > li > a {
        padding-bottom: 13px;
    }

    .header .header-navigation > ul > li.active > a, .header .header-navigation > ul > li > a:hover, .header .header-navigation > ul > li > a:focus, .header .header-navigation > ul > li.open > a, .header .header-navigation > ul > li.open > a:hover, .header .header-navigation > ul > li.open > a:focus {
        background: none;
    }

    .header-navigation > ul > li.dropdown:hover > a:after {
        margin-left: 10px;
    }

    .dropdown-fix-right .dropdown-menu {
        left: 0;
        right: auto;
    }

    .header .header-navigation li.menu-search {
        top: 1px;
        margin-left: -20px;
    }

    .ecommerce .header .header-navigation li.menu-search {
        top: 2px;
    }

    .header .header-navigation li.menu-search span.sep {
        top: 2px;
        margin-right: 26px;
    }

    .header .header-navigation li.menu-search i {
        top: -4px;
    }
}
 
@media (max-width: 992px) {

    .altdiv1Q {
        width: 100%;
        float: left;
        margin: 0;
        margin-left: 0;
        background-color: #FA9489;
    }

    .altdiv2Q {
        width: 100%;
        float: left;
        margin: 0;
        background-color: #BFBFBF;
        margin-right: 0;
    }



    .altdiv1 {
        width: 100%;
        float: left;
        margin: 0px;
        margin-left: 0;
        background-color: #FA9489;
    }

    .altdiv2 {
        width: 100%;
        float: left;
        margin: 0px;
        background-color: #BFBFBF;
        margin-top: 20px;
        margin-right: 0;
    }

    body.page-header-fixed {
        padding-top: 107px !important; /* height of the header */
    }

    /*#tablostoktavar {
        text-align: center;
        display: none;
        padding: 15px;
        padding-top: 30px;
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 0px;
        background-color: white;
        z-index: 5998;
        left: 0;
        top: 0;
        display: none;
    }*/

    .mobilpopad {
        /*display: block;*/
    }

    .mobilsepeteeklePOPkapat {
        /*cursor: pointer;
        height: 48px;
        max-width: 48px;
        padding: 16px;
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        z-index: 1;
        display: block;*/
    }

    .header .mobi-toggler {
        display: block;
        float: left;
        z-index: 666;
        top: 10px;
        left: 10px;
        position: absolute;
    }
}
/* END max width 992px */

/* BEGIN max width 992px */
@media (max-width: 992px) {

    .ensongezdiv {
        display: none;
    }

    .shop-index-carousel {
        margin-left: 0;
        margin-right: 10px;
    }

    .brands .container {
        padding-right: 25px;
    }

    .sidebar-menu a:focus {
        color: #333 !important;
        text-decoration: none;
    }

    .sale-product___removed {
        margin-bottom: 40px;
    }

    .new-arrivals___removed {
        margin-left: 15px;
        padding-left: 0;
    }

    .two-items-bottom-items {
        margin-bottom: 40px;
    }

    .carousel img {
        width: 100%;
    }

    /*.steps-block {
		padding-bottom: 10px;
	}
	.steps-block-col {
		border: 2px solid #FFF;
		margin: 0 20px 20px 15px;
		padding: 20px 20px 15px;
		min-height: auto;
		float: left;
	}
	.steps-block-col:last-child {
		margin-right: 0;
	}
	.steps-block .steps-block-col div {
		margin-left: 0;
		margin-right: 0;
	}
	.steps-block h2 {
		font-size: 25px;
	}
	.steps-block em {
		text-transform: inherit;
	}
	.steps-block-col span,
	.steps-block-col .fa {
		display: none;
	}
	.steps-block-col:first-child em {
		margin-left: 0;
	}*/

    .steps-block-col {
        border: 2px solid #FFF;
        margin: 0 25px 20px 15px;
        padding: 20px 20px 15px;
        min-height: auto;
        float: none;
    }

        .steps-block-col:last-child {
            margin-right: 25px;
            margin-bottom: 0;
        }

    .steps-block .steps-block-col div {
        margin-left: 0;
        margin-right: 0;
    }

    .steps-block h2 {
        font-size: 43px;
    }

    .steps-block em {
        text-transform: uppercase;
    }

    .steps-block-col span {
        display: none;
    }

    .steps-block-col .fa {
        display: block;
    }

    .pre-footer-subscribe-box form {
        width: 100%;
    }

    .sidebar-products img {
        float: none;
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }

    .sidebar-products h3,
    .sidebar-products .price {
        margin-left: 0;
    }

    .product-page-options .pull-left {
        margin-bottom: 10px;
    }

    .product-quantity {
        margin-bottom: 10px;
    }

    /*
	if you want to hide buttons on mobile view, uncomment this block
	.pi-img-wrapper div {
		display: none !important;
	}*/
    .review .rateit {
        width: 100%;
        margin-bottom: 10px;
    }

    .list-view-sorting .pull-right {
        margin-bottom: 10px;
    }

    .service-box p, .service-box .service-box-heading em, .service-box .service-box-heading span {
        display: block;
        text-align: center;
    }

    .service-box .service-box-heading em {
        margin-bottom: 10px;
    }

    .quote-v1 {
        text-align: center;
    }

        .quote-v1 .text-right {
            text-align: center;
        }

    .recent-work .owl-carousel {
        margin-left: -10px;
    }

    .our-clients .owl-carousel {
        margin-left: -2px;
    }

    .recent-work .owl-carousel,
    .our-clients .owl-carousel {
        padding-top: 30px;
    }

    .recent-work .owl-buttons,
    .our-clients .owl-buttons {
        top: 0;
        left: -3px;
    }

    .our-clients .owl-buttons {
        left: -10px;
    }

    .testimonials-v1 {
        padding-top: 40px;
    }

    .recent-work .recent-work-item .fa {
        width: 36px;
        height: 36px;
        margin-top: -18px;
        font-size: 14px;
        padding: 12px;
    }

    .recent-news-inner {
        padding: 10px 15px 0;
    }

    .ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
        padding-top: 0;
    }

    .pre-footer .pre-footer-subscribe-box {
        padding-bottom: 25px;
    }

    .ecommerce .pre-footer-subscribe-box form {
        width: 100%;
    }

    .ecommerce .content-search h1 {
        padding-top: 0;
        margin-bottom: 3px;
    }

    .content-search form {
        margin: 0 0 6px;
    }
}
/* END max width 992px */

/* BEGIN max width 767px */
@media (max-width: 767px) {
    .pre-header .pull-right {
        float: left !important;
    }

        .pre-header .pull-right li:first-child {
            padding-left: 0;
        }

    .ecommerce .pre-footer-subscribe-box form {
        float: none;
        width: auto;
    }

    .header .header-navigation {
        margin: 0 -10px 0;
        padding: 0 10px;
    }

    .header-navigation-content {
        min-width: 100px;
    }

    .sidebar {
        /*margin-bottom: 40px;*/
    }

    .sidebar___removed {
        margin-bottom: 40px;
    }

    .sidebar-menu .fa-angle-right {
        display: inline-block;
    }

    .pre-footer .pull-right,
    .footer .pull-right {
        float: none !important;
    }

    .pre-footer .pull-right,
    .footer .pull-right {
        padding-top: 15px;
    }

    .footer .list-inline > li {
        padding-left: 0;
        margin-right: 5px;
    }


    .form-info {
        border-left: none;
        padding-left: 0;
        padding-top: 30px;
        border-top: 1px solid #E4E6E8;
        margin-bottom: 0;
    }

    .sidebar-products .item {
        float: left;
        width: 48%;
        margin-bottom: 20px;
        padding: 0 10px 10px;
    }

    .sidebar-products img {
        width: 100%;
        height: auto;
    }

    .list-view-sorting {
        /*background: #fff;*/
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

        .list-view-sorting .col-md-10 {
            padding-right: 0;
        }

    .product-other-images {
        margin-bottom: 40px;
    }

    .product-page-options .pull-left {
        margin-bottom: 0;
    }

    .product-item .img-responsive {
        width: 100%;
        height: 100%;
    }

    .pagination {
        float: left !important;
        padding-top: 10px;
    }

        .pagination > li {
            margin-left: 0;
            margin-right: 5px;
        }

    .pre-footer .margin-bottom-40 {
        margin-bottom: 0;
    }

    .ls-layer3 .ls-price strong {
        top: -15px;
    }

    .glyphicons-demo ul li {
        width: 12.5%;
    }

    .tab-style-1 .tab-content img {
        margin: 5px 0 10px;
    }

    .testimonials-v1 {
        padding-top: 20px;
    }

    .front-steps-wrapper {
        margin-left: -10px;
        margin-right: -10px;
    }

        .front-steps-wrapper .front-step-col {
            padding-left: 15px;
            padding-right: 15px;
        }

        .front-steps-wrapper .front-step:after {
            display: none;
        }

    .blog-posts h2, .ecommerce .blog-posts h2 {
        padding-top: 15px;
    }

    .ecommerce .footer {
        padding: 10px 0 10px;
    }

        .ecommerce .footer .pull-right {
            padding-top: 10px;
        }

    .ecommerce .pre-footer address {
        margin-bottom: 15px !important;
    }

    .footer img {
        margin-bottom: 10px;
    }

    .ecommerce .pre-footer-subscribe-box h2, .corporate .pre-footer-subscribe-box h2 {
        padding-top: 7px;
    }
}
/* END max width 767px */

/* BEGIN max width 600px */
@media (max-width: 600px) {
    .ls-layer3 .ls-price strong {
        top: -5px;
    }
}
/* END max width 600px */

/* BEGIN max width 992px */
@media (max-width: 992px) {
    .sepetspan {
        font-family: 'Nunito', sans-serif;
        right: 3px;
        top: 7px;
        width: 18px;
        height: 18px;
        font-size: 11.5px;
        line-height: 11px;
        padding: 4px 0;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        /* background: #0076ff; */
        /* color: #fff; */
        font-weight: 700;
        font-style: normal;
    }

    #urunlistparent {
        width: 100%;
        padding-left: 0;
    }

    .ecommerce .sidebar {
        width: 100%;
    }




    .searchmobil {
        width: 100%;
        position: absolute;
        top: 6px;
        left: 0;
        
    }


    .siparislerimurun {
        width: 220px;
        float: none;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }

    .mesajcat {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        color: #4168DF;
        flex: 0 0 auto;
        height: auto;
        padding: 5px 5px;
        font-size: 14px;
        border-radius: 50vh;
        display: inline-block;
        margin: 4px;
    }

    .kacta {
        display: inline-block;
        float: left;
        margin-right: 4px;
        font-size: 18px;
        padding-top: 2px;
    }

    .altdivyazi:before {
        content: "";
        display: block;
        padding-top: calc(50% - 40px);
    }
 


    .altdivALTQ {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        background-color: #FFFF;
        height: auto;
    }

    .altdivALTQ1 {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        background-color: #FA9489;
        height: 250px;
        text-align: center;
    }

    .altdivALTQ2 {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        background-color: #BFBFBF;
        height: 250px;
        text-align: center;
    }

        .altdivALTQ1 img, .altdivALTQ2 img {
            max-width: 100px;
            margin-bottom: 10px;
        }

    .altdivyaziQ {
        color: #555;
        padding: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: left;
        font-size: 16.5px;
    }

    .altdivyaziQ2 {
        padding: 30px;
        font-size: 18px;
    }


    .HaltdivALTQ {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        height: auto;
    }

    .HaltdivALTQ1 {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        background-color: #FA9489;
        height: 250px;
        text-align: center;
    }

    .HaltdivALTQ2 {
        width: 100%;
        float: left;
        position: relative;
        overflow-y: overlay;
        background-color: #BFBFBF;
        height: 250px;
        text-align: center;
    }

        .HaltdivALTQ1 img, .HaltdivALTQ2 img {
        }

    .afavori img {
        display: block;
        float: left;
        max-width: 85px;
        margin-right: 15px;
    }

    .afavori div {
        width: calc(100% - 100px);
    }

    .HaltdivyaziQ {
        color: #555;
        padding: 20px;
        padding-bottom: 20px;
        position: relative;
        text-align: left;
        font-size: 16.5px;
    }

    .HaltdivyaziQ2 {
        padding: 30px;
        font-size: 18px;
    }

    .HaltdivyaziQ .h3 {
        background-color: transparent;
        padding: 10px;
        margin: 0;
    }

    .HaltdivyaziQ p {
        padding: 10px;
    }

    .popac {
        padding: 16px 20px;
        font-size: 13px;
    }

    .pre-footer {
         
        margin: 20px 0;
    }

    .altdivyazi {
        padding: 5px;
        font-size: 13px;
    }

        .altdivyazi h3 {
            font-size: 19px;
            padding-bottom: 0;
        }

    .sepetUrunSayisi {
        font-family: 'Nunito', sans-serif;
        right: -8px;
        top: -1px;
        width: 18px;
        height: 18px;
        font-size: 11px;
        line-height: 11px;
        padding: 4px 0;
        text-align: center;
        border-radius: 100%;
        position: absolute;
        background: #0076ff;
        color: #fff;
        font-weight: 700;
        letter-spacing: .3px;
    }


    .monoblok {
        padding: 30px 10px;
        text-align: center;
    }

    .monotitle {
        font-size: 24px;
    }

    .istanbulimgM {
        display: block;
    }

    .istanbulimg {
        display: none;
    }

    .popcol1 {
        width: 100%;
        float: left;
    }

    .gonderbtn {
        display: none;
    }

    #sagblok5 {
        max-width: 100%;
        /*float: left;*/
        padding-top: 0px;
    }

    .green.btn {
        font-size: 14px;
    }

    .product-item h3, .product-itemh3 {
        font: 300 13px 'Nunito', sans-serif;
        text-rendering: optimizeLegibility;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        height: 40px;
        float: none;
        font-weight: bold;
    }

    .mesajoklar2, .mesajoklar3 {
        background-color: #FFFFFF;
        border-color: #FFFFFF;
        border-radius: 50%;
        color: #4168DF;
        cursor: pointer;
        height: 24px;
        padding: 6px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 24px;
        height: 24px;
        padding: 6px;
        width: 24px;
        float: left;
        margin: 3px;
    }

 

    .sepettabs li {
        font-size: 12px;
    }

    .mesajhazirP {
        width: 100%;
    }

    .SEPETSAG {
        background-color: #FFF;
        color: black;
        margin: 0;
        padding: 10px;
        width: calc(100% - 20px);
        margin: 10px;
    }

    .SEPETSOL {
        margin: 0;
        color: black;
        width: 100%;
        margin-TOP: 5px;
    }

    #MainContent_Calendar1 {
        left: 0;
        right: 0;
    }

    .pre-header .list-inline li {
        padding: 3px;
        font-size: 11px;
    }

    .pre-header .col-md-6 {
        float: left;
    }

    .pre-header .additional-nav {
        float: right;
        text-align: right;
    }

    .nav-catalogue .pi-price {
        margin-bottom: 10px;
    }

    .nav-catalogue .pi-price,
    .nav-catalogue .product-item .add2cart {
        float: none;
    }

    .top-cart-block {
        clear: both;
        float: left;
        padding-top: 0;
        margin: 0 0 29px;
        width: 100%;
    }

    .top-cart-info {
        float: none;
        height: 30px;
    }

    .top-cart-block .fa-shopping-cart {
        top: 0;
    }

    .top-cart-content-wrapper {
        left: 0;
        right: auto;
    }

    .top-cart-content:after {
        left: 15px;
    }

    .ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
        display: none;
    }

    .checkout-content {
        padding: 0 0 40px;
    }

    .checkout-page h2 a {
        padding: 9px 10px 8px;
    }
    /*.table-wrapper-responsive {
		overflow-x: scroll;
	}*/

    .shopping-cart-page .btn-default {
        float: right;
    }

    .shopping-cart-page .btn-primary {
        clear: both;
        margin-top: 10px;
    }

    .checkout-page .btn-default {
        clear: both;
        margin-top: 10px;
        margin-right: 0 !important;
    }

    /*.product-item:hover > .pi-img-wrapper>div {
		display: none;
	}*/

    .urunmain {
        padding: 0;
        border-top: 1px solid #eee;
    }

    .katebanner {
        margin-top: 0px;
        padding-top: 0;
        height: 75px;
    }

    .steps-block-simple h2 {
        font-size: 21px;
    }

    .steps-block-simple em {
        font-size: 14px;
        text-transform: inherit;
    }

    .ecommerce .pre-footer-subscribe-box h2,
    .corporate .pre-footer-subscribe-box h2 {
        float: none;
    }

    .list-view-sorting .pull-right {
        float: left !important;
        margin: 0 30px 10px 0;
    }

    .header .top-cart-block {
        margin-top: 0;
    }

    .reduce-header .top-cart-block {
        margin-top: 0;
        margin-bottom: 19px;
    }
}
/* END max width 992px */

 
    .smARA {
        position: absolute;
        padding: 12px 0;
        height: 47px;
        border-radius: 0 10px;
        font-weight: 700;
        cursor: pointer;
        right: 0;
        z-index: 8767867868768;
        background: #51b549;
    }
 

    /* BEGIN max width 450px */
    @media (max-width: 450px) {
        .ecommerce .steps-block h2 {
            font-size: 33px;
        }
    }
    /* END max width 450px */

    /* BEGIN max width 405px */
    @media (max-width: 405px) {
        .top-cart-content {
            width: 100%;
        }

        .top-cart-block img,
        .top-cart-block .cart-content-count {
            display: none;
        }
    }
    /* END max width 405px */

    /* BEGIN max width 390px */
    @media (max-width: 390px) {
        .steps-block .fa-truck, .steps-block .fa-gift, .steps-block .fa-phone {
            border: 2px solid #FFFFFF;
            border-radius: 30px !important;
            float: left;
            font-size: 20px;
            width: 40px;
            height: 40px;
            margin-right: 11px;
            padding-top: 12px;
            text-align: center;
            vertical-align: middle;
        }

        .ecommerce .steps-block h2 {
            font-size: 25px;
            padding-top: 2px;
        }

        .ecommerce .steps-block em {
            text-transform: inherit;
        }

        .mix-block .tab-content .col-md-3 {
            padding-right: 15px;
        }
    }
    /* END max width 390px */

    /* BEGIN max width 330px */
    @media (max-width: 330px) {
        .top-cart-content {
            width: 280px;
        }
    }
    /* END max width 330px */

    /* BEGIN max width 320px */
    @media (max-width: 320px) {
        .site-logo {
            margin-right: 0;
        }

        .content-form-page .btn-default {
            margin-top: 10px;
        }

        .price-availability-block .availability {
            clear: left;
            float: left;
        }

        .product-page-options .pull-left {
            margin-bottom: 10px;
        }
    }
    /* END max width 320px */


    /*a {
	color: #E02222;
}
a:hover {
	color: #E02222;
}*/
    .pre-header a:hover {
        color: #E02222;
    }

    .shop-currencies a.current {
        color: #E02222;
    }

    .header-navigation ul > li.active > a,
    .header-navigation ul > li > a:hover,
    .header-navigation ul > li > a:focus,
    .header-navigation ul > li.open > a,
    .header-navigation ul > li.open > a:hover,
    .header-navigation ul > li.open > a:focus {
        color: #e02222;
    }

    .header-navigation li.menu-search i:hover {
        color: #e02222;
    }

    .sidebar a:hover {
        color: #E02222;
    }

    .sidebar .dropdown.open .dropdown-toggle:hover {
        color: #E02222;
    }

    .sidebar-menu .dropdown-menu li > a:hover, .sidebar-menu .dropdown-menu li > a:focus, .sidebar-menu li.active > a, .sidebar-menu li.active > a:hover {
        color: #E02222;
    }

    .content-page a:hover,
    .sidebar2 a:hover {
        color: #E02222;
    }

    .content-page .link, .content-page .link:hover, .content-page .link:active {
        color: #E02222;
    }

    .page-404 .number,
    .page-500 .number {
        color: #E02222;
    }

    .content-form-page a:hover {
        color: #E02222;
    }

    .quote-v1 a.btn-transparent:hover {
        background: #E02222;
    }

    .recent-work h2 a:hover {
        color: #E02222;
    }

    .recent-work .recent-work-item .fa:hover {
        color: #E02222;
    }

    .our-clients h2 a:hover {
        color: #E02222;
    }

    .front-team h3 strong {
        color: #E02222;
    }

    .ecommerce .header-navigation ul > li.active > a,
    .ecommerce .header-navigation ul > li > a:hover,
    .ecommerce .header-navigation ul > li > a:focus,
    .ecommerce .header-navigation ul > li.open > a,
    .ecommerce .header-navigation ul > li.open > a:hover,
    .ecommerce .header-navigation ul > li.open > a:focus {
        color: #e02222;
    }

    .product-item h3 a:hover {
        color: #E02222;
    }

    .checkout-page a:hover {
        color: #E02222;
    }


    .langs-block-others:after {
        border-bottom: 8px solid #D01ACA;
    }

    .header-navigation > ul > li.dropdown > a {
        border-bottom: 5px solid white;
    }

    .header-navigation > ul > li.dropdown:hover > a {
        color: darkgreen;
        border-bottom: 5px solid #414A52;
        cursor: pointer;
    }

    .header-navigation .dropdown-menu > li > a:hover,
    .header-navigation .dropdown-menu > li.active > a,
    .header-navigation .header-navigation-content .header-navigation-col li > a:hover,
    .header-navigation .header-navigation-content .header-navigation-col li.active > a {
        /*background: #D01ACA;*/
        color: #D01ACA;
    }

    .header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
    .header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
        background: #fff;
        color: #D01ACA;
    }
    /*.header-navigation .search-box:after { 
	border-bottom: 8px solid #D01ACA;
}
.header-navigation .search-box {
	border-top: solid 2px #D01ACA;
}*/
    .title-wrapper h1 span {
        color: #D01ACA;
    }

    .breadcrumb > .active {
        color: #000;
    }

    .form-info h2 em {
        color: #D01ACA;
    }

    .nav-tabs {
        border-color: #D01ACA;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #D01ACA;
        }

    .content-search h1 em {
        color: #D01ACA;
    }

    .recent-work .recent-work-item:hover a.recent-work-description {
        background: #D01ACA;
    }

    .testimonials-v1 blockquote:after {
        background-color: #D01ACA;
    }

    .testimonials-v1 span.testimonials-name {
        color: #D01ACA;
    }

    .search-result-item h4 a {
        color: #D01ACA;
    }

    .top-cart-content:after {
        border-bottom: 8px solid #D01ACA;
    }

    .goods-data a,
    .checkout-page .checkout-description a {
        color: #000;
    }

    .product-page .review a {
        color: #D01ACA;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #D01ACA;
        /*color: #fff;*/
    }

    .list-view-sorting a {
        background: #fff;
        color: #D01ACA;
    }

    ::-moz-selection {
        color: #fff;
        background: #e45000;
    }

    ::selection {
        color: #fff;
        background: #e45000;
    }

    .steps-block ::-moz-selection {
        color: #e45000;
        background: #fff;
    }

    .steps-block ::selection {
        color: #e45000;
        background: #fff;
    }

    .owl-buttons .owl-prev:hover {
        background-color: #000;
    }

    .owl-buttons .owl-next:hover {
        background-color: #000;
    }

    .steps-block-red {
        background: #88CFBA;
    }

    .pre-footer .photo-stream img:hover {
        border-color: #000;
    }

    .pre-footer-light dl.f-twitter dd a {
        color: #000;
    }

    .pre-footer-light address a {
        color: #000;
    }

    .testimonials-v1 .left-btn:hover {
        background-color: #000;
    }

    .testimonials-v1 .right-btn:hover {
        background-color: #000;
    }

    .blog-tags li i,
    .blog-info li i {
        color: #000;
    }

    .blog-posts .more,
    .blog-sidebar .more {
        color: #000;
    }

    .recent-news h3 a {
        color: #000;
    }

    .blog-photo-stream li img:hover {
        border-color: #000;
    }

    .blog-tags li a:hover {
        color: #fff;
        background: #88CFBA;
    }

        .blog-tags li a:hover:after {
            border-left-color: #000;
        }

    .sidebar-categories li > a:hover,
    .sidebar-categories li.active > a,
    .sidebar-categories li.active:hover > a {
        color: #000;
    }

    .blog-item blockquote {
        border-color: #000;
    }

    .blog-item h4.media-heading span a {
        color: #000;
    }

    .front-steps-wrapper .front-step1 {
        background: #88CFBA;
    }

    .pricing-active {
        border: 3px solid #88CFBA;
        box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
    }

    .pricing:hover {
        border: 3px solid #88CFBA;
    }

        .pricing:hover h4 {
            color: #000;
        }

    .pricing-head h3 {
        background: #88CFBA;
    }

    .pricing-head-active h4 {
        color: #000;
    }

    .pricing-content li i {
        color: #000;
    }

    .top-cart-block .fa-shopping-cart {
        /*background: #88CFBA;*/
    }
    /*.product-item .btn:hover {
	background: #88CFBA;
}*/

    .product-item .add2cart:hover {
        color: #fff !important;
        background: #88CFBA !important;
        border-color: #88CFBA;
    }

    .goods-page-price strong,
    .goods-page-total strong,
    .checkout-price strong,
    .checkout-total strong {
        color: #000;
    }

    .shopping-total strong,
    .checkout-total-block strong {
        color: #000;
    }

    .compare-item strong {
        color: #000;
    }

    .sidebar-products .price {
        color: #000;
    }

    .price-availability-block .price strong {
        color: #000;
    }


    .require {
        color: #e94d1c;
    }

    .content-form-page .form-control:focus {
        border: solid 1px #e94d1c;
    }

    .content-search input:focus {
        border: solid 1px #e94d1c;
    }

    .btn-primary {
        background: #e94d1c;
    }

        .btn-primary:hover,
        .btn-primary:focus,
        .btn-primary:active {
            background: gray;
        }

    .header-navigation .dropdown-menu > li:first-child {
        /*border-top: 2px solid #88CFBA;*/
    }

    .front-steps-wrapper .front-step1:after {
        border-left: 15px solid #EC7049;
    }

    .del-goods:hover,
    .add-goods:hover {
        background-color: #E94D1C;
    }

    .sidebar a:hover > .fa-angle-down {
        background-position: -11px 0;
    }

    .sidebar .collapsed:hover > .fa-angle-down {
        background-position: -11px -37px;
    }

    .top-cart-content {
        border-top: solid 2px #D01ACA;
    }

    .front-skills .progress-bar {
        background: #EF4D2E;
    }

    .service-box-v1:hover {
        background: #d73d04;
    }

    .header .mobi-toggler:hover {
        /*background-color: #D01ACA;
  border-color: #D01ACA;*/
    }

    @media (max-width: 992px) {
        .header .header-navigation li > a:hover,
        .header .header-navigation li.active > a,
        .header .header-navigation li.open > a:hover {
            color: #dd4632 !important;
        }
    }

    .faq-tabbable {
        border-left: solid 2px #e44f00;
    }

        .faq-tabbable li:hover a,
        .faq-tabbable li.active a {
            background: #e44f00;
        }

        .faq-tabbable li.active:after {
            border-left: 6px solid #e44f00;
        }

    .mix-filter li:hover, .mix-filter li.active {
        background: #e44f00;
        color: #fff;
    }

    .mix-grid .mix .mix-details {
        background: #e44f00;
    }

    .mix-grid .mix a.mix-link,
    .mix-grid .mix a.mix-preview {
        background: #DB3A1B;
    }

    .langs-block-others {
        border-top: solid 2px #D01ACA;
    }

    .brands .owl-buttons .owl-prev:hover {
        background-position: 18px -217px;
    }

    .brands .owl-buttons .owl-next:hover {
        background-position: -249px -217px;
    }

    .header-navigation ul > li.active > a /*,
.ecommerce .header-navigation ul > li.active > a*/ {
        border-bottom: 2px solid #e64f00;
    }

    /* Slider */
    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

        .slick-list:focus {
            outline: none;
        }

        .slick-list.dragging {
            cursor: pointer;
            cursor: hand;
        }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

        .slick-track:before,
        .slick-track:after {
            display: table;
            content: '';
        }

        .slick-track:after {
            clear: both;
        }

    .slick-loading .slick-track {
        visibility: hidden;
    }

    .slick-slide {
        /*display: none;*/
        float: left;
        height: 100%;
        min-height: 1px;
        text-align: center;
    }

    [dir='rtl'] .slick-slide {
        float: right;
    }

    .slick-slide img {
        display: block;
        margin: auto;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-loading .slick-slide {
        visibility: hidden;
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent;
    }

    .slick-arrow.slick-hidden {
        display: none;
    }

    @charset 'UTF-8';
    /* Slider */
    .slick-loading .slick-list {
        background: #fff url('./ajax-loader.gif') center center no-repeat;
    }

    /* Icons */
    /*@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}*/
    /* Arrows */
    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        /*height: 20px;*/
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover,
        .slick-prev:focus,
        .slick-next:hover,
        .slick-next:focus {
            color: transparent;
            outline: none;
            background: transparent;
        }

            .slick-prev:hover:before,
            .slick-prev:focus:before,
            .slick-next:hover:before,
            .slick-next:focus:before {
                opacity: 1;
            }

        .slick-prev.slick-disabled:before,
        .slick-next.slick-disabled:before {
            opacity: .25;
        }

        .slick-prev:before,
        .slick-next:before {
            font-family: 'FontAwesome';
            font-size: 44px;
            line-height: 1;
            opacity: .75;
            color: white;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .slick-prev {
        left: -25px;
    }

    [dir='rtl'] .slick-prev {
        right: -25px;
        left: auto;
    }

    .slick-prev:before {
        content: "\f104";
    }

    [dir='rtl'] .slick-prev:before {
        content: "\f105";
    }

    .slick-next {
        right: -25px;
    }

    [dir='rtl'] .slick-next {
        right: auto;
        left: -25px;
    }

    .slick-next:before {
        content: "\f105";
    }

    [dir='rtl'] .slick-next:before {
        content: "\f104";
    }

    /* Dots */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .slick-dots li {
            position: relative;
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: 0 5px;
            padding: 0;
            cursor: pointer;
        }

            .slick-dots li button {
                font-size: 0;
                line-height: 0;
                opacity: 0;
                display: block;
                width: 20px;
                height: 20px;
                padding: 5px;
                cursor: pointer;
                color: transparent;
                border: 0;
                outline: none;
                background: transparent;
            }

                .slick-dots li button:hover,
                .slick-dots li button:focus {
                    outline: none;
                }

                    .slick-dots li button:hover:before,
                    .slick-dots li button:focus:before {
                        opacity: 1;
                    }

                .slick-dots li button:before {
                    font-family: 'slick';
                    font-size: 6px;
                    line-height: 20px;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 20px;
                    height: 20px;
                    content: '•';
                    text-align: center;
                    opacity: .25;
                    color: black;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .slick-dots li.slick-active button:before {
                opacity: .75;
                color: black;
            }


    /*ÖZEL*/








    .slider-single .slick-list, .slider-single .slick-track {
        height: 100%
    }

    .slider-single .slick-list {
        width: 100%
    }

    .slider-single .slick-dots {
        bottom: .625rem;
        list-style: none;
        margin: 0;
        position: absolute;
        text-align: center;
        width: 100%
    }

    @media screen and (min-width:48em) {
        .slider-single .slick-dots {
            bottom: .9375rem
        }
    }

    .slider-single .slick-dots li {
        background-color: transparent;
        border-radius: .625rem;
        border: 1px solid #666; /*#e6e6e6;*/
        cursor: pointer;
        display: inline-block;
        height: 12px;
        margin: 0 .3125rem;
        text-indent: -99999px;
        width: 12px
    }

        .slider-single .slick-dots li.slick-active {
            background: #e6e6e6
        }

    .slider-single .slider-image {
        background-position: center center;
        background-size: cover;
        height: 100%;
        position: relative
    }

    .slider-single .slider-caption {
        font-size: 1.5625rem;
        font-weight: 500;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: rgba(0,0,0,.5);
        padding: 1.25rem 1.875rem 1.875rem
    }

        .slider-single .slider-caption p {
            font-family: "JohnstonITCStd-Medium", Helvetica, Roboto, Arial, sans-serif;
            font-size: 1.25rem;
            line-height: 2em
        }

    @media screen and (min-width:48em) {
        .slider-single .slider-caption p {
            font-size: 1.5625rem
        }
    }

    .slider-caption.scheme-dark {
        background-color: rgba(0,0,0,.5)
    }

    .slider-caption.scheme-light {
        background-color: rgba(255,255,255,.5)
    }

    .slider-caption.shade-dark {
        color: #211000
    }

    .slider-caption.shade-light {
        color: #fff
    }

    .slider-caption.shade-dark .slider-cta {
        border: 1px solid #211000
    }

    .slider-caption.shade-light .slider-cta {
        border: 1px solid #fff
    }

    .slider-single .slider-caption .slider-cta {
        display: inline-block;
        padding: .3125rem .75rem
    }

        .slider-single .slider-caption .slider-cta p {
            font-size: .6875rem;
            margin: 0;
            padding: 0
        }

    @media screen and (min-width:48em) {
        .slider-single .slider-caption .slider-cta p {
            font-size: .8125rem
        }
    }

    .slider-single .slider-caption h2 {
        font-size: 1.75rem;
        margin: 0 0 .875rem
    }

    @media screen and (min-width:48em) {
        .slider-single .slider-caption h2 {
            font-size: 2.25rem
        }
    }

    .slider-single .slider-caption h6 {
        font-size: 1.125rem
    }

    .slider-single .slick-arrow {
        color: #e6e6e6;
        background: 0 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1
    }

        .slider-single .slick-arrow.slick-prev {
            left: 20px
        }

        .slider-single .slick-arrow.slick-next {
            right: 20px
        }

        .slider-single .slick-arrow.slick-disabled {
            display: none !important
        }

    .slider-multiple img, .slider-multiple-col img {
        width: 100%
    }

    .slider-multiple span, .slider-multiple-col span {
        display: block;
        padding: 15px 10px 0;
        word-wrap: break-word
    }

    @media screen and (min-width:0em) and (max-width:47.9375em) {
        .slider-multiple .slider-item h3, .slider-multiple-col .slider-item h3 {
            margin-bottom: 0
        }
    }

    .slider-multiple .slick-arrow, .slider-multiple-col .slick-arrow {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1
    }

        .slider-multiple .slick-arrow.slick-prev, .slider-multiple-col .slick-arrow.slick-prev {
            left: 20px
        }

    @media screen and (min-width:48em) {
        .slider-multiple .slick-arrow.slick-prev, .slider-multiple-col .slick-arrow.slick-prev {
            left: -10px
        }
    }

    @media screen and (min-width:62em) {
        .slider-multiple .slick-arrow.slick-prev, .slider-multiple-col .slick-arrow.slick-prev {
            left: -20px
        }
    }

    .slider-multiple .slick-arrow.slick-next, .slider-multiple-col .slick-arrow.slick-next {
        right: 20px
    }

    @media screen and (min-width:48em) {
        .slider-multiple .slick-arrow.slick-next, .slider-multiple-col .slick-arrow.slick-next {
            right: -10px
        }
    }

    @media screen and (min-width:62em) {
        .slider-multiple .slick-arrow.slick-next, .slider-multiple-col .slick-arrow.slick-next {
            right: -20px
        }
    }

    .intl-tel-input {
        position: relative;
        display: inline-block;
        width: 100%
    }

        .intl-tel-input * {
            box-sizing: border-box;
            -moz-box-sizing: border-box
        }

        .intl-tel-input .hide {
            display: none
        }

        .intl-tel-input .v-hide {
            visibility: hidden
        }

        .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
            position: relative;
            z-index: 0;
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-right: 36px;
            margin-right: 0
        }

        .intl-tel-input .flag-container {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            padding: 1px
        }

        .intl-tel-input .selected-flag {
            z-index: 1;
            position: relative;
            width: 36px;
            height: 100%;
            padding: 0 0 0 8px
        }

            .intl-tel-input .selected-flag .iti-flag {
                position: absolute;
                top: 0;
                bottom: 0;
                margin: auto
            }

            .intl-tel-input .selected-flag .iti-arrow {
                position: absolute;
                top: 50%;
                margin-top: -2px;
                right: 6px;
                width: 0;
                height: 0;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                border-top: 4px solid #555
            }

                .intl-tel-input .selected-flag .iti-arrow.up {
                    border-top: none;
                    border-bottom: 4px solid #555
                }

        .intl-tel-input .country-list {
            position: absolute;
            z-index: 2;
            list-style: none;
            text-align: left;
            padding: 0;
            margin: 0 0 0 -1px;
            box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
            background-color: white;
            border: 1px solid #CCC;
            white-space: nowrap;
            max-height: 200px;
            overflow-y: scroll
        }

            .intl-tel-input .country-list.dropup {
                bottom: 100%;
                margin-bottom: -1px
            }

            .intl-tel-input .country-list .flag-box {
                display: inline-block;
                width: 20px
            }

    @media (max-width: 500px) {
        .intl-tel-input .country-list {
            white-space: normal
        }
    }

    .intl-tel-input .country-list .divider {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #CCC
    }

    .intl-tel-input .country-list .country {
        padding: 5px 10px
    }

        .intl-tel-input .country-list .country .dial-code {
            color: #999
        }

        .intl-tel-input .country-list .country.highlight {
            background-color: rgba(0,0,0,0.05)
        }

    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
        vertical-align: middle
    }

    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
        margin-right: 6px
    }

    .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0
    }

    .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
        right: auto;
        left: 0
    }

    .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
        width: 46px
    }

    .intl-tel-input.allow-dropdown .flag-container:hover {
        cursor: pointer
    }

        .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
            background-color: rgba(0,0,0,0.05)
        }

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
        cursor: default
    }

        .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
            background-color: transparent
        }

    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: rgba(0,0,0,0.05);
        display: table
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        display: table-cell;
        vertical-align: middle;
        padding-left: 28px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
        padding-left: 66px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
        width: 60px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
        padding-left: 76px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
        width: 70px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
        padding-left: 74px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
        width: 68px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
        padding-left: 84px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
        width: 78px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
        padding-left: 82px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
        width: 76px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
        padding-left: 92px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
        width: 86px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
        padding-left: 90px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
        width: 84px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
        padding-left: 100px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
        width: 94px
    }

    .intl-tel-input.iti-container {
        position: absolute;
        top: -1000px;
        left: -1000px;
        z-index: 1060;
        padding: 1px
    }

        .intl-tel-input.iti-container:hover {
            cursor: pointer
        }

    .iti-mobile .intl-tel-input.iti-container {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        position: fixed
    }

    .iti-mobile .intl-tel-input .country-list {
        max-height: 100%;
        width: 100%
    }

        .iti-mobile .intl-tel-input .country-list .country {
            padding: 10px 10px;
            line-height: 1.5em
        }

    .iti-flag {
        width: 20px
    }

        .iti-flag.be {
            width: 18px
        }

        .iti-flag.ch {
            width: 15px
        }

        .iti-flag.mc {
            width: 19px
        }

        .iti-flag.ne {
            width: 18px
        }

        .iti-flag.np {
            width: 13px
        }

        .iti-flag.va {
            width: 15px
        }

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .iti-flag {
            background-size: 5630px 15px
        }
    }

    .iti-flag.ac {
        height: 10px;
        background-position: 0px 0px
    }

    .iti-flag.ad {
        height: 14px;
        background-position: -22px 0px
    }

    .iti-flag.ae {
        height: 10px;
        background-position: -44px 0px
    }

    .iti-flag.af {
        height: 14px;
        background-position: -66px 0px
    }

    .iti-flag.ag {
        height: 14px;
        background-position: -88px 0px
    }

    .iti-flag.ai {
        height: 10px;
        background-position: -110px 0px
    }

    .iti-flag.al {
        height: 15px;
        background-position: -132px 0px
    }

    .iti-flag.am {
        height: 10px;
        background-position: -154px 0px
    }

    .iti-flag.ao {
        height: 14px;
        background-position: -176px 0px
    }

    .iti-flag.aq {
        height: 14px;
        background-position: -198px 0px
    }

    .iti-flag.ar {
        height: 13px;
        background-position: -220px 0px
    }

    .iti-flag.as {
        height: 10px;
        background-position: -242px 0px
    }

    .iti-flag.at {
        height: 14px;
        background-position: -264px 0px
    }

    .iti-flag.au {
        height: 10px;
        background-position: -286px 0px
    }

    .iti-flag.aw {
        height: 14px;
        background-position: -308px 0px
    }

    .iti-flag.ax {
        height: 13px;
        background-position: -330px 0px
    }

    .iti-flag.az {
        height: 10px;
        background-position: -352px 0px
    }

    .iti-flag.ba {
        height: 10px;
        background-position: -374px 0px
    }

    .iti-flag.bb {
        height: 14px;
        background-position: -396px 0px
    }

    .iti-flag.bd {
        height: 12px;
        background-position: -418px 0px
    }

    .iti-flag.be {
        height: 15px;
        background-position: -440px 0px
    }

    .iti-flag.bf {
        height: 14px;
        background-position: -460px 0px
    }

    .iti-flag.bg {
        height: 12px;
        background-position: -482px 0px
    }

    .iti-flag.bh {
        height: 12px;
        background-position: -504px 0px
    }

    .iti-flag.bi {
        height: 12px;
        background-position: -526px 0px
    }

    .iti-flag.bj {
        height: 14px;
        background-position: -548px 0px
    }

    .iti-flag.bl {
        height: 14px;
        background-position: -570px 0px
    }

    .iti-flag.bm {
        height: 10px;
        background-position: -592px 0px
    }

    .iti-flag.bn {
        height: 10px;
        background-position: -614px 0px
    }

    .iti-flag.bo {
        height: 14px;
        background-position: -636px 0px
    }

    .iti-flag.bq {
        height: 14px;
        background-position: -658px 0px
    }

    .iti-flag.br {
        height: 14px;
        background-position: -680px 0px
    }

    .iti-flag.bs {
        height: 10px;
        background-position: -702px 0px
    }

    .iti-flag.bt {
        height: 14px;
        background-position: -724px 0px
    }

    .iti-flag.bv {
        height: 15px;
        background-position: -746px 0px
    }

    .iti-flag.bw {
        height: 14px;
        background-position: -768px 0px
    }

    .iti-flag.by {
        height: 10px;
        background-position: -790px 0px
    }

    .iti-flag.bz {
        height: 14px;
        background-position: -812px 0px
    }

    .iti-flag.ca {
        height: 10px;
        background-position: -834px 0px
    }

    .iti-flag.cc {
        height: 10px;
        background-position: -856px 0px
    }

    .iti-flag.cd {
        height: 15px;
        background-position: -878px 0px
    }

    .iti-flag.cf {
        height: 14px;
        background-position: -900px 0px
    }

    .iti-flag.cg {
        height: 14px;
        background-position: -922px 0px
    }

    .iti-flag.ch {
        height: 15px;
        background-position: -944px 0px
    }

    .iti-flag.ci {
        height: 14px;
        background-position: -961px 0px
    }

    .iti-flag.ck {
        height: 10px;
        background-position: -983px 0px
    }

    .iti-flag.cl {
        height: 14px;
        background-position: -1005px 0px
    }

    .iti-flag.cm {
        height: 14px;
        background-position: -1027px 0px
    }

    .iti-flag.cn {
        height: 14px;
        background-position: -1049px 0px
    }

    .iti-flag.co {
        height: 14px;
        background-position: -1071px 0px
    }

    .iti-flag.cp {
        height: 14px;
        background-position: -1093px 0px
    }

    .iti-flag.cr {
        height: 12px;
        background-position: -1115px 0px
    }

    .iti-flag.cu {
        height: 10px;
        background-position: -1137px 0px
    }

    .iti-flag.cv {
        height: 12px;
        background-position: -1159px 0px
    }

    .iti-flag.cw {
        height: 14px;
        background-position: -1181px 0px
    }

    .iti-flag.cx {
        height: 10px;
        background-position: -1203px 0px
    }

    .iti-flag.cy {
        height: 13px;
        background-position: -1225px 0px
    }

    .iti-flag.cz {
        height: 14px;
        background-position: -1247px 0px
    }

    .iti-flag.de {
        height: 12px;
        background-position: -1269px 0px
    }

    .iti-flag.dg {
        height: 10px;
        background-position: -1291px 0px
    }

    .iti-flag.dj {
        height: 14px;
        background-position: -1313px 0px
    }

    .iti-flag.dk {
        height: 15px;
        background-position: -1335px 0px
    }

    .iti-flag.dm {
        height: 10px;
        background-position: -1357px 0px
    }

    .iti-flag.do {
        height: 13px;
        background-position: -1379px 0px
    }

    .iti-flag.dz {
        height: 14px;
        background-position: -1401px 0px
    }

    .iti-flag.ea {
        height: 14px;
        background-position: -1423px 0px
    }

    .iti-flag.ec {
        height: 14px;
        background-position: -1445px 0px
    }

    .iti-flag.ee {
        height: 13px;
        background-position: -1467px 0px
    }

    .iti-flag.eg {
        height: 14px;
        background-position: -1489px 0px
    }

    .iti-flag.eh {
        height: 10px;
        background-position: -1511px 0px
    }

    .iti-flag.er {
        height: 10px;
        background-position: -1533px 0px
    }

    .iti-flag.es {
        height: 14px;
        background-position: -1555px 0px
    }

    .iti-flag.et {
        height: 10px;
        background-position: -1577px 0px
    }

    .iti-flag.eu {
        height: 14px;
        background-position: -1599px 0px
    }

    .iti-flag.fi {
        height: 12px;
        background-position: -1621px 0px
    }

    .iti-flag.fj {
        height: 10px;
        background-position: -1643px 0px
    }

    .iti-flag.fk {
        height: 10px;
        background-position: -1665px 0px
    }

    .iti-flag.fm {
        height: 11px;
        background-position: -1687px 0px
    }

    .iti-flag.fo {
        height: 15px;
        background-position: -1709px 0px
    }

    .iti-flag.fr {
        height: 14px;
        background-position: -1731px 0px
    }

    .iti-flag.ga {
        height: 15px;
        background-position: -1753px 0px
    }

    .iti-flag.gb {
        height: 10px;
        background-position: -1775px 0px
    }

    .iti-flag.gd {
        height: 12px;
        background-position: -1797px 0px
    }

    .iti-flag.ge {
        height: 14px;
        background-position: -1819px 0px
    }

    .iti-flag.gf {
        height: 14px;
        background-position: -1841px 0px
    }

    .iti-flag.gg {
        height: 14px;
        background-position: -1863px 0px
    }

    .iti-flag.gh {
        height: 14px;
        background-position: -1885px 0px
    }

    .iti-flag.gi {
        height: 10px;
        background-position: -1907px 0px
    }

    .iti-flag.gl {
        height: 14px;
        background-position: -1929px 0px
    }

    .iti-flag.gm {
        height: 14px;
        background-position: -1951px 0px
    }

    .iti-flag.gn {
        height: 14px;
        background-position: -1973px 0px
    }

    .iti-flag.gp {
        height: 14px;
        background-position: -1995px 0px
    }

    .iti-flag.gq {
        height: 14px;
        background-position: -2017px 0px
    }

    .iti-flag.gr {
        height: 14px;
        background-position: -2039px 0px
    }

    .iti-flag.gs {
        height: 10px;
        background-position: -2061px 0px
    }

    .iti-flag.gt {
        height: 13px;
        background-position: -2083px 0px
    }

    .iti-flag.gu {
        height: 11px;
        background-position: -2105px 0px
    }

    .iti-flag.gw {
        height: 10px;
        background-position: -2127px 0px
    }

    .iti-flag.gy {
        height: 12px;
        background-position: -2149px 0px
    }

    .iti-flag.hk {
        height: 14px;
        background-position: -2171px 0px
    }

    .iti-flag.hm {
        height: 10px;
        background-position: -2193px 0px
    }

    .iti-flag.hn {
        height: 10px;
        background-position: -2215px 0px
    }

    .iti-flag.hr {
        height: 10px;
        background-position: -2237px 0px
    }

    .iti-flag.ht {
        height: 12px;
        background-position: -2259px 0px
    }

    .iti-flag.hu {
        height: 10px;
        background-position: -2281px 0px
    }

    .iti-flag.ic {
        height: 14px;
        background-position: -2303px 0px
    }

    .iti-flag.id {
        height: 14px;
        background-position: -2325px 0px
    }

    .iti-flag.ie {
        height: 10px;
        background-position: -2347px 0px
    }

    .iti-flag.il {
        height: 15px;
        background-position: -2369px 0px
    }

    .iti-flag.im {
        height: 10px;
        background-position: -2391px 0px
    }

    .iti-flag.in {
        height: 14px;
        background-position: -2413px 0px
    }

    .iti-flag.io {
        height: 10px;
        background-position: -2435px 0px
    }

    .iti-flag.iq {
        height: 14px;
        background-position: -2457px 0px
    }

    .iti-flag.ir {
        height: 12px;
        background-position: -2479px 0px
    }

    .iti-flag.is {
        height: 15px;
        background-position: -2501px 0px
    }

    .iti-flag.it {
        height: 14px;
        background-position: -2523px 0px
    }

    .iti-flag.je {
        height: 12px;
        background-position: -2545px 0px
    }

    .iti-flag.jm {
        height: 10px;
        background-position: -2567px 0px
    }

    .iti-flag.jo {
        height: 10px;
        background-position: -2589px 0px
    }

    .iti-flag.jp {
        height: 14px;
        background-position: -2611px 0px
    }

    .iti-flag.ke {
        height: 14px;
        background-position: -2633px 0px
    }

    .iti-flag.kg {
        height: 12px;
        background-position: -2655px 0px
    }

    .iti-flag.kh {
        height: 13px;
        background-position: -2677px 0px
    }

    .iti-flag.ki {
        height: 10px;
        background-position: -2699px 0px
    }

    .iti-flag.km {
        height: 12px;
        background-position: -2721px 0px
    }

    .iti-flag.kn {
        height: 14px;
        background-position: -2743px 0px
    }

    .iti-flag.kp {
        height: 10px;
        background-position: -2765px 0px
    }

    .iti-flag.kr {
        height: 14px;
        background-position: -2787px 0px
    }

    .iti-flag.kw {
        height: 10px;
        background-position: -2809px 0px
    }

    .iti-flag.ky {
        height: 10px;
        background-position: -2831px 0px
    }

    .iti-flag.kz {
        height: 10px;
        background-position: -2853px 0px
    }

    .iti-flag.la {
        height: 14px;
        background-position: -2875px 0px
    }

    .iti-flag.lb {
        height: 14px;
        background-position: -2897px 0px
    }

    .iti-flag.lc {
        height: 10px;
        background-position: -2919px 0px
    }

    .iti-flag.li {
        height: 12px;
        background-position: -2941px 0px
    }

    .iti-flag.lk {
        height: 10px;
        background-position: -2963px 0px
    }

    .iti-flag.lr {
        height: 11px;
        background-position: -2985px 0px
    }

    .iti-flag.ls {
        height: 14px;
        background-position: -3007px 0px
    }

    .iti-flag.lt {
        height: 12px;
        background-position: -3029px 0px
    }

    .iti-flag.lu {
        height: 12px;
        background-position: -3051px 0px
    }

    .iti-flag.lv {
        height: 10px;
        background-position: -3073px 0px
    }

    .iti-flag.ly {
        height: 10px;
        background-position: -3095px 0px
    }

    .iti-flag.ma {
        height: 14px;
        background-position: -3117px 0px
    }

    .iti-flag.mc {
        height: 15px;
        background-position: -3139px 0px
    }

    .iti-flag.md {
        height: 10px;
        background-position: -3160px 0px
    }

    .iti-flag.me {
        height: 10px;
        background-position: -3182px 0px
    }

    .iti-flag.mf {
        height: 14px;
        background-position: -3204px 0px
    }

    .iti-flag.mg {
        height: 14px;
        background-position: -3226px 0px
    }

    .iti-flag.mh {
        height: 11px;
        background-position: -3248px 0px
    }

    .iti-flag.mk {
        height: 10px;
        background-position: -3270px 0px
    }

    .iti-flag.ml {
        height: 14px;
        background-position: -3292px 0px
    }

    .iti-flag.mm {
        height: 14px;
        background-position: -3314px 0px
    }

    .iti-flag.mn {
        height: 10px;
        background-position: -3336px 0px
    }

    .iti-flag.mo {
        height: 14px;
        background-position: -3358px 0px
    }

    .iti-flag.mp {
        height: 10px;
        background-position: -3380px 0px
    }

    .iti-flag.mq {
        height: 14px;
        background-position: -3402px 0px
    }

    .iti-flag.mr {
        height: 14px;
        background-position: -3424px 0px
    }

    .iti-flag.ms {
        height: 10px;
        background-position: -3446px 0px
    }

    .iti-flag.mt {
        height: 14px;
        background-position: -3468px 0px
    }

    .iti-flag.mu {
        height: 14px;
        background-position: -3490px 0px
    }

    .iti-flag.mv {
        height: 14px;
        background-position: -3512px 0px
    }

    .iti-flag.mw {
        height: 14px;
        background-position: -3534px 0px
    }

    .iti-flag.mx {
        height: 12px;
        background-position: -3556px 0px
    }

    .iti-flag.my {
        height: 10px;
        background-position: -3578px 0px
    }

    .iti-flag.mz {
        height: 14px;
        background-position: -3600px 0px
    }

    .iti-flag.na {
        height: 14px;
        background-position: -3622px 0px
    }

    .iti-flag.nc {
        height: 10px;
        background-position: -3644px 0px
    }

    .iti-flag.ne {
        height: 15px;
        background-position: -3666px 0px
    }

    .iti-flag.nf {
        height: 10px;
        background-position: -3686px 0px
    }

    .iti-flag.ng {
        height: 10px;
        background-position: -3708px 0px
    }

    .iti-flag.ni {
        height: 12px;
        background-position: -3730px 0px
    }

    .iti-flag.nl {
        height: 14px;
        background-position: -3752px 0px
    }

    .iti-flag.no {
        height: 15px;
        background-position: -3774px 0px
    }

    .iti-flag.np {
        height: 15px;
        background-position: -3796px 0px
    }

    .iti-flag.nr {
        height: 10px;
        background-position: -3811px 0px
    }

    .iti-flag.nu {
        height: 10px;
        background-position: -3833px 0px
    }

    .iti-flag.nz {
        height: 10px;
        background-position: -3855px 0px
    }

    .iti-flag.om {
        height: 10px;
        background-position: -3877px 0px
    }

    .iti-flag.pa {
        height: 14px;
        background-position: -3899px 0px
    }

    .iti-flag.pe {
        height: 14px;
        background-position: -3921px 0px
    }

    .iti-flag.pf {
        height: 14px;
        background-position: -3943px 0px
    }

    .iti-flag.pg {
        height: 15px;
        background-position: -3965px 0px
    }

    .iti-flag.ph {
        height: 10px;
        background-position: -3987px 0px
    }

    .iti-flag.pk {
        height: 14px;
        background-position: -4009px 0px
    }

    .iti-flag.pl {
        height: 13px;
        background-position: -4031px 0px
    }

    .iti-flag.pm {
        height: 14px;
        background-position: -4053px 0px
    }

    .iti-flag.pn {
        height: 10px;
        background-position: -4075px 0px
    }

    .iti-flag.pr {
        height: 14px;
        background-position: -4097px 0px
    }

    .iti-flag.ps {
        height: 10px;
        background-position: -4119px 0px
    }

    .iti-flag.pt {
        height: 14px;
        background-position: -4141px 0px
    }

    .iti-flag.pw {
        height: 13px;
        background-position: -4163px 0px
    }

    .iti-flag.py {
        height: 11px;
        background-position: -4185px 0px
    }

    .iti-flag.qa {
        height: 8px;
        background-position: -4207px 0px
    }

    .iti-flag.re {
        height: 14px;
        background-position: -4229px 0px
    }

    .iti-flag.ro {
        height: 14px;
        background-position: -4251px 0px
    }

    .iti-flag.rs {
        height: 14px;
        background-position: -4273px 0px
    }

    .iti-flag.ru {
        height: 14px;
        background-position: -4295px 0px
    }

    .iti-flag.rw {
        height: 14px;
        background-position: -4317px 0px
    }

    .iti-flag.sa {
        height: 14px;
        background-position: -4339px 0px
    }

    .iti-flag.sb {
        height: 10px;
        background-position: -4361px 0px
    }

    .iti-flag.sc {
        height: 10px;
        background-position: -4383px 0px
    }

    .iti-flag.sd {
        height: 10px;
        background-position: -4405px 0px
    }

    .iti-flag.se {
        height: 13px;
        background-position: -4427px 0px
    }

    .iti-flag.sg {
        height: 14px;
        background-position: -4449px 0px
    }

    .iti-flag.sh {
        height: 10px;
        background-position: -4471px 0px
    }

    .iti-flag.si {
        height: 10px;
        background-position: -4493px 0px
    }

    .iti-flag.sj {
        height: 15px;
        background-position: -4515px 0px
    }

    .iti-flag.sk {
        height: 14px;
        background-position: -4537px 0px
    }

    .iti-flag.sl {
        height: 14px;
        background-position: -4559px 0px
    }

    .iti-flag.sm {
        height: 15px;
        background-position: -4581px 0px
    }

    .iti-flag.sn {
        height: 14px;
        background-position: -4603px 0px
    }

    .iti-flag.so {
        height: 14px;
        background-position: -4625px 0px
    }

    .iti-flag.sr {
        height: 14px;
        background-position: -4647px 0px
    }

    .iti-flag.ss {
        height: 10px;
        background-position: -4669px 0px
    }

    .iti-flag.st {
        height: 10px;
        background-position: -4691px 0px
    }

    .iti-flag.sv {
        height: 12px;
        background-position: -4713px 0px
    }

    .iti-flag.sx {
        height: 14px;
        background-position: -4735px 0px
    }

    .iti-flag.sy {
        height: 14px;
        background-position: -4757px 0px
    }

    .iti-flag.sz {
        height: 14px;
        background-position: -4779px 0px
    }

    .iti-flag.ta {
        height: 10px;
        background-position: -10241px 0px
    }

    .iti-flag.tc {
        height: 10px;
        background-position: -4823px 0px
    }

    .iti-flag.td {
        height: 14px;
        background-position: -4845px 0px
    }

    .iti-flag.tf {
        height: 14px;
        background-position: -4867px 0px
    }

    .iti-flag.tg {
        height: 13px;
        background-position: -4889px 0px
    }

    .iti-flag.th {
        height: 14px;
        background-position: -4911px 0px
    }

    .iti-flag.tj {
        height: 10px;
        background-position: -4933px 0px
    }

    .iti-flag.tk {
        height: 10px;
        background-position: -4955px 0px
    }

    .iti-flag.tl {
        height: 10px;
        background-position: -4977px 0px
    }

    .iti-flag.tm {
        height: 14px;
        background-position: -4999px 0px
    }

    .iti-flag.tn {
        height: 14px;
        background-position: -5021px 0px
    }

    .iti-flag.to {
        height: 10px;
        background-position: -5043px 0px
    }

    .iti-flag.tr {
        height: 14px;
        background-position: -5065px 0px
    }

    .iti-flag.tt {
        height: 12px;
        background-position: -5087px 0px
    }

    .iti-flag.tv {
        height: 10px;
        background-position: -5109px 0px
    }

    .iti-flag.tw {
        height: 14px;
        background-position: -5131px 0px
    }

    .iti-flag.tz {
        height: 14px;
        background-position: -5153px 0px
    }

    .iti-flag.ua {
        height: 14px;
        background-position: -5175px 0px
    }

    .iti-flag.ug {
        height: 14px;
        background-position: -5197px 0px
    }

    .iti-flag.um {
        height: 11px;
        background-position: -5219px 0px
    }

    .iti-flag.us {
        height: 11px;
        background-position: -5241px 0px
    }

    .iti-flag.uy {
        height: 14px;
        background-position: -5263px 0px
    }

    .iti-flag.uz {
        height: 10px;
        background-position: -5285px 0px
    }

    .iti-flag.va {
        height: 15px;
        background-position: -5307px 0px
    }

    .iti-flag.vc {
        height: 14px;
        background-position: -5324px 0px
    }

    .iti-flag.ve {
        height: 14px;
        background-position: -5346px 0px
    }

    .iti-flag.vg {
        height: 10px;
        background-position: -5368px 0px
    }

    .iti-flag.vi {
        height: 14px;
        background-position: -5390px 0px
    }

    .iti-flag.vn {
        height: 14px;
        background-position: -5412px 0px
    }

    .iti-flag.vu {
        height: 12px;
        background-position: -5434px 0px
    }

    .iti-flag.wf {
        height: 14px;
        background-position: -5456px 0px
    }

    .iti-flag.ws {
        height: 10px;
        background-position: -5478px 0px
    }

    .iti-flag.xk {
        height: 15px;
        background-position: -5500px 0px
    }

    .iti-flag.ye {
        height: 14px;
        background-position: -5522px 0px
    }

    .iti-flag.yt {
        height: 14px;
        background-position: -5544px 0px
    }

    .iti-flag.za {
        height: 14px;
        background-position: -5566px 0px
    }

    .iti-flag.zm {
        height: 14px;
        background-position: -5588px 0px
    }

    .iti-flag.zw {
        height: 10px;
        background-position: -5610px 0px
    }

    .iti-flag {
        width: 20px;
        height: 15px;
        box-shadow: 0px 0px 1px 0px #888;
        background-image: url("../img/flags.png");
        background-repeat: no-repeat;
        background-color: #DBDBDB;
        background-position: 20px 0
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .iti-flag {
            background-image: url("../img/flags@2x.png")
        }
    }

    .iti-flag.np {
        background-color: transparent
    }


    .acInput {
        width: 200px;
    }

.acResults {
    z-index: 1999;
    position: absolute;
    top: 0px;
    display: block;
    font-size: 1.6em;
    list-style-type: none;
    width: 600px !important;
    max-width: 100%;
    cursor: pointer;
    text-align: left;
    font-family: arial,helvetica,sans-serif;
    /*background-color:rgba(255, 255, 255, 0.9);*/
    background-color: white;
    /*box-shadow: 5px 1px rgba(91, 91, 91, 0.2);*/
}

        .acResults ul {
            margin-left: auto;
            margin-right: auto;
            color: #333;
            letter-spacing: 1px;
            list-style-position: outside;
            list-style: none;
            -webkit-padding-start: 5px;
            /*width:600px!important;*/
        }

    .aramavurgu {
        color: #794092;
    }

    .acResults ul li {
        padding: 2px;
        padding-top: 6px;
        padding-bottom: 3px;
        padding-left: 8px;
        padding-right: 8px;
        list-style-type: none;
        text-align: left;
        font-size: 12px;
        text-transform:capitalize;
        font-weight: normal;
        /* width: 450px; */
        height: 2.3em;
        height: 50px;
        line-height: 40px;
        /*width: 600px!important;*/
        border-bottom: 1px solid #e5e5e5;
    }

        .acResults ul li img {
            margin-right: 10px;
        }

    acResults ul li a:hover {
        text-decoration: underline;
    }

    .acResults ul li:first-child {
    }

    .acResults ul li:last-child {
        padding-bottom: 8px;
    }


    .acLoading {
        background: url('indicator.gif') right center no-repeat;
    }

    .acSelect {
        background-color: white;
        color: red;
        text-decoration: underline;
    }

    .jquery-autocomplete-selected-item {
        font-weight: bold;
    }











    .acInput4 {
        width: calc(100% - 40px);
    }

    #MainContent_mahalle {
        border: 0;
        float: left;
        display: block;
        font-size: 15px;
        line-height: 15px;
        height: 30px;
        padding-right: 20px;
    }

    .mahallesec {
        margin: 0;
        background-color: #F0F8F3;
    }

    #mahalleparent {
        width: 100%;
        border-radius: 5px;
        padding: 5px;
        background-color: #F0F8F3;
        max-width: 1290px;
        margin: auto;
    }

    .mahallediv1 {
        width: 50%;
        float: left;
        padding: 7px;
        padding-left: 30px;
        background-image: url('../icons2020/place.png');
        background-repeat: no-repeat;
        background-position-x: 7px;
        background-position-y: 9px;
        background-size: 20px;
        margin: 5px;
        background-color: white;
        border: 2px solid #DFE9E2;
        border-radius: 9px;
    }

    .mahallediv2 {
        font-size: 17px;
        padding-top: 4px;
        text-align: right;
        width: calc(50% - 10px);
        float: left;
        color: #555
    }

        .mahallediv2 img {
            max-height: 50px;
            max-width: 100%;
        }

    @media (max-width: 500px) {


        #MainContent_mahalle {
            font-size: 16px;
        }

        .mahallediv1 {
            width: calc(100% - 10px);
            padding: 5px;
        }

        .mahallediv2 {
            display: none;
            font-size: 13px;
            padding-top: 1px;
            text-align: center;
            padding: 0 10px 0 10px;
        }
    }




#sonucyok {
    max-width: 100%;
    width: calc(100% - 30px);
    display: none;
    z-index: 1999;
    margin-top: 55px;
    margin-left: 0;
    position: absolute;
    padding: 10px;
    text-align: center;
    list-style-type: none;
    background: #fff;
    border: 2px solid #e2e7e9;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 0 6px 8px rgba(0,0,0,.2);
    box-shadow: 0 6px 8px rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.acResults4 ul {
    margin-left: auto;
    margin-right: auto;
    color: #333;
    list-style-position: outside;
    list-style: none;
    -webkit-padding-start: 2px
}

    .acResults4 ul li {
        padding: 2px;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 38px;
        padding-right: 8px;
        list-style-type: none;
        text-align: left;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 400;
        height: auto;
        line-height: 23px;
        border-bottom: 1px solid #e5e5e5;
        cursor: pointer;
        background-image: url(../icons2020/place.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: 14px;
    }

        .acResults4 ul li:hover {
            background-color: #f5f5f5;
        }

        .acResults4 ul li img {
            margin-right: 3px
        }

acResults4 ul li a:hover {
    text-decoration: underline
}

.acResults4 ul li:last-child {
    padding-bottom: 8px
}


    .acLoading {
        background: url('indicator.gif') right center no-repeat;
    }
 

    .jquery-autocomplete-selected-item {
        font-weight: bold;
    }









    /*!
*   MA5-mobile-menu
*   v 4.0.0
*   Copyright (c) 2016 Tomasz Kalinowski
*   GitHub: https://github.com/ma-5/ma5-mobile-menu
*/
    .ma5menu {
        display: none;
        box-sizing: border-box;
    }

        .ma5menu *, .ma5menu *:after, .ma5menu *:before {
            box-sizing: border-box;
        }

    .ma5menu--active .ma5menu__page {
        margin-right: -17px;
        height: 100%;
        overflow: hidden;
        -webkit-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0);
        transition: -webkit-transform 0.3s ease-out 0s;
        -o-transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s, -webkit-transform 0.3s ease-out 0s;
    }

    @media (min-width: 768px) {
        .ma5menu--active .ma5menu__page {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
        }
    }

    .ma5menu > ul {
        display: none;
    }

    .ma5menu__head {
        padding: 0 5px;
        border-bottom: 1px solid #dddddd;
        height: 57px;
        text-align: center;
        color: #000;
        background-color: transparent;
        position: relative;
    }

    .ma5menu__header {
        line-height: 35px;
        color: #000;
        background-color: transparent;
    }

        .ma5menu__header a {
            color: #000000;
        }

            .ma5menu__header a:hover {
                color: #000000;
            }

    .ma5menu__close {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 24px;
        height: 24px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
        background-size: 24px 24px;
        background-position: 50% 50%;
    }

    .ma5menu__toggle:hover .ma5menu__close {
        color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22/%3E%3C/svg%3E");
        background-color: transparent;
    }

    .ma5menu__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #000;
        width: 40px;
        height: 40px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M14%206l-3.75%205%202.85%203.8-1.6%201.2C9.81%2013.75%207%2010%207%2010l-6%208h22L14%206z%22/%3E%3C/svg%3E");
        background-size: 40px 40px;
        background-position: 50% 50%;
    }

    .ma5menu__home:hover .ma5menu__logo {
        color: #000000;
    }

    .ma5menu__home {
        font-weight: 700;
        color: inherit;
    }

    .ma5menu__tools {
        display: none;
    }

    .ma5menu__footer .ma5menu__tools {
        display: block;
    }

    .ma5menu__footer {
        padding: 20px 20px 30px 20px;
        text-align: center;
        color: rgba(255, 255, 255, 0.6);
        background-color: transparent;
        text-transform: none;
    }

        .ma5menu__footer a {
            color: #000000;
        }

            .ma5menu__footer a:hover {
                color: #000000;
            }

    .ma5menu__toggle {
        cursor: pointer;
        color: #000;
        /* background-color: #fff; */
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        width: 60px;
        /* height: 57px; */
        position: absolute;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        font-weight: 400;
        padding: 10px 15px;
        border-radius: 4px;
        -o-transition: box-shadow .15s ease-in-out;
        transition: box-shadow .15s ease-in-out;
    }

        .ma5menu__toggle:hover {
            /*color: #000;*/
            /*background-color: #ef6c00;*/
        }

    .ma5menu__header .ma5menu__toggle {
        position: absolute;
        top: 0;
        width: 44px;
        height: 40px;
        padding: 8px;
        color: #000;
        background-color: transparent;
    }

        .ma5menu__header .ma5menu__toggle:hover {
            color: #000000;
            background-color: transparent;
        }

    .ma5menu--left .ma5menu__header .ma5menu__toggle {
        right: 0;
    }

    .mobildivnav {
        width: auto;
        float: left;
    }

    .ma5menu--right .ma5menu__header .ma5menu__toggle {
        left: 0;
    }

    .ma5menu__icon-toggle {
        display: inline-block;
        position: absolute;
        margin: auto;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
        vertical-align: top;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M3%2018h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z%22/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .ma5menu__icon-up {
        margin: 0;
        width: 44px;
        height: 44px;
        display: inline-block;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 24px 24px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23fff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E");
    }

    .ma5menu__alert {
        display: block;
        text-align: center;
        width: 280px;
        height: 50px;
        bottom: 0;
        left: 0;
        position: absolute;
        overflow: hidden;
        z-index: 500;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        background-image: -o-linear-gradient(top, rgba(14, 101, 182, 0) 0%, #fff 50%);
        background-image: linear-gradient(to bottom, rgba(14, 101, 182, 0) 0%, #fff 50%);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: 0 50px;
        -o-transition: background-position .4s ease-in .3s;
        transition: background-position .4s ease-in .3s;
        will-change: auto;
        pointer-events: none;
    }

    @media (min-width: 768px) {
        .ma5menu__alert {
            width: 360px;
        }
    }

    .ma5menu__container--scroll .ma5menu__alert {
        background-position: 0 0;
        -o-transition: background-position .4s ease-out;
        transition: background-position .4s ease-out;
        pointer-events: auto;
    }

    .ma5menu__alert-content {
        width: 150px;
        height: 40px;
        position: absolute;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -o-transition: bottom .4s ease-in;
        transition: bottom .4s ease-in;
    }

    .ma5menu__container--scroll .ma5menu__alert-content {
        bottom: 0;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 3;
        animation-iteration-count: 3;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: ma5-arrowDown;
        animation-name: ma5-arrowDown;
        -o-transition: bottom .4s ease-out .4s;
        transition: bottom .4s ease-out .4s;
    }

    .ma5menu__container {
        -o-transition: none !important;
        transition: none !important;
        position: fixed;
        background-color: #fff;
        height: 100%;
        top: 0;
        line-height: 19px;
        overflow: hidden;
        border: none;
        z-index: 10000;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
    }

    @media (max-width: 767px) {
        .ma5menu__container {
            width: 280px;
        }
    }

    @media (min-width: 768px) {
        .ma5menu__container {
            width: 360px;
        }
    }

    .ma5menu--left .ma5menu__container {
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        left: 0;
    }

    .ma5menu--right .ma5menu__container {
        -webkit-transform: translate3d(280px, 0, 0);
        transform: translate3d(280px, 0, 0);
        right: -280px;
    }

    .ma5menu--ready.ma5menu--left .ma5menu__container {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie.ma5menu--ready.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOut;
        animation-name: ma5menuOut;
    }

    .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOutIEphone;
        animation-name: ma5menuOutIEphone;
    }

    @media (min-width: 768px) {
        .ie.ma5menu--ready.ma5menu--left .ma5menu__container {
            -webkit-animation-name: ma5menuOutIEtablet;
            animation-name: ma5menuOutIEtablet;
        }
    }

    .ma5menu--ready.ma5menu--right .ma5menu__container {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie.ma5menu--ready.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuOutB;
        animation-name: ma5menuOutB;
    }

    .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuOutBIEphone;
        animation-name: ma5menuOutBIEphone;
    }

    @media (min-width: 768px) {
        .ie.ma5menu--ready.ma5menu--right .ma5menu__container {
            -webkit-animation-name: ma5menuOutBIEtablet;
            animation-name: ma5menuOutBIEtablet;
        }
    }

    .ma5menu--active.ma5menu--left .ma5menu__container {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie.ma5menu--active.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOutB;
        animation-name: ma5menuOutB;
    }

    .ie.ma5menu--active.ma5menu--left .ma5menu__container {
        -webkit-animation-name: ma5menuOutBIEphone;
        animation-name: ma5menuOutBIEphone;
    }

    @media (min-width: 768px) {
        .ie.ma5menu--active.ma5menu--left .ma5menu__container {
            -webkit-animation-name: ma5menuOutBIEtablet;
            animation-name: ma5menuOutBIEtablet;
        }
    }

    .ma5menu--active.ma5menu--right .ma5menu__container {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie.ma5menu--active.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuIn;
        animation-name: ma5menuIn;
    }

    .ie.ma5menu--active.ma5menu--right .ma5menu__container {
        -webkit-animation-name: ma5menuInIEphone;
        animation-name: ma5menuInIEphone;
    }

    @media (min-width: 768px) {
        .ie.ma5menu--active.ma5menu--right .ma5menu__container {
            -webkit-animation-name: ma5menuInIEtablet;
            animation-name: ma5menuInIEtablet;
        }
    }

    @media (min-width: 768px) {
        .ma5menu--left .ma5menu__container {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
            padding: 0;
            left: 0;
        }
    }

    @media (min-width: 768px) {
        .ma5menu--right .ma5menu__container {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
            right: -360px;
        }
    }

    .safari .ma5menu__container {
        height: 100%;
    }

    .preload .ma5menu__container {
        opacity: 0;
        z-index: -1;
    }

    .ma5menu__panel {
        display: none;
        width: 280px;
        height: 80%;
        height: calc(100% - 60px);
        position: absolute;
        overflow: hidden;
        overflow-y: auto;
        top: 57px;
        left: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 100;
        color: rgba(255, 255, 255, 0.1);
        background-color: #fff;
        scrollbar-color: #0a4b87 #fff;
        scrollbar-width: thin;
    }

    @media (min-width: 768px) {
        .ma5menu__panel {
            width: 360px;
        }
    }

    .ma5menu__panel.has-scrollbar {
        overflow: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .ma5menu__panel:hover::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .ma5menu__panel::-webkit-scrollbar {
        width: 9px;
        background-color: #0d60ad;
    }

    .ma5menu__panel::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.15);
        outline: none;
        border-right: 3px solid #0d60ad;
    }

    .ma5menu__panel:first-of-type {
        z-index: 160;
    }

    .ma5menu__panel--parent-leave, .ma5menu__panel--parent-enter {
        z-index: 180;
        display: block;
    }

    .ma5menu__panel--active-leave, .ma5menu__panel--active-enter {
        z-index: 190;
        display: block;
    }

    .ma5menu__panel--active-enter {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie .ma5menu__panel--active-enter {
        -webkit-animation-name: ma5-panelIn;
        animation-name: ma5-panelIn;
    }

    .ie .ma5menu__panel--active-enter {
        -webkit-animation-name: ma5-panelInIEphone;
        animation-name: ma5-panelInIEphone;
    }

    @media (min-width: 768px) {
        .ie .ma5menu__panel--active-enter {
            -webkit-animation-name: ma5-panelInIEtablet;
            animation-name: ma5-panelInIEtablet;
        }
    }

    .ma5menu__panel--active-leave {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie .ma5menu__panel--active-leave {
        -webkit-animation-name: ma5-panelOut;
        animation-name: ma5-panelOut;
    }

    .ie .ma5menu__panel--active-leave {
        -webkit-animation-name: ma5-panelOutIEphone;
        animation-name: ma5-panelOutIEphone;
    }

    @media (min-width: 768px) {
        .ie .ma5menu__panel--active-leave {
            -webkit-animation-name: ma5-panelOutIEtablet;
            animation-name: ma5-panelOutIEtablet;
        }
    }

    .ma5menu__panel--parent-enter {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie .ma5menu__panel--parent-enter {
        -webkit-animation-name: ma5menuOut;
        animation-name: ma5menuOut;
    }

    .ie .ma5menu__panel--parent-enter {
        -webkit-animation-name: ma5menuOutIEphone;
        animation-name: ma5menuOutIEphone;
    }

    @media (min-width: 768px) {
        .ie .ma5menu__panel--parent-enter {
            -webkit-animation-name: ma5menuOutIEtablet;
            animation-name: ma5menuOutIEtablet;
        }
    }

    .ma5menu__panel--parent-leave {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .noie .ma5menu__panel--parent-leave {
        -webkit-animation-name: ma5menuOutB;
        animation-name: ma5menuOutB;
    }

    .ie .ma5menu__panel--parent-leave {
        -webkit-animation-name: ma5menuOutBIEphone;
        animation-name: ma5menuOutBIEphone;
    }

    @media (min-width: 768px) {
        .ie .ma5menu__panel--parent-leave {
            -webkit-animation-name: ma5menuOutBIEtablet;
            animation-name: ma5menuOutBIEtablet;
        }
    }

    /*.ma5menu__panel.lvl-0 {
  text-transform: uppercase;
}*/
    .ma5menu__container img {
        width: 25px;
        margin-right: 10px;
    }

    .ma5menu__panel.lvl-1 {
        text-transform: none;
    }

    .ma5menu__panel > ul {
        margin: 0;
        padding: 0;
    }

        .ma5menu__panel > ul li {
            position: relative;
            font-size: 0;
            padding-right: 0;
            margin-bottom: 0;
            line-height: 0;
        }

            .ma5menu__panel > ul li:first-of-type {
                border-top: 1px solid rgba(255, 255, 255, 0.3);
            }

            .ma5menu__panel > ul li a,
            .ma5menu__panel > ul li .ma5menu__category {
                display: inline-block;
                vertical-align: top;
                text-decoration: none !important;
                width: 100%;
                outline: none !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                pointer-events: none;
                letter-spacing: .3px;
                -o-transition: color .3s ease-out, background-color .3s ease-out;
                transition: color .3s ease-out, background-color .3s ease-out;
                padding: 12px 5px 12px 15px;
                font-size: 15px;
                line-height: 19px;
                overflow: hidden;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                min-height: 50px;
                border-bottom: 1px solid #ddd;
            }

            .ma5menu__panel > ul li a {
                color: #000;
                background-color: transparent;
            }

                .ma5menu__panel > ul li a:hover {
                    color: #000000;
                    background-color: transparent;
                    -o-transition: none;
                    transition: none;
                }

            .ma5menu__panel > ul li .ma5menu__category {
                position: relative;
                text-align: left;
                background-position: calc(100% - 13px) 50%;
                color: #000;
                background-color: transparent;
            }

                .ma5menu__panel > ul li .ma5menu__category:hover {
                    color: #000000;
                    background-color: transparent;
                    -o-transition: none;
                    transition: none;
                }

                .ma5menu__panel > ul li .ma5menu__category.ma5menu__path {
                    color: #000000 !important;
                    background-color: transparent !important;
                }

                    .ma5menu__panel > ul li .ma5menu__category.ma5menu__path:hover {
                        color: #000000 !important;
                        background-color: transparent !important;
                        -o-transition: none;
                        transition: none;
                    }

            .ma5menu__panel > ul li > .ma5menu__btn--enter + a {
                padding-right: 60px;
                margin-right: -50px;
            }

    .ma5menu__panel--active {
        z-index: 170;
        display: block;
    }

        .ma5menu__panel--active > ul li a,
        .ma5menu__panel--active > ul li .ma5menu__category {
            pointer-events: auto;
        }

    .ma5menu__btn--enter, .ma5menu__btn--leave {
        font-size: 13px;
        cursor: pointer;
        display: block;
        position: absolute;
        padding: 0;
        top: 0;
        height: 100%;
        text-align: center;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 24px 24px;
        -o-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
    }

        .ma5menu__btn--enter:hover, .ma5menu__btn--leave:hover {
            -o-transition: none;
            transition: none;
        }

    .ma5menu__btn--enter {
        z-index: 0;
        left: auto;
        right: 0;
        color: #000;
        background-color: rgba(255, 255, 255, 0.1);
        /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");*/
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
        width: 50px;
    }

        .ma5menu__btn--enter:hover {
            color: #000000;
            background-color: rgba(255, 255, 255, 0.3);
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M10%206L8.59%207.41%2013.17%2012l-4.58%204.59L10%2018l6-6z%22/%3E%3C/svg%3E");
        }

        .ma5menu__btn--enter:before {
            content: "";
            display: block;
            width: 1px;
            position: absolute;
            top: 3px;
            bottom: 3px;
            left: -2px;
            background-color: transparent;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
        }

    .ma5menu__btn--leave {
        left: 0;
        right: auto;
        color: #000;
        background-color: transparent;
        /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");*/
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
        width: 50px;
    }

        .ma5menu__btn--leave:hover {
            color: #000000;
            background-color: transparent;
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
        }

    .ma5menu__leave:hover .ma5menu__btn--leave {
        color: #000000;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20fill%3D%22%23000000%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M15.41%207.41L14%206l-6%206%206%206%201.41-1.41L10.83%2012z%22/%3E%3C/svg%3E");
    }

    .ma5menu__btn--leave:before {
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -2px;
        background-color: transparent;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .ma5menu__leave {
        font-size: 15px;
        font-weight: bold;
        color: #000;
        background-color: rgba(255, 255, 255, 0.1);
        cursor: pointer;
        display: block;
        position: relative;
        padding: 0 44px 0 44px;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        height: 50px;
        line-height: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /*margin-right: -44px;*/
        border-bottom: 1px solid #ddd;
    }

        .ma5menu__leave:hover {
            color: #000000;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .ma5menu__leave + .ma5menu__btn--enter {
            bottom: 0;
            height: calc(100% - 50px);
            top: auto;
        }

    .ma5menu__path {
        color: #000000 !important;
        background-color: transparent !important;
    }

    .ma5menu--overflow {
        overflow-x: hidden !important;
    }

    .ma5menu--left:before, .ma5menu--right:before {
        content: "";
        display: block;
        height: 100%;
        position: fixed;
        top: 0;
        background-color: rgba(255, 255, 255, 0.01);
        z-index: -1;
        -o-transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
        transition: background-color 0.4s ease-out 0.5s, z-index 0.8s linear;
        width: 100%;
    }

    .ma5menu--active:before {
        background-color: rgba(255, 255, 255, 0.6);
        -o-transition: background-color 0.4s ease-in;
        transition: background-color 0.4s ease-in;
        z-index: 9000;
    }

    .ma5menu--active > body .container * {
        -ms-touch-action: none;
        touch-action: none;
        pointer-events: none;
    }

    @media (max-width: 767px) {
        .ma5menu--active > body * {
            pointer-events: none;
        }

        .ma5menu--active > body .ma5menu__toggle {
            pointer-events: auto;
        }

            .ma5menu--active > body .ma5menu__toggle * {
                pointer-events: auto;
            }

        .ma5menu--active > body .ma5menu__container {
            pointer-events: auto;
        }

            .ma5menu--active > body .ma5menu__container * {
                pointer-events: auto;
            }

            .ma5menu--active > body .ma5menu__container .ma5menu__alert {
                pointer-events: none;
            }

        .ma5menu--active > body .ma5menu__container--scroll {
            pointer-events: auto;
        }
    }

    @media (max-width: 1199px) {
        .ma5menu--active.has-body-scrollbar {
            overflow: hidden;
            overflow-y: scroll;
            height: auto;
            min-height: 100%;
            -webkit-overflow-scrolling: touch;
        }
    }

    .ma5menu--active.ma5menu--left:before {
        right: 0;
    }

    .ma5menu--active.ma5menu--right:before {
        left: 0;
    }

    .ma5menu--swipe {
        position: relative;
        overflow-x: hidden !important;
    }

        .ma5menu--swipe body {
            position: relative;
        }

        .ma5menu--swipe.ma5menu--left body {
            -o-transition: left 0.5s ease-out;
            transition: left 0.5s ease-out;
            left: 0;
        }

        .ma5menu--swipe.ma5menu--right body {
            -o-transition: right 0.5s ease-out;
            transition: right 0.5s ease-out;
            right: 0;
        }

        .ma5menu--swipe.ma5menu--active.ma5menu--left body {
            left: 280px;
        }

    @media (min-width: 768px) {
        .ma5menu--swipe.ma5menu--active.ma5menu--left body {
            left: 360px;
        }
    }

    .ma5menu--swipe.ma5menu--active.ma5menu--right body {
        right: 280px;
    }

    @media (min-width: 768px) {
        .ma5menu--swipe.ma5menu--active.ma5menu--right body {
            right: 360px;
        }
    }

    .ma5menu__sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        border: 0;
    }

    @-webkit-keyframes ma5-panelIn {
        0% {
            -webkit-transform: translate3d(280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5-panelIn {
        0% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes ma5-panelOut {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(280px, 0, 0);
        }
    }

    @keyframes ma5-panelOut {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuIn {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
        }
    }

    @keyframes ma5menuIn {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOut {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
        }
    }

    @keyframes ma5menuOut {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOutB {
        0% {
            -webkit-transform: translate3d(-280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5menuOutB {
        0% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @media (min-width: 768px) {
        @-webkit-keyframes ma5-panelIn {
            0% {
                -webkit-transform: translate3d(360px, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
            }
        }

        @keyframes ma5-panelIn {
            0% {
                -webkit-transform: translate3d(360px, 0, 0);
                transform: translate3d(360px, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }

        @-webkit-keyframes ma5-panelOut {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(360px, 0, 0);
            }
        }

        @keyframes ma5-panelOut {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(360px, 0, 0);
                transform: translate3d(360px, 0, 0);
            }
        }

        @-webkit-keyframes ma5menuIn {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(-360px, 0, 0);
            }
        }

        @keyframes ma5menuIn {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(-360px, 0, 0);
                transform: translate3d(-360px, 0, 0);
            }
        }

        @-webkit-keyframes ma5menuOut {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(-360px, 0, 0);
            }
        }

        @keyframes ma5menuOut {
            0% {
                -webkit-transform: translate3d(0, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(-360px, 0, 0);
            }
        }

        @-webkit-keyframes ma5menuOutB {
            0% {
                -webkit-transform: translate3d(-360px, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
            }
        }

        @keyframes ma5menuOutB {
            0% {
                -webkit-transform: translate3d(-360px, 0, 0);
                transform: translate3d(-360px, 0, 0);
            }

            100% {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
        }
    }

    @-webkit-keyframes ma5-panelInIEphone {
        0% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5-panelInIEphone {
        0% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes ma5-panelOutIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }
    }

    @keyframes ma5-panelOutIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(280px, 0, 0);
            transform: translate3d(280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuInIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @keyframes ma5menuInIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOutIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @keyframes ma5menuOutIEphone {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOutBIEphone {
        0% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5menuOutBIEphone {
        0% {
            -webkit-transform: translate3d(-280px, 0, 0);
            transform: translate3d(-280px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes ma5-panelInIEtablet {
        0% {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5-panelInIEtablet {
        0% {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes ma5-panelOutIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
        }
    }

    @keyframes ma5-panelOutIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(360px, 0, 0);
            transform: translate3d(360px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuInIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }
    }

    @keyframes ma5menuInIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOutIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }
    }

    @keyframes ma5menuOutIEtablet {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }
    }

    @-webkit-keyframes ma5menuOutBIEtablet {
        0% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @keyframes ma5menuOutBIEtablet {
        0% {
            -webkit-transform: translate3d(-360px, 0, 0);
            transform: translate3d(-360px, 0, 0);
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    @-webkit-keyframes ma5-arrowDown {
        0% {
            opacity: 1;
        }

        40% {
            opacity: 0;
        }

        60% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes ma5-arrowDown {
        0% {
            opacity: 1;
        }

        40% {
            opacity: 0;
        }

        60% {
            opacity: 0.5;
        }

        100% {
            opacity: 1;
        }
    }

    .sagresimCK {
        float: right;
        max-width: 50%;
        min-width: 10em;
        margin-left: 1.5em;
    }

    .solresimCK {
        float: left;
        max-width: 50%;
        min-width: 10em;
        margin-right: 1.5em;
    }

        .sagresimCK img, .solresimCK img {
            max-width: 100%;
            margin: 0 auto;
            height: auto;
            display: block;
        }

    @media (max-width: 992px) {
        .sticker {
            position: absolute;
            top: 3px;
            right: 3px;
            width: 57px;
            line-height: 11px;
            font-size: 10px;
            color: white;
            padding: 3px 1px;
            max-width: 45%;
            border-radius: 5px;
            color: white;
        }

        .sticker-kuryesel {
            background-image: none;
        }

        .sagresimCK {
            float: none;
            max-width: 100%;
            min-width: 10em;
            margin-left: 0;
            margin-bottom: 1.5em;
            margin-top: 1.5em;
        }

        .solresimCK {
            float: none;
            max-width: 100%;
            min-width: 10em;
            margin-right: 0;
            margin-bottom: 1.5em;
            margin-top: 1.5em;
        }
    }


    /*COL-5*/


    .col-md-5sepet {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-md-5sepet {
        width: 41.66666667%;
        float: left;
    }

    @media (max-width: 768px) {
        .col-md-5sepet {
            width: 100%;
            float: none;
        }
    }

    @media (min-width: 992px) {
        .col-md-5:nth-child(5n+1) {
            clear: both;
        }
    }

    .cesadspan {
        display: inline-block;
        padding: 0 10px;
        width: calc(100% - 60px);
    }

    .cesfiyatspan {
        display: inline-block;
        float: right;
        /*padding-left: 10px;*/
    }

    .cesitseclink {
        width: 100%;
        padding: 10px 20px 10px 40px;
        background-color: #F0F8F3;
    }

    [type="radio"]:checked + label.cesitseclink:before, [type="radio"]:not(:checked) + label.cesitseclink:before {
        content: '';
        position: absolute;
        left: 10px;
        top: 10px;
        width: 18px;
        height: 18px;
        border: 1px solid #999;
        border-radius: 100%;
        background: #fff;
    }

    [type="radio"]:checked + label.cesitseclink:after {
        content: '';
        width: 8px;
        height: 8px;
        background: #000;
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    [type="radio"]:checked + label.cesitseclink, [type="radio"]:not(:checked) + label.cesitseclink {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        margin: 0;
        margin-bottom: 5px;
        border-radius: 5px;
    }



    .sepetitem {
        height: auto;
        overflow: overlay;
        padding: 5px;
        background-color: #edf1f1;
        width: 100%;
    }

    .islem-asama {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 25px 0 0;
        height: auto;
        position: relative
    }

    .islem-asama__bar-wrapper {
        background-color: #e2e7e9;
        position: absolute;
        height: 4px;
        width: 70%;
        margin: 0 auto;
        left: 17%
    }

    .islem-asama__bar, .islem-asama__bar-passive {
        position: absolute;
        height: 4px;
        width: 0;
        margin: 0 auto;
        left: 0
    }

    .islem-asama__bar {
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-color: #51b549;
        z-index: 20
    }

        .islem-asama__bar.step-1, .islem-asama__bar.step-2 {
            width: 0% !important
        }

        .islem-asama__bar.step-4 {
            width: 0
        }

        .islem-asama__bar.step-5 {
            width: 0 !important
        }

        .islem-asama__bar.step-6 {
            width: 50% !important
        }

        .islem-asama__bar.step-7 {
            width: 100% !important
        }

        .islem-asama__bar.pre-step-1 {
            width: 0
        }

        .islem-asama__bar.pre-step-2 {
            width: 0%
        }

        .islem-asama__bar.pre-step-5 {
            width: 0
        }

        .islem-asama__bar.pre-step-6 {
            width: 50%
        }

        .islem-asama__bar.pre-step-7 {
            width: 100%
        }

    .islem-asama__bar-passive {
        z-index: 10;
        background-color: #b9e1b6
    }

        .islem-asama__bar-passive.pre-step-1, .islem-asama__bar-passive.pre-step-2, .islem-asama__bar-passive.pre-step-5 {
            width: 0
        }

        .islem-asama__bar-passive.pre-step-6 {
            width: 50%
        }

        .islem-asama__bar-passive.pre-step-7 {
            width: 100%
        }

    .islem-asama_adimlar {
        padding: 0;
        list-style: none;
        margin: 0 auto
    }

    .islem-asama_adimlar-item {
        display: block;
        position: relative;
        width: 25%;
        float: left;
        text-align: center;
        padding: 25px 5px 0;
        font-size: .875rem
    }

        .islem-asama_adimlar-item:before {
            display: block;
            position: absolute;
            border-radius: 50%;
            background-color: #e2e7e9;
            content: "";
            color: #fff;
            font-family: 'fontawesome';
            text-align: center;
            z-index: 100;
            font-weight: 400;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            top: -18px;
            left: 50%;
            width: 38px;
            height: 38px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            font-size: 1.7rem;
            line-height: 38px;
            box-sizing: border-box
        }

        .islem-asama_adimlar-item.adimaktif {
            font-weight: bold;
        }

        .islem-asama_adimlar-item.yesiltik:before {
            background-color: #51b549;
            content: "\f00c"
        }

        .islem-asama_adimlar-item.yesiltik-passive:before {
            background-color: #b9e1b6;
            content: "\f00c"
        }

        /*.islem-asama_adimlar-item.adimaktif {
        font-weight: 700
    }*/

        .islem-asama_adimlar-item.adimaktif:before {
            color: #fff;
            /*background-color: #51b549;*/
            content: "\f111"
        }

    .islem-asama + .order-back-button {
        top: 20px
    }

    .islem-asama.show-card-message-progress .islem-asama__bar-wrapper {
        width: 74%;
        left: 13%
    }

    .islem-asama.show-card-message-progress .islem-asama_adimlar-item {
        width: 25%
    }

    .islem-asama.show-card-message-progress .islem-asama__bar.step-6 {
        width: 33% !important
    }

    .islem-asama.show-card-message-progress .islem-asama__bar.step-7 {
        width: 66% !important
    }

    .islem-asama.show-card-message-progress .islem-asama__bar-passive.pre-step-7 {
        width: 66%
    }

    .islem-asama.show-card-message-progress .islem-asama__bar-passive.pre-step-6 {
        width: 33%
    }

    .islem-asama_adimlar:after {
        background-color: #51b549;
        width: 0
    }

    .islem-asama {
        padding: 24px 0 20px 0;
    }

    .islem-asama_adimlar-item {
        font-size: 14px
    }

    .ie8 .order-product:after, .ie8 .order-product:before, .lt-ie10 .order-product:after, .lt-ie10 .order-product:before, .islem-asama_adimlar:after, .islem-asama_adimlar:before {
        content: " ";
        display: table
    }

    .ie8 .order-product:after, .lt-ie10 .order-product:after, .islem-asama_adimlar:after {
        clear: both
    }



    #kategoribar_bg {
        min-width: 1008px;
        height: 30px;
        background-color: #333;
    }

    .orta44 {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 5px;
        padding-right: 5px;
    }

    #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a {
        margin: 0;
        padding: 0;
        position: relative;
    }

    #cssmenu {
        font: normal 13px Arial, sans-serif;
        line-height: 16px;
        width: auto;
        z-index: 99999;
    }

        #cssmenu:after,
        #cssmenu ul:after {
            content: '';
            display: block;
            clear: both;
        }

        #cssmenu a {
            padding-left: 7px;
            padding-right: 7px;
            padding-top: 9px;
            padding-bottom: 7px;
            text-decoration: none;
        }

        #cssmenu ul {
            list-style: none;
            z-index: 99999;
        }

        #cssmenu > ul {
            float: left;
        }

            #cssmenu > ul > li {
                display: table-cell;
                zoom: 1;
                list-style-type: none;
                height: 100%;
                padding: 0px;
                margin: 0px;
                border-spacing: 0px;
                border-right: 1px solid #7a7a7a;
                overflow: visible;
                position: relative;
                vertical-align: top;
            }

                #cssmenu > ul > li:last-child {
                    border-right: none;
                }


                #cssmenu > ul > li > a {
                    font-size: 14px;
                    display: block;
                    width: auto;
                    height: 30px;
                    overflow: hidden;
                    line-height: 20px;
                    min-width: 35px;
                    padding: 5px;
                    padding-left: 11px;
                    padding-right: 11px;
                    margin: 0px;
                    color: #dcdddd;
                    letter-spacing: 0px;
                    text-decoration: none;
                    text-align: center;
                    background-image: none;
                    background-repeat: no-repeat;
                    background-position: bottom center;
                    font-family: "'Nunito'","Helvetica Neue",Helvetica,Arial,sans-serif;
                }

                #cssmenu > ul > li.active > a {
                    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
                    background: #ececec;
                    background: -moz-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #ffeeff ef));
                    background: -webkit-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                    background: -o-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                    background: -ms-linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                    background: linear-gradient(top, #ececec 0%, #ffeeff ef 100%);
                }

                #cssmenu > ul > li:hover > a {
                    background: #fff;
                    color: #000;
                    border-top: 1px solid black;
                }

        #cssmenu .has-sub {
            z-index: 1000;
        }

            #cssmenu .has-sub:hover > ul {
                display: block;
            }

            #cssmenu .has-sub ul {
                display: none;
                position: absolute;
                width: 200px;
                top: 100%;
                left: 0;
                border: 2px solid #dcdddd;
                border-top: 0;
            }

                #cssmenu .has-sub ul li {
                    *margin-bottom: -1px;
                }

                    #cssmenu .has-sub ul li a {
                        background: #FFFFFF;
                        filter: none;
                        font-size: 12px;
                        display: block;
                        line-height: 100%;
                        padding: 7px;
                        color: #000;
                    }

                    #cssmenu .has-sub ul li:hover a {
                        background: #a5a5a5;
                        color: #000;
                    }

            #cssmenu .has-sub .has-sub:hover > ul {
                display: block;
            }

            #cssmenu .has-sub .has-sub ul {
                display: none;
                position: absolute;
                left: 100%;
                top: 0;
            }

                #cssmenu .has-sub .has-sub ul li a {
                    background: #a80008;
                    border-bottom: 1px dotted #ff0f1b;
                }

                    #cssmenu .has-sub .has-sub ul li a:hover {
                        background: #fff;
                        color: black;
                    }

    .header .top-cart-block {
        z-index: 55555555555;
    }

    @media (min-width: 993px) {
        #myPanelDefault {
            display: none;
        }

        #bigsearch {
            float: left;
            width: 450px;
            margin-top: 30px;
            /*margin-left: 100px;*/
            display: block;
        }
    }

    @media (max-width: 992px) {
        #bigsearch {
            display: none;
        }
    }

    .btn-primary {
        background: #51b549;
        border: none;
        padding: 10px 20px;
        border-radius: 7px;
        width: 200px;
        font-size: 20px;
        max-width: 100%;
    }

    .sepetUrunSayisi:empty {
        display: none;
    }





    .opcatiy0 {
        opacity: 0;
        -webkit-transition: opacity .65s ease-in-out;
        -moz-transition: opacity .65s ease-in-out;
        -ms-transition: opacity .65s ease-in-out;
        -o-transition: opacity .65s ease-in-out;
        transition: opacity .65s ease-in-out;
    }

    .opcatiy1 {
        opacity: 1;
        -webkit-transition: opacity .65s ease-in-out;
        -moz-transition: opacity .65s ease-in-out;
        -ms-transition: opacity .65s ease-in-out;
        -o-transition: opacity .65s ease-in-out;
        transition: opacity .65s ease-in-out;
    }

    .bizitercih {
        text-align: center;
        max-width: 1040px;
        margin: auto;
    }

        .bizitercih div {
            width: 31%;
            margin: 1%;
            display: inline-block;
            text-align: center;
        }

            .bizitercih div h2 {
                font-size: 17px;
                font-weight: bold;
                margin: 10px 0;
            }

            .bizitercih div img {
                width: 100%;
            }

    @media (max-width: 992px) {

        .sepetadimlarUL {
            font-size: 16px;
            zoom: .50;
        }

        .ecommerce h1 {
            font-size: 20px;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 0;
            padding-top: 0;
        }

        .bizitercih div {
            width: 98%;
            margin: 10px 1%;
            display: inline-block;
            text-align: center;
        }
    }

    .product-list {
        text-align: center;
    }

    .priceleft {
        width: auto;
        font-size: 20px;
        color: black;
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }

    .price-availability-block .priceleft {
        font-size: 40px;
    }

.priceright {
    font-size: 13px;
    font-family: 'Nunito', Arial, sans-serif;
    width: auto;
    color: #000;
    white-space: nowrap;
    line-height: 15px;
    TEXT-ALIGN: left;
    display: inline-block;
    vertical-align: middle;
}

    .fiyatindirimsiz .priceleft {
        color: #999;
    }

    .fiyatindirimsiz .priceright {
        color: #999;
    }

    .cesfiyatspan .priceleft {
        font-size: 18px;
    }

    .cesfiyatspan .fiyatindirimsiz .priceleft {
        font-size: 18px;
    }

    #MainContent_parentDataList_DataPager2 {
        display: block;
        margin: auto;
        text-align: center;
        margin-bottom: 35px;
        margin-top: 15px;
    }

        #MainContent_parentDataList_DataPager2 a, #MainContent_parentDataList_DataPager2 a:visited,
        #MainContent_parentDataList_DataPager3 a, #MainContent_parentDataList_DataPager3 a:visited,
        .pagecurrent {
            border-radius: 25px !important;
            border: none;
            color: #868c93;
        }

    .odemeyontemleri {
        padding-top: 20px;
        width: 100%;
        max-width: 386px;
        display: block;
        margin: auto;
    }

    #MainContent_parentDataList_DataPager2 a, #MainContent_parentDataList_DataPager2 a:visited,
    #MainContent_parentDataList_DataPager3 a, #MainContent_parentDataList_DataPager3 a:visited,
    .pagecurrent {
        position: relative;
        width: 37px;
        height: 37px;
        display: inline-block;
        /* float: left; */
        padding: 4px 12px;
        font-size: 25px;
        margin-left: 6px;
        /* line-height: 1.428571; */
        color: #337ab7;
        text-decoration: none;
        background-color: #fff;
    }

        #MainContent_parentDataList_DataPager2 a:hover, #MainContent_parentDataList_DataPager2 a:visited:hover,
        #MainContent_parentDataList_DataPager3 a:hover, #MainContent_parentDataList_DataPager3 a:visited:hover {
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagecurrent {
        background: #555;
        color: #fff;
    }

    /*#logo1{
                 margin-left:25px;margin-right:85px;
            }*/
    .img-responsive {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


    .require {
        color: red;
    }
    /*.cumle { text-transform:capitalize; }*/
    /*.cumle { text-transform: lowercase; }
.cumle:first-letter { text-transform: uppercase; }*/

    .yenigelen {
        width: 100%;
        text-align: center;
        /*padding-top: 45px;*/
        /*padding-bottom: 20px;*/
        margin: 0 0 20px 0;
    }

        .yenigelen span {
            font-size: 25px;
            padding: 0 20px;
            font-family: 'Nunito', sans-serif;
            /*border-bottom: 1px solid;*/
        }

    .f-nav { /*z-index: 1000001;*/
        top: 0;
        width: 100%;
    }

    .f-nav-logo {
        z-index: 1000001;
        position: fixed;
        top: -18px;
        left: 45px;
    }



    .steps-block {
        padding: 0;
    }

        .steps-block a {
            color: #000;
            display: inline-block;
        }

        .steps-block .fa {
            font-size: 21px;
            border-radius: 33px !important;
            width: 33px;
            height: 33px;
            /* background-color: #000; */
            color: black;
            /*border: 1px solid black;*/
            text-align: center;
            vertical-align: middle;
            padding-top: 9px;
            margin: 7px;
            margin-top: 0;
            margin-bottom: 0;
            float: left;
        }

    .main {
        /*min-height:600px;*/
        /*padding:15px;*/
    }

    .f-nav2 {
        z-index: 1000002;
        position: fixed;
        right: 0;
        top: 0;
        width: auto;
        background: none;
        padding-left: 20px;
        padding-right: 20px;
        box-shadow: none;
        margin-top: 0;
    }

    .aralik > li {
        display: inline-block;
        padding: 0;
        /* line-height: 39px; */
        width: auto;
        margin: 0 7px;
        font-size: 13.5px;
        font-weight: 400;
        text-align: center;
    }

        .aralik > li a img {
            height: 30px;
            margin-bottom: 4px;
        }

    .f-nav2 > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .img-zoom-genel, .img-zoom-genel2 {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }

    .img-zoom1, .img-zoom2, .img-zoom3, .img-zoom4 {
        width: 612px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }

    .transition {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        transform: scale(1.08);
    }

    .transition2 {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .row > div .overlayx {
        position: absolute;
        width: 100%;
        font-family: 'Nunito',Arial,sans-serif;
        color: #fff;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 0 20px;
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
    }

        .row > div .overlayx.leftbottom {
            bottom: 130px;
            position: relative;
        }

    .row > div .overlayy {
        position: absolute;
        width: 100%;
        font-family: 'Nunito',Arial,sans-serif;
        color: #fff;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 0 20px;
        -webkit-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
    }

        .row > div .overlayy.leftbottom {
            bottom: 200px;
            position: relative;
        }

    .row > div .text-container {
        position: relative;
        display: inline-block;
    }

    .row > div .textx {
        position: relative;
        font-size: 50px;
        line-height: 1;
        padding: 20px 25px;
        box-sizing: content-box;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
    }


    .row > div .texty {
        position: relative;
        font-size: 50px;
        line-height: 1;
        padding: 20px 25px;
        box-sizing: content-box;
    }

    .textx p {
        display: inline;
        text-transform: uppercase;
        font-family: futurastd-light-opentype, 'Nunito', sans-serif;
    }

    .row2 > div a {
        display: block;
        max-height: 355px;
        overflow: hidden;
    }

    .over1, .over2, .over3, .over4 {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
    }



    .ecommerce .header-navigation ul > li > a:hover, .header a:hover {
        color: darkgreen !important;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
        -moz-transition: color 0.6s;
        -o-transition: color 0.6s;
        -webkit-transition: color 0.6s;
        transition: color 0.6s;
    }


    .ecommerce .header-navigation ul > li > a, .header a, a, .header-navigation li.menu-search i, .ecommerce .header-navigation li.menu-search i {
        color: #000;
        -moz-transition: color 0.5s;
        -o-transition: color 0.5s;
        -webkit-transition: color 0.5s;
        transition: color 0.5s;
        -moz-transition: color 0.6s;
        -o-transition: color 0.6s;
        -webkit-transition: color 0.6s;
        transition: color 0.6s;
        /*letter-spacing: 1px;*/
    }






    a {
        color: black;
    }

    .header .top-cart-block a.ico {
        font-size: 26px;
    }



    .f-nav2 {
        margin-right: 35px;
    }

    .header-navigation li.menu-search i:hover {
        color: #eb1f27;
    }

    .logo2cont {
        padding-top: 6px;
        display: none;
        float: left;
    }

    .sepet4sol {
        padding-right: 50px;
    }

    @media (min-width: 768px) {
        .siralama {
            position: absolute;
            z-index: 1;
            top: 77px;
            right: 17px;
        }
    }

    @media (min-width: 1299px) {

        .logo2cont {
            float: left;
            width: 215px;
            padding-top: 6px;
        }
    }

    .logo3cont {
        display: none;
    }

    .anametin {
        background-color: rgba(247, 247, 247, 0.901961);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-sizing: border-box;
        color: rgb(0, 0, 0);
        direction: ltr;
        display: block;
        font-family: 'Courgette', cursive;
        ;
        font-size: 17px;
        font-weight: normal;
        height: 189px;
        line-height: 28px;
        margin-bottom: 90px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 125px;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        text-align: center;
        width: 800px;
        max-width: 100%;
        -webkit-font-smoothing: antialiased;
    }

    .desktopmenu {
        text-align: center;
        margin-bottom: 0px;
    }

    .banner2li {
        overflow: hidden;
        width: 50%;
        max-height: 345px;
        float: left;
    }


    .desktopotherimages {
        display: block;
        max-height: 785px;
        overflow: hidden;
    }

    .mobilotherimages {
        display: none;
    }


    .bearland {
        overflow: hidden;
        width: 100%;
        height: 298px;
        float: left;
        margin-bottom: 35px;
    }

    @media (max-width: 992px) {

        #logo1 {
            margin-top: 5px;
            margin-bottom: 5px;
            /*margin-left: 61px;*/
        }

        .banner2li {
            overflow: hidden;
            width: 100%;
            height: auto;
            display: block;
            float: left;
        }

        .row2 > div a {
            display: block;
            max-height: 355px;
            height: 340px;
            overflow: hidden;
        }

        .site-logo {
            display: none;
        }




        .mobilmenu4, .mobilmenu4 ul {
            padding: 0;
            margin: 0;
            -webkit-padding-start: 0px;
        }

            .mobilmenu4 li {
                font-size: 16px;
                padding: 20px 15px 8px !important;
                list-style: none;
                text-align: center;
                border-top: 0;
                color: #ED5B5C;
                text-decoration: none;
                outline: none;
                width: 100%;
                float: left;
                min-height: 43px;
            }

            .mobilmenu4 span {
                font-size: 16px;
            }

            .mobilmenu4 a {
                text-transform: uppercase;
                color: #ED5B5C;
                font-size: 22px;
                letter-spacing: 1.3px;
                line-height: 18px;
                padding: 13px 0;
                font-family: 'Nunito', sans-serif;
            }


        .header-navigation-content h1 {
            display: none;
        }

        .header-navigation-content h4 {
            text-align: center;
        }
    }


    .pi-img-wrapper {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

    .adetmini {
        position: absolute;
        z-index: 4;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        width: 64px;
    }

    @media (min-width: 993px) {

        .adetmini {
            padding-right: 12px;
        }

        .mobildesk {
            display: none;
        }

        .deskmobil {
            display: block;
        }

        #ortabutonlar {
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0px;
            opacity: 50;
            z-index: 5;
            display: flex;
        }
    }

    .katebos {
        height: 40px;
    }



    .ui-panel-wrapper {
        position: relative;
        min-height: inherit;
        border: 0;
        overflow-x: hidden;
        z-index: 999;
    }


    @media (min-device-width: 993px) and (max-device-width: 992px) {



        .product-item h3 {
            font: 300 16px 'Nunito', sans-serif;
            padding-top: 10px;
            padding-bottom: 4px;
            text-align: center;
            height: 40px;
            float: none;
            font-weight: bold;
        }
    }

    @media (max-device-width: 992px) {

        .pi-img-wrapper {
            height: 337px;
        }


        body {
            font-size: 15px;
        }

        .mobildesk {
            display: block;
        }

        .deskmobil {
            display: none;
        }

        .pi-price {
            width: 100%;
            text-align: center;
        }



        .desktopmenu {
            display: none;
        }

        .mobildesk {
            display: block;
        }

        .deskmobil {
            display: none;
        }

        .sidebar-menu a {
            display: block;
            text-align: center;
        }

        .ui-panel-wrapper {
            position: relative;
            min-height: inherit;
            border: 0;
            overflow-x: hidden;
            z-index: 999;
        }

        .col-md-12, .col-sm-12 {
            width: 100%;
            padding-left: 0px;
            padding-right: 0px;
        }

        .top-cart-block, .f-nav {
            display: none;
        }

        .header-navigation {
            display: none;
        }

        .mobilmenu4 {
            display: block;
            /*background-color: white;*/
        }

        div.tabcontents {
            border: 2px solid #e2e7e9;
            padding: 20px;
            padding-BOTTOM: 30px;
            overflow: auto;
            border-radius: 0 3px 3px 3px;
            margin-bottom: 35px;
        }

        .sepet4sol {
            padding-right: 15px;
        }

        .katebos {
            display: none;
            height: 0px;
        }


        #ortabutonlar {
            /* position: absolute; */
            width: 100%;
            height: 100%;
            bottom: 0px;
            opacity: 50;
            margin-top: 70px;
            /* z-index: 5; */
            /* display:flex; */
        }

        .btn-3 {
            font-size: 13px;
        }

        #MainContent_ucretli {
            margin-top: 125px;
        }

        #printimg {
            display: none;
        }

        .yenigelen span {
            font-weight: bold;
            font-size: 22px;
            padding: 0 20px;
        }

        #logo1 {
            max-width: 100%;
            margin-top: 5px;
            margin-bottom: 5px;
            /*margin-left: 61px;*/
        }

        .table > tbody > tr > td {
            padding: 3px;
        }



        #instafeed {
            display: none;
        }

        .hizliincele {
            /*display: none;*/
        }

        .row {
            margin-right: 0px;
            margin-left: 0px;
        }

        .anametin {
            height: auto;
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .slide-caption {
            display: none;
        }

        body.ecommerce {
            background-image: none;
        }

        .banner2li {
            overflow: hidden;
            width: 100%;
            height: auto;
            display: block;
            float: left;
        }

        .row2 > div a {
            display: block;
            max-height: 355px;
            height: 220px;
            overflow: hidden;
        }

        .ecommerce .site-logo {
            margin: auto;
            /* float: left; */
            display: block;
            width: 100px;
            padding-top: 2px;
            /* height: 72px; */
        }

        .logo3cont {
            display: block;
            width: auto;
            /* float: left; */
            margin: auto;
            text-align: center;
        }

        .top-cart-block, .f-nav {
            display: none;
        }

        .mobilmenu4 {
            display: block;
        }

        #leftpan0 {
            display: none;
        }

        .desktopmenu {
            display: none;
        }

        .row > div .textx {
            font-size: 30px;
        }

        #myTab {
            display: none;
        }

        .desktopotherimages {
            display: none;
        }

        .mobilotherimages {
            display: block;
        }

        .bearland {
            overflow: hidden;
            width: 100%;
            height: 200px;
            float: left;
            margin-bottom: 0px;
        }

        .searchdesktop {
            /*display:none;*/
        }
    }

    @media (max-device-width: 768px) {

        .pi-img-wrapper {
            height: 240px;
        }

        .col-xs-6 {
            width: 49%;
            padding: 5px;
        }
    }

    .container {
        width: 100%;
        padding: 0;
        margin: auto;
    }


    .slide-caption a {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        bottom: 20px;
        box-sizing: border-box;
        color: black;
        direction: ltr;
        display: block;
        filter: none;
        font-family: 'Nunito',Arial,sans-serif;
        ;
        font-size: 13px;
        font-weight: normal;
        line-height: 13px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        max-width: 600px;
        opacity: 1;
        position: absolute;
        right: 20px;
        text-align: center;
        width: 225.906px;
        z-index: 10;
        zoom: 1;
        -webkit-font-smoothing: antialiased;
        font-family: 'Nunito', sans-serif;
        font-size: 20px;
        letter-spacing: 2px;
        display: block;
        width: auto !important;
        padding: 36px 50px;
        background-color: rgba(255,255,255,0.9) !important;
        border: 1px solid black;
    }

        .slide-caption a:hover {
            text-decoration: none;
        }





    input[type="checkbox"] {
        position: relative;
        margin: 0 7px 0 0;
        cursor: pointer;
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }

    #Description ul, #Description ul li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #Description img {
        max-width: 100%
    }


    /* Outer */
    .popup {
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0,0,0,0.75);
        z-index: 555555555555;
    }

    /* Inner */
    .popup-inner {
        max-width: 750px;
        width: 90%;
        /*padding:40px;*/
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0px 2px 6px rgba(0,0,0,1);
        border-radius: 3px;
        background: #fff;
        z-index: 555555555555;
    }

    /* Close Button */
    .popup-close {
        display: inline-block;
        position: absolute;
        top: 11px;
        right: 11px;
        background-size: cover;
        width: 12px;
        height: 12px;
        background-image: url('data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2227%22%20height%3D%2227%22%20viewBox%3D%220%200%2027%2027%22%3E%3Cpath%20d%3D%22M0%2025.7L25.7%200l1.3%201.3%20-25.7%2025.7L0%2025.7z%22%2F%3E%3Cpath%20d%3D%22M25.7%2027L0%201.3%201.3%200l25.7%2025.7L25.7%2027z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        cursor: pointer;
    }


    .fa-search:before {
        color: #000 !important;
        content: "\f002";
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 7px 15px;
    }

    .tumunugor {
        width: 100% !important;
    }

        .tumunugor a {
            font-size: 19px !important;
            font-weight: 500 !important;
            color: black !important;
        }

            .tumunugor a:hover {
                color: #eb1f27 !important;
                text-decoration: underline !important;
            }


    .header-navigation .search-box2 {
        padding: 15px;
        display: none;
        background: #fcfafb;
        position: absolute;
        border-top: solid 2px #ED5B5C;
        box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
        width: 352px;
        margin-top: 0;
        z-index: 22;
    }




    .ui-panel {
        min-height: 100%;
        max-height: none;
        border-width: 0;
        position: absolute;
        top: 0;
        display: block;
    }

    #mobildil {
        float: left;
        width: auto;
        color: #000;
        font-size: 20px;
    }

        #mobildil, #mobildil span {
            color: #000;
        }

            #mobildil a {
                color: #ED5B5C;
            }

    #mobilefootermenu {
        width: 100%;
        position: absolute;
        bottom: 0px;
        height: 50px;
        background-color: #000;
        z-index: 44444444;
    }

        #mobilefootermenu a {
            display: block;
            width: 33%;
            padding: 5px;
            float: left;
            text-align: center;
            padding-top: 16px;
        }


            #mobilefootermenu a i {
                font-size: 30px;
                color: white;
            }


    .product-quantity {
        display: none;
    }

    .product-page-cart .btn {
        padding: 6px 20px;
        cursor: pointer;
        width: 100%;
        max-width: 100%;
        font-size: 15px;
        letter-spacing: 2px;
        height: 37px;
        font-family: 'Nunito', sans-serif;
    }

    @media (max-width: 992px) {
        .product-page-cart .btn {
            padding: 6px 20px;
            cursor: pointer;
            width: 100%;
            max-width: 100%;
            font-size: 22px;
            letter-spacing: 1px;
            height: 37px;
            font-family: 'Nunito', sans-serif;
        }
    }

    .product-page {
        padding: 0px;
        margin-right: 0px;
    }

    .goods-data {
        padding: 0px;
        margin-bottom: 0px;
        overflow-x: visible;
        margin-right: 0px;
    }


    .steps-block .fa2 {
        font-size: 19px;
        border-radius: 19px !important;
        width: 19px;
        text-align: center;
        vertical-align: middle;
        padding-top: 5px;
        margin: 7px;
        margin-top: 0;
        margin-bottom: 0;
        float: left;
    }

    a.cartbag {
        background: rgba(0, 0, 0, 0) url(images/cart.svg) no-repeat scroll 0 0;
        display: block;
        height: 24px;
        width: 24px;
        text-align: center;
        padding-top: 6px;
    }




    @media (max-width: 992px) {

        .ui-panel {
            max-width: 100%;
            min-height: 100%;
            max-height: none;
            border-width: 0;
            position: absolute;
            top: 0;
            display: block;
        }

        a.cartbag {
            background: rgba(0, 0, 0, 0) url(images/cart.svg) no-repeat scroll 0 0;
            display: block;
            height: 24px;
            width: 24px;
            right: 9px;
            color: red;
            top: 11px;
            position: absolute;
            text-align: center;
            padding-top: 8px;
        }
    }

    .main_default_currency {
        border: 1px solid black;
        border-radius: 50%;
        text-align: center;
        padding: 7px 9px 3px 8px;
    }

        .main_default_currency .fa {
            font-size: 20px;
        }

    .main_default_LANG {
        border: 1px solid black;
        border-radius: 50%;
        text-align: center;
        padding: 5px;
    }

        .main_default_LANG .fa {
            font-size: 16px;
        }

    .langcur {
        width: 50%;
        float: left;
        text-align: center;
    }

    .icon-search {
        background: rgba(0, 0, 0, 0) url(images/search.svg) no-repeat scroll 0 0;
        display: block;
        height: 24px;
        width: 24px;
        background-size: 100%;
    }

    .filterRootDivBTN {
        display: none;
    }

    @media (max-width: 992px) {
        #filterRootDiv {
            display: none;
        }

        .filterRootDivBTN {
            display: block;
            background-color: #FFF;
            border: 1px solid black;
            margin-bottom: 0;
            display: block;
            letter-spacing: 1px;
            font-size: 15px;
            text-align: center;
            /* font-family: GillSans; */
            padding: 5px;
            margin-bottom: 10px;
            color: #000;
        }
    }


    /* individual: webkit */
    .acInput::-webkit-input-placeholder {
        color: #efefef;
    }

    /* individual: mozilla */
    .acInput::-moz-placeholder {
        color: #efefef;
    }


    .sidebar a:hover {
        color: #ED5B5C;
    }




    .popbilgi {
        display: none;
        font-size: 10px;
    }

        .popbilgi h2 {
            font-size: 11px;
            font-weight: bold;
            margin: 0 20px 10px 0;
        }

        .popbilgi b {
            font-size: 10px;
            font-weight: bold;
            margin-bottom: 10px;
            display: block;
        }

    .popupbilgipop {
        position: absolute;
        bottom: 56px;
        padding: 7px 10px;
        display: none;
        border: 1px solid #000;
        background: #fff;
        min-width: 50px;
        font-size: 10px;
        text-align: center;
        width: 100%;
        max-width: 220px;
        font-size: 9px;
    }


    .fancybox-arrow:after {
        content: "";
        position: absolute;
        top: 28px;
        width: 44px;
        height: 44px;
        background-color: rgba(255,255,255,1.0);
        background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Q…AxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 24px 24px;
    }


    .urunsagp {
        padding-left: 3%;
        position: fixed;
        right: 0;
        text-align: center;
        margin-top: 35px;
    }

    @media (min-width: 993px) {
        #urunsagpCH {
            max-width: 450px;
            margin: auto;
            background-color: white;
            height: auto;
            overflow-y: overlay;
            top: 0px;
            position: relative;
        }
    }

    @media (max-width: 992px) {
        #urunsagpCH {
            padding: 0 15px;
        }

        .urunsagp {
            padding-left: 0%;
            position: static;
            margin-top: 15px;
        }
    }

    .main {
        /*max-width: 1325px;*/
        width: 100%;
        margin: auto;
    }

    img {
        max-width: 100%;
    }

    #demo-page :not(INPUT):not(TEXTAREA) {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    /* Content styling. */
    dl {
        font-family: "Times New Roman", Times, serif;
        padding: 1em;
    }

    dt {
        font-size: 2em;
        font-weight: bold;
    }

        dt span {
            font-size: .5em;
            color: #777;
            margin-left: .5em;
        }

    dd {
        font-size: 1.25em;
        margin: 1em 0 0;
        padding-bottom: 1em;
        border-bottom: 1px solid #eee;
    }

    .back-btn {
        float: right;
        margin: 0 2em 1em 0;
    }

    @media (min-width: 1600px) {
        /*.header .container {
            position: relative;
            width: 1400px;
            max-width: 1400px;
            margin: auto;
        }*/

        .header-navigation {
            font: 19px 'Nunito', sans-serif;
        }
    }

    .blurla {
        -webkit-filter: blur(5px);
        filter: blur(5px);
        transform: scale(1);
        transition: filter 200ms, -webkit-filter 200ms, box-shadow 200ms;
    }

    .form-group {
        margin-bottom: 0;
    }

    .green.btn
    .form-control::-moz-placeholder {
        color: #b3b3b3;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #b3b3b3;
    }

    .form-control::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    /* Form inputs */
    .form-control {
        font-size: 17px;
        font-weight: normal;
        color: #333;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: none;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        height: 40px;
    }

    .green.btn {
        color: #FFFFFF;
        background-color: #51b549;
        border-radius: 6px;
        max-width: 265px;
        font-size: 16.5px;
        padding: 6px 20px;
        height: 50px;
        font-family: 'Nunito', sans-serif;
        line-height: 40px;
    }

        .green.btn:hover, .green.btn:focus, .green.btn:active, .green.btn.active {
            color: #FFFFFF;
            background-color: #357730;
        }


    .products {
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product {
        -webkit-flex: 0 0 25%;
        -moz-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        padding: 10px;
        position: relative;
    }
        /*.product:hover {
        -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important;
        -moz-box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important;
        box-shadow: 1px 1px 7px rgba(0,0,0,.4) !important;
    }*/
        .product h3 {
            text-align: center;
            font-size: 19px;
            font-weight: 400;
            height: 50px;
            display: block;
            padding: 5px 0 0 0;
            margin: 5px 0 0 0;
        }

        .product a {
            display: inline-block;
            padding-bottom: 10px;
            text-align: center;
        }

    .product_resimdiv {
        /*height: 400px;*/
        border: 1px solid #DDDDDD;
        overflow: hidden;
        display: flex;
        flex-grow: 1;
        position: relative;
        height: 400px;
    }
        /*.product_aciklamadiv {
  
    display: flex;
    flex-grow: 2;
}*/
        .product_resimdiv img {
            margin: auto;
            max-height: 100%;
        }

    .slogan {
        margin: auto;
        color: white;
        font-size: 59px;
        text-align: center;
        font-family: 'Nunito', sans-serif;
    }

    .slogan2 {
        margin: 20px auto;
        color: white;
        font-size: 27px;
        text-align: center;
    }

    .slogan3 {
        display: inline-block;
        margin: auto;
        width: auto;
        border: 1px solid white;
        font-size: 17px;
        color: white;
        background-color: rgba(74,86,55,.5);
        padding: 10px 20px;
    }

    .bolgesiv {
        position: absolute;
        top: 249px;
        width: 100%;
        z-index: 5555;
        text-align: center;
    }

    .hizliincele {
        width: 100px;
        background-color: #777777;
        display: inline-block;
        float: none;
        margin: auto;
        margin-top: 10px;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
        font-size: 13px;
        letter-spacing: 2px;
    }

        .hizliincele:hover {
            background-color: green;
            text-decoration: none;
        }

    @media (max-width: 992px) {
        .product_resimdiv {
            /*height: 337px;*/
        }
    }

    @media (min-width: 993px) {
        .hizliincele {
            /*display:none;*/
        }

        .videodiv {
            max-height: 488px;
            overflow: hidden;
            object-fit: cover;
            position: relative;
            /*background-color:black*/
        }

            .videodiv video {
                margin-top: -100px;
                /*opacity:.9;*/
            }
    }

    @media (max-width: 768px) {
        .product_resimdiv {
            /*height: 240px;*/
        }
    }

    .filtreboxesPARENTPARENT {
        text-align: right;
        padding: 10px;
    }

    .sepetopdiv {
        width: 50%;
        float: left;
    }

    @media (min-width: 993px) {
        .product a {
            height: 100%;
            padding-bottom: 10px;
            text-align: center;
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
    }

    @media (max-width: 992px) {
        .gunbtnic3 {
            font-size: 11px;
            white-space: nowrap;
        }

        .priceleft {
            font-size: 20px;
        }

        .priceright {
            font-size: 10px;
        }

        .sepetopdiv {
            width: 100%;
            float: left;
        }

        .slogan {
            margin: auto;
            color: white;
            font-size: 29px;
            text-align: center;
            font-family: 'Nunito', sans-serif;
        }

        .slogan2 {
            margin: 10px auto;
            color: white;
            font-size: 15px;
            text-align: center;
        }

        .slogan3 {
            display: inline-block;
            margin: auto;
            width: auto;
            border: 1px solid white;
            font-size: 12px;
            color: white;
            background-color: rgba(74,86,55,.5);
            padding: 8px 15px;
        }

        .bolgesiv {
            display: none;
            position: absolute;
            top: 110px;
            width: 100%;
            z-index: 5555;
            text-align: center;
        }

        .ecommerce h1 {
            margin-top: 15px;
        }

        .filtreboxesPARENTPARENT {
            text-align: center;
        }

        .product a {
            border: 1px solid #eee;
            border-radius: 5px;
            padding-bottom: 0px;
            text-align: center;
            width: 100%;
        }

        .product {
            -webkit-flex: 0 0 100%;
            -moz-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        }

        .product_resimdiv {
            /*width: 40%;
            height: 220px;
            float: left;*/
            border: none;
            display: block;
            height: auto;
        }

        .product_aciklamadiv {
            padding-top: 10px;
            display: block;
            /*width: 60%;
            float: left;*/
        }
    }



    .filtreboxesPARENT {
        position: relative;
        width: auto;
        display: inline-block;
        padding: 6px 35px 0px 0px;
        border-radius: 5px;
        width: 124px;
    }

        .filtreboxesPARENT a {
            cursor: pointer;
            background-color: #F0F8F3;
            border-radius: 5px;
            width: 124px;
            text-align: left;
            padding: 8px 32px 8px 12px;
            display: inline-block;
        }

            .filtreboxesPARENT a i {
                font-size: 12px;
                position: absolute;
                right: 5px;
                top: 16px;
            }

                .filtreboxesPARENT a i:before {
                    content: '\f107';
                    font-family: FontAwesome;
                    color: #000;
                    float: right;
                    display: inline-block;
                    border-color: transparent;
                }

    .filtreboxes {
        position: absolute;
        /* top: 100%; */
        /* left: 0; */
        z-index: 1000;
        display: none;
        padding: 10px;
        min-width: 253px;
        margin: 2px 0 0;
        list-style: none;
        font-size: 16px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box;
    }

        .filtreboxes [type=radio] + label {
            line-height: 21px;
            padding-left: 24pxpx;
            font-size: 13px;
        }

        .filtreboxes [type=checkbox] + label {
            line-height: 21px;
            padding-left: 22px;
            font-size: 14px;
        }

            .filtreboxes [type=checkbox] + label:before {
                width: 24px;
                height: 24px;
                line-height: 24px;
                border: 1px solid #e2e7e9;
                position: absolute;
                left: 2px;
                content: '';
                border-radius: 4px;
                background-color: #fff;
                font-family: 'icomoon';
                color: #51b549;
                font-size: .75rem;
                text-align: center;
            }

        .filtreboxes [type=checkbox][disabled] + label:before {
            position: absolute;
            left: 2px;
            content: '';
            border-radius: 4px;
            background-color: #ccc;
            font-family: 'icomoon';
            color: #51b549;
            font-size: .75rem;
            text-align: center;
        }


        .filtreboxes [type=checkbox]:checked + label:before {
            content: '\f00c';
            font-family: FontAwesome;
            color: #fff;
            background-color: #51b549;
            border-color: transparent;
        }

        .filtreboxes [type=checkbox] + label:before {
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-width: 2px;
        }

    .aciklamaon {
        margin: 30px 0;
        text-align: center;
        float: left
    }

    .benzerler {
        max-width: 1500px;
        margin: auto;
    }



    .select2Buttons strong {
        display: block;
        clear: left;
        padding-top: 5px;
    }

    .select2Buttons ul {
        list-style-type: none;
        clear: left;
        margin: 5px;
        padding: 0;
    }

    .select2Buttons li, .select2Buttons a {
        float: left;
        min-width: 37px;
    }

    .select2Buttons li {
        margin: 0 5px 5px 0;
    }

        .select2Buttons li a,
        .select2Buttons .limited a,
        .select2Buttons .disabled {
            border: 1px solid #9dc4e3;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

        .select2Buttons li:last-child {
            margin-right: 0;
        }

    .select2Buttons a {
        color: #3c89c8;
        padding: 4px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
    }

    .select2Buttons .disabled span {
        padding: 4px;
        display: block;
        font-size: 15px;
        min-width: 37px;
    }

    .select2Buttons a:hover,
    .select2Buttons .picked {
        background: #3c89c8;
        border-color: #3c89c8;
        color: #FFF;
        text-decoration: none;
    }

    .select2Buttons .limited a,
    .select2Buttons .disabled {
        text-align: center;
    }

    .select2Buttons .disabled {
        border: 1px solid #d1d1d1;
        color: #999;
    }

        .select2Buttons .disabled .picked {
            background: #d1d1d1;
            border-color: #d1d1d1;
            color: #FFF;
        }

    #MainContent_Calendar1 {
        /*position: absolute;*/
        background-color: white;
        font-size: 24px;
        width: 100%;
        max-width: 470px;
    }

    .gunbtn {
        float: left;
        width: calc(25% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        background-color: #F0F8F3;
        border-radius: 4px;
        padding: 10px 5px;
        text-align: center;
        margin-bottom: 2px;
        min-height: 80px;
        cursor: pointer;
        font-size: 1.5rem;
        transition: all .075s;
        position: relative;
        background-position: center 10px;
        background-repeat: no-repeat;
    }

    /*.gunbtnic3 {
    color: #CA0000;
    font-weight: bold;
}*/

    .ozelguntbn {
        position: absolute;
        width: calc(100% - 10px);
        transform: translateY(-50%);
        top: calc(50% + 15px);
    }

    .gunbtn:hover {
        background-color: #d4d7d8;
        color: #000;
        transition: all .15s;
    }

    .gunbtnon, .gunbtnon:hover {
        background-color: #51b549;
        color: #fff;
        position: relative;
        transition: all .15s !important;
    }

    .gunbtnic {
        position: absolute;
        width: calc(100% - 10px);
        top: 50%;
        transform: translateY(-50%);
    }

    .gunbtnic1 {
        font-size: 12px;
        display: block;
        text-align: center;
    }

    .gunbtnic2 {
        font-size: 20px;
        display: block;
        text-align: center;
    }

    @media (max-width:768px) {
        .gunbtnic2 {
            font-size: 12px;
            display: block;
            text-align: center;
        }
    }

    .uruncatlist {
        max-width: 1500px;
        margin: auto;
        padding: 15px;
    }

    .uruncatlist-title {
        margin-bottom: 7px;
        font-size: 2.2rem;
    }

    .product__description {
        display: block;
        border-top: 1px solid #e2e7e9;
        border-bottom: 1px solid #e2e7e9;
        clear: both;
        padding: 30px 0;
        margin-bottom: 0px;
        margin-top: 30px;
    }

    /*.uruncatlist-text{
max-width:750px;
}*/

    .odemediv img {
        border: 1px solid #ddd;
        border-radius: 5px;
        display: inline-block;
        margin: 2px;
        max-width: 80px;
    }

    @media (max-device-width:992px) {
        .odemediv img {
            max-width: 80px;
        }
    }

    .odemediv p {
        font-size: 14px;
    }

    .uruncatlist-more {
        margin-bottom: 7px;
    }

    .uruncatlink, .uruncatlink:hover {
        display: inline-block;
        height: 30px;
        background-color: #e2e7e9;
        line-height: 30px;
        padding: 0 10px;
        border-radius: 15px;
        color: #707070;
        margin-right: 10px;
        margin-bottom: 20px;
    }

    .mahelleon, input.mahelleon, textarea.mahelleon {
        background-color: #51b549;
        color: #ffffff;
        position: relative;
    }

    #mahalleparent.mahelleon .mahallediv1 {
        background-color: #51b549;
        color: #ffffff;
        position: relative;
        background-image: url(../icons2020/place2.png);
        background-repeat: no-repeat;
        background-position-x: 7px;
        background-position-y: 9px;
        background-size: 20px;
    }

    .fiyatanadivmobil {
        margin-left: 10px;
        font-size: 18px;
        font-weight: 400;
        width: auto;
        display: inline-block;
    }

    .fiyatanadiv {
        margin-left: 10px;
        font-size: 18px;
        font-weight: 400;
        width: auto;
        display: inline-block;
    }

    .ucretsizteslimat {
        font-size: 14px;
        color: #51b549;
        font-family: 'Nunito',Arial,sans-serif;
        ;
    }

    .encok {
        padding-left: 10px;
        margin-top: 10px;
        font-size: 12px;
        position: absolute;
        top: 0;
    }

        .encok a {
            color: #777;
            font-weight: 600;
        }

        .encok span {
            color: #777;
            font-weight: 200;
        }

    @media (max-device-width: 992px) {
        .encok {
            margin-left: -40px;
            padding-left: 0;
            margin-top: 0;
            font-size: 13px;
            float: left;
        }
    }

    .footercicek {
        width: 50%;
        float: left;
    }

    @media (max-device-width: 992px) {
        .footercicek {
            width: 100%;
        }

        .encok {
            display: none;
        }

        .header {
            height: 55px;
            background-color: white;
        }

        #arama2 {
            display: none;
        }

        .smARA {
            padding-right: 5px;
            position: absolute;
            top: 11px;
            left: 5px;
            z-index: 6;
            /* right: -26px; */
        }

 
    }
#kelime2 {
    height: 47px;
    padding: 0px 20px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    max-width: 100%;
    width: 480px;
}
    .favoribtn {
        width: 28px;
    }

    .bloklist {
        max-width: 1290px;
        margin: auto;
        padding: 0 15px;
    }

    .catnavparent2 {
        margin: 10px 0 20px 0;
        display: none;
    }

        .catnavparent2 a {
            display: inline-block;
            padding: 0 10px;
            font-size: 14px;
            font-weight: bold;
        }

    .footera {
        border-top: 1px solid #ddd;
    }

    .ma5menu__logo2, .ma5menu__container img.ma5menu__logo2 {
        width: 122px;
        display: block;
        float: left;
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 0;
    }

    .mobillogo_sepet {
        width: 133px;
        max-width: 100%;
        margin-top: 18px;
    }

    .buradanbasla {
        float: left;
        width: 100px;
        position: absolute;
        top: -15px;
        left: 0;
    }

    .globalhead {
        border-bottom: 1px solid #EFEFEF;
        HEIGHT: auto;
        overflow-y: overlay;
    }

    .globalheadsub {
        padding: 5px 10px;
        max-width: 1290px;
        margin: auto;
        HEIGHT: auto;
        overflow-y: overlay;
    }

    .globalhead1 {
        float: left;
        width: 50%;
        text-align: left;
    }

    .globalhead2 {
        float: right;
        width: 50%;
        text-align: right;
    }

        .globalhead1 a, .globalhead2 a {
            font-size: 13px;
            color: #575757;
            margin: 0 10px;
        }

    .solnavhead {
        font-size: 22px;
        font-weight: 600;
        padding: 10px 0;
    }

    .solnavtitle {
        margin: 10px 0;
    }

        .solnavtitle a {
            display: block;
            font-size: 16px;
            padding: 10px 5px 10px 52px;
            background-size: 24px;
            background-repeat: no-repeat;
            background-position-x: 16px;
            background-position-y: 10px;
            border-radius: 20px;
        }
    /*.solnavtitle a:hover, .solnavtitle .active{
        background-color: #51b549;
        color: white;
    }*/
    .solnav_1 {
        background-image: url('../icons2020/hesabim/siparis_takibi.png');
    }

    .solnav_1active {
        background-image: url('../icons2020/hesabim/siparis_takibi_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_2 {
        background-image: url('../icons2020/hesabim/degerlendirme.png');
    }

    .solnav_2active {
        background-image: url('../icons2020/hesabim/degerlendirme_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_3 {
        background-image: url('../icons2020/hesabim/uyelik.png');
    }

    .solnav_3active {
        background-image: url('../icons2020/hesabim/uyelik_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_4 {
        background-image: url('../icons2020/hesabim/adreslerim.png');
    }

    .solnav_4active, .solnav_4active:hover {
        background-image: url('../icons2020/hesabim/adreslerim_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_5 {
        background-image: url('../icons2020/hesabim/hediye.png');
    }

    .solnav_5active {
        background-image: url('../icons2020/hesabim/hediye_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_6 {
        background-image: url('../icons2020/hesabim/iletisim_izin.png');
    }

    .solnav_6active {
        background-image: url('../icons2020/hesabim/iletisim_izin_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_7 {
        background-image: url('../icons2020/hesabim/cikis.png');
    }

    .solnav_7active {
        background-image: url('../icons2020/hesabim/cikis_2.png');
        background-color: #51b549;
        color: white;
    }

    .solnav_8 {
        background-image: url('../icons2020/hesabim/hatirlat.png');
    }

    .solnav_8active {
        background-image: url('../icons2020/hesabim/hatirlat_2.png');
        background-color: #51b549;
        color: white;
    }

    .hesap_adres_parent {
        width: 33%;
        padding: 10px;
        float: left;
        margin-bottom: 20px;
    }

    .hesap_adres {
        border: 1px solid #ECF1F3;
        border-radius: 5px 5px 0 0;
        height: auto;
        overflow-y: overlay;
        width: 100%;
    }

    .hesap_adres_title {
        background-image: url('../icons2020/hesabim/adres_user_icon.png');
        background-size: 25px;
        background-repeat: no-repeat;
        background-position-y: 7px;
        background-position-x: 10px;
        background-color: #51b549;
        border-radius: 5px 5px 0 0;
        height: 40px;
        color: white;
        padding: 10px 10px 10px 47px;
    }

    .hesap_adres_body {
        padding: 12px;
        height: 130px;
        overflow-y: auto;
    }

    .hesap_adres_footer {
        padding: 12px;
    }

    .hesabim_body {
        max-width: 1290px;
        margin: auto;
        margin-bottom: 40px;
    }

    .hesabim_title {
        padding: 15px 20px;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #ECF1F3;
        border-radius: 5px;
        margin: 10px 10px 30px 10px
    }

    .hesap_adres_sil {
        display: inline-block;
        color: gray;
        cursor: pointer;
    }

    .hesap_adres_sil_img {
        width: 24px;
        display: inline-block;
        vertical-align: bottom;
    }
.acResults4 {
    z-index: 15999;
    margin-top: 48px;
    width: calc(100% - 30px);
    max-height: 300px;
    max-width: 100%;
    margin-left: 1px;
    display: block;
    font-size: 16px;
    list-style-type: none;
    background: #FFF;
    border: 2px solid #DFE9E2;
    border-top: none;
    overflow-x: hidden;
}
    @media (max-device-width:992px) {
        .searchmobil {
            text-align: center;
        }

        #favoridiv {
            padding-top: 35px;
        }

        .hesap_adres_parent {
            width: 100%;
            padding: 10px;
            float: none;
        }

        .hesap_adres_body {
            height: 120px;
        }

        .globalhead {
            display: none;
        }

        #kkbutonu {
            text-align: center;
        }

        .acResults4 {
            width: calc(100% - 20px);
        }
    }

    @media (min-width:993px) and (max-width:1270px) {


        .header-navigation > ul > li > a,
        .ecommerce .header-navigation > ul > li > a {
            color: #575757;
            font-weight: 200;
            letter-spacing: 0px;
            display: block;
            padding: 21px 9px 21px;
            text-transform: uppercase;
        }
    }

    .ecommerce .header-navigation > ul > li > .dropdown-menu {
        margin-top: -1px;
        left: 50%;
        margin-left: -530px;
        max-width: 100%;
        padding: 20px;
        min-width: 1020px;
    }

    .ecommerce .header-navigation > ul > li > a {
        color: #575757;
        font-weight: 200;
        font-size: 15px;
        letter-spacing: 2px;
    }

    .header-navigation > ul > li > a {
        color: #fff;
        display: block;
        padding: 17px 12px 17px;
        text-transform: uppercase;
    }

    @media (min-width:481px) and (max-width:1216px) {
        .encok {
            padding-left: 11px;
            margin-top: 3px;
            font-size: 12px;
            max-width: 300px;
        }

        .header-navigation > ul > li > a,
        .ecommerce .header-navigation > ul > li > a {
            font-size: 13px;
        }

        .product_resimdiv {
            height: 330px;
        }
    }

    @media (min-width:480px) and (max-width:760px) {
        .product_resimdiv {
            height: 270px;
        }
    }

    .menu-search {
        float: left;
        margin-top: 5px;
    }





    @font-face {
        font-family: 'icomoon';
        src: url('icomoon/icomoon.eot');
        src: url('icomoon/icomoon1.eot') format('embedded-opentype'), url('icomoon/icomoon.woff2') format('woff2'), url('icomoon/icomoon.ttf') format('truetype'), url('icomoon/icomoon.woff') format('woff'), url('icomoon/icomoon.svg?1q2pvq#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

    [class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .icon-right-line:before {
        content: "\e914";
    }

    .icon-close-light:before {
        content: "\e913";
    }

    .icon-logout:before {
        content: "\e912";
    }

    .icon-down-arrow-light:before {
        content: "\e911";
    }

    .icon-magic-wand:before {
        content: "\e910";
    }

    .icon-pin-filled:before {
        content: "\e90b";
    }

    .icon-call-center:before {
        content: "\e90a";
    }

    .icon-cicek-blue-bg .path1:before {
        content: "\e908";
        color: rgb(4, 77, 195);
    }

    .icon-cicek-blue-bg .path2:before {
        content: "\e909";
        margin-left: -1em;
        color: rgb(255, 255, 255);
    }

    .icon-cicek:before {
        content: "\e905";
        color: #fff;
    }

    .icon-clap-new-2:before {
        content: "\e907";
        color: #fff;
    }

    .icon-lightning:before {
        content: "\e906";
        color: #fff;
    }

    .icon-wallet1:before {
        content: "\e900";
    }

    .icon-clap:before {
        content: "\e901";
    }

    .icon-percent:before {
        content: "\e902";
    }

    .icon-shop:before {
        content: "\e903";
    }

    .icon-tag:before {
        content: "\e904";
    }

    .icon-cargo-min_2:before {
        content: "\e99c";
    }

    .icon-user_2:before {
        content: "\e99b";
    }

    .icon-whatsapp_2:before {
        content: "\e953";
    }

    .icon-cart-2:before {
        content: "\e987";
    }

    .icon-favorite-border:before {
        content: "\e96c";
        color: #ef265c;
    }

    .icon-favorite:before {
        content: "\e96b";
        color: #ef265c;
    }

    .icon-down-arrow-border:before {
        content: "\e93b";
        color: #828282;
    }

    .icon-whatsapp:before {
        content: "\e969";
    }

    .icon-annelergunu:before {
        content: "\e968";
        color: #fff;
    }

    .icon-valentines-day:before {
        content: "\e960";
        color: #fff;
    }

    .icon-birthday:before {
        content: "\e967";
    }

    .icon-fathers-day:before {
        content: "\e958";
        color: #fff;
    }

    .icon-login:before {
        content: "\e950";
    }

    .icon-register:before {
        content: "\e951";
    }

    .icon-teachersday:before {
        content: "\e97d";
        color: #fff;
    }

    .icon-cargo-min:before {
        content: "\e935";
    }

    .icon-arrow_right:before {
        content: "\e925";
    }

    .icon-search-444:before {
        content: "\e92e";
    }

    .icon-arrow_left:before {
        content: "\e926";
    }

    .icon-medallion .path1:before {
        content: "\e921";
        color: rgb(60, 115, 179);
    }

    .icon-medallion .path2:before {
        content: "\e922";
        margin-left: -0.87109375em;
        color: rgb(73, 144, 226);
    }

    .icon-medallion .path3:before {
        content: "\e923";
        margin-left: -0.87109375em;
        color: rgb(239, 199, 94);
    }

    .icon-medallion .path4:before {
        content: "\e924";
        margin-left: -0.87109375em;
        color: rgb(215, 179, 84);
    }

    .icon-menu-bonnygift:before {
        content: "\e94c";
    }

    .icon-menu-flowers:before {
        content: "\e94d";
    }

    .icon-menu-bonnyfood:before {
        content: "\e94f";
    }

    .icon-market:before {
        content: "\e91a";
        color: #fff;
    }

    .icon-social-blog:before {
        content: "\e628";
    }

    .icon-social-facebook:before {
        content: "\e629";
    }

    .icon-social-instagram:before {
        content: "\e62a";
    }

    .icon-social-twitter:before {
        content: "\e62b";
    }

    .icon-social-youtube:before {
        content: "\e62c";
    }

    .icon-down-arrow:before {
        content: "\e600";
    }

    .icon-left-arrow:before {
        content: "\e62d";
    }

    .icon-right-arrow:before {
        content: "\e601";
    }

    .icon-up-arrow:before {
        content: "\e602";
    }

    .icon-check:before {
        content: "\e60a";
    }

    .icon-close:before {
        content: "\e60c";
    }

    .icon-close-line:before {
        content: "\e60d";
    }

    .icon-lock:before {
        content: "\e615";
    }

    .icon-pin:before {
        content: "\e61d";
    }

    .icon-search:before {
        content: "\e620";
    }

    .icon-smile:before {
        content: "\e621";
    }

    .icon-menu:before {
        content: "\e90e";
    }

    .icon-star-fill:before {
        content: "\e802";
    }


    .user-menu-container {
        float: right;
        height: 45px;
        position: relative;
        top: 10px;
        white-space: nowrap;
    }

    .user-menu {
        float: right;
    }

    .user-menu__items {
        margin: 0;
        padding: 0;
    }

    .user-menu__item {
        display: inline-block;
        text-align: center;
        position: relative;
        flex-grow: 2;
    }

    .user-menu__items {
        margin: 0;
        padding: 0;
    }

    .user-menu__link {
        display: block;
        padding: 12px 7px;
        position: relative;
        z-index: 8;
    }

    .shopping-cart {
        width: 45px;
        height: 45px;
        background: #51b549;
        color: #fff;
        text-align: center;
        border-radius: 23px;
    }

    .user-menu__cart-quantity {
        position: absolute;
        right: -9px;
        top: -9px;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        color: #fff;
        background-color: #e64e41;
        font-size: 13px;
        font-weight: 600 !important;
        line-height: 22px;
        text-align: center;
        font-family: "function_probook",sans-serif;
    }

    .shopping-cart .user-menu__icon:before {
        color: #fff;
    }

    .shopping-cart .user-menu__icon {
        font-size: 22px;
    }

   