/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Under Apache License v2.0 License
 */

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese'); */
@import url('./fonts.css');

.bootstrap-touchspi.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-left: -1px;
    position: relative
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    left: 5px;
    font-size: 9px;
    font-weight: 400
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url(../css/25a32416abee198dd821b0b17a198a8f.eot);
    src: url(../css/25a32416abee198dd821b0b17a198a8f.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../css/e6cf7c6ec7c2d6f670ae9d762604cb0b.woff2) format('woff2'), url(../css/c8ddf1e5e5bf3682bc7bebf30f394148.woff) format('woff'), url(../css/1dc35d25e61d819a9c357074014867ab.ttf) format('truetype'), url(../css/d7c639084f684d66a1bc66855d193ed8.svg#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
}
.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
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-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 {
    -ms-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: #FFFFFF
}
.fa-glass:before {
    content: "\F000"
}
.fa-music:before {
    content: "\F001"
}
.fa-search:before {
    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-github:before {
    content: "\F09B"
}
.fa-unlock:before {
    content: "\F09C"
}
.fa-credit-card:before {
    content: "\F09D"
}
.fa-feed:before, .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-pp: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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-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-intersex:before, .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-genderless:before {
    content: "\F22D"
}
.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"
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\F23B"
}
.fa-optin-monster:before {
    content: "\F23C"
}
.fa-opencart:before {
    content: "\F23D"
}
.fa-expeditedssl:before {
    content: "\F23E"
}
.fa-battery-4:before, .fa-battery-full:before {
    content: "\F240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\F241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\F242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\F243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\F244"
}
.fa-mouse-pointer:before {
    content: "\F245"
}
.fa-i-cursor:before {
    content: "\F246"
}
.fa-object-group:before {
    content: "\F247"
}
.fa-object-ungroup:before {
    content: "\F248"
}
.fa-sticky-note:before {
    content: "\F249"
}
.fa-sticky-note-o:before {
    content: "\F24A"
}
.fa-cc-jcb:before {
    content: "\F24B"
}
.fa-cc-diners-club:before {
    content: "\F24C"
}
.fa-clone:before {
    content: "\F24D"
}
.fa-balance-scale:before {
    content: "\F24E"
}
.fa-hourglass-o:before {
    content: "\F250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\F251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\F252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\F253"
}
.fa-hourglass:before {
    content: "\F254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\F255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\F256"
}
.fa-hand-scissors-o:before {
    content: "\F257"
}
.fa-hand-lizard-o:before {
    content: "\F258"
}
.fa-hand-spock-o:before {
    content: "\F259"
}
.fa-hand-pointer-o:before {
    content: "\F25A"
}
.fa-hand-peace-o:before {
    content: "\F25B"
}
.fa-trademark:before {
    content: "\F25C"
}
.fa-registered:before {
    content: "\F25D"
}
.fa-creative-commons:before {
    content: "\F25E"
}
.fa-gg:before {
    content: "\F260"
}
.fa-gg-circle:before {
    content: "\F261"
}
.fa-tripadvisor:before {
    content: "\F262"
}
.fa-odnoklassniki:before {
    content: "\F263"
}
.fa-odnoklassniki-square:before {
    content: "\F264"
}
.fa-get-pocket:before {
    content: "\F265"
}
.fa-wikipedia-w:before {
    content: "\F266"
}
.fa-safari:before {
    content: "\F267"
}
.fa-chrome:before {
    content: "\F268"
}
.fa-firefox:before {
    content: "\F269"
}
.fa-opera:before {
    content: "\F26A"
}
.fa-internet-explorer:before {
    content: "\F26B"
}
.fa-tv:before, .fa-television:before {
    content: "\F26C"
}
.fa-contao:before {
    content: "\F26D"
}
.fa-500px:before {
    content: "\F26E"
}
.fa-amazon:before {
    content: "\F270"
}
.fa-calendar-plus-o:before {
    content: "\F271"
}
.fa-calendar-minus-o:before {
    content: "\F272"
}
.fa-calendar-times-o:before {
    content: "\F273"
}
.fa-calendar-check-o:before {
    content: "\F274"
}
.fa-industry:before {
    content: "\F275"
}
.fa-map-pin:before {
    content: "\F276"
}
.fa-map-signs:before {
    content: "\F277"
}
.fa-map-o:before {
    content: "\F278"
}
.fa-map:before {
    content: "\F279"
}
.fa-commenting:before {
    content: "\F27A"
}
.fa-commenting-o:before {
    content: "\F27B"
}
.fa-houzz:before {
    content: "\F27C"
}
.fa-vimeo:before {
    content: "\F27D"
}
.fa-black-tie:before {
    content: "\F27E"
}
.fa-fonticons:before {
    content: "\F280"
}
.fa-reddit-alien:before {
    content: "\F281"
}
.fa-edge:before {
    content: "\F282"
}
.fa-credit-card-alt:before {
    content: "\F283"
}
.fa-codiepie:before {
    content: "\F284"
}
.fa-modx:before {
    content: "\F285"
}
.fa-fort-awesome:before {
    content: "\F286"
}
.fa-usb:before {
    content: "\F287"
}
.fa-product-hunt:before {
    content: "\F288"
}
.fa-mixcloud:before {
    content: "\F289"
}
.fa-scribd:before {
    content: "\F28A"
}
.fa-pause-circle:before {
    content: "\F28B"
}
.fa-pause-circle-o:before {
    content: "\F28C"
}
.fa-stop-circle:before {
    content: "\F28D"
}
.fa-stop-circle-o:before {
    content: "\F28E"
}
.fa-shopping-bag:before {
    content: "\F290"
}
.fa-shopping-basket:before {
    content: "\F291"
}
.fa-hashtag:before {
    content: "\F292"
}
.fa-bluetooth:before {
    content: "\F293"
}
.fa-bluetooth-b:before {
    content: "\F294"
}
.fa-percent:before {
    content: "\F295"
}
.fa-gitlab:before {
    content: "\F296"
}
.fa-wpbeginner:before {
    content: "\F297"
}
.fa-wpforms:before {
    content: "\F298"
}
.fa-envira:before {
    content: "\F299"
}
.fa-universal-access:before {
    content: "\F29A"
}
.fa-wheelchair-alt:before {
    content: "\F29B"
}
.fa-question-circle-o:before {
    content: "\F29C"
}
.fa-blind:before {
    content: "\F29D"
}
.fa-audio-description:before {
    content: "\F29E"
}
.fa-volume-control-phone:before {
    content: "\F2A0"
}
.fa-braille:before {
    content: "\F2A1"
}
.fa-assistive-listening-systems:before {
    content: "\F2A2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\F2A4"
}
.fa-glide:before {
    content: "\F2A5"
}
.fa-glide-g:before {
    content: "\F2A6"
}
.fa-signing:before, .fa-sign-language:before {
    content: "\F2A7"
}
.fa-low-vision:before {
    content: "\F2A8"
}
.fa-viadeo:before {
    content: "\F2A9"
}
.fa-viadeo-square:before {
    content: "\F2AA"
}
.fa-snapchat:before {
    content: "\F2AB"
}
.fa-snapchat-ghost:before {
    content: "\F2AC"
}
.fa-snapchat-square:before {
    content: "\F2AD"
}
.fa-pied-piper:before {
    content: "\F2AE"
}
.fa-first-order:before {
    content: "\F2B0"
}
.fa-yoast:before {
    content: "\F2B1"
}
.fa-themeisle:before {
    content: "\F2B2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\F2B3"
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\F2B4"
}
.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
}
@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-input-placeholder {
 color: inherit;
 opacity: 0.54;
}

::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}

@media print {
*, *::before, *::after, *::first-letter, p::first-line, div::first-line, blockquote::first-line, li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
abbr[title]::after {
    content: " (" attr(title) ")";
}
pre {
    white-space: pre-wrap !important;
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.navbar {
    display: none;
}
.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.tag {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table td, .table th {
    background-color: #FFFFFF !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
}
}
html {
    box-sizing: border-box;
}
*, *::before, *::after {
    box-sizing: inherit;
}
 @-ms-viewport {
 width: device-width;
}
html {
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #424242;
    background-color: #FFFFFF;
}
[tabindex="-1"]:focus {
    outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ebebeb;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
a {
    color: #7DBB00;
    text-decoration: none;
}
a:focus, a:hover {
    color: #b79700;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: none;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
[role="button"] {
    cursor: pointer;
}
a, area, button, [role="button"], input, label, select, summary, textarea {
    touch-action: manipulation;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #424242;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, textarea {
    line-height: inherit;
}
input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}
input[type="search"] {
    -webkit-appearance: none;
}
output {
    display: inline-block;
}
[hidden] {
    display: none !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
h1, .h1 {
    font-size: 1.375rem;
}
h2, .h2 {
    font-size: 1.25rem;
}
h3, .h3 {
    font-size: 1.125rem;
}
h4, .h4 {
    font-size: 1.125rem;
}
h5, .h5 {
    font-size: 1rem;
}
h6, .h6 {
    font-size: 0.9375rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 3.125rem;
    font-weight: 600;
}
.display-2 {
    font-size: 2.1875rem;
    font-weight: 400;
}
.display-3 {
    font-size: 1.5625rem;
    font-weight: 400;
}
.display-4 {
    font-size: 1.25rem;
    font-weight: 400;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
    font-size: 80%;
    font-weight: normal;
}
mark, .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 5px;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #f6f6f6;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #ebebeb;
}
.blockquote-footer::before {
    content: "\2014   \A0";
}
.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #f6f6f6;
    border-left: 0;
}
.blockquote-reverse .blockquote-footer::before {
    content: "";
}
.blockquote-reverse .blockquote-footer::after {
    content: "\A0   \2014";
}
dl.row > dd + dt {
    clear: left;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #ebebeb;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #FFFFFF;
    background-color: #333;
    border-radius: 0.2rem;
    box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #424242;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
.container {
    width: 576px;
    max-width: 100%;
}
}

@media (min-width: 639px) {
.container {
    width: 639px;
    max-width: 100%;
}
}

@media (min-width: 768px) {
.container {
    width: 768px;
    max-width: 100%;
}
}

@media (min-width: 980px) {
.container {
    width: 980px;
    max-width: 100%;
}
}

@media (min-width: 992px) {
.container {
    width: 992px;
    max-width: 100%;
}
}

@media (min-width: 1200px) {
.container {
    width: 1140px;
    max-width: 100%;
}
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 768px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 992px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}

@media (min-width: 1200px) {
.row {
    margin-right: -15px;
    margin-left: -15px;
}
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 768px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 992px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
}
}

@media (min-width: 1200px) {
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 5px;
    padding-left: 15px;
}
}
.col-xs-1 {
    float: left;
    width: 8.33333%;
}
.col-xs-2 {
    float: left;
    width: 16.66667%;
}
.col-xs-3 {
    float: left;
    width: 25%;
}
.col-xs-4 {
    float: left;
    width: 33.33333%;
}
.col-xs-5 {
    float: left;
    width: 41.66667%;
}
.col-xs-6 {
    float: left;
    width: 50%;
}
.col-xs-7 {
    float: left;
    width: 58.33333%;
}
.col-xs-8 {
    float: left;
    width: 66.66667%;
}
.col-xs-9 {
    float: left;
    width: 75%;
}
.col-xs-10 {
    float: left;
    width: 83.33333%;
}
.col-xs-11 {
    float: left;
    width: 91.66667%;
}
.col-xs-12 {
    float: left;
    width: 100%;
}
.pull-xs-0 {
    right: auto;
}
.pull-xs-1 {
    right: 8.33333%;
}
.pull-xs-2 {
    right: 16.66667%;
}
.pull-xs-3 {
    right: 25%;
}
.pull-xs-4 {
    right: 33.33333%;
}
.pull-xs-5 {
    right: 41.66667%;
}
.pull-xs-6 {
    right: 50%;
}
.pull-xs-7 {
    right: 58.33333%;
}
.pull-xs-8 {
    right: 66.66667%;
}
.pull-xs-9 {
    right: 75%;
}
.pull-xs-10 {
    right: 83.33333%;
}
.pull-xs-11 {
    right: 91.66667%;
}
.pull-xs-12 {
    right: 100%;
}
.push-xs-0 {
    left: auto;
}
.push-xs-1 {
    left: 8.33333%;
}
.push-xs-2 {
    left: 16.66667%;
}
.push-xs-3 {
    left: 25%;
}
.push-xs-4 {
    left: 33.33333%;
}
.push-xs-5 {
    left: 41.66667%;
}
.push-xs-6 {
    left: 50%;
}
.push-xs-7 {
    left: 58.33333%;
}
.push-xs-8 {
    left: 66.66667%;
}
.push-xs-9 {
    left: 75%;
}
.push-xs-10 {
    left: 83.33333%;
}
.push-xs-11 {
    left: 91.66667%;
}
.push-xs-12 {
    left: 100%;
}
.offset-xs-1 {
    margin-left: 8.33333%;
}
.offset-xs-2 {
    margin-left: 16.66667%;
}
.offset-xs-3 {
    margin-left: 25%;
}
.offset-xs-4 {
    margin-left: 33.33333%;
}
.offset-xs-5 {
    margin-left: 41.66667%;
}
.offset-xs-6 {
    margin-left: 50%;
}
.offset-xs-7 {
    margin-left: 58.33333%;
}
.offset-xs-8 {
    margin-left: 66.66667%;
}
.offset-xs-9 {
    margin-left: 75%;
}
.offset-xs-10 {
    margin-left: 83.33333%;
}
.offset-xs-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
.col-sm-1 {
    float: left;
    width: 8.33333%;
}
.col-sm-2 {
    float: left;
    width: 16.66667%;
}
.col-sm-3 {
    float: left;
    width: 25%;
}
.col-sm-4 {
    float: left;
    width: 33.33333%;
}
.col-sm-5 {
    float: left;
    width: 41.66667%;
}
.col-sm-6 {
    float: left;
    width: 50%;
}
.col-sm-7 {
    float: left;
    width: 58.33333%;
}
.col-sm-8 {
    float: left;
    width: 66.66667%;
}
.col-sm-9 {
    float: left;
    width: 75%;
}
.col-sm-10 {
    float: left;
    width: 83.33333%;
}
.col-sm-11 {
    float: left;
    width: 91.66667%;
}
.col-sm-12 {
    float: left;
    width: 100%;
}
.pull-sm-0 {
    right: auto;
}
.pull-sm-1 {
    right: 8.33333%;
}
.pull-sm-2 {
    right: 16.66667%;
}
.pull-sm-3 {
    right: 25%;
}
.pull-sm-4 {
    right: 33.33333%;
}
.pull-sm-5 {
    right: 41.66667%;
}
.pull-sm-6 {
    right: 50%;
}
.pull-sm-7 {
    right: 58.33333%;
}
.pull-sm-8 {
    right: 66.66667%;
}
.pull-sm-9 {
    right: 75%;
}
.pull-sm-10 {
    right: 83.33333%;
}
.pull-sm-11 {
    right: 91.66667%;
}
.pull-sm-12 {
    right: 100%;
}
.push-sm-0 {
    left: auto;
}
.push-sm-1 {
    left: 8.33333%;
}
.push-sm-2 {
    left: 16.66667%;
}
.push-sm-3 {
    left: 25%;
}
.push-sm-4 {
    left: 33.33333%;
}
.push-sm-5 {
    left: 41.66667%;
}
.push-sm-6 {
    left: 50%;
}
.push-sm-7 {
    left: 58.33333%;
}
.push-sm-8 {
    left: 66.66667%;
}
.push-sm-9 {
    left: 75%;
}
.push-sm-10 {
    left: 83.33333%;
}
.push-sm-11 {
    left: 91.66667%;
}
.push-sm-12 {
    left: 100%;
}
.offset-sm-0 {
    margin-left: 0%;
}
.offset-sm-1 {
    margin-left: 8.33333%;
}
.offset-sm-2 {
    margin-left: 16.66667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.33333%;
}
.offset-sm-5 {
    margin-left: 41.66667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.33333%;
}
.offset-sm-8 {
    margin-left: 66.66667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.33333%;
}
.offset-sm-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 768px) {
.col-md-1 {
    float: left;
    width: 8.33333%;
}
.col-md-2 {
    float: left;
    width: 16.66667%;
}
.col-md-3 {
    float: left;
    width: 25%;
}
.col-md-4 {
    float: left;
    width: 33.33333%;
}
.col-md-5 {
    float: left;
    width: 41.66667%;
}
.col-md-6 {
    float: left;
    width: 50%;
}
.col-md-7 {
    float: left;
    width: 58.33333%;
}
.col-md-8 {
    float: left;
    width: 66.66667%;
}
.col-md-9 {
    float: left;
    width: 75%;
}
.col-md-10 {
    float: left;
    width: 83.33333%;
}
.col-md-11 {
    float: left;
    width: 91.66667%;
}
.col-md-12 {
    float: left;
    width: 100%;
}
.pull-md-0 {
    right: auto;
}
.pull-md-1 {
    right: 8.33333%;
}
.pull-md-2 {
    right: 16.66667%;
}
.pull-md-3 {
    right: 25%;
}
.pull-md-4 {
    right: 33.33333%;
}
.pull-md-5 {
    right: 41.66667%;
}
.pull-md-6 {
    right: 50%;
}
.pull-md-7 {
    right: 58.33333%;
}
.pull-md-8 {
    right: 66.66667%;
}
.pull-md-9 {
    right: 75%;
}
.pull-md-10 {
    right: 83.33333%;
}
.pull-md-11 {
    right: 91.66667%;
}
.pull-md-12 {
    right: 100%;
}
.push-md-0 {
    left: auto;
}
.push-md-1 {
    left: 8.33333%;
}
.push-md-2 {
    left: 16.66667%;
}
.push-md-3 {
    left: 25%;
}
.push-md-4 {
    left: 33.33333%;
}
.push-md-5 {
    left: 41.66667%;
}
.push-md-6 {
    left: 50%;
}
.push-md-7 {
    left: 58.33333%;
}
.push-md-8 {
    left: 66.66667%;
}
.push-md-9 {
    left: 75%;
}
.push-md-10 {
    left: 83.33333%;
}
.push-md-11 {
    left: 91.66667%;
}
.push-md-12 {
    left: 100%;
}
.offset-md-0 {
    margin-left: 0%;
}
.offset-md-1 {
    margin-left: 8.33333%;
}
.offset-md-2 {
    margin-left: 16.66667%;
}
.offset-md-3 {
    margin-left: 25%;
}
.offset-md-4 {
    margin-left: 33.33333%;
}
.offset-md-5 {
    margin-left: 41.66667%;
}
.offset-md-6 {
    margin-left: 50%;
}
.offset-md-7 {
    margin-left: 58.33333%;
}
.offset-md-8 {
    margin-left: 66.66667%;
}
.offset-md-9 {
    margin-left: 75%;
}
.offset-md-10 {
    margin-left: 83.33333%;
}
.offset-md-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 992px) {
.col-lg-1 {
    float: left;
    width: 8.33333%;
}
.col-lg-2 {
    float: left;
    width: 16.66667%;
}
.col-lg-3 {
    float: left;
    width: 25%;
}
.col-lg-4 {
    float: right;
    width: 33.33333%;
}
.col-lg-5 {
    float: left;
    width: 41.66667%;
}
.col-lg-6 {
    float: left;
    width: 50%;
}
.col-lg-7 {
    float: left;
    width: 58.33333%;
}
.col-lg-8 {
    float: left;
    width: 66.66667%;
}
.col-lg-9 {
    float: left;
    width: 75%;
}
.col-lg-10 {
    float: left;
    width: 83.33333%;
}
.col-lg-11 {
    float: left;
    width: 91.66667%;
}
.col-lg-12 {
    float: left;
    width: 100%;
}
.pull-lg-0 {
    right: auto;
}
.pull-lg-1 {
    right: 8.33333%;
}
.pull-lg-2 {
    right: 16.66667%;
}
.pull-lg-3 {
    right: 25%;
}
.pull-lg-4 {
    right: 33.33333%;
}
.pull-lg-5 {
    right: 41.66667%;
}
.pull-lg-6 {
    right: 50%;
}
.pull-lg-7 {
    right: 58.33333%;
}
.pull-lg-8 {
    right: 66.66667%;
}
.pull-lg-9 {
    right: 75%;
}
.pull-lg-10 {
    right: 83.33333%;
}
.pull-lg-11 {
    right: 91.66667%;
}
.pull-lg-12 {
    right: 100%;
}
.push-lg-0 {
    left: auto;
}
.push-lg-1 {
    left: 8.33333%;
}
.push-lg-2 {
    left: 16.66667%;
}
.push-lg-3 {
    left: 25%;
}
.push-lg-4 {
    left: 33.33333%;
}
.push-lg-5 {
    left: 41.66667%;
}
.push-lg-6 {
    left: 50%;
}
.push-lg-7 {
    left: 58.33333%;
}
.push-lg-8 {
    left: 66.66667%;
}
.push-lg-9 {
    left: 75%;
}
.push-lg-10 {
    left: 83.33333%;
}
.push-lg-11 {
    left: 91.66667%;
}
.push-lg-12 {
    left: 100%;
}
.offset-lg-0 {
    margin-left: 0%;
}
.offset-lg-1 {
    margin-left: 8.33333%;
}
.offset-lg-2 {
    margin-left: 16.66667%;
}
.offset-lg-3 {
    margin-left: 25%;
}
.offset-lg-4 {
    margin-left: 33.33333%;
}
.offset-lg-5 {
    margin-left: 41.66667%;
}
.offset-lg-6 {
    margin-left: 50%;
}
.offset-lg-7 {
    margin-left: 58.33333%;
}
.offset-lg-8 {
    margin-left: 66.66667%;
}
.offset-lg-9 {
    margin-left: 75%;
}
.offset-lg-10 {
    margin-left: 83.33333%;
}
.offset-lg-11 {
    margin-left: 91.66667%;
}
}

@media (min-width: 1200px) {
.col-xl-1 {
    float: left;
    width: 8.33333%;
}
.col-xl-2 {
    float: left;
    width: 16.66667%;
}
.col-xl-3 {
    float: left;
    width: 25%;
}
.col-xl-4 {
    float: left;
    width: 33.33333%;
}
.col-xl-5 {
    float: left;
    width: 41.66667%;
}
.col-xl-6 {
    float: left;
    width: 50%;
}
.col-xl-7 {
    float: left;
    width: 58.33333%;
}
.col-xl-8 {
    float: left;
    width: 66.66667%;
}
.col-xl-9 {
    float: left;
    width: 75%;
}
.col-xl-10 {
    float: left;
    width: 83.33333%;
}
.col-xl-11 {
    float: left;
    width: 91.66667%;
}
.col-xl-12 {
    float: left;
    width: 100%;
}
.pull-xl-0 {
    right: auto;
}
.pull-xl-1 {
    right: 8.33333%;
}
.pull-xl-2 {
    right: 16.66667%;
}
.pull-xl-3 {
    right: 25%;
}
.pull-xl-4 {
    right: 33.33333%;
}
.pull-xl-5 {
    right: 41.66667%;
}
.pull-xl-6 {
    right: 50%;
}
.pull-xl-7 {
    right: 58.33333%;
}
.pull-xl-8 {
    right: 66.66667%;
}
.pull-xl-9 {
    right: 75%;
}
.pull-xl-10 {
    right: 83.33333%;
}
.pull-xl-11 {
    right: 91.66667%;
}
.pull-xl-12 {
    right: 100%;
}
.push-xl-0 {
    left: auto;
}
.push-xl-1 {
    left: 8.33333%;
}
.push-xl-2 {
    left: 16.66667%;
}
.push-xl-3 {
    left: 25%;
}
.push-xl-4 {
    left: 33.33333%;
}
.push-xl-5 {
    left: 41.66667%;
}
.push-xl-6 {
    left: 50%;
}
.push-xl-7 {
    left: 58.33333%;
}
.push-xl-8 {
    left: 66.66667%;
}
.push-xl-9 {
    left: 75%;
}
.push-xl-10 {
    left: 83.33333%;
}
.push-xl-11 {
    left: 91.66667%;
}
.push-xl-12 {
    left: 100%;
}
.offset-xl-0 {
    margin-left: 0%;
}
.offset-xl-1 {
    margin-left: 8.33333%;
}
.offset-xl-2 {
    margin-left: 16.66667%;
}
.offset-xl-3 {
    margin-left: 25%;
}
.offset-xl-4 {
    margin-left: 33.33333%;
}
.offset-xl-5 {
    margin-left: 41.66667%;
}
.offset-xl-6 {
    margin-left: 50%;
}
.offset-xl-7 {
    margin-left: 58.33333%;
}
.offset-xl-8 {
    margin-left: 66.66667%;
}
.offset-xl-9 {
    margin-left: 75%;
}
.offset-xl-10 {
    margin-left: 83.33333%;
}
.offset-xl-11 {
    margin-left: 91.66667%;
}
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f6f6f6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f6f6f6;
}
.table tbody + tbody {
    border-top: 2px solid #f6f6f6;
}
.table .table {
    background-color: #FFFFFF;
}
.table-sm th, .table-sm td {
    padding: 0.3rem;
}
.table-bordered {
    border: 1px solid #f6f6f6;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #E4E4E4;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-success, .table-success > th, .table-success > td {
    background-color: #dff0d8;
}
.table-hover .table-success:hover {
    background-color: #d0e9c6;
}
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #d0e9c6;
}
.table-info, .table-info > th, .table-info > td {
    background-color: #d9edf7;
}
.table-hover .table-info:hover {
    background-color: #c4e3f3;
}
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #c4e3f3;
}
.table-warning, .table-warning > th, .table-warning > td {
    background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
    background-color: #faf2cc;
}
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #faf2cc;
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #f2dede;
}
.table-hover .table-danger:hover {
    background-color: #ebcccc;
}
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ebcccc;
}
.thead-inverse th {
    color: #FFFFFF;
    background-color: #424242;
}
.thead-default th {
    color: #424242;
    background-color: #f6f6f6;
}
.table-inverse {
    color: #f6f6f6;
    background-color: #424242;
}
.table-inverse th, .table-inverse td, .table-inverse thead th {
    border-color: #424242;
}
.table-inverse.table-bordered {
    border: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    min-height: 0%;
    overflow-x: auto;
}
.table-reflow thead {
    float: left;
}
.table-reflow tbody {
    display: block;
    white-space: nowrap;
}
.table-reflow th, .table-reflow td {
    border-top: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}
.table-reflow th:last-child, .table-reflow td:last-child {
    border-right: 1px solid #f6f6f6;
}
.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
    border-bottom: 1px solid #f6f6f6;
}
.table-reflow tr {
    float: left;
}
.table-reflow tr th, .table-reflow tr td {
    display: block !important;
    border: 1px solid #f6f6f6;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #424242;
    background-color: #FFFFFF;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
 .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control:focus {
    color: #424242;
    background-color: #FFFFFF;
    border-color: #66afe9;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
 .form-control::placeholder {
 color: #999;
 opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1;
}
.form-control:disabled {
    cursor: not-allowed;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(4rem - 2px);
}
 select.form-control:focus::-ms-value {
 color: #424242;
 background-color: #FFFFFF;
}
.form-control-file, .form-control-range {
    display: block;
}
.col-form-label {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
}
.col-form-label-lg {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.9375rem;
}
.col-form-label-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.875rem;
}
.col-form-legend {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 0;
    font-size: 1rem;
}
.form-control-static {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 1.8125rem;
}
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: 2.75rem;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
}
.form-check + .form-check {
    margin-top: -.25rem;
}
.form-check.disabled .form-check-label {
    color: #424242;
    cursor: not-allowed;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    cursor: pointer;
}
.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}
.form-check-input:only-child {
    position: static;
}
.form-check-inline {
    position: relative;
    display: inline-block;
    padding-left: 1.25rem;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: pointer;
}
.form-check-inline + .form-check-inline {
    margin-left: .75rem;
}
.form-check-inline.disabled {
    color: #424242;
    cursor: not-allowed;
}
.form-control-feedback {
    margin-top: 0.25rem;
}
.form-control-success, .form-control-warning, .form-control-danger {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right 1rem;
    background-size: 2rem 2rem;
}
.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
    color: #4cbb6c;
}
.has-success .form-control {
    border-color: #4cbb6c;
}
.has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}
.has-success .input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5;
}
.has-success .form-control-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#4cbb6c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}
.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
    color: #ff9a52;
}
.has-warning .form-control {
    border-color: #ff9a52;
}
.has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}
.has-warning .input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: white;
}
.has-warning .form-control-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff9a52' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}
.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
    color: #ff4c4c;
}
.has-danger .form-control {
    border-color: #ff4c4c;
}
.has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}
.has-danger .input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: white;
}
.has-danger .form-control-danger {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff4c4c' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
.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;
    width: auto;
    vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
}
.form-inline .input-group > .form-control {
    width: 100%;
}
.form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-check-label {
    padding-left: 0;
}
.form-inline .form-check-input {
    position: relative;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
    top: 0;
}
}
.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn.focus {
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    background: #cccccc;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #424242;
    border-color: transparent;
}
.btn-primary:hover {
    color: #FFFFFF;
    background-color: #7DBB00;
    border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
    color: #FFFFFF;
    background-color: #424242;
    border-color: transparent;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #424242;
    border-color: transparent;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #424242;
    border-color: transparent;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #7DBB00;
    border-color: transparent;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #7DBB00;
    border-color: transparent;
}
.btn-secondary {
    color: #424242;
    background-color: #f6f6f6;
    border-color: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
    color: #424242;
    background-color: #dddddd;
    border-color: transparent;
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #424242;
    background-color: #dddddd;
    border-color: transparent;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #424242;
    background-color: #dddddd;
    border-color: transparent;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
    color: #424242;
    background-color: #cbcbcb;
    border-color: transparent;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #f6f6f6;
    border-color: transparent;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #f6f6f6;
    border-color: transparent;
}
.btn-info {
    color: #FFFFFF;
    background-color: #5bc0de;
    border-color: #5bc0de;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
    color: #FFFFFF;
    background-color: #31b0d5;
    border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
    color: #FFFFFF;
    background-color: #31b0d5;
    border-color: #2aabd2;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #269abc;
    border-color: #1f7e9a;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-success {
    color: #FFFFFF;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
    color: #FFFFFF;
    background-color: #3a9a56;
    border-color: #389252;
}
.btn-success:focus, .btn-success.focus {
    color: #FFFFFF;
    background-color: #3a9a56;
    border-color: #389252;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3a9a56;
    border-color: #389252;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #318047;
    border-color: #256237;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-warning {
    color: white;
    background-color: #FF9A52;
    border-color: #FF9A52;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615;
}
.btn-warning:focus, .btn-warning.focus {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: white;
    background-color: #ff7c1f;
    border-color: #ff7615;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: white;
    background-color: #fa6800;
    border-color: #d25700;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #FF9A52;
    border-color: #FF9A52;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #FF9A52;
    border-color: #FF9A52;
}
.btn-danger {
    color: #FFFFFF;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
    color: #FFFFFF;
    background-color: #ff1919;
    border-color: #ff0f0f;
}
.btn-danger:focus, .btn-danger.focus {
    color: #FFFFFF;
    background-color: #ff1919;
    border-color: #ff0f0f;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ff1919;
    border-color: #ff0f0f;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #f40000;
    border-color: #cc0000;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-outline-primary {
    color: #7DBB00;
    background-image: none;
    background-color: transparent;
    border-color: #7DBB00;
}
.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #FFFFFF;
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #ac8e00;
    border-color: #846c00;
}
.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #ffe56a;
}
.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #ffe56a;
}
.btn-outline-secondary {
    color: transparent;
    background-image: none;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
}
.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: rgba(51, 51, 51, 0);
}
.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: rgba(51, 51, 51, 0);
}
.btn-outline-info {
    color: #5bc0de;
    background-image: none;
    background-color: transparent;
    border-color: #5bc0de;
}
.btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
    color: #FFFFFF;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #269abc;
    border-color: #1f7e9a;
}
.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef;
}
.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef;
}
.btn-outline-success {
    color: #4cbb6c;
    background-image: none;
    background-color: transparent;
    border-color: #4cbb6c;
}
.btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
    color: #FFFFFF;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #318047;
    border-color: #256237;
}
.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #96d7a9;
}
.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #96d7a9;
}
.btn-outline-warning {
    color: #FF9A52;
    background-image: none;
    background-color: transparent;
    border-color: #FF9A52;
}
.btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #FF9A52;
    border-color: #FF9A52;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #FFFFFF;
    background-color: #FF9A52;
    border-color: #FF9A52;
}
.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #FF9A52;
    border-color: #FF9A52;
}
.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #fa6800;
    border-color: #d25700;
}
.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #ffd6b8;
}
.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #ffd6b8;
}
.btn-outline-danger {
    color: #ff4c4c;
    background-image: none;
    background-color: transparent;
    border-color: #ff4c4c;
}
.btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #FFFFFF;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #f40000;
    border-color: #cc0000;
}
.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #ffb2b2;
}
.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #ffb2b2;
}
.btn-link {
    font-weight: normal;
    color: #7DBB00;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover {
    border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
    color: #b79700;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #ebebeb;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #424242;
    text-align: left;
    list-style: none;
    background-color: whitesmoke;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-divider {
    height: 1px;
    margin: 0.5rem 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: normal;
    color: #424242;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #7a7a7a;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #7DBB00;
    outline: 0;
}
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #ebebeb;
}
.dropdown-item.disabled:focus, .dropdown-item.disabled: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: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #ebebeb;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 0.3em solid;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 0.125rem;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:hover, .btn-group-vertical > .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: -0.5rem;
}
.btn-toolbar::after {
    content: "";
    display: table;
    clear: both;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 0.5rem;
}
.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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn + .dropdown-toggle-split::after {
    margin-left: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 0.3em 0.3em 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 0.3em 0.3em;
}
.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::after {
    content: "";
    display: table;
    clear: both;
}
.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-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.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-right-radius: 0;
    border-top-left-radius: 0;
}
[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    width: 100%;
    display: table;
    border-collapse: separate;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
    z-index: 3;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control: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: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #424242;
    text-align: center;
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}
.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}
.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.form-control + .input-group-addon:not(:first-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:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
    z-index: 3;
}
.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px;
}
.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index: 3;
}
.custom-control {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    cursor: pointer;
}
.custom-control + .custom-control {
    margin-left: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-indicator {
    color: #FFFFFF;
    background-color: #0074d9;
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.2rem #0074d9;
}
.custom-control-input:active ~ .custom-control-indicator {
    color: #FFFFFF;
    background-color: #84c6ff;
    box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee;
}
.custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed;
}
.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-checkbox .custom-control-indicator {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
    background-color: #0074d9;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#FFFFFF' d='M0 2h4'/%3E%3C/svg%3E");
    box-shadow: none;
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#FFFFFF'/%3E%3C/svg%3E");
}
.custom-controls-stacked .custom-control {
    float: left;
    clear: left;
}
.custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0;
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(4rem - 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    padding-right: 0.75rem \9;
    color: #424242;
    vertical-align: middle;
    background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-image: none \9;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.custom-select:focus {
    border-color: #51a7e8;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
}
 .custom-select:focus::-ms-value {
 color: #424242;
 background-color: #FFFFFF;
}
.custom-select:disabled {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6;
}
 .custom-select::-ms-expand {
 opacity: 0;
}
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}
.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    cursor: pointer;
}
.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #FFFFFF, 0 0 0 0.2rem #0074d9;
}
.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    user-select: none;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}
.custom-file-control:lang(en)::after {
    content: "Choose file...";
}
.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0;
}
.custom-file-control:lang(en)::before {
    content: "Browse";
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: inline-block;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #ebebeb;
}
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: transparent;
}
.nav-inline .nav-item {
    display: inline-block;
}
.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
    margin-left: 1rem;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs::after {
    content: "";
    display: table;
    clear: both;
}
.nav-tabs .nav-item {
    float: left;
}
.nav-tabs .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
    color: #ebebeb;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
    color: #424242;
    background-color: #FFFFFF;
    border-color: #ddd #ddd transparent;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.nav-pills::after {
    content: "";
    display: table;
    clear: both;
}
.nav-pills .nav-item {
    float: left;
}
.nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem;
}
.nav-pills .nav-link {
    display: block;
    padding: 0.5em 1em;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
    color: #FFFFFF;
    cursor: default;
    background-color: #7DBB00;
}
.nav-stacked .nav-item {
    display: block;
    float: none;
}
.nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 576px) {
.navbar {
    border-radius: 0;
}
}
.navbar-full {
    z-index: 1000;
}

@media (min-width: 576px) {
.navbar-full {
    border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 576px) {
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}
.navbar-fixed-top {
    top: 0;
}
.navbar-fixed-bottom {
    bottom: 0;
}
.navbar-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
}

@media (min-width: 576px) {
.navbar-sticky-top {
    border-radius: 0;
}
}
.navbar-brand {
    float: left;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: 1rem;
    font-size: 0.9375rem;
    line-height: inherit;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-divider {
    float: left;
    width: 1px;
    padding-top: 0.425rem;
    padding-bottom: 0.425rem;
    margin-right: 1rem;
    margin-left: 1rem;
    overflow: hidden;
}
.navbar-divider::before {
    content: "\A0";
}
.navbar-text {
    display: inline-block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}
.navbar-toggler {
    width: 2.5em;
    height: 2em;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    background: transparent no-repeat center center;
    background-size: 24px 24px;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}
.navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
}

@media (min-width: 576px) {
.navbar-toggleable-xs {
    display: block;
}
}
.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}
.navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
}

@media (min-width: 768px) {
.navbar-toggleable-sm {
    display: block;
}
}
.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
.navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}
.navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
}

@media (min-width: 992px) {
.navbar-toggleable-md {
    display: block;
}
}
.navbar-toggleable-lg::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 1199px) {
.navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}
.navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
}

@media (min-width: 1200px) {
.navbar-toggleable-lg {
    display: block;
}
}
.navbar-toggleable-xl {
    display: block;
}
.navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both;
}
.navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0;
}
.navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-nav .nav-item {
    float: left;
}
.navbar-nav .nav-link {
    display: block;
    padding-top: .425rem;
    padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
    margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
}
.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-divider {
    background-color: rgba(0, 0, 0, 0.075);
}
.navbar-dark .navbar-brand, .navbar-dark .navbar-toggler {
    color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
    color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
    color: white;
}
.navbar-dark .navbar-toggler {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-divider {
    background-color: rgba(255, 255, 255, 0.075);
}
.navbar-toggleable-xs::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 575px) {
.navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
}

@media (min-width: 576px) {
.navbar-toggleable-xs {
    display: block !important;
}
}
.navbar-toggleable-sm::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 767px) {
.navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
}

@media (min-width: 768px) {
.navbar-toggleable-sm {
    display: block !important;
}
}
.navbar-toggleable-md::after {
    content: "";
    display: table;
    clear: both;
}

@media (max-width: 991px) {
.navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
}
}

@media (min-width: 992px) {
.navbar-toggleable-md {
    display: block !important;
}
}
.card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #FFFFFF;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.card-block {
    padding: 1.25rem;
}
.card-block::after {
    content: "";
    display: table;
    clear: both;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header::after {
    content: "";
    display: table;
    clear: both;
}
.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer::after {
    content: "";
    display: table;
    clear: both;
}
.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-primary {
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.card-primary .card-header, .card-primary .card-footer {
    background-color: transparent;
}
.card-success {
    background-color: #4cbb6c;
    border-color: #4cbb6c;
}
.card-success .card-header, .card-success .card-footer {
    background-color: transparent;
}
.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.card-info .card-header, .card-info .card-footer {
    background-color: transparent;
}
.card-warning {
    background-color: #ff9a52;
    border-color: #ff9a52;
}
.card-warning .card-header, .card-warning .card-footer {
    background-color: transparent;
}
.card-danger {
    background-color: #ff4c4c;
    border-color: #ff4c4c;
}
.card-danger .card-header, .card-danger .card-footer {
    background-color: transparent;
}
.card-outline-primary {
    background-color: transparent;
    border-color: #7DBB00;
}
.card-outline-secondary {
    background-color: transparent;
    border-color: transparent;
}
.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}
.card-outline-success {
    background-color: transparent;
    border-color: #4cbb6c;
}
.card-outline-warning {
    background-color: transparent;
    border-color: #FF9A52;
}
.card-outline-danger {
    background-color: transparent;
    border-color: #ff4c4c;
}
.card-inverse .card-header, .card-inverse .card-footer {
    border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #FFFFFF;
}
.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
    color: #FFFFFF;
}
.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}
.card-img {
    border-radius: calc(0 - 1px);
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img-top {
    border-top-right-radius: calc(0 - 1px);
    border-top-left-radius: calc(0 - 1px);
}
.card-img-bottom {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

@media (min-width: 576px) {
.card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
}
.card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
}
.card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
}
}

@media (min-width: 576px) {
.card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.card-group .card {
    display: table-cell;
    vertical-align: top;
}
.card-group .card + .card {
    margin-left: 0;
    border-left: 0;
}
.card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
}
.card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
}
}

@media (min-width: 576px) {
.card-columns {
    column-count: 3;
    column-gap: 1.25rem;
}
.card-columns .card {
    display: inline-block;
    width: 100%;
}
}
.breadcrumb {
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #f6f6f6;
    border-radius: 0;
}
.breadcrumb::after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb-item {
    float: left;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #ebebeb;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #ebebeb;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}
.page-item {
    display: inline;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #FFFFFF;
    cursor: default;
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #ebebeb;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #FFFFFF;
    border-color: #ddd;
}
.page-link {
    position: relative;
    float: left;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    color: #7DBB00;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}
.page-link:focus, .page-link:hover {
    color: #b79700;
    background-color: #f6f6f6;
    border-color: #ddd;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: 0.3rem;
    border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.275rem 0.75rem;
    font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}
.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}
.tag:empty {
    display: none;
}
.btn .tag {
    position: relative;
    top: -1px;
}
a.tag:focus, a.tag:hover {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.tag-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.tag-default {
    background-color: #ebebeb;
}
.tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #d2d2d2;
}
.tag-primary {
    background-color: #7DBB00;
}
.tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #d0ac00;
}
.tag-success {
    background-color: #4cbb6c;
}
.tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #3a9a56;
}
.tag-info {
    background-color: #5bc0de;
}
.tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5;
}
.tag-warning {
    background-color: #ff9a52;
}
.tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ff7c1f;
}
.tag-danger {
    background-color: #ff4c4c;
}
.tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #ff1919;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #f6f6f6;
    border-radius: 0.3rem;
}

@media (min-width: 576px) {
.jumbotron {
    padding: 4rem 2rem;
}
}
.jumbotron-hr {
    border-top-color: #dddddd;
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: bold;
}
.alert-dismissible {
    padding-right: 2.5rem;
}
.alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit;
}
.alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #1D1D1D;
}
.alert-success hr {
    border-top-color: transparent;
}
.alert-success .alert-link {
    color: #48d9cf;
}
.alert-info {
    background-color: transparent;
    border-color: transparent;
    color: #208eca;
}
.alert-info hr {
    border-top-color: transparent;
}
.alert-info .alert-link {
    color: #196f9e;
}
.alert-warning {
    background-color: transparent;
    border-color: transparent;
    color: #f94950;
}
.alert-warning hr {
    border-top-color: transparent;
}
.alert-warning .alert-link {
    color: #f71821;
}
.alert-danger {
    background-color: transparent;
    border-color: transparent;
    color: #f71821;
}
.alert-danger hr {
    border-top-color: transparent;
}
.alert-danger .alert-link {
    color: #d5070f;
}
 @keyframes progress-bar-stripes {
 from {
 background-position: 1rem 0;
}
 to {
 background-position: 0 0;
}
}
.progress {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 1rem;
}
.progress[value] {
    background-color: #eee;
    border: 0;
    appearance: none;
    border-radius: 0;
}
 .progress[value]::-ms-fill {
 background-color: #0074d9;
 border: 0;
}
 .progress[value]::-moz-progress-bar {
 background-color: #0074d9;
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
 .progress[value]::-webkit-progress-value {
 background-color: #0074d9;
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
 .progress[value="100"]::-moz-progress-bar {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
 .progress[value="100"]::-webkit-progress-value {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
 .progress[value]::-webkit-progress-bar {
 background-color: #eee;
 border-radius: 0;
 box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
 base::-moz-progress-bar, .progress[value] {
 background-color: #eee;
 border-radius: 0;
 box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
 @media screen and (min-width: 0\0) {
 .progress {
 background-color: #eee;
 border-radius: 0;
 box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
 .progress-bar {
 display: inline-block;
 height: 1rem;
 text-indent: -999rem;
 background-color: #0074d9;
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
 .progress[width="100%"] {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
}
 .progress-striped[value]::-webkit-progress-value {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
 .progress-striped[value]::-moz-progress-bar {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
 .progress-striped[value]::-ms-fill {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
 @media screen and (min-width: 0\0) {
 .progress-bar-striped {
 background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
 background-size: 1rem 1rem;
}
}
 .progress-animated[value]::-webkit-progress-value {
 animation: progress-bar-stripes 2s linear infinite;
}
 .progress-animated[value]::-moz-progress-bar {
 animation: progress-bar-stripes 2s linear infinite;
}
 @media screen and (min-width: 0\0) {
 .progress-animated .progress-bar-striped {
 animation: progress-bar-stripes 2s linear infinite;
}
}
 .progress-success[value]::-webkit-progress-value {
 background-color: #4cbb6c;
}
 .progress-success[value]::-moz-progress-bar {
 background-color: #4cbb6c;
}
 .progress-success[value]::-ms-fill {
 background-color: #4cbb6c;
}
 @media screen and (min-width: 0\0) {
 .progress-success .progress-bar {
 background-color: #4cbb6c;
}
}
 .progress-info[value]::-webkit-progress-value {
 background-color: #5bc0de;
}
 .progress-info[value]::-moz-progress-bar {
 background-color: #5bc0de;
}
 .progress-info[value]::-ms-fill {
 background-color: #5bc0de;
}
 @media screen and (min-width: 0\0) {
 .progress-info .progress-bar {
 background-color: #5bc0de;
}
}
 .progress-warning[value]::-webkit-progress-value {
 background-color: #ff9a52;
}
 .progress-warning[value]::-moz-progress-bar {
 background-color: #ff9a52;
}
 .progress-warning[value]::-ms-fill {
 background-color: #ff9a52;
}
 @media screen and (min-width: 0\0) {
 .progress-warning .progress-bar {
 background-color: #ff9a52;
}
}
 .progress-danger[value]::-webkit-progress-value {
 background-color: #ff4c4c;
}
 .progress-danger[value]::-moz-progress-bar {
 background-color: #ff4c4c;
}
 .progress-danger[value]::-ms-fill {
 background-color: #ff4c4c;
}
 @media screen and (min-width: 0\0) {
 .progress-danger .progress-bar {
 background-color: #ff4c4c;
}
}
.media, .media-body {
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right {
    padding-left: 10px;
}
.media-left {
    padding-right: 10px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #ebebeb;
    cursor: not-allowed;
    background-color: #f6f6f6;
}
.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: #ebebeb;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #7DBB00;
    border-color: #7DBB00;
}
.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: #fff7d0;
}
.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-item-action {
    width: 100%;
    color: #555;
    text-align: inherit;
}
.list-group-item-action .list-group-item-heading {
    color: #333;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.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, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #FFFFFF;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.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, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #FFFFFF;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #FFFFFF;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #FFFFFF;
    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;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.embed-responsive-1by1 {
    padding-bottom: 100%;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFFFFF;
    opacity: .2;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    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: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
    content: "";
    display: table;
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
    content: "";
    display: table;
    clear: both;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 600px;
    margin: 30px auto;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    max-width: 300px;
}
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 900px;
}
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #ff4c4c;
}
.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
    top: 50%;
    left: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #ff4c4c;
}
.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
    top: 0;
    left: 50%;
    margin-left: -5px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #ff4c4c;
}
.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
    top: 50%;
    right: 0;
    margin-top: -5px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #ff4c4c;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #FFFFFF;
    text-align: center;
    background-color: #ff4c4c;
    border-radius: 0;
}
.tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    padding: 1px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px;
}
.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
    left: 50%;
    border-bottom-width: 0;
}
.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
    bottom: -11px;
    margin-left: -11px;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
    bottom: -10px;
    margin-left: -10px;
    border-top-color: #FFFFFF;
}
.popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px;
}
.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
    top: 50%;
    border-left-width: 0;
}
.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
    left: -11px;
    margin-top: -11px;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
    left: -10px;
    margin-top: -10px;
    border-right-color: #FFFFFF;
}
.popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px;
}
.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
    left: 50%;
    border-top-width: 0;
}
.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
    top: -11px;
    margin-left: -11px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
    top: -10px;
    margin-left: -10px;
    border-bottom-color: #f7f7f7;
}
.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px;
}
.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
    top: 50%;
    border-right-width: 0;
}
.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
    right: -11px;
    margin-top: -11px;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
    right: -10px;
    margin-top: -10px;
    border-left-color: #FFFFFF;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0.2375rem 0.2375rem 0 0;
}
.popover-title:empty {
    display: none;
}
.popover-content {
    padding: 9px 14px;
}
.popover::before, .popover::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover::before {
    content: "";
    border-width: 11px;
}
.popover::after {
    content: "";
    border-width: 10px;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-faded {
    background-color: #f7f7f9;
}
.bg-primary {
    background-color: #7DBB00!important;
}
a.bg-primary:focus, a.bg-primary:hover {
    background-color: #d0ac00 !important;
}
.bg-success {
    background-color: #4cbb6c !important;
}
a.bg-success:focus, a.bg-success:hover {
    background-color: #3a9a56 !important;
}
.bg-info {
    background-color: #5bc0de !important;
}
a.bg-info:focus, a.bg-info:hover {
    background-color: #31b0d5 !important;
}
.bg-warning {
    background-color: #ff9a52 !important;
}
a.bg-warning:focus, a.bg-warning:hover {
    background-color: #ff7c1f !important;
}
.bg-danger {
    background-color: #ff4c4c !important;
}
a.bg-danger:focus, a.bg-danger:hover {
    background-color: #ff1919 !important;
}
.bg-inverse {
    background-color: #424242 !important;
}
a.bg-inverse:focus, a.bg-inverse:hover {
    background-color: #6e6e6e !important;
}
.rounded {
    border-radius: 0;
}
.rounded-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.rounded-right {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.rounded-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.rounded-left {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.rounded-circle {
    border-radius: 50%;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.float-xs-left {
    float: left !important;
}
.float-xs-right {
    float: right !important;
}
.float-xs-none {
    float: none !important;
}

@media (min-width: 576px) {
.float-sm-left {
    float: left !important;
}
.float-sm-right {
    float: right !important;
}
.float-sm-none {
    float: none !important;
}
}

@media (min-width: 768px) {
.float-md-left {
    float: left !important;
}
.float-md-right {
    float: right !important;
}
.float-md-none {
    float: none !important;
}
}

@media (min-width: 992px) {
.float-lg-left {
    float: left !important;
}
.float-lg-right {
    float: right !important;
}
.float-lg-none {
    float: none !important;
}
}

@media (min-width: 1200px) {
.float-xl-left {
    float: left !important;
}
.float-xl-right {
    float: right !important;
}
.float-xl-none {
    float: none !important;
}
}
.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;
}
.w-100 {
    width: 100% !important;
}
.h-100 {
    height: 100% !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.m-0 {
    margin: 0 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.m-1 {
    margin: 1rem 1rem !important;
}
.mt-1 {
    margin-top: 1rem !important;
}
.mr-1 {
    margin-right: 1rem !important;
}
.mb-1 {
    margin-bottom: 1rem !important;
}
.ml-1 {
    margin-left: 1rem !important;
}
.mx-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.my-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.m-2 {
    margin: 1.5rem 1.5rem !important;
}
.mt-2 {
    margin-top: 1.5rem !important;
}
.mr-2 {
    margin-right: 1.5rem !important;
}
.mb-2 {
    margin-bottom: 1.5rem !important;
}
.ml-2 {
    margin-left: 1.5rem !important;
}
.mx-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.my-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.m-3 {
    margin: 3rem 3rem !important;
}
.mt-3 {
    margin-top: 3rem !important;
}
.mr-3 {
    margin-right: 3rem !important;
}
.mb-3 {
    margin-bottom: 3rem !important;
}
.ml-3 {
    margin-left: 3rem !important;
}
.mx-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.my-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.p-0 {
    padding: 0 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.p-1 {
    padding: 1rem 1rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pr-1 {
    padding-right: 1rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.pl-1 {
    padding-left: 1rem !important;
}
.px-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.py-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.p-2 {
    padding: 1.5rem 1.5rem !important;
}
.pt-2 {
    padding-top: 1.5rem !important;
}
.pr-2 {
    padding-right: 1.5rem !important;
}
.pb-2 {
    padding-bottom: 1.5rem !important;
}
.pl-2 {
    padding-left: 1.5rem !important;
}
.px-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.py-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.p-3 {
    padding: 3rem 3rem !important;
}
.pt-3 {
    padding-top: 3rem !important;
}
.pr-3 {
    padding-right: 3rem !important;
}
.pb-3 {
    padding-bottom: 3rem !important;
}
.pl-3 {
    padding-left: 3rem !important;
}
.px-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pos-f-t {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-xs-left {
    text-align: left !important;
}
.text-xs-right {
    text-align: right !important;
}
.text-xs-center {
    text-align: center !important;
}

@media (min-width: 576px) {
.text-sm-left {
    text-align: left !important;
}
.text-sm-right {
    text-align: right !important;
}
.text-sm-center {
    text-align: center !important;
}
}

@media (min-width: 768px) {
.text-md-left {
    text-align: left !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-center {
    text-align: center !important;
}
}

@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important;
}
.text-lg-right {
    text-align: right !important;
}
.text-lg-center {
    text-align: center !important;
}
}

@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important;
}
.text-xl-right {
    text-align: right !important;
}
.text-xl-center {
    text-align: center !important;
}
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-normal {
    font-weight: normal;
}
.font-weight-bold {
    font-weight: bold;
}
.font-italic {
    font-style: italic;
}
.text-white {
    color: #FFFFFF !important;
}
.text-muted {
    color: #424242 !important;
}
a.text-muted:focus, a.text-muted:hover {
    color: #93918c !important;
}
.text-primary {
    color: #7DBB00!important;
}
a.text-primary:focus, a.text-primary:hover {
    color: #d0ac00 !important;
}
.text-success {
    color: #4cbb6c !important;
}
a.text-success:focus, a.text-success:hover {
    color: #3a9a56 !important;
}
.text-info {
    color: #5bc0de !important;
}
a.text-info:focus, a.text-info:hover {
    color: #31b0d5 !important;
}
.text-warning {
    color: #ff9a52 !important;
}
a.text-warning:focus, a.text-warning:hover {
    color: #ff7c1f !important;
}
.text-danger {
    color: #ff4c4c !important;
}
a.text-danger:focus, a.text-danger:hover {
    color: #ff1919 !important;
}
.text-gray-dark {
    color: #424242 !important;
}
a.text-gray-dark:focus, a.text-gray-dark:hover {
    color: #6e6e6e !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.invisible {
    visibility: hidden !important;
}
.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
.hidden-xs-down {
    display: none !important;
}
}

@media (min-width: 576px) {
.hidden-sm-up {
    display: none !important;
}
}

@media (max-width: 767px) {
.hidden-sm-down {
    display: none !important;
}
}

@media (min-width: 768px) {
.hidden-md-up {
    display: none !important;
}
}

@media (max-width: 991px) {
.hidden-md-down {
    display: none !important;
}
}

@media (min-width: 992px) {
.hidden-lg-up {
    display: none !important;
}
}

@media (max-width: 1199px) {
.hidden-lg-down {
    display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-xl-up {
    display: none !important;
}
}
.hidden-xl-down {
    display: none !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;
}
}
/**
 * Title: Arrows Flaticon Pack
 * Author: Icons8
 * Source: http://www.flaticon.com/packs/arrows
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
    font-family: "arrows";
    src: url(../css/6698ea39c015f53e4ba5d1a269ab2f98.eot);
    src: url(../css/6698ea39c015f53e4ba5d1a269ab2f98.eot#iefix) format("embedded-opentype"), url(../css/c2ba2ec699f52b0cec3ffe42b0816567.woff) format("woff"), url(../css/669b8941e2bdef51b55941fad8622c6f.ttf) format("truetype"), url(../css/ce6e966aa8d6d6dad822e48ea963d1ff.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}
.arrows-ico, [class^="arrows-"]:before, [class*=" arrows-"]:before, [class^="arrows-"]:after, [class*=" arrows-"]:after {
    font-family: "arrows";
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
}
.arrows-collapse3:before {
    content: "\E000";
}
.arrows-down44:before {
    content: "\E001";
}
.arrows-down45:before {
    content: "\E002";
}
.arrows-expand22:before {
    content: "\E003";
}
.arrows-left126:before {
    content: "\E004";
}
.arrows-left127:before {
    content: "\E005";
}
.arrows-left128:before {
    content: "\E006";
}
.arrows-left129:before {
    content: "\E007";
}
.arrows-next15:before {
    content: "\E008";
}
.arrows-previous11:before {
    content: "\E009";
}
.arrows-right103:before {
    content: "\E00A";
}
.arrows-right104:before {
    content: "\E00B";
}
.arrows-right105:before {
    content: "\E00C";
}
.arrows-right106:before {
    content: "\E00D";
}
.arrows-right107:before {
    content: "\E00E";
}
.arrows-thin35:before {
    content: "\E00F";
}
.arrows-thin36:before {
    content: "\E010";
}
.arrows-up76:before {
    content: "\E011";
}
.arrows-up77:before {
    content: "\E012";
}
.arrows-up78:before {
    content: "\E013";
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../css/e79bfd88537def476913f3ed52f4f4b3.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../css/570eb83859dc23dd0eec423a49e147fe.woff2) format("woff2"), url(../css/012cf6a10129e2275d79d6adac7f3b02.woff) format("woff"), url(../css/a37b0c01c0baf1888ca812cc0508f6e2.ttf) format("truetype");
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}
.lang-rtl * {
    direction: rtl !important;
}
.lang-rtl main {
    text-align: right !important;
}
body, html {
    height: 100%;
}
body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #424242;
    background: #FFFFFF;
    min-height: 500px;
}
body > main {
    overflow: hidden;
}
ul {
    list-style: none;
    padding-left: 0;
}
a:hover {
    color: #7DBB00;
   /* color: #009681;*/
    text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    display: inline-block;
    border: solid 1px #bfbfbf;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-size: contain;
    border-radius: 50%;
}
.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active, .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 1px solid #424242;
}
.custom-checkbox input[type="checkbox"] + span.color {
    width: 0.9375rem;
    height: 0.9375rem;
}
.color {
    width: 1.6rem;
    height: 1.6rem;
}
.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
    border: 1px solid #000000;
}
.h1, .h2, .h3 {
    text-transform: uppercase;
    color: #424242;
}
.h4 {
    font-weight: 400;
    color: #424242;
}
/***********************************************************
	Dreamtheme.eu CSS Buttons
************************************************************/
button, .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
button:hover, button:active, button:active:focus, button:focus, .btn:hover, .btn:active, .btn:active:focus, .btn:focus {
    box-shadow: none;
    outline: none;
    outline-offset: 0;
    text-decoration: none;
}
.btn.disabled, .btn:disabled {
    pointer-events: none;
}
.btn.icon-left, .btn.icon-right {
    position: relative;
}
.btn.icon-left i, .btn.icon-right i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.btn.icon-left {
    padding-left: 30px;
}
.btn.icon-left i {
    left: 7px;
}
.btn.icon-right {
    padding-right: 30px;
}
.btn.icon-right i {
    right: 7px;
}
.btn-default, .bootstrap-touchspin .btn-touchspin {
    color: #FFFFFF;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    line-height: 1.4rem;
    background: #7DBB00;
}
.btn-default:hover, .bootstrap-touchspin .btn-touchspin:hover {
    background: #424242;
    color: #FFFFFF;
}
.btn-default:active, .bootstrap-touchspin .btn-touchspin:active, .btn-default:focus, .bootstrap-touchspin .btn-touchspin:focus {
    color: #FFFFFF;
    background: #424242;
}
.btn-primary, .btn-secondary {
    text-transform: none;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0;
}
.btn-primary .material-icons, .btn-secondary .material-icons {
    margin-right: 0.625rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
}
.btn-md {
    padding: 0.9375rem 1.25rem;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.8rem 2.5rem;
}
.link-default:hover {
    color: #7DBB00;
    text-decoration: underline;
}
button.close {
    width: 2.0625rem;
    height: 2.0625rem;
    text-align: center;
    border-radius: 50%;
    background: #7DBB00;
    color: #FFFFFF;
    opacity: 1;
    text-shadow: none;
}
button.close .close-icon i {
    font-size: 1.25rem;
    line-height: 2.0625rem;
    height: auto;
}
button.close:hover, button.close:focus, button.close:active {
    background: #424242;
    opacity: 1;
    color: #FFFFFF;
}
/***********************************************************
	Dreamtheme.eu CSS Buttons end
************************************************************/
.modal-body {
    position: relative;
}
.modal-body button.close {
    position: absolute;
    left: 100%;
    margin-left: -25px;
    top: -11px;
    z-index: 10;
}
label, .label {
    color: #424242;
    text-align: left;
    font-size: 1.125rem;
}
small.label, small.value {
    font-size: 0.8125rem;
}
.form-control-label {
    padding-top: 0.625rem;
}
.form-control {
    background: #ebebeb;
    color: #424242;
    border: none;
    padding: 0.5rem 1rem;
    transition: all 0.05s ease-in-out;
}
.form-control:focus {
    background-color: white;
    outline: none;
    box-shadow: inset 0px 0px 0px 2px #7DBB00;
}
.input-group.focus {
    outline: none;
}
.input-group .input-group-btn > .btn {
    border: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: normal;
    margin-left: 0;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    border-radius: 0;
}
.input-group-btn:focus {
    outline: none;
}
.form-control-select {
    height: 2.625rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
    padding-right: 2rem;
}
.form-control-valign {
    padding-top: 0.5rem;
}
.form-control-comment {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    color: #424242;
}
.form-control-submit.disabled {
    background: #5bc0de;
    color: white;
}
.form-group.has-error input, .form-group.has-error select {
    outline: 0.1875rem solid #ff4c4c;
}
.form-group.has-error .help-block {
    color: #ff4c4c;
}
.group-span-filestyle label {
    margin: 0;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
   /* background: #7DBB00;*/
    background: #009681;
    color: white;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}
.bootstrap-touchspin input:focus {
    outline: none;
}
.bootstrap-touchspin .btn-touchspin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 2.0625rem;
}
.bootstrap-touchspin .btn-touchspin:hover {
    background-color: #ebebeb;
}
.bootstrap-touchspin .input-group-btn-vertical {
    color: #424242;
}
.bootstrap-touchspin .input-group-btn-vertical > button.btn {
    position: relative;
    max-width: inherit;
    width: 30px;
    color: #000000;
    padding: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E315";
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E314";
}
.bootstrap-touchspin .input-group-btn-vertical i {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.25rem;
}
.custom-radio {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    border: #424242 2px solid;
    background: white;
    margin-right: 1.25rem;
}
.custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer;
}
.custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #7DBB00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0.125rem;
    top: 0.125rem;
}
.custom-checkbox {
    position: relative;
    display: block;
}
.custom-checkbox input[type="checkbox"] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
.custom-checkbox input[type="checkbox"] + span {
    position: absolute;
    top: 2px;
    left: 0;
    margin-right: 3px;
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: solid 1px #bfbfbf;
    z-index: 0;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    display: none;
    margin: -0.25rem -0.125rem;
    font-size: 1.1rem;
    color: #424242;
}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
    display: block;
}
.custom-checkbox label {
    text-align: left;
    display: inline-block;
    padding-left: 20px;
}
select.form-control:not([size]):not([multiple]) {
    height: 2.4rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/*
select option {
    font-size: 2.8125rem;
}
*/
 select::-ms-expand {
 display: none;
}
.select-custom {
    position: relative;
    display: inline-block;
}
.select-custom .select-custom-arrow:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
    pointer-events: none;
    font-family: "Material Icons";
    content: "\E5C5";
    display: inline-block;
    font-weight: normal;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}
.text-muted {
    font-size: 0.875rem;
}
.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0 0.8125rem;
    margin-right: 1.5625rem;
}
.thumb-mask > .mask {
    position: relative;
    width: 3.4375rem;
    height: 3.4375rem;
    overflow: hidden;
    border: #ebebeb 1px solid;
    margin: 0.625rem 0;
}
.thumb-mask > .mask img {
    width: 55px;
    height: 55px;
}
.definition-list dl {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.definition-list dl dt {
    font-weight: normal;
}
.definition-list dl dd, .definition-list dl dt {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #ebebeb;
    padding: 0.625rem;
    margin: 0.125rem;
}
.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6;
}
.help-block {
    margin-top: 0.625rem;
}
.help-block ul {
    color: #f94950;
    text-align: center;
}
.btn.disabled, .btn.disabled:hover {
    background: #424242;
}
.alert {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Open Sans", sans-serif;
    padding: 0;
    margin: 15px 0;
}
.alert ul {
    margin-bottom: 0;
}
.alert-success {
    background-color: transparent;
    border-color: transparent;
    color: #1D1D1D;
}
.alert-success hr {
    border-top-color: transparent;
}
.alert-success .alert-link {
    color: #48d9cf;
}
.alert-info {
    background-color: transparent;
    border-color: transparent;
    color: #208eca;
}
.alert-info hr {
    border-top-color: transparent;
}
.alert-info .alert-link {
    color: #196f9e;
}
.alert-warning {
    background-color: transparent;
    border-color: transparent;
    color: #f94950;
}
.alert-warning hr {
    border-top-color: transparent;
}
.alert-warning .alert-link {
    color: #f71821;
}
.alert-danger {
    background-color: transparent;
    border-color: transparent;
    color: #f71821;
}
.alert-danger hr {
    border-top-color: transparent;
}
.alert-danger .alert-link {
    color: #d5070f;
}
.alert-warning .material-icons {
    color: #FF9A52;
    font-size: 2rem;
    margin-right: 0.625rem;
    padding-top: 0.3125rem;
}
.alert-warning .alert-text {
    font-size: 0.9375rem;
    padding-top: 0.625rem;
}
.alert-warning .alert-link {
    border-radius: 2px;
    border-width: 2px;
    margin-left: 0.625rem;
    padding: 0.3125rem 1.25rem;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #6C868E;
}
.alert-warning ul li:last-child .alert-link {
    color: white;
}
.alert-warning .warning-buttons {
    margin-top: 0.3125rem;
}
.btn-warning {
    transition: all 0.4s ease-in-out;
}
.btn-tertiary-outline {
    color: #6C868E;
    background-image: none;
    background-color: transparent;
    border-color: #6C868E;
    border: 0.15rem solid #6C868E;
    transition: all 0.4s ease-in-out;
}
.btn-tertiary-outline:hover {
    border-color: #BBCDD2;
    color: #BBCDD2;
}
.nav-item .nav-link, .nav-item .nav-separtor {
    color: #424242;
    font-weight: bold;
}
.nav-item .nav-link.active, .nav-item .nav-separtor.active {
    color: #424242;
}
.nav-item .nav-link:hover, .nav-item .nav-link.active:hover, .nav-item .nav-separtor:hover, .nav-item .nav-separtor.active:hover {
    color: #7DBB00;
}
.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.dropdown {
    color: #424242;
}
.dropdown:hover .expand-more {
    color: #7DBB00;
}
.dropdown .expand-more {
    color: #424242;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible;
}
.dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #424242;
    background: white;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #7DBB00;
}
.search-widget {
    width: 28.65%;
}
.search-widget form {
    position: relative;
}
.search-widget form input[type=text] {
    border: solid 1px #E4E4E4;
    background: #FFFFFF;
    color: #a6a6a6;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
    height: 3.2rem;
    padding: 0.5rem 1rem;
}
.search-widget form input[type=text]:focus {
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.search-widget form input[type=text]:focus, .search-widget form input[type=text]:active, .search-widget form input[type=text]:active:focus {
    outline: none;
}
 .search-widget form input[type=text]::-webkit-input-placeholder {
 color: #a6a6a6;
}
 .search-widget form input[type=text]::-moz-placeholder {
 color: #a6a6a6;
}
 .search-widget form input[type=text]:-moz-placeholder {
 color: #a6a6a6;
}
 .search-widget form input[type=text]:-ms-input-placeholder {
 color: #a6a6a6;
}
.search-widget form button[type=submit] {
    background: none;
    border: none;
    color: #424242;
}
.search-widget form input[type=text] {
    width: 100%;
    padding-right: 3.75rem;
}
.search-widget form button[type=submit] {
    position: absolute;
    color: #2f2f2f;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.search-widget form button[type=submit] .search {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.search-widget form button[type=submit]:hover {
    color: #7DBB00;
}
ul.ui-autocomplete {
    display: block !important;
    border: none;
    background: whitesmoke;
    border-radius: 0;
    padding: 0.625rem 0;
}
ul.ui-autocomplete > li.ui-menu-item a.ui-corner-all {
    padding: 0.625rem 1.25rem;
}
ul.ui-autocomplete > li.ui-menu-item a.ui-state-focus {
    border: none;
    background: #e6e6e6;
    margin: 0;
    cursor: pointer;
}
ul.ui-autocomplete > li.ui-menu-item + li {
    border-top: solid 1px #e6e6e6;
}
.top-menu[data-depth="1"] {
    margin: 0.625rem;
}
.top-menu a:not([data-depth="0"]) {
    display: block;
    padding: 0.625rem;
    color: #424242;
    font-weight: 400;
}
.top-menu a.dropdown-submenu {
    color: #424242;
    text-transform: uppercase;
    font-weight: 600;
}
.top-menu a[data-depth="0"] {
    font-weight: 600;
    padding: 0.1875rem 0.625rem 0.375rem;
}
#header .top-menu a[data-depth="0"]:hover {
    color: #7DBB00;
    text-decoration: none;
}
.top-menu a[data-depth="1"], .top-menu a[data-depth="2"] {
    padding: 0 0.625rem 0.625rem 0;
}
.top-menu .collapse {
    display: inherit;
}
.top-menu .sub-menu {
    box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
    border: none;
    margin-left: 0.9375rem;
    width: calc(100% - 30px);
    min-width: calc(100% - 30px);
    z-index: 18;
    display: none;
}
.top-menu .sub-menu.collapse {
    display: none;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.25rem;
}
.top-menu .sub-menu a:hover {
    color: #7DBB00;
}
.top-menu .popover {
    max-width: inherit;
}
.popover.bs-tether-element-attached-top {
    margin-top: 0;
}
#mobile_top_menu_wrapper {
    margin-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: white;
}
#mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.625rem;
}
#mobile_top_menu_wrapper .top-menu {
    color: #424242;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .navbar-toggler {
    display: inline-block;
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
}
#mobile_top_menu_wrapper .top-menu .collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    background: #f6f6f6;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
    border-bottom: 1px solid #424242;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: none;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0;
}
#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 0.625rem;
    border-bottom: 1px solid white;
    font-weight: bold;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
    padding-left: 1.25rem;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
    padding-left: 2.5rem;
}
#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
    padding-left: 3.75rem;
}
#mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #424242;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
    display: inline;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.625rem;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: 0.625rem 0;
    display: block;
    width: 100%;
}
body#checkout {
    color: #424242;
}
body#checkout .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 15px;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 0.1875rem;
}
body#checkout section#content {
    margin-bottom: 1.5625rem;
}
body#checkout .container {
    min-height: 100%;
}
body#checkout #block-reassurance {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
}
body#checkout #block-reassurance ul {
    margin-bottom: 0;
}
body#checkout #block-reassurance ul li .block-reassurance-item {
    padding: 1rem 0;
}
body#checkout section.checkout-step {
    padding: 0.9375rem 0;
}
body#checkout section.checkout-step + .checkout-step {
    border-top: solid 1px #bfbfbf;
}
body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
body#checkout section.checkout-step .step-title:hover {
    color: #7DBB00;
}
body#checkout section.checkout-step .content {
    padding: 0 2.3125rem;
}
body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: normal;
    position: relative;
    transition: all 0.3s ease-in-out;
}
body#checkout section.checkout-step .step-edit .edit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
}
body#checkout section.checkout-step .step-edit .edit-title {
    padding-left: 15px;
    font-size: 0.875rem;
    line-height: 0.875rem;
}
body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
}
body#checkout section.checkout-step .content, body#checkout section.checkout-step .done, body#checkout section.checkout-step .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current .content {
    display: block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .done, body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;
}
body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;
}
body#checkout section.checkout-step.-reachable.-complete h1 {
    position: relative;
    margin-left: 0.625rem;
    padding-left: 1.875rem;
    padding-right: 2.8125rem;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0;
    margin-right: 0;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #000000;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #7DBB00;
}
body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;
}
body#checkout section.checkout-step small {
    color: #424242;
}
body#checkout section.checkout-step .default-input {
    min-width: 40%;
}
body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
    min-width: 60%;
}
body#checkout section.checkout-step .radio-field {
    margin-top: 1.875rem;
}
body#checkout section.checkout-step .radio-field label {
    display: inline;
}
body#checkout section.checkout-step .checkbox-field div {
    margin-top: 3.75rem;
}
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;
}
body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 0.625rem 3.125rem;
}
body#checkout section.checkout-step .form-footer {
    text-align: center;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 1rem;
}
body#checkout section.checkout-step .payment-options label {
    display: table-cell;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 0.5rem;
}
body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 0.625rem;
}
body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address-item.selected {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
body#checkout section.checkout-step .address {
    margin-left: 1.5625rem;
    font-weight: normal;
}
body#checkout section.checkout-step .radio-block {
    padding: 0.9375rem;
    text-align: left;
}
body#checkout section.checkout-step .custom-radio {
    margin-right: 0;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
    height: 1.25rem;
    width: 1.25rem;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    color: #424242;
    display: inline-block;
    margin: 0 0.3125rem;
}
body#checkout section.checkout-step .delete-address .delete, body#checkout section.checkout-step .delete-address .edit, body#checkout section.checkout-step .edit-address .delete, body#checkout section.checkout-step .edit-address .edit {
    font-size: 1rem;
}
body#checkout section.checkout-step hr {
    margin: 0;
}
body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 0.625rem;
}
body#checkout section.checkout-step .address-footer .edit-address, body#checkout section.checkout-step .address-footer .delete-address {
    position: relative;
    padding-left: 15px;
}
body#checkout section.checkout-step .address-footer .edit-address i, body#checkout section.checkout-step .address-footer .delete-address i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0.8125rem;
    line-height: 0.8125rem;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address {
    margin-top: 1.25rem;
}
body#checkout section.checkout-step .add-address a i {
    font-size: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
}
body#checkout section.checkout-step .delivery-option label {
    text-align: inherit;
}
body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;
}
body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0.3125rem;
    margin-top: 1.5625rem;
}
body#checkout section.checkout-step #customer-form .form-control-label, body#checkout section.checkout-step #delivery-address .form-control-label, body#checkout section.checkout-step #invoice-address .form-control-label, body#checkout section.checkout-step #login-form .form-control-label {
    text-align: left;
}
body#checkout section.checkout-step #customer-form .radio-inline, body#checkout section.checkout-step #delivery-address .radio-inline, body#checkout section.checkout-step #invoice-address .radio-inline, body#checkout section.checkout-step #login-form .radio-inline {
    padding: 0;
}
body#checkout section.checkout-step .sign-in {
    font-size: 0.875rem;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 14.375rem;
}
body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 2.875rem;
    margin-top: 1.25rem;
}
body#checkout .condition-label {
    margin-left: 1.5625rem;
    margin-top: 0.625rem;
}
body#checkout .condition-label a {
    color: #009681;
}
body#checkout .condition-label a:hover {
    text-decoration: underline;
}
body#checkout .cancel-address {
    margin: 0 0.625rem;
    display: block;
}
body#checkout .modal-content {
    padding: 1.25rem;
    background-color: #ebebeb;
}
body#checkout #cart-summary-product-list {
    font-size: 0.875rem;
}
body#checkout #cart-summary-product-list img {
    border: #ebebeb 1px solid;
    width: 3.125rem;
}
body#checkout #cart-summary-product-list .media-list > li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
body#checkout #cart-summary-product-list .media-list > li .media-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
body#checkout #cart-summary-product-list .media-list > li .media-body .left-pos {
    width: 70%;
    margin-bottom: 10px;
}
body#checkout #cart-summary-product-list .media-list > li .media-body .right-pos {
    width: 30%;
    text-align: right;
}
body#checkout #order-summary-content {
    padding-top: 0.9375rem;
}
body#checkout #order-summary-content h4.h4 {
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    color: #424242;
}
body#checkout #order-summary-content h4.black {
    color: #000000;
}
body#checkout #order-summary-content h4.addresshead {
    margin-top: 0.1875rem;
}
body#checkout #order-summary-content .noshadow {
    box-shadow: none;
}
body#checkout #order-summary-content #order-items {
    border-right: 0;
}
body#checkout #order-summary-content #order-items h3.h3 {
    color: #424242;
    margin-top: 1.25rem;
}
body#checkout #order-summary-content #order-items table tr:first-child td {
    border-top: 0;
}
body#checkout #order-summary-content .order-confirmation-table {
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;
}
body#checkout #gift_message {
    max-width: 100%;
    border-color: #424242;
}
/**** ORDER CONFIRMATION *****/
#order-details {
    padding-left: 1.875rem;
}
#order-details > .card-title {
    margin-bottom: 1.875rem;
}
#order-details ul {
    margin-bottom: 1.25rem;
}
#order-details ul li {
    margin-bottom: 0.625rem;
}
#order-items {
    border-right: solid 1px #bfbfbf;
}
#order-items hr {
    border-top-color: #bfbfbf;
}
#order-items table {
    width: 100%;
}
#order-items table tr {
    height: 1.875rem;
}
#order-items table tr td:last-child {
    text-align: right;
}
#order-items .details {
    margin-bottom: 1rem;
}
#order-items .order-confirmation-table .image img {
    max-width: 100%;
    display: block;
}
#order-confirmation #registration-form {
    width: 50%;
    margin: 0 auto;
}
#content-hook_order_confirmation .card-title {
    padding-left: 30px;
    position: relative;
}
#content-hook_order_confirmation .card-title .done {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 991px) {
.done {
    margin: 0;
    padding: 0;
}
body#checkout section.checkout-step .address-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
}
body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: auto;
}
.delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;
}
}

@media (max-width: 767px) {
body#checkout section.checkout-step .content {
    padding: 0.9375rem;
}
body#checkout .form-group {
    margin-bottom: 0.5rem;
}
#order-items {
    border-right: 0;
    margin-bottom: 2.5rem;
}
#order-items .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
#order-items hr {
    border-top-color: #bfbfbf;
}
.bold {
    font-weight: bold;
}
#order-details {
    padding-left: 0.9375rem;
}
#order-details .card-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
}

@media (max-width: 575px) {
body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
}
#payment-confirmation button {
    font-size: 0.875rem;
}
#payment-confirmation button.btn {
    white-space: normal;
}
}
.js-payment-atos {
    display: none;
}
.js-payment-atos .accept-cgv {
    display: none;
}
.js-payment-atos.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.js-payment-atos.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.js-payment-atos.disabled .accept-cgv {
    display: block;
}
/*** SOME GENERIC STYLES ***/
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
    margin-bottom: 1.875rem;
}
.table-responsive table {
    overflow-y: hidden;
}
.table-labeled {
    color: #000000;
}
.table-labeled thead th {
    border-color: #bfbfbf;
    color: #000000;
}
.table-labeled th {
    vertical-align: middle;
    background: #e1e1e1;
    border-color: #bfbfbf;
}
.table-labeled td {
    vertical-align: middle;
    border-color: #E4E4E4;
}
.table-labeled .label {
    font-weight: 400;
    border-radius: 0;
    font-size: inherit;
    padding: 0.125rem;
    color: #FFFFFF;
}
.table-bordered {
    border: solid 1px #E4E4E4;
}
.page-order .table {
    margin-bottom: 0;
}
.page-order table th {
    padding: 0.5rem;
}
.page-order table td {
    padding: 0.5rem;
}
.page-order table thead th {
    text-align: center;
}
#authentication .tooltip.tooltip-bottom {
    padding: 0;
    margin: 0;
}
#authentication .custom-checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
#authentication .custom-checkbox span {
    flex: 0 0 0.9375rem;
}
#authentication .custom-checkbox label {
    padding-left: 1.25rem;
}
#identity .radio-inline, #authentication .radio-inline {
    padding: 0;
}
#identity .radio-inline .custom-radio, #authentication .radio-inline .custom-radio {
    margin-right: 0;
}
#identity .radio-inline span, #authentication .radio-inline span {
    vertical-align: middle;
}
/*** Most of the customer account pages ***/
.page-customer-account h1 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 4.0625rem;
    line-height: 5.3125rem;
    font-family: "Open Sans", sans-serif;
}
.page-customer-account #content {
    margin: 50px auto 0;
    padding: 0;
}
.page-customer-account #content .order-actions a {
    padding: 0 0.125rem;
}
.page-customer-account #content .forgot-password {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
}
.page-customer-account #content .no-account {
    text-align: center;
    font-size: 1rem;
    padding: 0 0 1rem 0;
}
/*** Login page ***/
.page-authentication #content {
    max-width: 640px;
    margin: 50px auto 0;
    padding: 1rem;
}
.page-authentication .input-group-btn .btn-primary {
    border-radius: 0;
}
.page-authentication h1, .page-header h1 {
    text-align: center;
    color: #000000;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
.page-customer-account h1, .page-authentication h1, .page-header h1 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
}
}

@media (max-width: 767px) {
.page-customer-account h1, .page-authentication h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
}
.page-customer-account #content, .page-authentication #content {
    margin: 30px auto 0;
}
}
/*** Addresses page ***/
.page-addresses .address {
    background: white;
    margin-bottom: 1.875rem;
    font-size: 0.875rem;
    color: #424242;
}
.page-addresses .address .address-body {
    padding: 1rem;
}
.page-addresses .address .address-body h4 {
    font-size: 1rem;
    font-weight: 700;
}
.page-addresses .address .address-body address {
    min-height: 9rem;
}
.page-addresses .address .address-footer {
    border-top: 1px solid #424242;
    padding: 0.5rem 1rem;
}
.page-addresses .address .address-footer a {
    color: #424242;
    margin-right: 0.5rem;
}
.page-addresses .address .address-footer a:hover {
    color: #424242;
}
.page-addresses .address .address-footer a i {
    font-size: 1rem;
}
.page-addresses .address .address-footer a span {
    font-size: 0.9375rem;
    vertical-align: middle;
}
.page-addresses .addresses-footer {
    margin: 0 0.9375rem;
}
.page-addresses .addresses-footer a {
    color: #424242;
}
.page-addresses .addresses-footer a:hover {
    color: #424242;
}
.page-addresses .addresses-footer a i {
    font-size: 1rem;
}
.page-addresses .addresses-footer a span {
    font-size: 1rem;
    vertical-align: middle;
    margin-top: 0.625rem;
}
/*** Order details page ***/
.page-order-detail {
    font-size: 0.875rem;
    color: #424242;
}
.page-order-detail .box {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 1rem;
    margin-bottom: 1rem;
}
.page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 0;
}
.page-order-detail h3 + * {
    margin-top: 1rem;
}
.page-order-detail #order-infos ul {
    margin: 0;
}
.page-order-detail .addresses {
    margin: 0 -0.9375rem;
}
.page-order-detail .addresses h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
}
.page-order-detail #order-products.return {
    margin-bottom: 1rem;
}
.page-order-detail #order-products.return th.head-checkbox {
    width: 30px;
}
.page-order-detail #order-products.return td {
    padding: 1.375rem 0.75rem;
}
.page-order-detail #order-products.return td.qty {
    min-width: 125px;
}
.page-order-detail #order-products.return td.qty .current {
    width: 30%;
    float: left;
    text-align: right;
    padding-right: 0.5rem;
}
.page-order-detail #order-products.return td.qty .select {
    width: 70%;
    float: left;
    margin: -0.625rem 0;
    padding-left: 0.25rem;
}
.page-order-detail #order-products.return td.qty .select select {
    text-align: center;
}
/*** Order return page ***/
#order-return-infos .thead-default th {
    color: #424242;
}
/*** My account landing page ***/
.page-my-account #content .links {
    margin: 0 -0.9375rem;
}
.page-my-account #content .links li {
    list-style: none;
}
.page-my-account #content .links a {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 1rem;
    text-align: center;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 1.875rem;
    padding: 1.6rem;
}
.page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    padding-bottom: 3.4rem;
}
/*** FOOTER ***/
.page-footer > .btn {
    margin-top: 0.625rem;
}
#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    text-align: center;
    margin-bottom: 2rem;
}
/*#products .products-section-title + .products, .featured-products .products-section-title + .products, .product-accessories .products-section-title + .products {
	margin-top: 2.1875rem;
}*/
#products .products-section-title h1, .featured-products .products-section-title h1, .product-accessories .products-section-title h1 {
    text-align: center;
    display: inline-block;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 200;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    position: relative;
    color: #000000;
    text-transform: none;
}

@media (min-width: 768px) {
#products .products-section-title h1:before, #products .products-section-title h1:after, .featured-products .products-section-title h1:before, .featured-products .products-section-title h1:after, .product-accessories .products-section-title h1:before, .product-accessories .products-section-title h1:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #7DBB00;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#products .products-section-title h1:before, .featured-products .products-section-title h1:before, .product-accessories .products-section-title h1:before {
    right: 100%;
    margin-right: 35px;
    display: none;
}
#products .products-section-title h1:after, .featured-products .products-section-title h1:after, .product-accessories .products-section-title h1:after {
    left: 100%;
    margin-left: 35px;
    display: none;
}
}

@media (max-width: 767px) {
#products .products-section-title h1, .featured-products .products-section-title h1, .product-accessories .products-section-title h1 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
}
}
#products > .products, .featured-products > .products, .product-accessories > .products {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
}

@media (max-width: 1024px) {
#products .products, .featured-products .products, .product-accessories .products {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping {
    min-height: 70px;
}
}
#products .products .product-miniature, .featured-products .products .product-miniature, .product-accessories .products .product-miniature {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 1 220px;
    -moz-flex: 1 1 220px;
    -ms-flex: 1 1 220px;
    flex: 1 1 220px;
    margin: 0 15px 30px;
    padding: 0;
    max-width: 270px !important;
    min-width: 270px;
    float: left;
}
/*#products .products .product-miniature:first-child, .featured-products .products .product-miniature:first-child, .product-accessories .products .product-miniature:first-child {
	max-width: 270px !important;
}*/
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
    position: relative;
    padding-bottom: 1.875rem;
    transition: all 0.3s ease-in-out;
    border: solid 1px #E4E4E4;
}

@media (min-width: 1200px) {
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
    padding-bottom: 3.75rem;
}
}

@media (max-width: 767px) {
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container {
    padding-bottom: 0;
}
}
#products .thumbnail-container img, .featured-products .thumbnail-container img, .product-accessories .thumbnail-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 10px;
}
#products .thumbnail-container:hover, .featured-products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover {
    background: #FFFFFF;
}

@media (min-width: 1200px) {
#products .thumbnail-container:hover, .featured-products .thumbnail-container:hover, .product-accessories .thumbnail-container:hover {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
}
#products .thumbnail-container:hover .product-thumbnail, .featured-products .thumbnail-container:hover .product-thumbnail, .product-accessories .thumbnail-container:hover .product-thumbnail {
    background: none;
}
#products .thumbnail-container:hover .buttons-wrap, .featured-products .thumbnail-container:hover .buttons-wrap, .product-accessories .thumbnail-container:hover .buttons-wrap {
    top: 47%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
#products .thumbnail-container:hover .product-thumbnail img, .featured-products .thumbnail-container:hover .product-thumbnail img, .product-accessories .thumbnail-container:hover .product-thumbnail img {
    opacity: 0.3;
}
#products .thumbnail-container:hover .product-availability, .featured-products .thumbnail-container:hover .product-availability, .product-accessories .thumbnail-container:hover .product-availability {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description {
    position: relative;
    margin-top: 0.625rem;
    padding: 0 10px;
}
#products .product-description .product-title, .featured-products .product-description .product-title, .product-accessories .product-description .product-title {
    text-align: center;
    margin-bottom: 0;
    min-height: 60px;
}
#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail {
    display: block;
    background: #FFFFFF;
}
#products .product-list-actions .add-to-cart, .featured-products .product-list-actions .add-to-cart, .product-accessories .product-list-actions .add-to-cart {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    text-align: center;
}
#products .product-list-actions .add-to-cart:before, .featured-products .product-list-actions .add-to-cart:before, .product-accessories .product-list-actions .add-to-cart:before {
    font-family: "Material Icons";
    content: "\E8CC";
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 3.25rem;
    transition: all 0.3s ease-in-out;
}
#products .product-list-actions .add-to-cart span, .featured-products .product-list-actions .add-to-cart span, .product-accessories .product-list-actions .add-to-cart span {
    display: none;
}
#products .quick-view-wrap .quick-view, .featured-products .quick-view-wrap .quick-view, .product-accessories .quick-view-wrap .quick-view {
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    border-radius: 50%;
    text-align: center;
}
#products .quick-view-wrap .quick-view:before, .featured-products .quick-view-wrap .quick-view:before, .product-accessories .quick-view-wrap .quick-view:before {
    font-family: "FontAwesome";
    content: "\F06E";
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 3.125rem;
    transition: all 0.3s ease-in-out;
}
#products .quick-view-wrap .quick-view span, .featured-products .quick-view-wrap .quick-view span, .product-accessories .quick-view-wrap .quick-view span {
    display: none;
}

@media (max-width: 767px) {
#products .quick-view-wrap, .featured-products .quick-view-wrap, .product-accessories .quick-view-wrap {
    display: none;
}
}
#products .buttons-wrap, .featured-products .buttons-wrap, .product-accessories .buttons-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    margin-top: 1.25rem;
}

@media (min-width: 1200px) {
#products .buttons-wrap, .featured-products .buttons-wrap, .product-accessories .buttons-wrap {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 30%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    margin-top: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
}
#products .buttons-wrap > * + *, .featured-products .buttons-wrap > * + *, .product-accessories .buttons-wrap > * + * {
    margin-left: 3px;
}
#products .buttons-wrap .btn-primary, .featured-products .buttons-wrap .btn-primary, .product-accessories .buttons-wrap .btn-primary {
    padding: 0;
    background: rgba(41, 41, 41, 0.7);
    color: #FFFFFF;
}
#products .buttons-wrap .btn-primary:hover, #products .buttons-wrap .btn-primary:active, .featured-products .buttons-wrap .btn-primary:hover, .featured-products .buttons-wrap .btn-primary:active, .product-accessories .buttons-wrap .btn-primary:hover, .product-accessories .buttons-wrap .btn-primary:active {
    background: #000000;
}
#products .product-availability, .featured-products .product-availability, .product-accessories .product-availability {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 15px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    text-align: center;
}
#products .product-availability span, .featured-products .product-availability span, .product-accessories .product-availability span {
    padding: 4px 7px;
    display: inline-block;
}
#products .product-availability.available span, .featured-products .product-availability.available span, .product-accessories .product-availability.available span {
    background: #7DBB00;
}
#products .product-availability.unavailable span, .featured-products .product-availability.unavailable span, .product-accessories .product-availability.unavailable span {
    background: #424242;
}

@media (min-width: 1200px) {
#products .product-availability, .featured-products .product-availability, .product-accessories .product-availability {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
}
#products .product-description-short, #products .discount, .featured-products .product-description-short, .featured-products .discount, .product-accessories .product-description-short, .product-accessories .discount {
    display: none;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping {
    text-align: center;
    position: relative;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links {
    position: relative;
    text-align: center;
    width: 100%;
}
#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations {
    display: none;
}
#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view, .product-accessories .highlighted-informations .quick-view {
    color: #424242;
    font-size: 1rem;
}
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover, .product-accessories .highlighted-informations .quick-view:hover {
    color: #7DBB00;
}
#products .discount-percentage, .featured-products .discount-percentage, .product-accessories .discount-percentage {
    display: block;
    background: #DC1F26;
    color: #FFFFFF;
    margin: 10px auto 0;
    width: 60px;
    text-align: center;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
#products .discount-percentage, .featured-products .discount-percentage, .product-accessories .discount-percentage {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}
}
#products .comments_note, .featured-products .comments_note, .product-accessories .comments_note {
    text-align: center;
    color: #424242;
}
#products .count, .featured-products .count, .product-accessories .count {
    color: #000000;
    font-weight: 700;
    position: relative;
    bottom: 0.5rem;
}
#products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link {
    clear: both;
    margin: 0 15px 0 0;
}
#products .all-product-link .material-icons, .featured-products .all-product-link .material-icons, .product-accessories .all-product-link .material-icons {
    margin-right: 0;
}
.featured-products, .product-accessories {
    padding-top: 2rem;/*    padding-bottom: 2rem;*/
}
.featured-products {
    padding-top: 2.5rem;
}

@media (max-width: 767px) {
.featured-products, .product-accessories {
    padding-top: 2.5rem;
}
.featured-products {
/*    padding-bottom: 2rem;*/
}
}
body:not(#index).layout-both-columns #products .products-selection > div, body:not(#index).layout-both-columns .featured-products .products-selection > div, body:not(#index).layout-both-columns .product-accessories .products-selection > div {
    width: 100%;
}
body:not(#index).layout-both-columns #products .products-selection > div + div, body:not(#index).layout-both-columns .featured-products .products-selection > div + div, body:not(#index).layout-both-columns .product-accessories .products-selection > div + div {
    margin-top: 20px;
}

@media (min-width: 1200px) {
body:not(#index).layout-both-columns #products .products article, body:not(#index).layout-both-columns .featured-products .products article, body:not(#index).layout-both-columns .product-accessories .products article {
    width: 50%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
body:not(#index).layout-both-columns #products .products article, body:not(#index).layout-both-columns .featured-products .products article, body:not(#index).layout-both-columns .product-accessories .products article {
    width: 100%;
}
}
#custom-text {
    text-align: center;
    padding-top: 2.5rem;
}
#custom-text h3 {
    text-transform: none;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 6rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    margin-bottom: 0.6rem;
}
.page-content.page-cms {
    background: none;
}
.page-content.page-cms .cms-box img {
    max-width: 100%;
    height: auto;
}
#cms #content-wrapper .block-cms {
    padding-bottom: 20px;
}
#cms #content-wrapper .bottom-indent {
    margin-bottom: 30px;
}
#cms #content-wrapper .slick-dots {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
#cms #content-wrapper .slick-dots li {
    float: none;
    margin: 0 10px;
    background: #f6f6f6;
    padding: 0.25rem;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
}
#cms #content-wrapper .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 100%;
    background: #ebebeb;
    border: none;
}
#cms #content-wrapper .slick-dots li.slick-active, #cms #content-wrapper .slick-dots li:hover {
    background: #ffdc37;
}
#cms #content-wrapper .slick-dots li.slick-active button, #cms #content-wrapper .slick-dots li:hover button {
    background: #7DBB00;
}
#cms #content-wrapper .slick-arrow {
    position: absolute;
    bottom: 0;
    border: none;
    background: none;
    font-size: 1.875rem;
    line-height: 1.875rem;
    transition: all 0.3s ease-in-out;
    color: #000000;
    z-index: 2;
    margin: 0;
}
#cms #content-wrapper .slick-arrow.slick-prev {
    left: 0;
}
#cms #content-wrapper .slick-arrow.slick-next {
    right: 0;
    left: auto;
}
#cms #content-wrapper .slick-arrow.slick-disabled {
    pointer-events: none;
    opacity: .5;
}
#cms #content-wrapper .slick-arrow:hover {
    color: #7DBB00;
}
#cms #content-wrapper h1 {
    margin-bottom: 28px;
    margin-top: 35px;
    font: 300 65px/85px "Open Sans", sans-serif;
    color: #000000;
    text-align: center;
}
#cms #content-wrapper h1 a {
    color: #000000;
}
#cms #content-wrapper h1 a:hover {
    color: #424242;
}

@media (max-width: 575px) {
#cms #content-wrapper h1 {
    font: bold 40px/55px "Open Sans", sans-serif;
}
}
#cms #content-wrapper h2 {
    font: bold 36px/45px "Open Sans", sans-serif;
    color: #000000;
}
#cms #content-wrapper h2.icon:before {
    line-height: 45px;
    font-size: 56px;
    display: inline-block;
    margin-right: 12px;
}

@media (max-width: 575px) {
#cms #content-wrapper h2 {
    font: bold 26px/35px "Open Sans", sans-serif;
}
}
#cms #content-wrapper h3 {
    font: bold 20px/30px "Open Sans", sans-serif;
    border-bottom: none;
    margin: 10px 0 26px;
    padding: 0;
    color: #000000;
}

@media (max-width: 575px) {
#cms #content-wrapper h3 {
    font: bold 16px/24px "Open Sans", sans-serif;
}
}
#cms #content-wrapper h4 {
    font: bold 16px/30px "Open Sans", sans-serif;
    color: #000000;
    margin: 0 0 15px;
}
#cms #content-wrapper h4:after {
    display: none;
}

@media (max-width: 575px) {
#cms #content-wrapper h4 {
    font: bold 14px/22px "Open Sans", sans-serif;
}
}
#cms #content-wrapper .border_bottom {
    border-bottom: 1px solid #bfbfbf;
    padding: 0 50px 82px;
    margin-bottom: 69px;
}

@media (max-width: 575px) {
#cms #content-wrapper .border_bottom {
    padding: 0 10px 32px;
    margin-bottom: 39px;
}
}
#cms #content-wrapper .border_bottom2 {
    border-bottom: 1px solid #bfbfbf;
    padding: 0 0 70px;
    margin-bottom: 69px;
}

@media (max-width: 575px) {
#cms #content-wrapper .border_bottom2 {
    padding: 0 0 32px;
    margin-bottom: 39px;
}
}
#cms #content-wrapper ul {
    list-style: none;
}
#cms #content-wrapper .animateCount li {
    text-align: center;
    font: bold 56px/45px "Open Sans", sans-serif;
    color: #000000;
    padding: 6px 15px 0;
}

@media (min-width: 576px) and (max-width: 767px) {
#cms #content-wrapper .animateCount li {
    font: bold 46px/35px "Open Sans", sans-serif;
}
}

@media (max-width: 575px) {
#cms #content-wrapper .animateCount li {
    width: 100%;
}
}
#cms #content-wrapper .animateCount li h3 {
    margin-top: 21px;
}

@media (min-width: 576px) and (max-width: 767px) {
#cms #content-wrapper .animateCount li h3 {
    font: bold 16px/24px "Open Sans", sans-serif;
}
}
#cms #content-wrapper .iconBox li {
    padding-top: 41px;
}

@media (max-width: 575px) {
#cms #content-wrapper .iconBox li {
    width: 100%;
}
}
#cms #content-wrapper .iconBox li > a {
    display: block;
    height: 270px;
    border-radius: 3px;
    color: #424242;
    background: #FFFFFF;
    padding: 54px 50px 0;
    font: bold 20px/34px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
#cms #content-wrapper .iconBox li > a:before {
    font-size: 81px;
    line-height: 1em;
    display: block;
    margin-bottom: 17px;
}
#cms #content-wrapper .iconBox li > a:hover {
    background: #000000;
    color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 991px) {
#cms #content-wrapper .iconBox li > a {
    padding: 54px 20px 0;
}
}
#cms #content-wrapper .list-1 {
    list-style: none;
}
#cms #content-wrapper .list-1 li {
    padding: 4px 0 6px 0;
    font-weight: bold;
    color: #4cbb6c;
    border-top: 1px solid #bfbfbf;
}
#cms #content-wrapper .list-1 li:first-child {
    border: none;
}
#cms #content-wrapper .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px;
}
#cms #content-wrapper .list-2 {
    padding-top: 40px;
}
#cms #content-wrapper .list-2.border_bottom {
    padding: 40px 0 40px;
}
#cms #content-wrapper .list-2 li {
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}
#cms #content-wrapper .list-2 li i {
    font-size: 70px;
    line-height: 148px;
    width: 148px;
    height: 148px;
    text-align: center;
    background: #FFFFFF;
    display: block;
    float: left;
    border-radius: 50%;
    margin-right: 35px;
    color: #000000;
    margin-bottom: 10px;
}

@media (max-width: 575px) {
#cms #content-wrapper .list-2 li i {
    font-size: 40px;
    line-height: 100px;
    width: 100px;
    height: 100px;
}
}
#cms #content-wrapper .list-3 {
    overflow: hidden;
    padding: 23px 0 64px;
    border: none;
    position: relative;
}
#cms #content-wrapper .list-3:after {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    border-bottom: 1px solid #bfbfbf;
    bottom: 0;
}
#cms #content-wrapper .list-3 li {
    padding-bottom: 20px;
}
#cms #content-wrapper .list-3.countBox {
    counter-reset: li;
}
#cms #content-wrapper .list-3.countBox li h4:before {
    display: inline-block;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    font-size: 36px;
    line-height: 30px;
    margin-right: 15px;
    font-weight: 300;
    color: #424242;
}
#cms #content-wrapper .list-3.disk {
    padding-top: 31px;
}
#cms #content-wrapper .list-3.disk li h4:before {
    display: inline-block;
    content: "";
    height: 14px;
    width: 14px;
    background: #000000;
    margin-right: 20px;
    border-radius: 50%;
    vertical-align: -1px;
}
#cms #content-wrapper .list-4 li {
    text-align: center;
    padding-top: 14px;
}
#cms #content-wrapper .list-4 li i {
    font-size: 86px;
    line-height: 1em;
    color: #000000;
    margin: 0 0 8px;
    display: inline-block;
}

@media (max-width: 575px) {
#cms #content-wrapper .list-4 li {
    width: 100%;
}
}

@media (min-width: 576px) and (max-width: 767px) {
#cms #content-wrapper .list-4 li h3 {
    font: bold 16px/24px "Open Sans", sans-serif;
}
}
#cms #content-wrapper #testimonials li.testimonial {
    font: bold 16px/28px "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 30px 40px;
}

@media (max-width: 575px) {
#cms #content-wrapper #testimonials li.testimonial {
    font: normal 13px/22px "Open Sans", sans-serif;
}
}
#cms #content-wrapper #testimonials li.testimonial i {
    font-size: 84px;
    line-height: 1em;
    color: #000000;
    margin: 0 0 38px;
    text-align: center;
}
#cms #content-wrapper #testimonials li.testimonial p {
    margin-bottom: 33px;
}
#cms #content-wrapper .list-check > li > h3 {
    position: relative;
    margin-bottom: 9px;
    display: inline-block;
    padding-left: 45px;
}
#cms #content-wrapper .list-check > li > h3 i {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 2.5rem;
    margin-right: 0.625rem;
    vertical-align: text-bottom;
}
#cms #content-wrapper .list-check > li .list-3 {
    overflow: hidden;
    padding: 0 0 11px 60px;
    border: none;
    position: relative;
}

@media (max-width: 575px) {
#cms #content-wrapper .list-check > li .list-3 {
    padding: 0 0 11px 20px;
}
}
#cms #content-wrapper .list-check > li .list-3:after {
    display: none;
}
#cms #content-wrapper .list-check > li .list-3 li {
    padding-bottom: 0;
}
#cms #content-wrapper .list-check > li .list-3 li h4 {
    margin-bottom: 13px;
}
#cms #content-wrapper .list-check > li .list-3 li.text {
    margin-left: -60px;
    padding-bottom: 26px;
}

@media (max-width: 575px) {
#cms #content-wrapper .list-check > li .list-3 li.text {
    margin-left: -20px;
}
}
#cms #content-wrapper .list-check > li .list-3 li.text:before {
    display: none;
}
#cms #content-wrapper img {
    margin: 4px 0 17px;
    max-width: 100%;
    height: auto;
}
#cms #content-wrapper #admin-action-cms {
    background: none repeat 0 0 #F6F6F6;
    border: 1px solid #bfbfbf;
    padding: 10px;
}
#cms #content-wrapper #admin-action-cms p {
    margin: 0;
}
#cms #content-wrapper #admin-action-cms p span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #7DBB00;
}
#cms #content-wrapper #admin-action-cms p .btn {
    font: 700 17px/21px "Open Sans", sans-serif;
    border: 1px solid;
    padding: 10px 14px;
    display: inline-block;
}
#cms #content-wrapper #admin-action-cms p .btn.publish_button {
    color: #333;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    border-color: #0079b6 #006fa8 #012740 #006fa8;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}
#cms #content-wrapper #admin-action-cms p .btn.publish_button:hover {
    border-color: #01314e #004b74 #0079b6 #004b74;
    filter: none;
    background: #0084bf;
}
#cms #content-wrapper #admin-action-cms p .btn.lnk_view {
    color: #424242;
    text-shadow: 1px 1px white;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
}
#cms #content-wrapper #admin-action-cms p .btn.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
    filter: none;
    background: #e7e7e7;
}

@media (max-width: 767px) {
#cms #content-wrapper .table.table-bordered thead > tr > th, #cms #content-wrapper .table.table-bordered thead > tr > td, #cms #content-wrapper .table.table-bordered > tbody > tr > th, #cms #content-wrapper .table.table-bordered > tbody > tr > td, #cms #content-wrapper .table.table-bordered > tfoot > tr > th, #cms #content-wrapper .table.table-bordered > tfoot > tr > td {
    padding: 9px 5px 11px 4px;
}
}

@media (max-width: 575px) {
#cms.cms-pages-configuration .table {
    font-size: 10px;
}
}

@media (min-width: 768px) {
#cms.two-columns .iconBox li {
    width: 50%;
}
}

@media (min-width: 768px) {
#cms.three-columns .iconBox li {
    width: 100%;
}
}

@media (min-width: 992px) {
#cms.three-columns .iconBox li {
    width: 50%;
}
}

@media (min-width: 768px) {
#cms.three-columns .animateCount li {
    width: 100%;
}
}

@media (min-width: 992px) {
#cms.three-columns .animateCount li {
    width: 50%;
}
}

@media (min-width: 768px) {
#cms.three-columns .list-4 li {
    width: 100%;
}
}

/*** Responsive part ***/
@media (max-width: 991px) {
#custom-text {
    padding-top: 2rem;
}
#custom-text h3 {
    font-size: 1.875rem;
    line-height: 2rem;
}
#block-cmsinfo {
    padding: 1.25rem 1.875rem;
}
}

@media (max-width: 767px) {
#custom-text {
    padding-top: 2rem;
}
}
#products {
    color: #424242;
}
#products .products-select {
    background: #FFFFFF;
    border: solid 1px #E4E4E4;
    padding: 5px 25px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
#products .products-select > div {
    margin-top: 10px;
}
#products .products-select .select-overlay .sort-order-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#products .products-select .select-overlay .sort-order-wrap .sort-by {
    white-space: nowrap;
    padding-right: 15px;
}
#products .products-select .total-products p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
#products .products-select {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
#products .products-select .select-overlay .filter-button {
    text-align: center;
    margin-top: 20px;
}
}
.block-category.card {
    box-shadow: none;
}
.block-category h1 {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 300;
}
.block-category h1 + #category-description {
    margin-top: 20px;
}
.block-category .category-cover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.block-category .category-cover img {
    width: 100%;
}
.block-category #category-description p, .block-category #category-description strong {
    font-weight: 400;
    color: #424242;
}
.block-category #category-description p {
    color: #424242;
    margin-bottom: 0;
}
.block-category #category-description p:first-child {
    margin-bottom: 0;
}
.products-sort-order {
    color: #424242;
    margin: 0 auto;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 14.375rem;
    color: #424242;
    background: white;
    padding: 0.625rem;
    cursor: pointer;
    border: solid 1px #E4E4E4;
}
.products-sort-order .select-list {
    display: block;
    color: #424242;
    padding: 0.625rem 1.25rem;
}
.products-sort-order .select-list:hover {
    background: #7DBB00;
    color: white;
    text-decoration: none;
}
.products-sort-order .dropdown-menu {
    right: 0;
    left: auto;
    width: 14.375rem;
    background: #f6f6f6;
    border: none;
    border-radius: 0;
}
#search_filters h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #000000;
}
#search_filters h4 + .facet {
    margin-top: 2.5rem;
}
#search_filters .facet {
    padding-top: 0.625rem;
    margin-top: 60px;
}
#search_filters .facet .facet-title {
    color: #000000;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}
#search_filters .facet .facet-title + ul {
    margin-top: 15px;
}
#search_filters .facet .facet-label {
    margin-bottom: 0;
    position: relative;
}
#search_filters .facet .facet-label > span {
    position: absolute;
    left: 0;
    top: 1px;
}
#search_filters .facet .facet-label a {
    padding-left: 1.75rem;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}
#search_filters ul > li + li {
    margin-top: 1rem;
}
.pagination {
    background: #FFFFFF;
    padding: 1.5625rem;
    border: solid 1px #E4E4E4;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

@media (min-width: 768px) {
.pagination {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}
}

@media (max-width: 767px) {
.pagination {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.pagination > div + div {
    margin-top: 20px;
}
}
.pagination .page-list {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
.pagination .page-list li {
    display: inline;
}
.pagination .page-list li > a {
    color: #a6a6a6;
    white-space: nowrap;
}
.pagination .page-list li > a.disabled {
    opacity: 0.8;
    pointer-events: none;
}
.pagination .page-list li > a:hover {
    color: #7DBB00;
}
.pagination .page-list li > a i {
    font-size: 0.9375rem;
}
.pagination .page-list li > a span {
    display: none;
}
.pagination .page-list li + li {
    margin-left: 14px;
}
.pagination .page-list li.current > a {
    color: #7DBB00;
    text-decoration: none;
}
.pagination .previous {
    float: left;
}
.pagination .next {
    float: right;
}
.active_filters {
    margin-bottom: 1.25rem;
}
.active_filters .active-filter-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
}
.active_filters ul {
    display: inline;
}
.active_filters ul > li {
    display: inline-block;
}
.active_filters .filter-block {
    border-radius: 30px;
    background: #7DBB00;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 7px 47px 8px 20px;
    position: relative;
}
.active_filters .filter-block + .filter-block {
    margin-top: 5px;
}
.active_filters .filter-block .js-search-link {
    position: absolute;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.active_filters .filter-block .js-search-link .close {
    font-size: 1rem;
    line-height: 1rem;
    opacity: 1;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
}
.active_filters .filter-block .js-search-link:hover .close {
    color: #000000;
}
.block-categories .home-category {
    display: none;
}
.block-categories .category-sub-menu .category-sub-menu {
    padding-left: 1.375rem;
    margin: 0.9375rem 0;
}
.block-categories .category-sub-menu li {
    position: relative;
}
.block-categories .category-sub-menu li + li {
    margin-top: 0.9375rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a {
    display: inline-block;
    padding-left: 1.375rem;
}
.block-categories .category-sub-menu li[data-depth="0"] > a:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\F105";
    display: inline-block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
  /*  color: #7DBB00;*/
	color: #009681;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 0;
}
.block-categories .category-sub-menu li[data-depth="0"] > a:hover:after {
    left: 0.3125rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: 0.3125rem;
}
.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    content: "-";
    margin-right: 0.3125rem;
}
.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer;
    color: #000000;
}
.block-categories .collapse-icons i {
    font-size: 1.25rem;
    line-height: 1.25rem;
    transition: all 0.3s ease-in-out;
}
.block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;
}
.block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: block;
}
.block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover {
    color: #7DBB00;
}
.block-categories .collapse-icons .remove {
    display: none;
}
.block-categories .arrows .arrow-right, .block-categories .arrows .arrow-down {
    font-size: 0.875rem;
    cursor: pointer;
    margin-left: 2px;
}
.block-categories .arrows .arrow-right:hover, .block-categories .arrows .arrow-down:hover {
    color: #7DBB00;
}
.block-categories .arrows .arrow-down {
    display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;
}
.block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;
}
.facets-title {
    color: #424242;
}
#left-column > div + div, #right-column > div + div {
    margin-top: 60px;
}
#left-column .block-categories, #right-column .block-categories {
    padding: 0;
    width: 100%;
    float: none;
}
#left-column .active_filters, #right-column .active_filters {
    margin-left: -15px;
}
#left-column * + .block-categories, #right-column * + .block-categories {
    margin-top: 3.75rem;
}
.btn.btn-tertiary, .btn.ok {
    position: relative;
    padding-left: 2.5rem;
    padding-right: 1.5625rem;
}
.btn.btn-tertiary i, .btn.ok i {
    margin-right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) and (max-width: 991px) {
.lang-ru .btn.btn-tertiary {
    font-size: 0.625rem;
}
}
#search_filters_wrapper #search_filters ul li label > span input {
    display: none;
}
#search_filters_wrapper #search_filters ul li label > span input[type="radio"] + span {
    background: none;
}
#search_filters_wrapper #search_filters ul li label > span input[type="radio"] + span i {
    font-size: 1.3125rem;
    line-height: 1.3125rem;
}

/*** Responsive part ***/
@media (min-width: 768px) {
#search_filters_wrapper #search_filters .clear-all-wrapper {
    margin: 1.25rem 0;
}
#search_filters_wrapper #search_filters .facet ul.collapse {
    display: block;
}
}

@media (max-width: 991px) {
.products-select .select-overlay .products-sort-order .dropdown-menu {
    left: auto;
}
}

@media (max-width: 767px) {
#category #left-column {
    width: 100%;
}
#category #left-column #search_filter_controls {
    text-align: center;
    margin-bottom: 1rem;
}
#category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
}
#category #left-column #search_filters {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0;
}
#category #left-column #search_filters .facet {
    padding: 0.625rem 0;
}
#category #left-column #search_filters .facet .title {
    cursor: pointer;
    position: relative;
}
#category #left-column #search_filters .facet .title .collapse-icons .remove {
    display: none;
}
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}
#category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}
#category #left-column #search_filters .facet .h6 {
    margin-bottom: 0;
    display: inline-block;
    padding-right: 1.875rem;
}
#category #left-column #search_filters .facet .toggler-wrapp {
    position: absolute;
    top: 5px;
    right: 0;
}
#category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 0;
}
#category #left-column #search_filters .facet .navbar-toggler i {
    color: #000000;
}
#category #left-column #search_filters .facet .collapse {
    display: none;
}
#category #left-column #search_filters .facet .collapse.in {
    display: block;
}
#category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
}
#category #left-column #search_filters .facet ul {
    margin: 1.25rem 0;
}
#category #content-wrapper {
    width: 100%;
}
#category #search_filter_toggler {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.products-sort-order .select-title {
    margin-left: 0;
}
.products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1rem;
}
#prices-drop #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper {
    width: 100%;
}
#search_filters {
    margin: 0;
}
#search_filters .facet {
    margin-top: 0;
}
#search_filters .facet + .facet {
    border-top: solid 1px #bfbfbf;
}
#left-column * + .block-categories, #right-column * + .block-categories {
    margin-top: 1.875rem;
}
#content-wrapper.hidden-sm-down {
    display: block !important;
    max-height: 0;
    overflow: hidden;
}
.pagination .page-list > li a span {
    display: none;
}
}
#product .product-flags > li.discount {
    display: none;
}
.product-price {
    color: #2f2f2f;
    display: inline-block;
    font-weight: 300;
}
#product-description-short {
    color: #424242;
}
.product-information {
    font-size: 1rem;
}
.input-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.input-container {
    position: relative;
}
.input-radio {
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span {
    border: 2px solid #000000;
}
.radio-label {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    display: inline-block;
    padding: 0.125rem 0.625rem;
    font-weight: 600;
    border: 2px solid white;
}
.product-actions {
    margin-top: 0.625rem;
}
.product-add-to-cart .product-quantity {
/*    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
}
.product-add-to-cart .product-quantity .qty {
    margin-right: 30px;
}
.product-add-to-cart .product-quantity .qty, .product-add-to-cart .product-quantity .add {
    margin-top: 0.625rem;
}
.product-add-to-cart .product-quantity .add {
    margin-top: 2rem;
    float: right;
}

@media (max-width: 368px) {
.product-add-to-cart .product-quantity .add {
    float: right;
    margin-top: 2rem;
}
}
.product-quantity .qty {
    margin-bottom: 0;
    display: inline-block;
}
.product-quantity .qty .control-label {
    display: block;
    color: #424242;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.625rem;
}
.product-quantity .qty .input-group.bootstrap-touchspin {
    position: relative;
    display: inline-block;
    width: 6.25rem;
    border: solid 1px #E4E4E4;
    border-radius: 0px;
    height: 2.375rem;
    padding: 0 30px;
}
.product-quantity .qty #quantity_wanted {
    border: none;
    color: #424242;
    font-size: 0.875rem;
    line-height: 2.375rem;
    font-family: "Open Sans", sans-serif;
    background: none;
    width: 2.1875rem;
    height: 2.375rem;
    padding: 0;
    text-align: center;
    box-shadow: none;
}
.product-quantity .qty #quantity_wanted:focus {
    box-shadow: none;
}
.product-quantity .qty .input-group-btn-vertical {
    position: static;
}
.product-quantity .qty .input-group-btn-vertical .btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.product-quantity .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
}
.product-quantity .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn {
    position: absolute;
    background: none;
    border: none;
    border-radius: 30px;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn:hover {
    color: #7DBB00;
}
.product-quantity .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn i {
    font-size: 1rem;
    line-height: 1rem;
}
.product-discounts > .product-discounts-title {
    font-weight: normal;
    font-size: 0.875rem;
}
.product-discounts > .table-product-discounts thead tr th {
   /* width: 33%;*/
	width: 40%;
    padding: 0.625rem 1.25rem;
   /* background: white;*/
    background: #cce7e4;
    border: 0.3125rem #ebebeb solid;
    text-align: center;
}
.product-discounts > .table-product-discounts tbody tr {
    background: #f6f6f6;
}
.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
   /* background: white;*/
     background: #cce7e4;
}
.product-discounts > .table-product-discounts tbody tr td {
    padding: 0.625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #ebebeb solid;
}
.product-prices {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-prices .product-discount {
    display: inline-block;
}
.product-prices div {
    margin-bottom: 0.625rem;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #424242;
}
.product-prices .current-price {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    margin-bottom: 0;
}
.product-prices .current-price .price {
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 2.625rem;
}
.product-prices .current-price span + span {
    margin-left: 10px;
}
.product-prices .product-price {
    margin-right: 10px;
}
.product-prices .product-pack-price {
    color: #000000;
    display: block;
}
.product-discount {
    color: #424242;
}
.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 0.625rem;
}
.has-discount.product-price, .has-discount p {
    color: #f39d72;
}
.has-discount .discount-percentage {
    background: #DC1F26;
    color: #FFFFFF;
    margin: 0 auto;
    min-width: 60px;
    text-align: center;
    padding: 5px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.product-unit-price {
    font-size: 0.75rem;
    margin-bottom: 0;
}
.product-information-bottom {
    margin-top: 3rem;
}
.tabs {
    margin-top: 1.25rem;
}
.tabs .tab-pane {
    padding-top: 3.4375rem;
}
.tabs .nav-tabs {
    border: none;
    border-bottom: solid 1px #E4E4E4;
}
.tabs .nav-tabs .nav-link {
    text-align: center;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #000000;
    padding: 20px;
    border: solid 1px #e4e4e4;
    background: #f8f8f8;
    margin-bottom: -2px;
}
.tabs .nav-tabs .nav-link.active {
    background: #ffffff;
    pointer-events: none;
    border-bottom: none;
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #7DBB00;
}
.tabs .nav-tabs .nav-item + .nav-item {
/*margin-left: 60px;*/
}

@media (min-width: 768px) {
.tabs .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    -webkit-box-align: left;
    -moz-box-align: left;
    box-align: left;
    -webkit-align-items: left;
    -moz-align-items: left;
    -ms-align-items: left;
    -o-align-items: left;
    align-items: left;
    -ms-flex-align: left;
}
}

@media (max-width: 1199px) {
.tabs .nav-tabs .nav-item + .nav-item {
    margin-left: 30px;
}
}

@media (max-width: 991px) {
.tabs {
    padding-bottom: 0.9375rem;
}
.tabs .tab-pane {
    padding-top: 1.875rem;
}
.tabs .nav-tabs .nav-link {
    font-size: 1.125rem;
    text-transform: none;
}
.tabs .nav-tabs .nav-item + .nav-item {
    margin-left: 15px;
}
}

@media (max-width: 767px) {
.tabs .nav-tabs {
    padding-bottom: 0;
    border-top: solid 1px #bfbfbf;
}
.tabs .nav-tabs .nav-item {
    display: block;
    float: none;
}
.tabs .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
    border-top: solid 1px #bfbfbf;
}
.tabs .nav-tabs .nav-link {
    text-align: left;
    padding: 10px 35px 10px 0;
    position: relative;
}
.tabs .nav-tabs .nav-link:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\F107";
    display: inline-block;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    right: 5px;
    top: 10px;
    transition: all 0.3s ease-in-out;
}
.tabs .nav-tabs .nav-link.active:before {
    content: '\F106';
}
}
.product-cover {
    position: relative;
}
.product-cover img {
    padding: 0;
    width: 100%;
}
.product-cover .layer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    box-shadow: inset 0px 0px 0px 4px transparent;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-cover .layer:hover {
    opacity: 1;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    line-height: 3.125rem;
    margin: 10px;
    color: #cccccc;
    position: absolute;
    bottom: 2%;
    right: 2%;
}

@media (min-width: 768px) {
.product-border {
    border-right: solid 1px #E4E4E4;
}
}
#product-modal .modal-dialog {
    max-width: 1020px;
    margin: 10px auto;
}
#product-modal .modal-content {
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}
#product-modal .modal-content .modal-body {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-left: 0;
}
#product-modal .modal-content .modal-body figure {
    width: 80%;
    margin: 0 auto;
}
#product-modal .modal-content .modal-body figure img {
    max-width: 100%;
    display: block;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #FFFFFF;
    padding: 1.25rem;
}
#product-modal .modal-content .modal-body .image-caption {
    background: #FFFFFF;
    padding: 0.625rem 1.25rem;
}
#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}

@media (min-width: 1200px) {
#product-modal .modal-content .modal-body .thumbnails {
    margin-left: 2.5rem;
}
}
#product-modal .modal-content .modal-body .mask {
    position: absolute;
    overflow: hidden;
    max-height: 40.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 8.8125rem;
    cursor: pointer;
    background: white;
    padding: 5px;
}
#product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected {
    box-shadow: inset 0px 0px 0px 4px #7DBB00;
}
#product-modal .modal-content .modal-body .arrows {
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #FFFFFF;
    z-index: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}
#product-modal .modal-content .modal-body .arrows .arrow-up, #product-modal .modal-content .modal-body .arrows .arrow-down {
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    top: -.3rem;
    opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    bottom: 0;
}
#product-modal .modal-content .modal-body .arrows i {
    font-size: 70px;
    line-height: 70px;
    display: inline;
}
#product-modal .modal-content .modal-body .arrows:hover {
    color: #7DBB00;
}
#blockcart-modal {
    color: #000000;
}
#blockcart-modal .modal-content {
    margin: 0 15px;
}
#blockcart-modal .modal-header {
    padding: 0;
    border: none;
}
#blockcart-modal .modal-body {
    background: #FFFFFF;
    padding: 0 2.1875rem;
    position: relative;
    z-index: 0;
}

@media (max-width: 767px) {
#blockcart-modal .modal-body {
    padding: 0;
}
}
#blockcart-modal .modal-body .blockcart-display {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
#blockcart-modal .modal-body .blockcart-display .product-cart-content, #blockcart-modal .modal-body .blockcart-display .cart-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
#blockcart-modal .modal-body .blockcart-display .product-cart-content, #blockcart-modal .modal-body .blockcart-display .cart-content {
    padding: 1.875rem 0;
}
}

@media (max-width: 767px) {
#blockcart-modal .modal-body .blockcart-display {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
}
#blockcart-modal .modal-body .divide-right span {
    display: inline-block;
    margin-bottom: 0.3125rem;
}
#blockcart-modal .modal-body span strong, #blockcart-modal .modal-body p strong {
    text-transform: none;
}
#blockcart-modal .modal-dialog {
    max-width: 56.25rem;
    width: 100%;
}
#blockcart-modal .product-image {
    width: 100%;
    display: block;
    margin-top: 1.25rem;
}

@media (max-width: 575px) {
#blockcart-modal .product-image {
    width: 80%;
    margin: 1.25rem auto 0;
}
}
#blockcart-modal .modal-title {
    font-weight: 400;
    color: #000000;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
#blockcart-modal .product-name {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
    margin-top: 2.1875rem;
}
#blockcart-modal .product-price {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #2f2f2f;
    display: block;
}
#blockcart-modal .cart-products-count {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    padding-left: 1.875rem;
}
#blockcart-modal .cart-products-count i {
    position: absolute;
    top: 0;
    left: 0;
    color: #2f2f2f;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
#blockcart-modal .cart-products-count + p {
    margin-top: 1.875rem;
}
#blockcart-modal .product-cart-content {
    padding-right: 1.875rem;
}

@media (max-width: 767px) {
#blockcart-modal .product-cart-content {
    padding: 1.875rem 0;
}
}
#blockcart-modal .cart-content {
    padding-left: 1.875rem;
}
#blockcart-modal .cart-content p:not(.cart-products-count) {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
}
#blockcart-modal .cart-content p:not(.cart-products-count) strong {
    text-transform: uppercase;
    font-weight: 400;
}
#blockcart-modal .cart-content .btn-cart-products {
    margin-top: 1.875rem;
}
#blockcart-modal .cart-content .btn-cart-products .btn {
    float: left;
}
#blockcart-modal .cart-content .btn-cart-products .btn-lg, #blockcart-modal .cart-content .btn-cart-products .btn-group-lg > .btn {
    padding: 0.8rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4rem;
}
#blockcart-modal .cart-content .btn-cart-products .btn + .btn {
    margin-top: 10px;
    clear: left;
}

@media (max-width: 575px) {
#blockcart-modal .cart-content .btn-cart-products .btn-lg, #blockcart-modal .cart-content .btn-cart-products .btn-group-lg > .btn {
    padding: 0.9375rem 1.25rem;
}
}

@media (min-width: 768px) {
#blockcart-modal .divide-right {
    border-right: #424242 1px solid;
}
}

@media (max-width: 767px) {
#blockcart-modal .divide-right {
    border-bottom: #424242 1px solid;
}
}
.product-images {
    list-style-type: none;
    word-spacing: -4px;
    margin-bottom: 0;
    text-align: center;
}
.product-images .slick-track {
    margin: 0 auto;
}
.product-images li.thumb-container {
    display: inline-block;
    margin: 10px 0;
    padding: 0 4px;
    word-spacing: normal;
}
.product-images li.thumb-container > .thumb {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    background: #FFFFFF;
    padding: 4px;
    box-shadow: inset 0px 0px 0px 2px transparent;
    max-width: 100%;
    margin: 0 auto;
}
.product-images li.thumb-container > .thumb.selected, .product-images li.thumb-container > .thumb:hover {
    background: none;
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
}
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 136px);
    margin: 0 auto;
}

@media (max-width: 1259px) {
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 109px);
}
}

@media (max-width: 1199px) {
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 115px);
}
}

@media (max-width: 767px) {
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 40%);
}
}
/*** arrows slick-slider ***/
.slick-arrow {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #000000;
    background: #e1e1e1;
    transition: all 0.3s ease-in-out;
    font-size: 1.125rem;
    line-height: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    z-index: 2;
}
.slick-arrow.slick-prev {
    right: 100%;
    margin-right: 1.25rem;
}
.slick-arrow.slick-next {
    left: 100%;
    margin-left: 1.25rem;
}
.slick-arrow:hover {
    color: #FFFFFF;
    background: #000000;
}
.slick-arrow.slick-disabled {
    opacity: 0.7;
    pointer-events: none;
}
#product-availability {
    display: block;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
    transition: all 0.3s ease-in-out;
}
#product-availability span {
    padding: 4px 7px;
    display: inline-block;
}
#product-availability.available span {
    background: #7DBB00;
}
#product-availability.unavailable span {
    background: #424242;
}
#product-details .label {
    font-size: 1rem;
    color: #424242;
    font-weight: bold;
}
.product-features {
    margin-top: 1.25rem;
}
.product-features h3 {
    font-size: 1.25rem;
    color: #000000;
    letter-spacing: 0.02em;
}
.product-features > dl.data-sheet {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    font-weight: normal;
    background: #e1e1e1;
    padding: 0.625rem;
    margin-right: 0.625rem;
    min-height: 2.5rem;
    word-break: break-all;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #efefef;
}
.product-attachments h3 {
    font-size: 1.25rem;
    color: #000000;
    letter-spacing: 0.02em;
}
.product-attachments h3 + .attachment {
    margin-top: 1.25rem;
}
.product-action-detail {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
.product-variants {
    display: block;
}
.product-variants > .product-variants-item {
    margin: 0 2.1875rem 0 0;
}
.product-variants > .product-variants-item:last-child {
    margin-right: 0;
}
.product-variants > .product-variants-item ul {
    margin-bottom: 0;
}
.product-variants > .product-variants-item .control-label {
    display: block;
    /*color: #000000; */
	color: #009681;
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}
.product-variants > .product-variants-item select {
    border: 1px solid #E4E4E4;
    height: 2.375rem;
   /* width: 12.925rem;*/
   width: 13.325rem;
    border-radius: 0px;
    color: #424242;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background: none;
   
    padding: 9px 25px 9px 15px;
}
.product-variants > .product-variants-item select:focus {
    outline: none;
}
.product-variants > .product-variants-item ul li {
    margin-right: 4px;
}
.page-content {
    position: relative;
}
.page-content.card-block {
    padding: 1rem;
}
.product-flags {
    margin-bottom: 0;
}
.product-flags > li.product-flag {
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
}
.product-flags > li.product-flag.new {
    left: 0;
    opacity: 1;
}
.product-flags > li.product-flag.on-sale {
    right: 0;
    opacity: 1;
}
.product-flags > li.product-flag.on-sale + .new {
    left: 0;
    opacity: 1;
}
.product-flags > li.product-flag.online-only {
    left: 0;
    opacity: 1;
}
.product-flags > li.product-flag.online-only + .new {
    left: 0;
    opacity: 1;
    top: 70px;
}
.product-flags > li.product-flag.online-only + .new + .pack {
    left: 0;
    opacity: 1;
    top: 105px;
}
.product-flags > li.product-flag.new + .pack {
    top: 35px;
    left: 0;
    opacity: 1;
}
.product-customization {
    border-top: solid 1px #bfbfbf;
    padding-top: 25px;
}
.product-customization .card {
    background: none;
    border: none;
    box-shadow: none;
}
.product-customization .card-block {
    padding: 0;
}
.product-customization .product-customization-item {
    margin: 1.25rem 0;
}
.product-customization .product-customization-item label {
    text-align: left;
}
.product-customization h3 {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}
.product-customization .product-message {
    background: #FFFFFF;
    border: solid 1px transparent;
    width: 100%;
    height: 4.75rem;
    resize: none;
    transition: all 0.3s ease-in-out;
    text-indent: 1.25rem;
    padding: 5px 0;
    border-radius: 10px;
}
.product-customization .product-message:focus {
    border-color: #bfbfbf;
    outline: none;
}
 .product-customization .product-message::-webkit-input-placeholder {
 color: #a6a6a6;
}
 .product-customization .product-message::-moz-placeholder {
 color: #a6a6a6;
}
 .product-customization .product-message:-moz-placeholder {
 color: #a6a6a6;
}
 .product-customization .product-message:-ms-input-placeholder {
 color: #a6a6a6;
}
.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
    border-radius: 30px;
}
.product-customization .custom-file {
    background: #FFFFFF;
    position: relative;
    width: 100%;
    height: 2.375rem;
    line-height: 2.375rem;
    text-indent: 1.25rem;
    display: block;
    color: #424242;
    margin-top: 0.625rem;
    border-radius: 30px;
}
.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product-customization small {
    color: #424242;
}
.product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    padding: 0 10px;
}
.product-pack .pack-product-container .pack-product-price-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
.product-pack .pack-product-container .pack-product-price-wrap .pack-product-price {
    padding-right: 0.625rem;
}
.product-pack .pack-product-container .thumb-mask .mask {
    border: none;
}
.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #424242;
}
.product-pack .pack-product-container .pack-product-quantity {
    border-left: #ebebeb 1px solid;
    padding-left: 0.625rem;
}
.product-pack .pack-product-container .pack-product-price {
    color: #2f2f2f;
}
.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-quantity {
    color: #000000;
}
.product-pack .pack-product-container .pack-product-quantity {
    white-space: nowrap;
}
.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.product-refresh {
    margin-top: 1.25rem;
}
.social-sharing {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    display: block;
    margin-top: 2rem;
}
.social-sharing span {
    display: none;
}
.social-sharing ul {
    margin-bottom: 0;
}
.social-sharing li {
    display: inline-block;
}
.social-sharing li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.social-sharing li + li {
    margin-left: 21px;
}
.products-selection {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.products-selection .title {
    color: #000000;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 5px;
}
.btn.to_top {
    position: relative;
    padding-right: 2.1875rem;
}
.btn.to_top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.5rem;
    margin-right: 0;
}

/*** Responsive part ***/
@media (min-width: 1200px) {
#product-modal .modal-content .modal-body .thumbnails {
    width: 266px;
}
}

@media (min-width: 992px) {
.product-detail-wrap {
    padding-top: 0rem;
}
}

@media (min-width: 768px) {
.product-detail-wrap {
    padding-left: 0.5rem;
    padding-bottom: 40px;
}
.product-variants {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
}
#product.layout-both-columns .product-left-column, #product.layout-both-columns .product-right-column {
    width: 100%;
}
#product.layout-both-columns .product-left-column {
    border: none;
}
}

@media (max-width: 1199px) {
.products-selection > div + div {
    margin-top: 20px;
}
#product-modal .modal-dialog {
    max-width: 700px;
}
#product-modal .modal-dialog .modal-content .image-caption, #product-modal .modal-dialog .modal-content .product-cover-modal {
    width: 100%;
}
#product-modal .modal-dialog .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
#product-modal .modal-dialog .modal-content .modal-body .mask {
    display: block;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#product-modal .modal-dialog .modal-content .modal-body .arrows {
    display: none;
}
.product-images li.thumb-container {
    width: 100px;
}
}

@media (max-width: 991px) {
.product-information-bottom {
    margin-top: 5rem;
}
#product-modal .modal-dialog {
    max-width: 600px;
}
#product-modal .modal-content .modal-body figure {
    width: 100%;
}
#product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected {
    box-shadow: inset 0px 0px 0px 2px black;
}
.product-images li.thumb-container {
    width: 80px;
}
}

@media (max-width: 767px) {
.product-information-bottom {
    margin-top: 3.125rem;
}
.product-variants > .product-variants-item {
    margin-right: 0;
}
.product-variants > .product-variants-item select {
    width: 12.5rem;
}
.product-pack .pack-product-container .pack-product-name {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
.product-right-column {
    margin-top: 30px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.product-cover .layer {
    opacity: 1;
}
.product-cover .layer .zoom-in {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
#product.layout-left-column .product-left-column, #product.layout-left-column .product-right-column, #product.layout-right-column .product-left-column, #product.layout-right-column .product-right-column {
    width: 100%;
}
#product.layout-left-column .product-left-column, #product.layout-right-column .product-left-column {
    border: none;
}
#product.layout-left-column .product-left-column .page-content, #product.layout-right-column .product-left-column .page-content {
    width: 60%;
    margin: 0 auto;
}
}
.card {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    border: none;
}
.cart-grid {
    margin-bottom: 1rem;
}
.cart-items {
    margin-bottom: 0;
}
.cart-items > li + li {
    border-top: solid 1px #bfbfbf;
}
.cart-item {
    padding: 1rem 0;
}
.cart-summary-line {
    clear: both;
    font-size: 1.125rem;
    line-height: 1.5em;
}
.cart-summary-line::after {
    content: "";
    display: table;
    clear: both;
}
.cart-summary-line .label {
    padding-left: 0;
    white-space: inherit;
    font-size: 1.125rem;
    line-height: 1.5em;
    color: #424242;
}
.cart-summary-line .value {
    color: #424242;
    float: right !important;
}
.cart-summary-line.cart-summary-subtotals .label, .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal;
}
/** CART BODY **/
.cart-grid-body {
    margin-bottom: 0.75rem;
}
.cart-grid-body a.label:hover {
    color: #7DBB00;
}
.cart-grid-body .card-block {
    padding: 0 0 1em 0;
}
.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    text-transform: none;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.5em;
    font-family: "Open Sans", sans-serif;
}
.cart-grid-body hr {
    margin: 0;
}
.cart-grid-body .cart-overview {
    padding: 1em 0;
}
/** CART RIGHT **/
.cart-grid-right hr {
    margin: 0;
}
.cart-grid-right .cart-summary {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
}
.cart-grid-right .cart-summary .cart-detailed-totals .card-block {
    padding: 1.25rem 0;
}
.cart-grid-right .promo-discounts {
    margin-bottom: 0;
}
.cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #424242;
}
.cart-grid-right .promo-discounts .cart-summary-line .label .code {
    text-decoration: underline;
    cursor: pointer;
}
.cart-grid-right #block-reassurance {
    background: #FFFFFF;
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    color: #000000;
}
.cart-grid-right #block-reassurance li .block-reassurance-item {
    padding: 0.5rem 0;
}
.cart-grid-right #block-reassurance ul {
    margin-bottom: 0;
}
.block-promo {
    margin-top: 2rem;
}
.block-promo .promo-code {
    background: #ffffff;
}
.block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.25rem;
    background: #ff4c4c;
    color: white;
    display: none;
}
.block-promo .promo-code .alert-danger::after {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ff4c4c;
    border-width: 10px;
    margin-left: -10px;
}
.block-promo .promo-input {
    color: #424242;
    border: #e4e4e4 1px solid;
    height: 2.5rem;
    text-indent: 0.625rem;
    width: 60%;
}
.block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize;
}
.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #DC1F26;
    font-weight: 400;
}
.block-promo .cart-summary-line .label a, .block-promo .promo-name a {
    font-weight: normal;
    color: #424242;
    display: inline-block;
}
.block-promo .promo-code-button {
    margin-bottom: 1.25rem;
    display: inline-block;
    font-size: 1.1rem;
    color: #424242;
}
.block-promo.promo-highlighted {
    padding: 0.25rem;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
}
/** CONTENT LEFT **/
.product-line-grid-left img {
    max-width: 100%;
}
/** CONTENT BODY **/
.product-line-grid-body > .product-line-info {
    color: #424242;
}
.product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    text-align: left;
    white-space: inherit;
    color: #424242;
}
.product-line-grid-body > .product-line-info > .label.product-name {
    font-size: 1.125rem;
    line-height: 1.25rem;
}
.product-line-grid-body > .product-line-info > .out-of-stock {
    color: #686868;
}
.product-line-grid-body > .product-line-info > .available {
    color: #5c81a0;
}
.product-line-grid-body > .product-line-info > .product-price {
    margin-right: 0.3125rem;
}
.product-line-grid-body > .product-line-info > .unit-price-cart {
    font-size: 0.875rem;
}
/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin > .form-control, .product-line-grid-right .bootstrap-touchspin > .input-group {
    border: none;
    color: #a6a6a6;
    font-size: 0.875rem;
    line-height: 2.375rem;
    height: 2.375rem;
    font-family: "Open Sans", sans-serif;
    background: none;
    width: 2.1875rem;
    padding: 0;
    text-align: center;
    box-shadow: none;
}
.product-line-grid-right .bootstrap-touchspin > .form-control:focus, .product-line-grid-right .bootstrap-touchspin > .input-group:focus {
    box-shadow: none;
}
.product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto;
}
.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    line-height: 36px;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart, .product-line-grid-right .product-price .remove-from-cart {
    display: inline-block;
    margin-top: 0.3125rem;
}
.product-line-grid-right .qty {
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
}
.product-line-grid-right .qty .input-group.bootstrap-touchspin {
    position: relative;
    display: inline-block;
    width: 6.25rem;
    border: solid 1px #E4E4E4;
    height: 2.375rem;
    padding: 0 30px;
}
.product-line-grid-right .qty .input-group-btn-vertical {
    position: static;
}
.product-line-grid-right .qty .input-group-btn-vertical .btn {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
}
.product-line-grid-right .qty .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
}
.product-line-grid-right .qty .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
}
.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn {
    position: absolute;
    background: none;
    border: none;
}
.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn:hover {
    color: #7DBB00;
}
.product-line-grid-right .qty .bootstrap-touchspin .input-group-btn-vertical > button.btn i {
    font-size: 1rem;
    line-height: 1rem;
}
.product-line-grid-right .price {
    text-align: center;
}

/*** Responsive part ***/
@media (max-width: 767px) {
.product-line-grid-body {
    margin-bottom: 1rem;
}
}

@media (max-width: 575px) {
.cart-items {
    padding: 1rem 0;
}
.cart-item {
    border-bottom: 1px solid #ebebeb;
}
.cart-item:last-child {
    border-bottom: 0;
}
.cart-grid-body .no-items {
    padding: 1rem;
    display: inline-block;
}
.product-line-grid-left {
    padding-right: 0 !important;
}
}

@media (max-width: 991px) {
.cart-grid-body + .cart-grid-right {
    margin-top: 30px;
}
}

@media (max-width: 479px) {
.product-line-grid-right .qty, .product-line-grid-right .price {
    width: 100%;
    text-align: left;
}
}
#block-reassurance {
    margin-top: 2rem;
}
#block-reassurance img {
    opacity: .7;
    width: 1.5625rem;
    margin-right: 0.625rem;
}
#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#block-reassurance li:last-child {
    border: 0;
}
#block-reassurance li .block-reassurance-item {
    padding: 1rem 1.5rem;
}
#product #block-reassurance {
    box-shadow: none;
    background: white;
}
#product #block-reassurance span {
    font-weight: 400;
}
.quickview .quickview-display {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 0;
}
.quickview .quickview-display > div {
    padding-top: 40px;
    padding-bottom: 40px;
}
.quickview .quickview-display > div:first-child {
    /*	border-right: solid 1px #bfbfbf;*/
    padding-left: 0;
    padding-right: 0;
}
.quickview .quickview-display .product-cover img {
    padding: 0;
    width: 100%;
}
.quickview .modal-dialog {
    max-width: 71.7rem;/* padding: 0 30px; */
}
.quickview .modal-content {
    background: #FFFFFF;
    border-radius: 0;
}
.quickview .modal-header {
    border: none;
    padding: 0;
}
.quickview .modal-body {
    padding: 0;
}
.quickview .modal-footer {
    border: none;
    margin-top: 0;
    padding: 0;
}
.quickview .layer {
    display: none;
}
.quickview .images-container {
    padding: 0 35px;
}
.quickview .images-container .product-images li.thumb-container {
    margin: 0 4px;
    width: 80px;
}
.quickview .images-container .product-images li.thumb-container > .thumb {
    cursor: pointer;
    width: 100%;
    background: #FFFFFF;
    opacity: 0.3;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0px 0px 0px 2px transparent;
}
.quickview .images-container .product-images li.thumb-container > .thumb.selected, .quickview .images-container .product-images li.thumb-container > .thumb:hover {
    opacity: 1;
    border: solid 1px #E4E4E4;
}
.quickview .mask {
    margin-top: 20px;
    width: 100%;
}
.quickview .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 29px;
    height: 29px;
    background: #e9e9e9;
    border: none;
    font-size: 1.125rem;
    line-height: 29px;
    color: #000000;
}
.quickview .slick-arrow.slick-prev {
    right: 100%;
    margin-right: 3px;
}
.quickview .slick-arrow.slick-next {
    left: 100%;
    margin-left: 3px;
}
.quickview .slick-arrow:hover {
    background: #000000;
    color: #FFFFFF;
}
.quickview .social-sharing {
    margin-top: 1.5625rem;
}
.quickview h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

/*** Responsive part ***/
@media (min-width: 992px) {
.quickview .quickview-display > div:last-child {
    padding-left: 40px;
    padding-right: 35px;
}
.quickview .images-container {
    padding: 0 60px;
}
}
#stores .page-header {
    text-align: center;
    color: #000000;
}
#stores .page-header h1 {
    font: 300 65px/85px "Open Sans", sans-serif;
}
#stores .page-stores .store-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border: solid 1px #bfbfbf;
    box-shadow: none;
}
#stores .page-stores .store-picture img {
    max-width: 100%;
}
#stores .page-stores .store-item-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 1.875rem 0;
}
#stores .page-stores .store-item-container ul {
    margin-bottom: 0;
    font-size: 0.9375rem;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: #bfbfbf 1px solid;
    color: #000000;
}
#stores .page-stores .store-item-container .divide-left tr {
    height: 1.5625rem;
}
#stores .page-stores .store-item-container .divide-left td {
    padding-left: 0.375rem;
}
#stores .page-stores .store-item-container .divide-left th {
    text-align: right;
}
#stores .page-stores .store-item-container .store-description {
    font-size: 1rem;
}
#stores .page-stores .store-item-footer {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid;
}
#stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}
#stores .page-stores .store-item-footer i.material-icons {
    margin-right: 0.625rem;
    color: #424242;
    font-size: 1rem;
}
#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}

/*** Responsive part ***/
@media (max-width: 767px) {
#stores .page-stores .store-item-container {
    padding: 1rem 0;
}
}

@media (max-width: 575px) {
#stores .page-stores .store-item-container {
    display: block;
}
#stores .page-stores .store-item-container .divide-left {
    border-left: none;
}
#stores .page-stores .store-item-container .store-description a {
    margin-bottom: 0.5rem;
}
#stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
}
#stores .page-stores .store-item-footer {
    display: block;
}
#stores .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid;
}
#stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
}
#stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
}
}
.block_newsletter form {
    position: relative;
}
.block_newsletter form input[type=text] {
    border-radius: 0px;
    background: #d2d2d2;
    color: #727272;
    box-sizing: border-box;
    border: solid 1px #b4b4b4;
    transition: all 0.3s ease-in-out;
    height: 4rem;
    padding: 1.3125rem 2.1875rem;
}
.block_newsletter form input[type=text]:focus {
    border-color: #7DBB00;
}
.block_newsletter form input[type=text]:focus, .block_newsletter form input[type=text]:active, .block_newsletter form input[type=text]:active:focus {
    outline: none;
}
 .block_newsletter form input[type=text]::-webkit-input-placeholder {
 color: #727272;
}
 .block_newsletter form input[type=text]::-moz-placeholder {
 color: #727272;
}
 .block_newsletter form input[type=text]:-moz-placeholder {
 color: #727272;
}
 .block_newsletter form input[type=text]:-ms-input-placeholder {
 color: #727272;
}
.block_newsletter form button[type=submit] {
    background: none;
    border: none;
    color: #424242;
}

@media (min-width: 1200px) {
.block_newsletter {
    width: 22%;
}
}
.block_newsletter h3 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    margin-bottom: 0.9375rem;
}
.block_newsletter h3 a {
    color: #000000;
    margin-bottom: 0;
}
.block_newsletter h3 a:hover, .block_newsletter h3 a:focus, .block_newsletter h3 a:active {
    color: #7DBB00;
}
.block_newsletter .txt-wrapper {
    color: #000000;
}
.block_newsletter .form-group .input-wrapper {
    margin-bottom: 0.625rem;
}
.block_newsletter .form-group input[type=text] {
    width: 100%;
    background: #d2d2d2;
    color: #727272;
    height: 3rem;
    padding: 0.5rem 1rem;
}
.block_newsletter .form-group .btn-lg, .block_newsletter .form-group .btn-group-lg > .btn {
    padding-left: 4rem;
    padding-right: 4rem;
}
.block-contact {
    color: #000000;
}
.header-nav .links h3.h3 {
    display: none;
}
.header-nav .links ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
.header-nav .links ul > li a {
    color: #232322;
}
.header-nav .links ul > li a:hover, .header-nav .links ul > li a:focus, .header-nav .links ul > li a:active {
    color: #7DBB00;
}
.header-nav .links ul > li + li {
    margin-left: 1.5625rem;
}

@media (max-width: 1199px) {
.header-nav .links ul > li a {
    font-size: 1rem;
    font-weight: 400;
}
}

@media (max-width: 991px) {
.header-nav .links ul {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.header-nav .links ul > li {
    display: block;
}
.header-nav .links ul > li a {
    color: #000000;
}
.header-nav .links ul > li a:hover, .header-nav .links ul > li a:focus, .header-nav .links ul > li a:active {
    color: #7DBB00;
}
.header-nav .links ul > li + li {
    margin-left: 0;
    margin-top: 1.375rem;
}
}
.header-nav .links .blockcms-title a {
    color: #424242;
}
body:not(#index) #footer {
    border-top: solid 1px #D4D4D4;
}
.footer-container {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 1199px) {
.footer-container .block_newsletter {
    clear: left;
}
}
.footer-container .block-categories .category-sub-menu .navbar-toggler {
    display: none;
}
.footer-container .links > div {
    width: 100%;
    padding: 0;
}
.footer-container .links h3.h3 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    margin-bottom: 0.9375rem;
}
.footer-container .links h3.h3 a {
    color: #000000;
    margin-bottom: 0;
}
.footer-container .links h3.h3 a:hover, .footer-container .links h3.h3 a:focus, .footer-container .links h3.h3 a:active {
    color: #7DBB00;
}

@media (max-width: 1199px) {
.footer-container .links {
    clear: left;
}
}
.footer-container .links ul > li a, .footer-container #block_myaccount_infos ul > li a {
    position: relative;
    padding-left: 1.375rem;
}
.footer-container .links ul > li a:before, .footer-container #block_myaccount_infos ul > li a:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\F105";
    display: inline-block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
    color: #7DBB00;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 0;
}
.footer-container .links ul > li a:hover:before, .footer-container #block_myaccount_infos ul > li a:hover:before {
    left: 0.3125rem;
}
.footer-container .links ul > li + li, .footer-container #block_myaccount_infos ul > li + li {
    margin-top: 0.8125rem;
}

@media (min-width: 1200px) {
.footer-container .display-footer {
    width: 28%;
}
}
.footer-container .block-social {
    margin-top: 2.0625rem;
}

@media (max-width: 767px) {
.footer-container {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem;
}
.footer-container:nth-child(2n+3) {
    clear: left;
}
}
.bottom-footer, body#checkout #footer {
    text-align: left;
    color: #424242;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    border-top: solid 1px #D4D4D4;
    padding: 1rem 3.5rem;
}
.blockcms-title, .myaccount-title, .myaccount-title a, .block-contact-title, .block-categories-title {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    margin-bottom: 0.9375rem;
}
.blockcms-title a, .myaccount-title a, .myaccount-title a a, .block-contact-title a, .block-categories-title a {
    color: #000000;
    margin-bottom: 0;
}
.blockcms-title a:hover, .blockcms-title a:focus, .blockcms-title a:active, .myaccount-title a:hover, .myaccount-title a:focus, .myaccount-title a:active, .myaccount-title a a:hover, .myaccount-title a a:focus, .myaccount-title a a:active, .block-contact-title a:hover, .block-contact-title a:focus, .block-contact-title a:active, .block-categories-title a:hover, .block-categories-title a:focus, .block-categories-title a:active {
    /*color: #7DBB00;*/
	color: #7DBB00;
}
.block-social ul {
    margin-bottom: 0;
}
.block-social ul li {
    float: left;
    padding: 5px 20px 0 0;
}
.block-social ul li a {
    font-size: 1.8rem;
    line-height: 2rem;
}
.block-social ul li a span {
    display: none;
}
.block-social ul li + li {
    padding: 5px 20px 0 0;
}
.footer-flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
.footer-flex {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.footer-flex > div:nth-child(1) {
    order: 1;
}
.footer-flex > div:nth-child(2) {
    order: 2;
}
.footer-flex > div:nth-child(3) {
    order: 3;
}
.footer-flex > div:nth-child(4) {
    order: 5;
}
.footer-flex > div:nth-child(5) {
    order: 4;
}
}
.facebook::before {
    font-family: "FontAwesome";
    content: "\F09A";
    display: inline-block;
    font-weight: normal;
}
.twitter:before {
    font-family: "FontAwesome";
    content: "\F099";
    display: inline-block;
    font-weight: normal;
}
.rss:before {
    font-family: "FontAwesome";
    content: "\F09E";
    display: inline-block;
    font-weight: normal;
}
.youtube:before {
    font-family: "FontAwesome";
    content: "\F167";
    display: inline-block;
    font-weight: normal;
}
.googleplus:before {
    font-family: "FontAwesome";
    content: "\F0D5";
    display: inline-block;
    font-weight: normal;
}
.pinterest:before {
    font-family: "FontAwesome";
    content: "\F0D2";
    display: inline-block;
    font-weight: normal;
}
.vimeo:before {
    font-family: "FontAwesome";
    content: "\F27D";
    display: inline-block;
    font-weight: normal;
}
.instagram:before {
    font-family: "FontAwesome";
    content: "\F16D";
    display: inline-block;
    font-weight: normal;
}
.contact-rich {
    color: #424242;
    margin-bottom: 2rem;
}
.contact-rich h4 {
    text-transform: uppercase;
    color: #424242;
    margin-bottom: 2rem;
}
.contact-rich .block {
    height: auto;
    overflow: hidden;
}
.contact-rich .block .icon {
    float: left;
    width: 3.5rem;
}
.contact-rich .block .icon i {
    font-size: 2rem;
    /*color: #7DBB00;*/
	color: #009681;
}
.contact-rich .block .data {
    color: #424242;
    font-size: 0.875rem;
    width: auto;
    overflow: hidden;
}
.contact-rich .block .data.email {
    padding-top: 0.375rem;
}
.contact-form {
    background: white;
    padding: 1rem;
    color: #424242;
    width: 100%;
}
.contact-form h3 {
    text-transform: uppercase;
    color: #424242;
}
#pagenotfound #main {
    text-align: center;
}
#pagenotfound #main h2 {
    margin: 2rem 0 3rem;
    font-size: 2.5rem;
    line-height: 2.8125rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
#pagenotfound #main h2:before, #pagenotfound #main h2:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #7DBB00;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#pagenotfound #main h2:before {
    right: 100%;
    margin-right: 35px;
}
#pagenotfound #main h2:after {
    left: 100%;
    margin-left: 35px;
}
}

@media (max-width: 767px) {
#pagenotfound #main h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
}
}
#pagenotfound #main .page-content {
    margin-bottom: 10rem;
}
#pagenotfound .page-not-found {
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    background: white;
    padding: 1rem;
    font-size: 0.875rem;
    color: #424242;
    max-width: 570px;
    margin: 0 auto;
}
#pagenotfound .page-not-found h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.5rem 0 1rem;
    color: #000000;
}
#pagenotfound .page-not-found .search-widget {
    float: none;
    width: 100%;
    margin-bottom: 0.9375rem;
}
#pagenotfound .page-not-found .search-widget input {
    width: 100%;
}
.language-selector {
    letter-spacing: 0.02em;
    cursor: pointer;
}
.language-selector::after {
    content: "";
    display: table;
    clear: both;
}
.language-selector .language-selector-title {
    display: none;
}
.language-selector span.expand-more {
    text-transform: uppercase;
}
.language-selector .expand-more {
    color: #232322;
    transition: all 0.3s ease-in-out;
}
.language-selector > a {
    color: #FFFFFF;
}
.language-selector > a i {
    font-size: 1rem;
    line-height: 1rem;
}

@media (min-width: 992px) {
.language-selector > a i {
    margin-left: 1.0625rem;
}
}
.language-selector.open .expand-more, .language-selector:hover .expand-more {
    color: #7DBB00;
}
.language-selector .dropdown-menu {
    background: #424242;
    border: none;
    margin: 0;
    padding: 1.25rem;
    cursor: default;
    min-width: 90px;
    left: 53%;
    box-shadow: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.language-selector .dropdown-menu > li a {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    width: auto;
    color: #FFFFFF;
    text-transform: uppercase;
}
.language-selector .dropdown-menu > li a:hover {
    color: #7DBB00;
}
.language-selector .dropdown-menu > li + li {
    margin-top: 0.375rem;
}
.language-selector .dropdown-menu > li.current a {
    color: #7DBB00;
}

/*** Responsive part ***/
@media (max-width: 1199px) {
.language-selector .dropdown-menu > li a {
    color: #424242;
}
.language-selector .dropdown-menu > li.current a {
    color: #FFFFFF;
}
.language-selector .dropdown-menu > li {
    float: left;
    background: #E4E4E4;
    padding: 5px 15px;
    margin: 10px;
}
.language-selector .dropdown-menu > li + li {
    padding: 5px 15px;
    margin: 10px;
}
.language-selector .dropdown-menu > li.current {
    background: #7DBB00;
    padding: 5px 15px;
    margin: 10px;
}
}

@media (max-width: 991px) {
.language-selector {
    clear: left;
    border-top: solid 1px #bfbfbf;
    margin-top: 0.9375rem;
    padding-top: 0.9375rem;
}
.language-selector .dropdown-menu {
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    min-width: inherit;
    background: none;
    margin-top: 0;
}
.language-selector .dropdown-menu > li {
    float: left;
}
}
.currency-selector {
    cursor: pointer;
}
.currency-selector::after {
    content: "";
    display: table;
    clear: both;
}
.currency-selector > span:first-child {
    display: none;
}
.currency-selector .expand-more {
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.currency-selector > a {
    color: #FFFFFF;
}
.currency-selector > a i {
    font-size: 1rem;
    line-height: 1rem;
}
.currency-selector.open .expand-more, .currency-selector:hover .expand-more {
    color: #7DBB00;
}
.currency-selector .dropdown-menu {
    background: #424242;
    border: none;
    margin: 0;
    padding: 1.25rem;
    cursor: default;
    min-width: 80px;
    left: 53%;
    box-shadow: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.currency-selector .dropdown-menu > li a {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    width: auto;
    color: #FFFFFF;
}
.currency-selector .dropdown-menu > li a:hover {
    color: #7DBB00;
}
.currency-selector .dropdown-menu > li + li {
    margin-top: 6px;
}
.currency-selector .dropdown-menu > li.current a {
    color: #7DBB00;
}

/*** Responsive part ***/
@media (max-width: 1199px) {
.currency-selector .dropdown-menu > li a {
    color: #424242;
}
.currency-selector .dropdown-menu > li.current a {
    color: #FFFFFF;
}
.currency-selector .dropdown-menu > li {
    background: #E4E4E4;
    padding: 5px 15px;
    margin: 10px;
}
.currency-selector .dropdown-menu > li + li {
    padding: 5px 15px;
    margin: 10px;
}
.currency-selector .dropdown-menu > li.current {
    background: #7DBB00;
    padding: 5px 15px;
    margin: 10px;
}
}

@media (min-width: 992px) {
.currency-selector > a i {
    margin-left: 1.0625rem;
}
}

@media (max-width: 991px) {
.currency-selector {
    clear: left;
}
.currency-selector .dropdown-menu {
    padding: 0;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    min-width: inherit;
    background: none;
}
.currency-selector .dropdown-menu > li {
    float: left;
}
}
.blockcart {
    min-width: 218px;
}
.blockcart .header {
    color: #000000;
    display: inline-block;
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #E4E4E4;
    padding: 0.8rem 2.5rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.blockcart .header:hover {
    background: #7DBB00;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.blockcart .header:hover i {
    color: #FFFFFF;
}
.blockcart .header a {
    position: relative;
}
.blockcart .header a:hover {
    color: #FFFFFF;
}
.blockcart .header a:hover i {
    color: #FFFFFF;
}
.blockcart .header i {
    color: #000000;
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-top: -0.5rem;
    margin-right: 0.625rem;
    transition: all 0.3s ease-in-out;
}
.blockcart .header .cart-products {
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.blockcart .header:hover .cart-products {
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.blockcart .header:hover .cart-products-count {
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}
.blockcart .header .cart-products + .cart-products-count {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}
.blockcart .header .cart-products .cart-products-count {
    letter-spacing: 0.02em;
}

/*** Responsive part ***/
@media (max-width: 991px) {
.blockcart {
    text-align: center;
}
}
.category-block .bx-viewport .products .thumbnail-container {
    margin-bottom: 50px;
}
/*** Bx-slider style ***/
.category-block .bx-wrapper {
    position: relative;
    padding: 0;
    margin: 0 auto !important;
 *zoom: 1;
    max-width: 100%!important;
}
.category-block .bx-wrapper ul.product_list.grid > li {
    clear: none;
}
.category-block .bx-wrapper img {
    max-width: 100%;
    display: block;
}
.category-block .bx-wrapper .bx-pager, .category-block .bx-wrapper .bx-controls-auto {
    position: absolute;
    width: auto;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: auto;
}
.category-block .bx-wrapper .bx-loading {
    min-height: 50px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    display: none;
}
.category-block .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #a6a6a6;
    padding-top: 20px;
}
.category-block .bx-wrapper .bx-pager .bx-pager-item, .category-block .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
 *zoom: 1;
 *display: inline;
}
.category-block .bx-wrapper .bx-pager .bx-pager-item + .bx-pager-item {
    margin-left: 10px;
}
.category-block .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: solid 1px #E4E4E4;
    outline: 0;
    margin: 0;
    border-radius: 0;
}
.category-block .bx-wrapper .bx-pager.bx-default-pager a:hover, .category-block .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #424242;
}
.category-block .bx-wrapper .bx-controls-direction a {
    height: 44px;
    width: 44px;
    line-height: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    overflow: hidden;
    border: solid 1px #E4E4E4;
    background: #ffffff;
    text-align: center;
}
.category-block .bx-wrapper .bx-controls-direction a:before {
    padding-left: 2px;
    color: #424242;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 42px;
    transition: all 0.3s ease-in-out;
}
.category-block .bx-wrapper .bx-controls-direction a:hover {
    background: #424242;
}
.category-block .bx-wrapper .bx-controls-direction a:hover:before {
    color: #ffffff;
}
.category-block .bx-next {
    right: 0;
}
.category-block .bx-next:before {
    content: "\F105";
}
.category-block .bx-prev {
    left: 0;
}
.category-block .bx-prev:before {
    content: "\F104";
}
.category-block .bx-wrapper .bx-controls-auto {
    text-align: center;
}
.category-block .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.category-block .bx-wrapper .bx-controls-auto .bx-start:hover, .category-block .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.category-block .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}
.category-block .bx-wrapper .bx-controls-auto .bx-stop:hover, .category-block .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.category-block .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.category-block .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.category-block .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #434343;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.category-block .bx-wrapper .bx-caption span {
    color: #ffffff;
    font-family: "Maven Pro", sans-serif;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/**************************		TOP HORIZONTAL MENU START   ***************************/
.top_menu {
    clear: both;
}
.top_menu > ul {
    padding: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: left;
    -moz-box-pack: left;
    box-pack: left;
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    -o-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
}
.top_menu > ul > li {
    border-right: solid 1px #679a00;
    border-bottom: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 1023px) {
.top_menu > ul > li {
    border-bottom: solid 1px #679a00;
}
}
.top_menu > ul > li > a {
    display: block;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    /*	padding: 0.75rem 1.25rem;*/
    padding: 1rem;
    text-align: center;
    background: transparent;
    z-index: 0;
}
.top_menu > ul > li > a.sf-with-ul:before {
    position: absolute;
    font-family: "Material Icons";
    content: "\E313";
    display: inline-block;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3px;
    z-index: 1;
}
.top_menu > ul > li:first-child a:after {
    display: none;
}
.top_menu > ul > li:hover > span.menu-mobile-grover:before {
    color: #7DBB00;
}
.top_menu > ul > li > ul.is-simplemenu {
    right: auto;
    left: 0;
    top: 59px;
}
.top_menu .menu {
    position: relative;
    background: #7DBB00;
    z-index: 11;
}
.top_menu li a {
    position: relative;
}
.top_menu li.simple, .top_menu li li {
    position: relative;
    font-weight: 400;
    line-height: 2rem;
}
.top_menu li.simple h3, .top_menu li li h3 {
    position: relative;
    font-weight: 400;
    line-height: 4rem;
    color: #000000;
    font-size: 25px;
    display: none;
}
.top_menu .menu_badge {
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 2;
    font-size: 10px;
    display: inline-block;
    background: #DC1F26;
    color: #FFFFFF;
    padding: 1px 5px 2px 5px;
    line-height: 12px;
    border-radius: 3px;
    margin-left: 10px;
}
.top_menu .is-megamenu {
    width: 100%;
    padding: 0 15px;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
}
.top_menu .is-megamenu .megamenu-row {
    padding-top: 15px;
    padding-bottom: 15px;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    position: relative;
    z-index: 0;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 > [class*='col-'] {
/*	width: 100%;*/
}
.top_menu .is-megamenu li li {
    padding-left: 10px;
}
.top_menu .is-megamenu ul.content > li.category > a {
    display: inline-block;
    color: #000000;
    text-transform: capitalize;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    padding-left: 1.375rem;
    position: relative;
}
.top_menu .is-megamenu ul.content > li.category > a:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\F105";
    display: inline-block;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
    color: #7DBB00;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    transition: all 0.3s ease-in-out;
}
.top_menu .is-megamenu ul.content > li.category > a:hover:before {
    left: 0.3125rem;
}
.top_menu .is-megamenu ul.content > li.category > a:hover {
    color: #7DBB00;
}
.top_menu .is-megamenu ul.content > li.category + li {
/*	margin-top: 0.8125rem;*/
}
.top_menu .is-megamenu ul.content ul {
    opacity: 1 !important;
    display: block !important;
}
.top_menu .megamenu_banner {
    text-align: center;
}
.top_menu .megamenu_banner > a {
    display: inline-block;
    padding: 0;
}
.top_menu .megamenu_banner > a img {
    will-change: opacity;
    transition: all 0.3s ease-in-out;
}
.top_menu .megamenu_banner > a .description p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #000000;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 1.25rem;
    transition: all 0.3s ease-in-out;
}
.top_menu .megamenu_banner > a:hover img {
    opacity: 0.6;
}
.top_menu .megamenu_banner > a:hover .description p {
    color: #7DBB00;
}
.top_menu .btn-menu {
    position: absolute;
    top: -35px;
    left: 0;
    transition: all 0.3s ease-in-out;
    color: #FFFFFF;
    cursor: pointer;
}
.top_menu .btn-menu span {
    display: none;
}
.top_menu .btn-menu:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 41px;
    z-index: 100;
    background: rgba(41, 41, 41, 0.4);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
.top_menu .btn-menu.active:before {
    visibility: visible;
    opacity: 1;
}
.top_menu .btn-menu:after {
    font-family: "Material Icons";
    content: "\E5D2";
    display: inline-block;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: all 0.3s ease-in-out;
}
.top_menu .btn-menu.active, .top_menu .btn-menu:hover {
    color: #7DBB00;
}
.top_menu .menu-mobile-grover:before {
    position: absolute;
    font-family: "Material Icons";
    content: "\E313";
    display: inline-block;
    font-weight: normal;
    font-size: 1.25rem;
    line-height: 1.25rem;
    top: 15px;
    right: 18px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: #a6a6a6;
}
.top_menu .menu-mobile-grover.active:before {
    content: '\E316';
}
.top_menu li .product-info {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
}
.top_menu li .product-info:hover {
    opacity: 0.7;
}
.top_menu li .product-name {
    font-size: 1.25rem;
    color: #000000;
    line-height: normal;
    font-weight: 400;
    text-align: center;
}
.top_menu li .product-description {
    line-height: normal;
    color: #000000;
    display: none;
}
.top_menu li .product-price {
    color: #000000;
    line-height: normal;
    display: none;
}

/**************************		TOP HORIZONTAL RESPONSIVE PART START   ***************************/


@media (min-width: 1860px) {
.top_menu .is-megamenu .megamenu-row {
    max-width: 1170px;
    margin: 0 auto;
}
}

@media (max-width: 1499px) {
.top_menu .megamenu_banner > a .description p {
    font-weight: 400;
    text-transform: capitalize;
}
}

@media (max-width: 1399px) {
/*.top_menu > ul > li > a {
	padding: 1.5625rem;
}*/
}

@media (min-width: 1200px) {
.top_menu {
    /*	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
    max-width: 73.125rem;
    margin: 0 auto;
}
.blockcart .header {
    float: right;
}
.top_menu > ul > li > a:after {
    position: absolute;
    content: '';
    background: #bfbfbf;
    width: 1px;
    height: 15px;
    top: 33px;
    left: 0;
    display: none;
    z-index: -1;
}
.top_menu > ul > li:hover, .top_menu > ul > li.sfHover {
    background: #424242;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 {
    box-shadow: none;
    background: #FFFFFF;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2:before, .top_menu .is-megamenu .megamenu-row.megamenu-row-2:after {
    display: inline-block;
    position: absolute;
    content: '';
    background: #FFFFFF;
    width: 100;
    top: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2:before {
    right: 99%;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2:after {
    left: 99%;
}
.top_menu .btn-menu {
    display: none;
}
}

@media (max-width: 1199px) {
.top_menu .menu {
    position: fixed;
    height: calc(100vh - 61px);
    left: 0;
    top: 42px;
    opacity: 0;
    pointer-events: none;
    background: #FFFFFF;
    z-index: 101;
    width: 18.125rem;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);/*	padding-top: 0.9375rem;*/
    transition: all 0.3s ease-in-out;
}
.top_menu > ul {
    display: block;
}
.top_menu > ul > li {
    border: none;
}
.top_menu > ul > li > a {
    text-align: left;
    padding: 0;
    color: #424242;
    font-weight: 400;
}
.top_menu > ul > li:hover > a, .top_menu > ul > li.sfHover > a, .top_menu > ul > li.sfHoverForce > a, .top_menu > ul > li a:hover {
    color: #7DBB00;
}
.top_menu > ul > li:hover > a.sf-with-ul:before, .top_menu > ul > li.sfHover > a.sf-with-ul:before, .top_menu > ul > li.sfHoverForce > a.sf-with-ul:before, .top_menu > ul > li a:hover.sf-with-ul:before {
    color: #7DBB00;
}
.top_menu > ul > li > a.sf-with-ul:before {
    color: #424242;
}
.top_menu .menu > li {
    padding: 0.75rem 2.5rem 0.75rem 1.375rem;
    position: relative;
}
.top_menu .menu > li + li {
    border-top: solid 1px #E4E4E4;
}
.top_menu .menu [class*='col-'] + [class*='col-'] {
    margin-top: 0.8125rem;
}
.top_menu .is-megamenu {
    box-shadow: none;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-1 > [class*='col-'] {
    width: 100%;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 > [class*='col-'] {
    width: 100%;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}
.top_menu .btn-menu {
    display: inline-block;
}
.top_menu .btn-menu.active + .menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.top_menu .btn-menu.active:after {
    content: '\E5C4';
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.top_menu .is-megamenu {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    left: 100%;
    top: 0;
    margin-left: 0.3125rem;
    height: calc(100vh - 61px);
}
.top_menu > ul > li > a.sf-with-ul:before {
    left: 100%;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
}
 .top_menu .is-megamenu::-webkit-scrollbar {
 width: 4px;
}
 .top_menu .is-megamenu::-webkit-scrollbar-track {
 background: whitesmoke;
}
 .top_menu .is-megamenu::-webkit-scrollbar-thumb {
 background: #bfbfbf;
 transition: all 0.3s ease-in-out;
}
 .top_menu .is-megamenu::-webkit-scrollbar-thumb:hover {
 background: #000000;
}
}

@media (min-width: 768px) {
.top_menu .menu-mobile-grover:before {
    display: none;
}
}

@media only screen and (min-width: 768px) {
.top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul {
    display: none;
    width: 200px;
    top: -1px;
    right: -200px;
    position: absolute;
    z-index: 99;
    border: 1px solid #ccc;
    background: #FFFFFF;
}
}

@media (max-width: 767px) {
.top_menu .menu {
    overflow: hidden;
    overflow-y: auto;
}
.top_menu .is-megamenu {
    position: static;
    margin-left: 0;
    width: auto;
    background: none;
    margin-top: 1.25rem;
}
.top_menu .is-megamenu.active {
    display: block;
}
.top_menu .is-megamenu .megamenu-row.megamenu-row-2 {
    background: none;
}
.top_menu .megamenu-col.col-sm-3 {
    float: left;
    width: 50%;
}
.top_menu .megamenu-col.col-sm-3.first-in-line-sm {
    clear: left;
}
.top_menu .is-simplemenu li {
    border-top: 1px solid #ccc;
}
.top_menu .is-simplemenu li .menu-mobile-grover:before {
    top: 8px;
    right: 0;
    font-size: 18px;
}
.top_menu .is-simplemenu li a {
    display: block;
    font-size: 14px;
    padding: 8px 10px;
}
.top_menu .is-simplemenu li li a {
    padding-left: 20px;
}
.top_menu .is-simplemenu li li li a {
    padding-left: 30px;
}
.top_menu .is-simplemenu li li li li a {
    padding-left: 40px;
}
.top_menu li.simple ul {
    display: none;
}
}

@media only screen and (max-width: 767px) {
.top_menu > ul > li {
    width: 100%;
    float: none;
    position: relative;
}
.top_menu > ul > li > a {
    border-right: none;
}
.top_menu > ul > li ul.is-simplemenu, .top_menu > ul > li ul.is-simplemenu ul {
    background: #FFFFFF;
}
}

@media only screen and (max-width: 480px) {
.top_menu .megamenu-col.col-sm-3 {
    width: 100%;
}
}
/**************************		TOP HORIZONTAL MENU END   ***************************/

.red {
    background: #DC1F26;
}
.menuvideowrapper {
    clear: both;
    float: none;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    width: 100%;
}
.menuvideowrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.frontend-map {
    min-height: 200px;
}
/**** Left/Right column menu ****/
.left_column_menu li, .right_column_menu li {
    position: relative;
}
.left_column_menu .simple ul, .right_column_menu .simple ul {
    display: none;
}

@media only screen and (min-width: 768px) {
.left_column_menu .simple ul, .right_column_menu .simple ul {
    position: absolute;
    top: -1px;
    width: 200px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    z-index: 999;
}
}

@media only screen and (max-width: 767px) {
.left_column_menu .simple ul li, .right_column_menu .simple ul li {
    border-top: 1px solid #ccc;
    position: relative;
}
.left_column_menu .simple ul li a, .right_column_menu .simple ul li a {
    display: block;
    padding: 10px 0 10px 15px;
    position: relative;
}
.left_column_menu .simple ul li li a, .right_column_menu .simple ul li li a {
    padding-left: 25px;
}
}
.left_column_menu .menu > li, .right_column_menu .menu > li {
    border-top: 1px solid #ccc;
    position: relative;
}
.left_column_menu .menu > li > a, .right_column_menu .menu > li > a {
    display: block;
    padding: 10px 0;
    position: relative;
}
.left_column_menu .menu > li:first-child, .right_column_menu .menu > li:first-child {
    border: none;
}
.left_column_menu span.menu_badge, .right_column_menu span.menu_badge {
    font-size: 10px;
    display: inline-block;
    background: #DC1F26;
    color: #FFFFFF;
    padding: 1px 5px 2px 5px;
    line-height: 12px;
    border-radius: 3px;
    margin-left: 10px;
}
.left_column_menu .simple li a, .right_column_menu .simple li a {
    padding: 4px 5px;
    display: block;
}
.left_column_menu .is-megamenu, .right_column_menu .is-megamenu {
    display: none;
}
.left_column_menu .is-megamenu ul, .right_column_menu .is-megamenu ul {
    display: block !important;
    opacity: 1 !important;
}
.left_column_menu .is-megamenu ul.content > li > a, .right_column_menu .is-megamenu ul.content > li > a {
    font-weight: bold;
    text-transform: uppercase;
}
.left_column_menu .is-megamenu ul.content > li li, .right_column_menu .is-megamenu ul.content > li li {
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
.left_column_menu .is-megamenu, .right_column_menu .is-megamenu {
    position: absolute;
    top: 0;
    width: 600px;
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #ccc;
    z-index: 999;
}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
.left_column_menu .is-megamenu .megamenu-col.col-sm-3, .right_column_menu .is-megamenu .megamenu-col.col-sm-3 {
    width: 50%;
    float: left;
}
.left_column_menu .is-megamenu .megamenu-col.col-sm-3.first-in-line-sm, .right_column_menu .is-megamenu .megamenu-col.col-sm-3.first-in-line-sm {
    clear: left;
}
}
.left_column_menu .menu-mobile-grover:after, .right_column_menu .menu-mobile-grover:after {
    position: absolute;
    right: 0;
    top: 12px;
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 15px;
    font-family: 'FontAwesome';
    z-index: 1;
    cursor: pointer;
}
.left_column_menu li.simple ul {
    right: -200px;
}
.right_column_menu li.simple ul {
    left: -200px;
}
.left_column_menu div.is-megamenu {
    right: -600px;
}
.right_column_menu div.is-megamenu {
    left: -600px;
}
/*** DT HTML CONTENT ***/
/*** HOOK TOP COLUMN ***/
#dthtmlcontent_topColumn {
    clear: both;
    margin-top: 2rem;
}
#dthtmlcontent_topColumn ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
#dthtmlcontent_topColumn ul {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#dthtmlcontent_topColumn ul > li.left-position, #dthtmlcontent_topColumn ul > li.right-position {
    width: 33.3%; /* 27.7777% */
}
#dthtmlcontent_topColumn ul > li.left-position {
    order: 1;
}
#dthtmlcontent_topColumn ul > li.center-position {
    width: 33.4%; /*44.4444% */
    order: 2;
}
#dthtmlcontent_topColumn ul > li.right-position {
    order: 3;
}
}
#dthtmlcontent_topColumn ul > li.left-position .item-html, #dthtmlcontent_topColumn ul > li.right-position .item-html {
    top: 6%;
    left: 6%;/*	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
}
#dthtmlcontent_topColumn ul > li.left-position .item-html .item-overlay, #dthtmlcontent_topColumn ul > li.right-position .item-html .item-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#dthtmlcontent_topColumn ul > li.left-position .item-html {
    text-align: left;
}
#dthtmlcontent_topColumn ul > li.left-position .item-html .item-overlay {
    left: 0;
    padding-left: 0.5rem;
}
#dthtmlcontent_topColumn ul > li.right-position .item-html {
    text-align: left;
}
#dthtmlcontent_topColumn ul > li.right-position .item-html .item-overlay {
    left: 0;
    padding-left: 0.5rem;
}
#dthtmlcontent_topColumn ul > li.center-position .item-html {
    left: 6%;
    top: 6%;
    text-align: left;
}
#dthtmlcontent_topColumn ul > li .item-wrap {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#dthtmlcontent_topColumn ul > li .item-wrap a {
    display: block;
}
#dthtmlcontent_topColumn ul > li .item-wrap:hover {
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#dthtmlcontent_topColumn ul > li .item-wrap img {
    height: 100%;
}
#dthtmlcontent_topColumn ul > li .item-wrap .item-link:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#dthtmlcontent_topColumn ul > li .item-wrap a:hover:before {
/*	-webkit-animation: shine 0.65s;
	-moz-animation: shine 0.65s;
	animation: shine 0.65s;*/
}
#dthtmlcontent_topColumn ul > li .item-wrap a:hover .item-html .white-color h3 {
    color: #7DBB00;
}
#dthtmlcontent_topColumn ul > li .item-html {
    position: absolute;
}
#dthtmlcontent_topColumn ul > li .item-html h3, #dthtmlcontent_topColumn ul > li .item-html h4 {
    text-transform: capitalize;
    font-weight: 200;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
#dthtmlcontent_topColumn ul > li .item-html h3 {
    font-size: 2rem;
    line-height: 2.25rem;
}
#dthtmlcontent_topColumn ul > li .item-html h4 {
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #424242;
}
#dthtmlcontent_topColumn ul > li .item-html h3 + h4 {
    margin-top: 0.75rem;
}

/*** Responsive part ***/
@media (min-width: 1200px) {
#dthtmlcontent_topColumn {
    margin-top: 2rem;
}
#dthtmlcontent_topColumn ul > li .item-wrap img {
    transition: all 0.5s ease-in-out;
}
/*#dthtmlcontent_topColumn ul > li .item-wrap a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
} */
}

@media (min-width: 768px) {
#dthtmlcontent_topColumn ul > li .item-html .white-color * {
    color: #FFFFFF;
}
#dthtmlcontent_topColumn ul > li .item-html .white-color h3 {
    transition: all 0.3s ease-in-out;
}
}
 @-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
 @-moz-keyframes shine {
 100% {
 left: 125%;
}
}
 @keyframes shine {
 100% {
 left: 125%;
}
}

@media (max-width: 1859px) {
#dthtmlcontent_topColumn ul > li.left-position .item-html .item-overlay {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
}
#dthtmlcontent_topColumn ul > li.right-position .item-html .item-overlay {
    padding-right: 0.625rem;
    padding-left: 1.25rem;
}
#dthtmlcontent_topColumn ul > li .item-html h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
#dthtmlcontent_topColumn ul > li .item-html h4 {
    font-size: 1.625rem;
    line-height: 2rem;
}
}

@media (max-width: 1199px) {
#dthtmlcontent_topColumn ul > li .item-html h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
}
#dthtmlcontent_topColumn ul > li .item-html h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
}
#dthtmlcontent_topColumn ul > li.center-position .item-html {
/*	padding: 5%;*/
}
#dthtmlcontent_topColumn ul > li.left-position .item-html, #dthtmlcontent_topColumn ul > li.right-position .item-html {
    min-height: 140px;
}
}

@media (max-width: 991px) {
#dthtmlcontent_topColumn ul > li.left-position, #dthtmlcontent_topColumn ul > li.right-position {
    width: 33.5%;
}
#dthtmlcontent_topColumn ul > li.center-position {
    width: 33%;
}
}

@media (max-width: 767px) {
#dthtmlcontent_topColumn ul > li.left-position, #dthtmlcontent_topColumn ul > li.right-position {
    width: 100%;
}
#dthtmlcontent_topColumn ul > li.left-position {
    padding-bottom: 2rem;
}
#dthtmlcontent_topColumn ul > li.center-position {
    width: 100%;
    padding-bottom: 2rem;
}
}
/*** HOOK HOME ***/
#dthtmlcontent_home {
    clear: both;
    margin-top: 2rem;
}
#dthtmlcontent_home ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
#dthtmlcontent_home ul {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    box-lines: single;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#dthtmlcontent_home ul > li.left-position, #dthtmlcontent_home ul > li.right-position {
    width: 33.3%; /* 27.7777% */
}
#dthtmlcontent_home ul > li.left-position {
    order: 1;
}
#dthtmlcontent_home ul > li.center-position {
    width: 33.4%; /*44.4444% */
    order: 2;
}
#dthtmlcontent_home ul > li.right-position {
    order: 3;
}
}
#dthtmlcontent_home ul > li.left-position .item-html, #dthtmlcontent_home ul > li.right-position .item-html {
    bottom: 2%;
    left: 0;
    width: 100%;
}
#dthtmlcontent_home ul > li.left-position .item-html .item-overlay, #dthtmlcontent_home ul > li.right-position .item-html .item-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#dthtmlcontent_home ul > li.left-position .item-html {
    text-align: center;
}
#dthtmlcontent_home ul > li.left-position .item-html .item-overlay {
    left: 0;
    padding-left: 0.5rem;
}
#dthtmlcontent_home ul > li.right-position .item-html {
    text-align: center;
}
#dthtmlcontent_home ul > li.right-position .item-html .item-overlay {
    left: 0;
    padding-left: 0.5rem;
}
#dthtmlcontent_home ul > li.center-position .item-html {
    left: 0;
    bottom: 2%;
    text-align: center;
    width: 100%;
}
#dthtmlcontent_home ul > li .item-wrap {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#dthtmlcontent_home ul > li .item-wrap a {
    display: block;
}
#dthtmlcontent_home ul > li .item-wrap:hover {
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#dthtmlcontent_home ul > li .item-wrap img {
    height: 100%;
}
#dthtmlcontent_home ul > li .item-wrap .item-link:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
#dthtmlcontent_home ul > li .item-wrap a:hover:before {
/*	-webkit-animation: shine 0.65s;
	-moz-animation: shine 0.65s;
	animation: shine 0.65s;*/
}
#dthtmlcontent_home ul > li .item-wrap a:hover .item-html .white-color h3 {
    color: #7DBB00;
}
#dthtmlcontent_home ul > li .item-html {
    position: absolute;
}
#dthtmlcontent_home ul > li .item-html h3, #dthtmlcontent_home ul > li .item-html h4 {
    text-transform: none;
    font-weight: 200;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
}
#dthtmlcontent_home ul > li .item-html h3 {
    font-size: 2rem;
    line-height: 2.25rem;
}
#dthtmlcontent_home ul > li .item-html h4 {
    font-size: 1.25rem;
    line-height: 2.25rem;
    color: #424242;
}
#dthtmlcontent_home ul > li .item-html h3 + h4 {
    margin-top: 0.75rem;
}

/*** Responsive part ***/
@media (min-width: 1200px) {
#dthtmlcontent_home {
    margin-top: 2.5rem;
}
#dthtmlcontent_home ul > li .item-wrap img {
    transition: all 0.5s ease-in-out;
}
/*#dthtmlcontent_home ul > li .item-wrap a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
} */
}

@media (min-width: 768px) {
#dthtmlcontent_home ul > li .item-html .white-color * {
    color: #FFFFFF;
}
#dthtmlcontent_home ul > li .item-html .white-color h3 {
    transition: all 0.3s ease-in-out;
}
}
 @-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
 @-moz-keyframes shine {
 100% {
 left: 125%;
}
}
 @keyframes shine {
 100% {
 left: 125%;
}
}

@media (max-width: 1859px) {
#dthtmlcontent_home ul > li.left-position .item-html .item-overlay {
    padding-left: 1.25rem;
    padding-right: 0.625rem;
}
#dthtmlcontent_home ul > li.right-position .item-html .item-overlay {
    padding-right: 0.625rem;
    padding-left: 1.25rem;
}
#dthtmlcontent_home ul > li .item-html h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
}
#dthtmlcontent_home ul > li .item-html h4 {
    font-size: 1.625rem;
    line-height: 2rem;
}
}

@media (max-width: 1199px) {
#dthtmlcontent_home ul > li .item-html h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
}
#dthtmlcontent_home ul > li .item-html h4 {
    font-size: 1.25rem;
    line-height: 1.625rem;
}
#dthtmlcontent_home ul > li.center-position .item-html {
/*	padding: 5%;*/
}
#dthtmlcontent_home ul > li.left-position .item-html, #dthtmlcontent_home ul > li.right-position .item-html {
/* min-height: 140px;*/
}
}

@media (max-width: 991px) {
#dthtmlcontent_home ul > li.left-position, #dthtmlcontent_home ul > li.right-position {
    width: 33.5%;
}
#dthtmlcontent_home ul > li.center-position {
    width: 33%;
}
}

@media (max-width: 767px) {
#dthtmlcontent_home ul > li.left-position, #dthtmlcontent_home ul > li.right-position {
    width: 100%;
}
#dthtmlcontent_home ul > li.left-position {
    padding-bottom: 2rem;
}
#dthtmlcontent_home ul > li.center-position {
    width: 100%;
    padding-bottom: 2rem;
}
}
/*
* @subsection   RD Parallax
* @version      3.5.0
*/
.rd-parallax {
    background: #f6f7f3;
}
.rd-parallax-inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    clip: rect(0px auto auto 0px);
}
.rd-parallax-layer[data-type="media"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}
.rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%;
}
.rd-parallax-layer[data-url] {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
#sitemap h1 {
    font: 300 65px/85px "Open Sans", sans-serif;
    margin-bottom: 30px;
    margin-top: 35px;
    text-align: center;
    border: none;
    color: #000000;
}
#sitemap #sitemap-tree {
    margin: 0 0 50px;
}
#sitemap #sitemap-tree .accordion_content {
    padding-top: 18px;
}
#sitemap #sitemap-tree .accordion_content li {
    padding: 5px 0;
}
#sitemap #sitemap-tree ul.tree li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
}
#sitemap #sitemap-tree ul.tree > li {
    margin: 0;
    padding: 1.25rem 0;
    border-top: 1px solid #bfbfbf;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 400;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle i {
    font-size: 1.875rem;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle i:hover {
    color: #7DBB00;
}
#sitemap #sitemap-tree ul.tree > li:first-child {
    border: none;
}
#sitemap #sitemap-tree ul.tree > li a {
    color: #000000;
}
#sitemap #sitemap-tree ul.tree > li a:hover {
    color: #7DBB00;
}
#sitemap #sitemap-tree ul.tree > li ul {
    padding: 0 1.875rem;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
#sitemap #sitemap-tree ul.tree > li ul li {
    padding: 0.3125rem 0;
    font-size: 1.25rem;
    line-height: 1.6875rem;
}
#sitemap #sitemap-tree ul.tree > li ul li:first-child {
    margin-top: 1.875rem;
}
#sitemap #sitemap-tree ul.tree > li ul li:last-child {
    margin-bottom: 1.875rem;
}
#sitemap #sitemap-tree ul.tree > li ul li i {
    color: #000000;
    margin-left: 0.9375rem;
}
#sitemap #sitemap-tree ul.tree > li ul li ul {
    padding: 0 1.25rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    padding: 0;
}
#sitemap #sitemap-tree ul.tree > li ul li li:first-child {
    margin-top: 1.25rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li:last-child {
    margin-bottom: 1.25rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul {
    padding: 0 0.625rem;
    text-transform: none;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul li {
    font-size: 0.875rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul li:first-child {
    margin-top: 0.625rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul li:last-child {
    margin-bottom: 0.625rem;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul a {
    color: #424242;
}
#sitemap #sitemap-tree ul.tree > li ul li li ul a:hover {
    color: #7DBB00;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle {
    cursor: pointer;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle .el-1 {
    display: none;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle .el-2 {
    display: block;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle.collapsed .el-1 {
    display: block;
}
#sitemap #sitemap-tree ul.tree > li .custom-toggle.collapsed .el-2 {
    display: none;
}
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.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;
}
/*** Image Slider ***/


.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto;
}
.carousel {
    position: relative;
    max-width: 73.125rem;
    margin: 0 auto;
    margin-top: 2rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    border: solid 1px #E4E4E4;
}
.carousel:hover .carousel-control.left {
    left: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel:hover .carousel-control.right {
    right: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 25px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    line-height: 1;
}
.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
}
.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 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: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: 0.5;
}
.carousel-control.left {
/* left: -3.2rem; */
}
.carousel-control.right {
    right: 0;
    left: auto;
}
.carousel-control:focus, .carousel-control:hover {
    color: #FFFFFF;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.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: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FFFFFF;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
.carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
.carousel .direction {
    z-index: auto;
}
.carousel .carousel-inner {
    margin-bottom: 0;
}
.carousel .carousel-item {
    height: 100%;
}
.carousel .carousel-item figure {
    margin-bottom: 0;
}
.carousel .carousel-item img {
    width: 100%;
    margin-left: 0;
}
.carousel .carousel-item .caption {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel .carousel-item .caption .display-1 {
    display: none;
}
.carousel .carousel-item .caption .caption-description {
    font-family: "Open Sans", sans-serif;
    padding: 0 15px 0 0px;
}
.carousel .carousel-item .caption .caption-description h2 {
    color: #FFFFFF;
    font-weight: 100;
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-family: "Open Sans", sans-serif;
}
.carousel .carousel-item .caption .caption-description h2 .letter-wrap {
    font-weight: 800;
    font-size: 5.625rem;
}
.carousel .carousel-item .caption .caption-description h2 + p {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.carousel .carousel-item .caption .caption-description p {
    margin-bottom: 0;
}
.carousel .carousel-control {
    /* background: rgba(42, 42, 42, 0.1); */
    opacity: 1;
    width: auto;
    bottom: auto;
    top: 0;
    text-shadow: none;
    height: 100%;
}
.carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
    color: #424242;
    background: rgba(255,255,255,0.4);
    /* opacity: 0.6; */
    width: 3.2rem;
    height: 100%;
    text-align: center;
    margin: 0;
    position: static;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel .carousel-control .icon-next::before, .carousel .carousel-control .icon-prev::before {
    content: "";
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
    font-size: 3.75rem;
    position: absolute;
    top: 50%;
    line-height: 5rem;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel .carousel-control .icon-next:hover, .carousel .carousel-control .icon-prev:hover {
    background: rgba(255,255,255,0.8);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel .carousel-control .icon-prev i {
    padding-right: 10px;
}
.carousel .carousel-control.left {
    left: -3.2rem;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.carousel .carousel-control.right {
    right: -3.2rem;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*** Image Slider responsive part start ***/


@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .carousel-item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
}
}

@media (max-width: 1859px) {
.carousel .carousel-item .caption .caption-description {
    padding: 0 15px 0 0px;
}
}

@media (max-width: 1199px) {
/*.carousel .carousel-control {
	top: 50%;
}
.carousel .carousel-control.left {
	left: 0%;
}
.carousel .carousel-control.right {
	right: 0%;
}
.carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
	width: 3.75rem;
	height: 3.75rem;
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i {
	font-size: 2.1875rem;
	line-height: 3.75rem;
}
.carousel .carousel-item .caption {
	top: 45%;
}*/
.carousel .carousel-item .caption .caption-description h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
}
.carousel .carousel-item .caption .caption-description h2 .letter-wrap {
    font-size: 4.375rem;
}
}

@media (max-width: 1024px) {
.carousel {
    margin-top: 0rem;
}
}

@media (max-width: 991px) {
.carousel .carousel-item .caption .caption-description {
    padding: 1rem;
}
.carousel .carousel-item a.btn-default {
    padding: 1rem;
    margin: 0;
}
.carousel .carousel-item .caption .caption-description h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
}
.carousel .carousel-item .caption .caption-description h2 .letter-wrap {
    font-size: 3.125rem;
}
}

@media (max-width: 767px) {
/*.carousel .carousel-control {
	top: 75%;
}*/
.carousel .carousel-inner {
/*	min-height: 320px;*/
}
.carousel .carousel-item {
/*	min-height: 320px;
	overflow: hidden;*/
}
.carousel .carousel-item img {
/*	display: block;
	position: absolute;
	width: 500%;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100.2%;
	min-height: 620px;
	min-width: 2050px;*/
}
.carousel .carousel-item .caption {
/*	text-align: center;*/
}
.carousel .carousel-item .caption .caption-description h2 {
/*	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);*/
}
.carousel .carousel-item .caption .caption-description h2 + p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
}

@media (max-width: 576px) {
/*.carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 30px;
}*/
.carousel .carousel-item .caption .caption-description h2 {
    font-size: 1.5rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
}
.carousel .carousel-item .caption .caption-description h2 .letter-wrap {
    font-size: 1.2rem;
}
.carousel .carousel-item .caption .caption-description h2 + p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.5rem;
    display: none;
}
.carousel .carousel-item a.btn-default {
    padding: 0.5rem;
    margin: 0;
}
}
/*** Image Slider responsive part end ***/

/*** Image Slider end ***/

.slick-arrow.slick-hidden {
    display: none;
}
.customization-modal .modal-content {
    border-radius: 0;
    border: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body {
    padding-top: 0;
}
.customization-modal .modal-content .modal-body .product-customization-line {
    padding-bottom: 0.9375rem;
    padding-top: 0.9375rem;
    border-bottom: 1px solid #f6f6f6;
}
.customization-modal .modal-content .modal-body .product-customization-line .label {
    font-weight: bold;
    text-align: right;
}
.customization-modal .modal-content .modal-body .product-customization-line:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
/*** HEADER start ***/
#header {
    background: #FFFFFF;
    color: #FFFFFF;
}
#header.scroll-top .top_menu .menu, #header.scroll-top .header-nav .settings-toggle_content.active {
    height: 100vh;
    top: 0;
}
#header.scroll-top .top_menu .btn-menu:before, #header.scroll-top .header-nav .settings-toggle:after {
    top: 0;
}
#header .header-nav {
    /*  background: #424242; */
    background: #cce7e4; 
}
#header .header-nav .header-nav-inner {
    font-size: 0.9rem;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 0.46rem 0;
}
#header .header-nav .settings-toggle, #header .header-nav .account-toggle {
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#header .header-nav .settings-toggle:before, #header .header-nav .account-toggle:before {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
#header .header-nav .settings-toggle.active, #header .header-nav .settings-toggle:hover, #header .header-nav .account-toggle.active, #header .header-nav .account-toggle:hover {
    color: #7DBB00;
}
#header .header-nav .settings-toggle:after, #header .header-nav .account-toggle:after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 41px;
    z-index: 100;
    background: rgba(41, 41, 41, 0.4);
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}
#header .header-nav .settings-toggle.active:after, #header .header-nav .account-toggle.active:after {
    visibility: visible;
    opacity: 1;
}
#header .header-nav .settings-toggle:before {
    font-family: "FontAwesome";
    content: "\F013";
    display: inline-block;
    font-weight: normal;
}
#header .header-nav .account-toggle:before {
    font-family: "Material Icons";
   content: "\E88D"; */
    display: inline-block;
    font-weight: normal;
}
#header .header-nav .left-nav {
    position: relative;
}
#header .header-nav .left-nav .links > div {
    width: auto;
    float: none;
    padding-left: 0;
    padding-right: 0;
}
#header .header-nav .right-nav {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
#header .header-nav .currency-selector + .language-selector {
    position: relative;
    margin-left: 2.0625rem;
}
#header .header-nav .currency-selector + .language-selector:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 0.0625rem;
    height: 0.9375rem;
    right: 100%;
    margin-right: 0.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .header-nav .user-info {
    margin-left: 2.0625rem;
    white-space: nowrap;
    position: relative;
}
#header .header-nav .user-info:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 0.0625rem;
    height: 0.9375rem;
    right: 100%;
    margin-right: 0.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .header-nav .user-info a {
    color: #232322;
    position: relative;
}
#header .header-nav .user-info a i {
    font-size: 1.5rem;
    line-height: 1.4375rem;
}
#header .header-nav .user-info a:hover, #header .header-nav .user-info a:active, #header .header-nav .user-info a:focus, #header .header-nav .user-info a:active:focus {
    color: #7DBB00;
}
#header .header-nav .user-info .account {
    margin-left: 2.0625rem;
    position: relative;
}
#header .header-nav .user-info .account:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.5);
    width: 0.0625rem;
    height: 0.9375rem;
    right: 100%;
    margin-right: 0.875rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#header .header-nav .language-selector {
    white-space: nowrap;
}
#header .header-nav .cart-preview.active {
    background: #7DBB00;
}
#header .header-nav .cart-preview.active a {
    color: white;
}
#header .header-nav .cart-preview.active i {
    color: rgba(255, 255, 255, 0.6);
}
#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
}
#header .header-nav .cart-preview .body {
    display: none;
}
#header .header-nav #contact-link {
    margin-top: 0.9375rem;
}
#header .header-element {
    position: relative;
}
#header .header-logo {
    text-align: center;
    padding: 2rem 0 1.25rem;
}
#header .header-logo a {
    display: inline-block;
}
#header .header-top .blockcart, #header .header-top #search_widget {
    float: right;
   /* margin-left: 0.625rem;
    padding: 3rem 0; */
}
#header .header-top .menu > ul > li {
    float: left;
}
#header .header-top a[data-depth="0"] {
    color: #424242;
    text-transform: uppercase;
}
#header .header-display-top-column {
    background: #FFFFFF;
}
#header .top-menu-link {
    margin-left: 1.25rem;
}
#index #header .header-display-top-column {
    padding-bottom: 0rem;
}
#header .header-logo .img-responsive {
    max-width: 15.63rem;
}

/*** Responsive Part start ***/
@media (min-width: 1200px) {
#header .header-top {
	/* padding-bottom: 3.125rem; */
       padding-bottom:0.725rem;
}
}

@media (max-width: 1199px) {
#header .header-nav .left-nav {
    margin-left: 3.125rem;
	
	}
#header .header-top {
    position: relative;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#header .header-logo {
    width: 35%;
    padding: 0.75rem 0;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
#header.scroll-top .is-megamenu {
    height: 100vh;
}
#header .header-logo {
    padding: 0.75rem 0;
}
}

@media (min-width: 992px) {
#header .header-nav .settings-toggle {
    display: none;
    pointer-events: none;
}
#header .header-nav .settings-toggle_content {
    display: inline-block;
}
#header .header-logo {
    float: left;
    padding: 1.4rem 0;
}
}

@media (max-width: 991px) {
#header .header-top .blockcart, #header .header-top #search_widget {
    padding: 1rem 0 1.5rem;
    width: 47%;
    margin: 0 auto;
}
#header .header-nav .settings-toggle_content {
    position: fixed;
    height: calc(100vh - 61px);
    left: 0;
    top: 41px;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background: #FFFFFF;
    overflow-y: auto;
    z-index: 101;
    width: 18.125rem;
    padding: 1.875rem 1.25rem;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
#header .header-nav .settings-toggle_content.active {
    opacity: 1;
    pointer-events: auto;
    overflow: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#header .header-nav .user-info:before {
    display: none;
}
}

@media (min-width: 768px) {
#header .header-nav .account-toggle {
    display: none;
    pointer-events: none;
}
}

@media (max-width: 767px) {
#header .header-nav .left-nav {
    padding-right: 1.5625rem;
}
#header .header-nav .right-nav {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
#header .header-nav .user-info {
    margin-left: 0;
}
#header .header-nav .user-info:before {
    display: none;
}
#header .header-nav .user-info a span {
    display: none;
}
#index #header .header-display-top-column {
    padding-bottom: 1.25rem;
}
#header .header-logo {
    padding: 0.75rem 0;
}
}

@media (max-width: 575px) {
#header .header-top .blockcart, #header .header-top #search_widget {
    width: 100%;
    padding: 0.5rem 0 1rem 0;
}
#header .header-logo {
    text-align: center;
    padding: 0.5rem 0 0.5rem;
}
}
/*** Responsive Part end ***/

/*** HEADER end***/

/*** WRAPPER ***/
#wrapper .breadcrumb {
    background: transparent;
    padding: 0 0 1.25rem 0;
    margin-top: 0rem;
    margin-bottom: 0;
    border-bottom: solid 1px #E4E4E4;
}
#wrapper .breadcrumb[data-depth="1"] {
    display: none;
}
#wrapper .breadcrumb ol {
    padding-left: 20px;
    margin-bottom: 0;
    text-align: left;
    display: block;
    word-spacing: -4px;
}
#wrapper .breadcrumb li {
    display: inline-block;
    word-spacing: normal;
}
#wrapper .breadcrumb li + li {
    margin-left: 40px;
    position: relative;
}
#wrapper .breadcrumb li + li::after {
    position: absolute;
    content: "-";
    top: 0;
    left: -24px;
    color: #a6a6a6;
    font-size: 16px;
    line-height: 16px;
}
#wrapper .breadcrumb li a {
    font-size: 1rem;
    line-height: 1.375rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #424242;
}
#wrapper .breadcrumb li a:hover {
    color: #000000;
}
body:not(#index) #wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 7.875rem;
}
body:not(#index) #wrapper #left-column, body:not(#index) #wrapper #right-column, body:not(#index) #wrapper #content-wrapper {
    margin-top: 2.5rem;
}

@media (max-width: 767px) {
body:not(#index) #wrapper {
    padding-bottom: 1.875rem;
}
body:not(#index) #wrapper #left-column, body:not(#index) #wrapper #right-column, body:not(#index) #wrapper #content-wrapper {
    margin-top: 1.875rem;
}
}
.layout-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

@media (max-width: 767px) {
.layout-wrap {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}
.layout-wrap > div#content-wrapper {
    order: 1;
}
.layout-wrap > div#left-column {
    order: 2;
}
.layout-wrap > div#right-column {
    order: 3;
}
}
/*** MAIN ***/
#main .page-header {
    margin-bottom: 1.5rem;
}
#main .page-content h6 {
    margin-bottom: 1.125rem;
}
main {
    background: #FFFFFF;
    overflow: hidden;
}

@media (min-width: 1260px) {
.container {
    width: 1200px;
}
}

@media (min-width: 1860px) {
.container.container__1770 {
    width: 1200px;
}
}
/*** FOOTER ***/
#footer {
    padding-top: 2rem;
   /* background: #F8F8F8;*/
    background: #cce7e4;
    border-top: solid 1px #D4D4D4;
    margin-top: 2.5rem;
}

@media (max-width: 767px) {
#checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
}
section.checkout-step {
    width: 100%;
}
.default-input {
    min-width: 100%;
}
label {
    clear: both;
}
#products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto;
}
.menu, .dropdown-item {
    padding-left: 0;
}
input[name="submitNewsletter"] {
    margin-top: 0.625rem;
}
}

@media (max-width: 991px) {
#header .logo {
    width: auto;
}
#products .product-miniature, .featured-products .product-miniature {
    margin: 0 auto;
}
.sub-menu {
    left: 0;
    min-width: 100%;
}
.products-select {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-select .products-sort-order .dropdown-menu {
    left: 0;
}
#blockcart-modal .cart-content {
    padding-left: 0;
}
#blockcart-modal .product-name {
    margin-top: 0.625rem;
}
#search_filters .facet .facet-label {
    text-align: left;
}
.block-category .category-cover {
    position: relative;
    text-align: center;
}
}
/*** TYPOGRAPHY AND CUSTOM CLASSES ***/
a {
    display: inline-block;
    font: inherit;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
    color: #7DBB00;
}
hr {
    border-color: #E4E4E4;
}
.block .title_block, .block h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    color: #000000;
}
.block .title_block a, .block h4 a {
    color: #000000;
}
.block .title_block a:hover, .block h4 a:hover {
    color: #7DBB00;
}
.product-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.product-title a {
    font-size: 1.25rem;
    line-height: 1.625rem;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
}
.product-name {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

@media (max-width: 767px) {
.product-name {
    font-size: 1.5rem;
    line-height: 1.875rem;
}
}
.price {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    font-family: "Open Sans", sans-serif;
    color: #2f2f2f;
}
.regular-price {
    text-decoration: line-through;
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    color: #424242;
}
.discount-percentage {
    font-weight: 300;
    font-size: 1.15rem;
    line-height: 1.25rem;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.02em;
    color: #2f2f2f;
}
.product-flags > li {
    position: absolute;
    top: 0;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: center;
    padding: 5px 15px;
}
.product-flags > li span {
    display: block;
    margin: 0 auto;
}
.product-flags > li span + span {
    margin-top: 10px;
}
.product-flags > li.on-sale, .product-flags > li.discount {
    right: 0;
}
.product-flags > li.new {
    left: 0;
}
.product-flags > li.new + .pack {
    top: 35px;
}
.product-flags > li.pack {
    left: 0;
}
.product-flags > li.online-only {
    left: 0;
}
.product-flags > li.online-only + .on-sale + .new, .product-flags > li.online-only + .discount + .new {
    top: 70px;
}
.product-flags > li.online-only + .on-sale + .new + .pack, .product-flags > li.online-only + .discount + .new + .pack {
    top: 105px;
}
.product-flags > li.on-sale {
    background: #DC1F26;
}
.product-flags > li.new {
    background: #7DBB00;
}
.product-flags > li.pack {
    background: #424242;
}
.product-flags > li.discount {
    background: #424242;
}
.product-flags > li.online-only {
    background: #7DBB00;
}

@media (min-width: 1199px) {
.product-flags > li.new {
    left: -15px;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.product-flags > li.pack {
    left: -15px;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.product-flags > li.on-sale {
    right: -15px;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.product-flags > li.online-only {
    left: -15px;
    opacity: 0;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
#products .thumbnail-container:hover .product-flags > li.new, .featured-products .thumbnail-container:hover .product-flags > li.new, .product-accessories .thumbnail-container:hover .product-flags > li.new {
    left: 0;
    opacity: 1;
}
#products .thumbnail-container:hover .product-flags > li.pack, .featured-products .thumbnail-container:hover .product-flags > li.pack, .product-accessories .thumbnail-container:hover .product-flags > li.pack {
    left: 0;
    opacity: 1;
}
#products .thumbnail-container:hover .product-flags > li.online-only, .featured-products .thumbnail-container:hover .product-flags > li.online-only, .product-accessories .thumbnail-container:hover .product-flags > li.online-only {
    left: 0;
    opacity: 1;
}
#products .thumbnail-container:hover .product-flags > li.on-sale, .featured-products .thumbnail-container:hover .product-flags > li.on-sale, .product-accessories .thumbnail-container:hover .product-flags > li.on-sale {
    right: 0;
    opacity: 1;
}
}

/*** OFFSETS ***/
@media (max-width: 1199px) {
.lg-offset-1 {
    margin-top: 1.875rem;
}
}

@media (max-width: 767px) {
.sm-offset-1 {
    margin-top: 1.875rem;
}
}

@media (max-width: 575px) {
.xs-offset-1 {
    margin-top: 1.875rem;
}
}
.indent-1 {
    padding-right: 1.25rem;
}
.indent-2 {
    padding-left: 1.25rem;
    padding-bottom: 1.875rem;
}
body:not(#index) main > section#wrapper {
    background: #FFFFFF;
}
#supplier #main h1, #manufacturer #main h1 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    font-size: 4.0625rem;
    line-height: 5.3125rem;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 991px) {
#supplier #main h1, #manufacturer #main h1 {
    font-size: 2.8125rem;
    line-height: 3.75rem;
}
}

@media (max-width: 767px) {
#supplier #main h1, #manufacturer #main h1 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
}
}
#supplier #main h1 + ul, #manufacturer #main h1 + ul {
    margin-top: 30px;
}
#supplier .brand, #manufacturer .brand {
    margin-bottom: 30px;
}
#supplier .brand + .brand, #manufacturer .brand + .brand {
    padding-top: 30px;
    border-top: solid 1px #bfbfbf;
}
#supplier .brand .brand-img, #manufacturer .brand .brand-img {
    text-align: center;
}
#supplier .brand .brand-products, #manufacturer .brand .brand-products {
    border-left: solid 1px #bfbfbf;
}
#supplier .brand .brand-products .product-counter, #manufacturer .brand .brand-products .product-counter {
    display: block;
    margin-bottom: 0;
}
#supplier .brand .brand-products .product-counter + a, #manufacturer .brand .brand-products .product-counter + a {
    margin-top: 1.25rem;
}
.form-fields .select-custom {
    width: 100%;
}

/*** Responsive part ***/
@media (max-width: 767px) {
#supplier .brand .brand-products, #manufacturer .brand .brand-products {
    border-left: none;
}
#supplier .brand .brand-products .indent-2, #manufacturer .brand .brand-products .indent-2 {
    padding: 0;
}
}

@media (max-width: 575px) {
#supplier .brand, #manufacturer .brand {
    text-align: center;
}
#supplier .brand .brand-img + .brand-infos, #manufacturer .brand .brand-img + .brand-infos {
    margin-top: 1.875rem;
}
}
/* PS Complince module */
body.tax-display-enabled #products .thumbnail-container, body.tax-display-enabled .featured-products .thumbnail-container, body.tax-display-enabled .product-accessories .thumbnail-container {
    height: auto !important;
}
/* PS Complince module */



#custom-text .textblocks h3 {
    text-transform: none;
    font-weight: 300;
    color: #000000;
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-family: "Open Sans", sans-serif;
    padding-top: 10px;
}
.iconscustomtext {
    float: left;
   /* height: 60px;*/
   height: 33px;
   /* width: 60px; */
    width: 33px;
    font-size: 30px;
    color: #fff;
    background: #7dbb00;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    margin: 15px 10px 0 0;
}
.iconscustomtext:hover {
    background: #424242;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.iconscustomtext-inner {
    margin: 10px 0 10px 0;
}
.textblocks {
    padding: 20px;
    border: solid 1px #e4e4e4;
    text-align: left;
    margin: 10px 0;
    font-size: 0.875rem;
    line-height: 1.275rem;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.textblocks:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/***********************************************************
	Dreamtheme.eu CSS custom button for product page
************************************************************/
a.btndtdcr {
    color: #fff !important;
    padding: 10px 15px 12px 15px;
    font-size: 20px;
    font-weight: 300;
    background: #424242;
    border-color: #424242;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a.btndtdcr:hover {
    background: #7dbb00;
    border-color: #7dbb00;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}
/***********************************************************
	Dreamtheme.eu CSS Responsive custom testemonials in descriptions
************************************************************/
.dttestimonials {
    border: 1px solid;
    border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
    margin: 4px 0 13px 0;
    position: relative;
}
.dttestimonials .inner {
    border: none;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%);
}
.dttestimonials .inner span {
    text-indent: -5000px;
    display: inline-block;
    width: 20px;
    height: 15px;
}
.dttestimonials .inner span.before {
    background: url(../img/bl-before-bg.png) no-repeat;
    margin-right: 8px;
}
.dttestimonials .inner span.after {
    background: url(../img/bl-after-bg.png) no-repeat;
    margin-left: 8px;
}
.dttestimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat;
}
.dttestimonials + p {
    padding-left: 45px;
    margin-bottom: 18px;
}
/***********************************************************
	Dreamtheme.eu CSS Responsive Video in descriptions
************************************************************/
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe, .responsive-video object, .responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/***********************************************************
	Dreamtheme.eu CSS descriptions H1,H2, H3, H4
************************************************************/

.product-description h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h2 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

@media (max-width: 767px) {
.product-description h1 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h2 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
.product-description h4 {
    font-size: 1rem;
    line-height: 1.3rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}
}
/***********************************************************
	Dreamtheme.eu CSS Facebook like box in custom text
************************************************************/
.fb-likebox {
    text-align: center;
}

@media (max-width: 480px) {
.fb-likebox {
    overflow: hidden;
}
}

@media (max-width: 360px) {
.fb-likebox {
    overflow: hidden;
}
}

@media (max-width: 330px) {
.fb-likebox {
    overflow: hidden;
}
}
/***********************************************************
	Dreamtheme.eu CSS hide slider after index (hook bug import)
************************************************************
body:not(#index) .carousel {
    display: none;
}
*/
/***********************************************************
	Dreamtheme.eu CSS textblock 3rd box min height
************************************************************/
.textblock-minheight {
    min-height: 360px;
}
/***********************************************************
	Dreamtheme.eu CSS helpers
************************************************************/
.dt-padding-top {
    padding-top: 10%;
}

@media (max-width: 820px) {
#dthtmlcontent_topColumn ul > li .btn-sm {
    padding: 0.3rem 0.5rem;
    font-size: 0.75rem;
}
.dt-padding-top {
    padding-top: 5%;
}
}

@media (max-width: 360px) {
#dthtmlcontent_topColumn ul > li .btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
}
}
.product-manufacturer {
    margin-bottom: 20px;
}
.product-manufacturer .img-thumbnail {
    border: none;
    box-shadow: none;
}
/*# sourceMappingURL=theme.css.map*/
