/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/*!
 *  Font Awesome 4.5.0 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('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FeaturedProduct/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{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:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-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"}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/TemplateMonster/theme007/en_GB/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #fff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbb;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #fff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: 0.5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/TemplateMonster/theme007/en_GB/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_extends.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fgallery.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_fullscreen.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_mixins.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2Fmage%5C%2Fgallery%5C%2Fmodule%5C%2F_focus.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAKA%3BAAqCI%2CuBAAC%3BACOL%3BAA0BA%3BAAgDA%3BAAsOA%2CgBAOI%3BEDlWA%2CSAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%3BACwCA%2CeAKI%3BED5CA%2CYAAA%3BEACA%2CoBAAA%3BEACA%2CiBAAA%3BEACA%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BAC%2BCA%2CmBAAoB%3BED9ChB%2CYAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CmBAAA%3BEACA%2CoBAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BAE5BA%3BADiPA%3BAAwDA%2CqBAMI%3BAANJ%2CqBAUI%3BAAVJ%2CqBAWI%3BAAXJ%2CqBAYI%3BAAZJ%2CqBAeI%3BAAySA%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BAA8ML%2CqBACI%2CwBAeI%3BEDnyBJ%2CWAAW%2CaAAX%3B%3BAAGJ%3BAC6GA%3BAAgTI%2C0BAAC%3BAAAD%2CmBAAC%3BAAAD%2CkBAAC%3BED5ZD%2CUAAA%3B%3BAAIA%2CuBAAC%3BEAEG%2CyBAAA%3BEACA%2CsBAAA%3BEACA%2CSAAS%2CEAAT%3B%3BAAIR%3BACmRA%2CsBACI%3BAADJ%2CsBAEI%3BAAFJ%2CsBAGI%3BAAHJ%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BED1RJ%2C0BAAA%3B%3BAAGJ%3BACwPA%2CqBACI%3BAADJ%2CqBAEI%3BAAFJ%2CqBAGI%3BED1PA%2CwBAAA%3BEACA%2CqCAAA%3BEACA%2C4BAA4B%2C6BAA5B%3B%3BAAGJ%3BACpCA%3BAAiUA%3BAA0BA%3BAACA%3BAACA%3BEDxTI%2CiBAAA%3B%3BAAGJ%3BACoRA%3BEDnRI%2CiBAAA%3B%3BAAGJ%3BEACI%2C2EAAA%3B%3BAAGJ%3BACuDA%3BAAmBA%3BEDzEI%2CYAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BAC4DA%3BAASA%3BAAoIA%3BEE1OI%2CgBAAA%3BEACA%2CQAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CqBAAA%3BEACA%2CsBAAA%3B%3BAHgCJ%3BACiEA%3BEDhEI%2CuBAAA%3B%3BAAGJ%3BACqJA%3BAA4CA%3BAAiHA%3BEDjTI%2CsBAAA%3B%3BAAGJ%3BACoMA%3BAAgEA%3BEDnQI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CcAAA%3B%3BAAGJ%3BEACI%2CUAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CaAAA%3B%3BAAGJ%3BACvDA%3BAA0BA%3BAAoDA%3BAAUA%3BAASA%3BAAiOA%3BAACA%3BAACA%3BED5QI%2C6CAAA%3B%3BAAGJ%3BEACI%2C0BAAA%3B%3BAAGJ%3BEACI%2CwBAAA%3B%3BAAGJ%3BAE9FA%2CqBAaI%3BAAbJ%2CqBAqBI%3BAD4VJ%2CcAWI%3BAA4BJ%3BAAgCA%3BAAsdA%3BAAmCA%3BEDj1BI%2CsBAAsB%2CcAAtB%3BEACA%2C4BAAA%3B%3BAAOJ%3BEAAA%3BEAVA%3BECsHA%3BECpNA%2CqBAaI%3BEAbJ%2CqBAqBI%3BED4VJ%2CcAWI%3BEA4BJ%3BEAgCA%3BEAsdA%3BEAmCA%3BID30BQ%2C2BAAA%3B%3B%3BAIvHR%2C0BAA0B%3BAAC1B%2CmBAAmB%3BAACnB%2CkBAAkB%3BAAClB%2CcAAc%3BAACd%2CuBAAuB%3BAACvB%2C4BAA4B%2CMAAO%3BAACnC%2C0BAA0B%2CMAAO%3BEAC7B%2CgBAAA%3B%3BAACA%2C0BARsB%2CMAQrB%3BAAAD%2CmBAPe%2CMAOd%3BAAAD%2CkBANc%2CMAMb%3BAAAD%2CcALU%2CMAKT%3BAAAD%2CuBAJmB%2CMAIlB%3BAAAD%2C4BAHwB%2CMAAO%2CiBAG9B%3BAAAD%2C0BAFsB%2CMAAO%2CeAE5B%3BEACG%2CsBAAA%3BEACA%2CWAAA%3BEACA%2C%2BBAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAAIR%2C4BAA4B%2CMAExB%2CiBAAgB%3BAADpB%2C0BAA0B%2CMACtB%2CiBAAgB%3BAAFpB%2C4BAA4B%2CMAGxB%2CeAAc%3BAAFlB%2C0BAA0B%2CMAEtB%2CeAAc%3BEACV%2CSAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAPR%2C4BAA4B%2CMASxB%2CiBAAgB%2CwBAAwB%3BAAR5C%2C0BAA0B%2CMAQtB%2CiBAAgB%2CwBAAwB%3BEACpC%2CSAAA%3BEACA%2CUAAA%3B%3BAAXR%2C4BAA4B%2CMAaxB%3BAAZJ%2C0BAA0B%2CMAYtB%3BEACI%2CiBAAA%3B%3BAAIR%2CqBAAqB%2CUAAU%2CGAAG%2CMAC9B%2CiBAAgB%3BEACZ%2CSAAA%3B%3BAAFR%2CqBAAqB%2CUAAU%2CGAAG%2CMAI9B%2CiBAAgB%2CwBAAwB%3BEACpC%2CQAAA%3B%3BAAIR%2CqBAAqB%2CWAAW%2CMAC5B%2CiBAAgB%3BEACZ%2CUAAA%3B%3BAAFR%2CqBAAqB%2CWAAW%2CMAI5B%2CiBAAgB%2CwBAAwB%3BEACpC%2CWAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAF1DJ%3BEACI%2CgBAAA%3BEACA%2CoBAAA%3BEACA%2CsBAAA%3BEACA%2CkBAAA%3BEACA%2CoBAAA%3BEACA%2C0BAAA%3BEACA%2CmBAAA%3BEACA%2CiBAAA%3BEACA%2CsBAAA%3BEACA%2CaAAA%3B%3BAAVJ%2CqBAYI%3BEACI%2C0BAAA%3B%3BAAIR%3BEACI%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CqBAGI%3BAAHJ%2CqBAII%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAVR%2CqBAaI%3BEAEI%2C4BAAA%3BEACA%2CSAAA%3B%3BAACA%2CqBAJJ%2CoBAIK%3BEACG%2CaAAA%3B%3BAAlBZ%2CqBAqBI%3BEAEI%2CmCAAA%3BEACA%2CMAAA%3B%3BAACA%2CqBAJJ%2CmBAIK%3BEACG%2CaAAA%3B%3BAA1BZ%2CqBA6BI%3BEACI%2CaAAA%3B%3BAAIR%2CqBAAsB%2CwBAClB%3BEACI%2CaAAA%3B%3BAAFR%2CqBAAsB%2CwBAIlB%3BEACI%2CcAAA%3B%3BAD%5C%2FCR%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CgBAAA%3B%3BAAGJ%3BEAEI%2C8BAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CoBACI%3BEACI%2CcAAA%3B%3BAAIR%3BAACA%3BEACI%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CuBAAA%3B%3BAAGJ%3BEAGI%2CkBAAA%3B%3BAAGJ%2CeACI%3BEACI%2CeAAA%3B%3BAAQR%2CsBACI%3BEACI%2CqBAAA%3B%3BAAQR%3BEAGI%2CgBAAA%3B%3BAACA%2CuBAAC%3BEACG%2CUAAA%3B%3BAAIR%2CqBACI%3BEACI%2CaAAA%3B%3BAAFR%2CqBAII%2CwBAAuB%3BAAJ3B%2CqBAKI%3BAALJ%2CqBAMI%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3B%3BAATR%2CqBAWI%3BEACI%2CUAAA%3B%3BAAZR%2CqBAcI%3BEACI%2CUAAA%3B%3BAACA%2CqBAFJ%2CqBAEK%3BEACG%2CUAAA%3B%3BAAjBZ%2CqBAoBI%2CiBAAiB%3BEACb%2CaAAA%3B%3BAAIR%3BEACI%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3B%3BAACA%2CiBAAkB%3BAAClB%2CgBAAiB%3BEACb%2CUAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAOJ%3BEAGI%2CaAAA%3BEACA%2CYAAA%3BEACA%2CcAAA%3BEACA%2CmBAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAGI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEAMI%2CkBAAA%3B%3BAAGJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3B%3BAAFJ%2CoBAGI%3BEACI%2CYAAA%3BEACA%2CWAAA%3B%3BAALR%2CoBAOI%3BAAPJ%2CoBAQI%3BEACI%2CaAAA%3B%3BAAIR%3BEACI%2CcAAA%3B%3BAADJ%2CsBAEI%3BEACI%2C0BAAA%3B%3BAACA%2CsBAFJ%2CsBAEK%3BEACG%2C2BAAA%3B%3BAALZ%2CsBAQI%3BEACI%2CaAAA%3B%3BAAIR%2CiBACI%3BEACI%2CyBAAA%3BEACA%2CqBAAA%3B%3BAAKJ%2CqBAAC%2CiBAAkB%3BEACf%2CiBAAA%3BEACA%2CSAAA%3BEACA%2CQAAA%3B%3BAACA%2CqBAJH%2CiBAAkB%2CsBAId%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CqBAAqB%2CMAAO%3BEAExB%2CgBAAA%3B%3BAACA%2CqBAHiB%2CMAAO%2CCAGvB%3BEACG%2CUAAA%3BEACA%2CYAAA%3BEACA%2CSAAA%3B%3BAAIR%3BEACI%2CkBAAA%3BEACA%2CyBAAA%3BEACA%2CcAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEACI%2CyBAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAACA%2CqBAAqB%2CMAAO%3BEAExB%2CUAAA%3B%3BAAIR%3BEAGI%2C2BAAA%3BEACA%2CkBAAkB%2CkFAAlB%3BEACA%2CyBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CUAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CWAAA%3BEACA%2CeAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAATJ%2CkBAUI%3BEACI%2CwBAAA%3BEACA%2CkCAAA%3BEACA%2CWAAA%3BEACA%2CqBAAA%3B%3BAACA%2CkBALJ%2CEAKK%3BEACG%2CkCAAA%3BEACA%2CWAAA%3B%3BAAIR%2CoBAAqB%3BEACjB%2CUAAA%3BEACA%2CQAAA%3B%3BAAGJ%2CsBAAuB%3BAACvB%2C4BAA6B%3BEACzB%2CaAAA%3B%3BAAIR%3BEAGI%2CsBAAA%3BEACA%2CiBAAA%3B%3BAAOJ%3BEACI%3BIACI%2CWAAW%2CYAAX%3B%3BEAEJ%3BIACI%2CWAAW%2CcAAX%3B%3B%3BAAIR%3BEEpSI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3B%3BAAlYJ%2CqBAMI%3BEAEI%2CsCAAA%3B%3BAARR%2CqBAeI%3BEAEI%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2CkCAAA%3B%3BAAIR%2CsBAMI%2C%2BBACI%3BAAPR%2CsBAMI%2C%2BBAEI%3BEAEI%2CUAAA%3B%3BAAKZ%3BEAEI%2CYAAA%3B%3BAAWJ%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAAMJ%2CeAAe%3BEACX%3BIACI%2C6BAAA%3B%3B%3BAAIR%3BAACA%3BAACA%3BEAGI%2CeAAA%3BEACA%2CkBAAA%3B%3BAAGJ%3BEACI%2CYAAA%3B%3BAAGJ%3BAACA%3BAACA%3BAACA%3BEACI%2CaAAA%3B%3BAAGJ%3BEAEI%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEA%2CuBAAwB%3BEACpB%2CUAAA%3B%3BAARR%2CcAWI%3BEE5YA%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA3RI%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%3BEACI%2COAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CgCAAA%3B%3BAAIR%3BEACI%2CQAAA%3B%3BAADJ%2CoBAEI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CeAAA%3BEACA%2CUAAA%3BEACA%2CoBAAA%3B%3BAAGJ%3BEAEI%2CwBAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CaAAA%3B%3BAAYR%2CqBACI%3BEACI%2C4BAAA%3BEACA%2CqBAAA%3B%3BAAIR%3BEExcI%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEA%5C%2FNA%2CiCAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3B%3BAAEA%2CqBAAsB%3BAACtB%2CsBAAuB%2CiBAAiB%3BEACpC%2CaAAA%3B%3BAAGJ%2CiBAAkB%3BAAClB%2CgBAAiB%3BAACjB%2CqBAAsB%3BEAClB%2CcAAA%3BEACA%2CUAAA%3B%3BAAGJ%2CqBAAsB%3BEAClB%2C6BAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3B%3BAAIR%2C4BAA4B%2C8BACxB%3BAADJ%2C4BAA4B%2C8BAExB%3BEACI%2CUAAA%3B%3BAACA%2C4BAJoB%2C8BACxB%2CeAGK%3BAAAD%2C4BAJoB%2C8BAExB%2C2BAEK%3BEACG%2CUAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAMR%2C8BAAC%2CIAAI%2CwBACD%3BEACI%2CaAAA%3B%3BAAMR%2C8BAAC%2CsBACG%3BEACI%2CUAAA%3BEACA%2CWAAA%3BEACA%2CSAAA%3B%3BAAKZ%2CsBACI%3BAADJ%2CsBAEI%3BEACI%2CqBAAA%3B%3BAAKJ%2CqBAAC%2C4BAA4B%2C8BACzB%3BAADJ%2CqBAAC%2C4BAA4B%2C8BAEzB%3BEACI%2CaAAA%3B%3BAACA%2CqBAJP%2C4BAA4B%2C8BACzB%2CeAGK%3BAAAD%2CqBAJP%2C4BAA4B%2C8BAEzB%2C2BAEK%3BEACG%2CcAAA%3B%3BAAIZ%2CqBAAC%2CsBACG%3BAADJ%2CqBAAC%2CsBAEG%3BEACI%2CwBAAA%3B%3BAAMR%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAC%5C%2FC%2C2BAA0B%2CIAAI%3BEE7jBlC%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAI%5C%2FC%2CqBAAoB%2CIAAI%3BEEhkB5B%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFyjBA%2CqBAAC%2C4BAA4B%2CsBAAsB%2C8BAO%5C%2FC%2CqBAAoB%2CIAAI%3BEEnkB5B%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFokBA%2CqBAAC%2CsBACG%3BEExkBJ%2CmBAAmB%2C2BAAnB%3BEACA%2CeAAe%2C2BAAf%3BEACA%2CcAAc%2C2BAAd%3BEACA%2CWAAW%2C2BAAX%3B%3BAFokBA%2CqBAAC%2CsBAIG%3BEE3kBJ%2CmBAAmB%2CyBAAnB%3BEACA%2CeAAe%2CyBAAf%3BEACA%2CcAAc%2CyBAAd%3BEACA%2CWAAW%2CyBAAX%3B%3BAFokBA%2CqBAAC%2CsBAOG%3BEE9kBJ%2CmBAAmB%2CwBAAnB%3BEACA%2CeAAe%2CwBAAf%3BEACA%2CcAAc%2CwBAAd%3BEACA%2CWAAW%2CwBAAX%3B%3BAFilBJ%2CqBACI%2CeAAc%2CIAAI%3BAADtB%2CqBAEI%2C2BAA0B%2CIAAI%3BAAFlC%2CqBAGI%2CsBAAqB%2CIAAI%3BAAH7B%2CqBAII%2CuBAAsB%2CIAAI%3BEACtB%2CyBAAA%3BEACA%2CyDAAA%3B%3BAAMJ%2CgBAAC%3BAAAD%2CcAAC%3BAACD%2CgBAAC%3BAAAD%2CcAAC%3BEAEG%2C4BAAA%3BEACA%2CSAAS%2CEAAT%3BEACA%2CcAAA%3BEACA%2CoBAAA%3BEACA%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CWAAA%3BEACA%2CUAAA%3B%3BAAEJ%2CgBAAC%3BAAAD%2CcAAC%3BEACG%2CYAAA%3BEACA%2CaAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BAACzB%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEACtB%2CmCAAA%3BEACA%2CSAAA%3BEACA%2CYAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BAACxB%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEACvB%2CoCAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CgBAAC%2CwBAAwB%3BAAAzB%2CcAAC%2CwBAAwB%3BEEjmBzB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEFmmBI%2C6BAAA%3BEACA%2COAAA%3B%3BAAGJ%2CgBAAC%2CyBAAyB%3BAAA1B%2CcAAC%2CyBAAyB%3BEEvmB1B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFymBI%2CmCAAA%3BEACA%2CQAAA%3B%3BAAEJ%2CgBAAC%2CuBAAuB%3BAAAxB%2CcAAC%2CuBAAuB%3BEE5mBxB%2CkBAAkB%2C2FAA2F%2CwEAA7G%3BEF8mBI%2C6BAAA%3BEACA%2CMAAA%3B%3BAAGJ%2CgBAAC%2C0BAA0B%3BAAA3B%2CcAAC%2C0BAA0B%3BEElnB3B%2CkBAAkB%2C2FAA2F%2C2EAA7G%3BEFonBI%2CmCAAA%3BEACA%2CSAAA%3B%3BAASJ%2CqBALkB%2CiBAKjB%3BAAAD%2CqBAJkB%2CeAIjB%3BAAAD%2C2BAHwB%2CiBAGvB%3BAAAD%2C2BAFwB%2CeAEvB%3BAAAD%2CqBADkB%2CiBACjB%3BAACD%2CqBANkB%2CiBAMjB%3BAAAD%2CqBALkB%2CeAKjB%3BAAAD%2C2BAJwB%2CiBAIvB%3BAAAD%2C2BAHwB%2CeAGvB%3BAAAD%2CqBAFkB%2CiBAEjB%3BEACG%2CaAAA%3B%3BAAWR%2CmBACI%2CyBACI%3BEE3pBJ%2CmBAAmB%2CgBAAnB%3BEACA%2CeAAe%2CgBAAf%3BEACA%2CcAAc%2CgBAAd%3BEACA%2CWAAW%2CgBAAX%3BEF0pBQ%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CWAAA%3B%3BAAPZ%2CmBAUI%2C2BACI%3BEE7pBJ%2CmBAAmB%2CqBAAnB%3BEACA%2CeAAe%2CsBAAf%3BEACA%2CcAAc%2CsBAAd%3BEACA%2CWAAW%2CsBAAX%3BEF4pBQ%2CQAAA%3BEACA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CWAAA%3B%3BAAKZ%3BEACI%2CcAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2COAAA%3BEACA%2CgBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CYAAA%3B%3BAAGJ%3BEACI%2CoCAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3B%3BAATJ%2CaAWI%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3B%3BAAIR%3BEACI%2CgBAAA%3B%3BAAGJ%3BEACI%2CSAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CUAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CUAAA%3B%3BAACA%2CkBAAC%2CIAAI%3BEACD%2CsBAAA%3B%3BAATR%2CkBAWI%3BEACI%2COAAA%3BEACA%2CkBAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CsBAAA%3B%3BAAIR%3BEACI%2CkBAAA%3B%3BAADJ%2CuBAEI%3BEACI%2CYAAA%3BEACA%2CSAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEEzwBJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEF2wBI%2CyBAAA%3BEACA%2C6CAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAJA%2CgBAHkC%3BEAGlC%2CuBAVJ%3BIAQQ%2CUAAA%3B%3B%3BAAUZ%3BEACI%2CYAAA%3B%3BAAGJ%3BEACI%2CaAAA%3B%3BAAIA%2C6BAAC%3BEACG%2CqBAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3B%3BAALR%2C6BAQI%3BEACI%2CuBAAA%3BEACA%2CWAAA%3B%3BAAVR%2C6BAQI%2CsBAGI%3BEACI%2CcAAA%3BEACA%2CkCAAA%3B%3BAAKZ%2CqBACI%2CwBACI%3BEACI%2CaAAA%3B%3BAAHZ%2CqBACI%2CwBAII%3BAALR%2CqBACI%2CwBAKI%3BEACI%2CSAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3B%3BAAdZ%2CqBACI%2CwBAeI%3BEACI%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2CMAAA%3BEACA%2CuBAAA%3BEACA%2CsBAAA%3BEACA%2CWAAA%3B%3BAAEA%2CqBA5BR%2CwBAeI%2CqBAaK%3BEACG%2CeAAA%3BEACA%2CgBAAA%3BEACA%2CeAAA%3BEACA%2C4DAAA%3B%3BAAEJ%2CqBAlCR%2CwBAeI%2CqBAmBK%3BEACG%2CYAAA%3BEACA%2CyBAAA%3B%3BAArChB%2CqBACI%2CwBAuCI%3BEACI%2CUAAA%3BEACA%2COAAO%2CqBAAP%3B%3BAAMR%2C%2BBAAC%3BEACG%2CgBAAA%3B%3BAAFR%2C%2BBAKI%3BAALJ%2C%2BBAMI%3BEACI%2CSAAA%3BEACA%2CeAAA%3BEACA%2CkBAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3B%3BAAZR%2C%2BBAKI%2C4BAQI%3BAAbR%2C%2BBAMI%2C6BAOI%3BEE32BJ%2CmBAAmB%2C0BAAnB%3BEACA%2CeAAe%2C0BAAf%3BEACA%2CcAAc%2C0BAAd%3BEACA%2CWAAW%2C0BAAX%3BEFqqBA%2CSAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEAmMQ%2CWAAA%3B%3BAAfZ%2C%2BBAkBI%3BEACI%2COAAA%3B%3BAAnBR%2C%2BBAqBI%3BEACI%2CQAAA%3B%3BAAMR%2C6BACI%3BAADJ%2C6BAEI%3BEACI%2CeAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CaAAA%3B%3BAARR%2C6BACI%2C4BAQI%3BAATR%2C6BAEI%2C6BAOI%3BEE53BJ%2CmBAAmB%2CaAAnB%3BEACA%2CeAAe%2CaAAf%3BEACA%2CWAAW%2CaAAX%3BEF43BQ%2CYAAA%3BEACA%2CWAAA%3B%3BAAZZ%2C6BAeI%3BEACI%2CMAAA%3B%3BAAhBR%2C6BAkBI%3BEACI%2CSAAA%3B%3BAAIR%2C4BACI%3BAADJ%2C4BAEI%3BEACI%2C6BAAA%3B%3BAAHR%2C4BAKI%3BEACI%2CkBAAA%3B%3BAANR%2C4BAQI%2CwBAAuB%3BEACnB%2CmBAAA%3B%3BAAIR%3BEAEI%2CkBAAA%3BEACA%2CoBAAA%3B%3BAAGJ%2C2BACI%3BEACI%2CiCAAA%3B%3BAAIR%2C4BACI%3BEACI%2CiCAAA%3B%3BAAIR%3BEACI%2CaAAA%3B%3BAAGJ%3BAACA%3BEEt4BI%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAAEJ%2CcAAC%3BAAAD%2CqBAAC%3BEACG%2C0CAAA%3B%3BAFo4BR%2CeAAe%2CIAAI%2CgCACf%3BAADJ%2CeAAe%2CIAAI%2CgCAEf%3BAAFJ%2CeAAe%2CIAAI%2CgCAGf%3BEE74BA%2C0CAAA%3BEACA%2C6CAAA%3B%3BAACA%2CeFw4BW%2CIAAI%2CgCACf%2C2BEz4BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAEf%2CoBE14BC%3BAAAD%2CeFw4BW%2CIAAI%2CgCAGf%2CmBE34BC%3BEACG%2C0CAAA%3B%3BAAEJ%2CeFq4BW%2CIAAI%2CgCACf%2C2BEt4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAEf%2CoBEv4BC%3BAAAD%2CeFq4BW%2CIAAI%2CgCAGf%2CmBEx4BC%3BEACG%2C0CAAA%3B%3BAF44BR%3BEAEI%2C4BAAA%3BEACA%2CYAAA%3BEACA%2CUAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAW%2C2BAAX%3BEACA%2CoCAAA%3BEACA%2CWAAA%3B%3BAAOA%2CgBANkC%3BEAMlC%3BIALI%2CiCAAA%3BIACA%2CSAAA%3BIACA%2CYAAA%3BIACA%2CWAAA%3B%3B%3BAAEJ%2CsBAAC%3BEACG%2CUAAA%3BEACA%2CWAAW%2CwBAAX%3B%3BAAMJ%2CoBAAC%3BEACG%2CcAAA%3BEACA%2CYAAA%3B%3BAAKR%3BEACI%2CsBAAsB%2C4BAAtB%3BEACA%2CSAAA%3BEACA%2CaAAA%3BEACA%2CYAAA%3BEACA%2COAAA%3BEACA%2CYAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3BEACA%2CYAAA%3B%3BAACA%2CkBAAC%3BEACG%2CcAAA%3B%3BAAIR%2CgCACI%3BAADJ%2CgCACoB%3BEACZ%2CwBAAA%3B%3BAAIR%2CgBACI%3BEACI%2CyBAAA%3B%3BAAFR%2CgBAKI%3BEACI%2CwBAAA%3B%3BAAIR%2CuBAAwB%3BEACpB%2C6BAAA%3BEACA%2CWAAA%3BEACA%2CMAAA%3BEACA%2CWAAA%3B%3BAAGJ%2CoBAAoB%2CIAAI%2CyBAEpB%3BEACI%2CaAAA%22%7D *//*!
 *  Font Awesome 4.5.0 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('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_ShopByBrand/fonts/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{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:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-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"}
@charset "UTF-8";
/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* 
 *  Shop By Brand by TemplateMonster 2016
 *  v1.0.0
 */
.sidebar .block.block-brand .block-title {
  margin-bottom: 20px; }
  .sidebar .block.block-brand .block-title strong {
    font-size: 18px;
    font-weight: 300; }
.sidebar .block.block-brand .brand-items {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 10px; }
.sidebar .block.block-brand .brand-item {
  flex-basis: 48%;
  text-align: center;
  margin-bottom: 25px; }
  .sidebar .block.block-brand .brand-item .brand-item-name {
    font-weight: 500; }
    .sidebar .block.block-brand .brand-item .brand-item-name a {
      color: #000000; }
  .sidebar .block.block-brand .brand-item .brand-image-photo {
    display: inline-block;
    margin-bottom: 10px;
    border: solid 1px #f4f4f4;
    padding: 5px;
    position: relative; }
    .sidebar .block.block-brand .brand-item .brand-image-photo img {
      vertical-align: top;
      max-width: 100%; }

.brand-list {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px 10px;
  padding: 0;
  list-style: none; }
  .brand-list .brand-item {
    flex-basis: 25%;
    -ms-flex-basis: 25%;
    text-align: center;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom: 30px; }
    .brand-list .brand-item .inner {
      padding: 0 15px; }
    .brand-list .brand-item .brand-logo {
      display: inline-block;
      margin-bottom: 20px; }
    .brand-list .brand-item .brand-item-name {
      margin: 0 0 10px;
      font-size: 18px; }
      .brand-list .brand-item .brand-item-name a {
        font-weight: 400;
        color: #000000; }
    .brand-list .brand-item .brand-item-description {
      text-align: left; }
    @media screen and (max-width: 991px) {
      .brand-list .brand-item {
        flex-basis: 50%;
        -ms-flex-basis: 50%; } }

.product-brand {
  margin-bottom: 20px; }
  .product-brand .product-brand-name {
    margin-bottom: 15px; }
  .product-brand .product-brand-logo {
    margin-bottom: 15px; }

.category-brand-banner {
  margin-bottom: 30px; }

.logo-description-container {
  overflow: hidden;
  margin-bottom: 30px; }
  .logo-description-container img {
    float: left;
    margin: 0 15px 15px 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/***/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.block.brands {
  float: none; }
  .block.brands .block-content .brandlist {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .block.brands .block-content .brandlist .inner {
      padding: 0 15px; }
    .block.brands .block-content .brandlist .brand-logo {
      display: inline-block;
      margin-bottom: 15px; }
    .block.brands .block-content .brandlist .brand-name {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .block.brands .block-content .brandlist li {
        flex-basis: 50% !important;
        -ms-flex-basis: 50% !important; } }
  .block.brands .block-content .owl-carousel .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
    .block.brands .block-content .owl-carousel .owl-controls .owl-prev {
      display: inline-block; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:before {
        display: inline-block;
        font-family: "FontAwesome";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .block.brands .block-content .owl-carousel .owl-controls .owl-next {
      display: inline-block; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:before {
        display: inline-block;
        font-family: "FontAwesome";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .block.brands .block-content .owl-carousel .owl-controls .owl-prev,
    .block.brands .block-content .owl-carousel .owl-controls .owl-next {
      padding: 0 7px;
      cursor: pointer; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:before,
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:before {
        font-size: 36px;
        color: #888888;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .block.brands .block-content .owl-carousel .owl-controls .owl-prev:hover:before,
      .block.brands .block-content .owl-carousel .owl-controls .owl-next:hover:before {
        color: #000000; }

/*# sourceMappingURL=module.css.map */
.layout-switcher {
  position: fixed;
  left: 0;
  display: none;
  z-index: 99;
  top: 140px;
  background: #f1f1f1; }
  @media (max-width: 767px) {
    .layout-switcher {
      position: absolute; } }
  .layout-switcher section {
    overflow: hidden;
    padding: 20px;
    border-bottom: solid 1px #d8d8d8;
    font-size: 13px; }
    .layout-switcher section .inner {
      padding-bottom: 20px; }
      .layout-switcher section .inner.last {
        padding-bottom: 0; }
  .layout-switcher .color-scheme {
    /*width: 30px;*/
    padding: 1px 2px;
    min-width: 30px;
    max-width: 90px;
    height: 28px;
    float: left;
    /*margin: 0 10px 5px 0;*/
    margin-right: 3px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #dadada;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: right; }
    .layout-switcher .color-scheme.selected {
      outline: 2px solid #FF5100;
      border: 1px solid #fff;
      color: #333; }
    .layout-switcher .color-scheme:not(.selected):hover {
      outline: 1px solid #999;
      border: 1px solid #fff;
      color: #333; }
  .layout-switcher #ls-icon {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 0;
    background: #f1f1f1;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: -50px; }
  .layout-switcher .section.ls-title {
    padding: 15px 20px 14px; }
    .layout-switcher .section.ls-title h3 {
      color: #5b5754;
      font-size: 14px;
      line-height: normal;
      text-transform: uppercase;
      margin: 0; }
  .layout-switcher label {
    display: block;
    padding-bottom: 5px; }
  .layout-switcher .select-container {
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    z-index: 2; }
    .layout-switcher .select-container select {
      font-size: 12px;
      padding: 5px 8px;
      width: 100%;
      border: none;
      background-color: transparent;
      box-shadow: none;
      background-image: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      position: relative;
      z-index: 3;
      cursor: pointer; }
      .layout-switcher .select-container select:focus {
        outline: none; }
    .layout-switcher .select-container::after {
      content: '\f107';
      font-family: 'FontAwesome';
      position: absolute;
      top: 8px;
      right: 15px; }
  .layout-switcher .buttons {
    border-bottom: none;
    display: flex; }
    .layout-switcher .buttons button {
      flex-basis: 50%;
      margin-right: 5px;
      background: none;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .layout-switcher .buttons button:last-child {
        margin-right: 0; }
      .layout-switcher .buttons button span {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase; }
      .layout-switcher .buttons button.apply {
        background: #5e5653; }
      .layout-switcher .buttons button.reset {
        background: #7e7571; }
      .layout-switcher .buttons button:hover {
        background: #4f4946; }

/*# sourceMappingURL=module.css.map */
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, time, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse; }

button,
input[type='button'] {
  transition: .3s all ease;
  background: none;
  border: none;
  display: inline-block;
  color: inherit;
  margin: 0;
  padding: 0;
  outline: none;
  outline-offset: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  overflow: visible;
  cursor: pointer;
  -webkit-appearance: none; }
  button::-moz-focus-inner,
  input[type='button']::-moz-focus-inner {
    border: none;
    padding: 0; }

input[type='text'],
input[type='time'],
input[type='url'],
input[type='month'],
input[type='week'],
input[type='email'],
input[type='color'],
input[type='datetime'],
input[type='datetime-local'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='date'],
input[type='password'],
input[type='number'],
textarea {
  color: inherit;
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-shadow: none; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  transition: .3s all ease; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

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

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 480px; }
  @media (min-width: 768px) {
    .container {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }
  @media (min-width: 1354px) {
    .container {
      margin-right: auto;
      margin-left: auto;
      padding-left: 25px;
      padding-right: 25px;
      max-width: 1404px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1354px) {
    .container-fluid {
      margin-right: auto;
      margin-left: auto;
      padding-left: 25px;
      padding-right: 25px; } }

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

[class*='col-'] {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 1354px) and (min-width: 1354px) {
    [class*='col-'] {
      padding-left: 25px;
      padding-right: 25px; } }

html.lt-ie10 * + [class*='col-'],
html.lt-ie10 * + .row,
* + [class*='col-'],
* + .row {
  margin-top: 0; }

html.lt-ie10 .row-no-gutter, .row-no-gutter {
  margin-left: 0;
  margin-right: 0; }
  html.lt-ie10 .row-no-gutter > [class*='col'], .row-no-gutter > [class*='col'] {
    padding-left: 0;
    padding-right: 0; }
  html.lt-ie10 .row-no-gutter > * + [class*='col'], .row-no-gutter > * + [class*='col'] {
    margin-top: 0; }

@media (min-width: 480px) {
  * + [class*='col-xs-'] {
    margin-top: 0; }

  .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .row > [class*='col'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-xs-preffix-0 {
    margin-left: 0%; }
  .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-xs-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-xs-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-xs-preffix-3 {
    margin-left: 25%; }
  .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-xs-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-xs-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-xs-preffix-6 {
    margin-left: 50%; }
  .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-xs-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-xs-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-xs-preffix-9 {
    margin-left: 75%; }
  .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-xs-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-xs-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-xs-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  * + [class*='col-sm-'] {
    margin-top: 0; }

  .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-sm-preffix-0 {
    margin-left: 0%; }
  .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-sm-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-sm-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-sm-preffix-3 {
    margin-left: 25%; }
  .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-sm-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-sm-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-sm-preffix-6 {
    margin-left: 50%; }
  .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-sm-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-sm-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-sm-preffix-9 {
    margin-left: 75%; }
  .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-sm-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-sm-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-sm-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  * + [class*='col-md-'] {
    margin-top: 0; }

  .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-md-preffix-0 {
    margin-left: 0%; }
  .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-md-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-md-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-md-preffix-3 {
    margin-left: 25%; }
  .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-md-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-md-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-md-preffix-6 {
    margin-left: 50%; }
  .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-md-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-md-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-md-preffix-9 {
    margin-left: 75%; }
  .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-md-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-md-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-md-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  * + [class*='col-lg-'] {
    margin-top: 0; }

  .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-lg-preffix-0 {
    margin-left: 0%; }
  .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-lg-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-lg-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-lg-preffix-3 {
    margin-left: 25%; }
  .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-lg-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-lg-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-lg-preffix-6 {
    margin-left: 50%; }
  .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-lg-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-lg-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-lg-preffix-9 {
    margin-left: 75%; }
  .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-lg-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-lg-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-lg-preffix-12 {
    margin-left: 100%; } }
html.lt-ie10 .row > .col-xs-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-xs-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-xs-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-xs-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-xs-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-xs-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-xs-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-xs-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-xs-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-xs-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-xs-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-xs-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-sm-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-sm-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-sm-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-sm-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-sm-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-sm-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-sm-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-sm-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-sm-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-sm-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-sm-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-sm-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-md-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-md-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-md-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-md-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-md-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-md-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-md-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-md-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-md-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-md-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-md-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-md-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > .col-lg-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 8.33333%; }
html.lt-ie10 .row > .col-lg-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 16.66667%; }
html.lt-ie10 .row > .col-lg-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 25%; }
html.lt-ie10 .row > .col-lg-4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 33.33333%; }
html.lt-ie10 .row > .col-lg-5 {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.66667%; }
html.lt-ie10 .row > .col-lg-6 {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%; }
html.lt-ie10 .row > .col-lg-7 {
  margin-left: auto;
  margin-right: auto;
  max-width: 58.33333%; }
html.lt-ie10 .row > .col-lg-8 {
  margin-left: auto;
  margin-right: auto;
  max-width: 66.66667%; }
html.lt-ie10 .row > .col-lg-9 {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%; }
html.lt-ie10 .row > .col-lg-10 {
  margin-left: auto;
  margin-right: auto;
  max-width: 83.33333%; }
html.lt-ie10 .row > .col-lg-11 {
  margin-left: auto;
  margin-right: auto;
  max-width: 91.66667%; }
html.lt-ie10 .row > .col-lg-12 {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
html.lt-ie10 .row > [class*="col-xs-preffix-"],
html.lt-ie10 .row > [class*="col-sm-preffix-"],
html.lt-ie10 .row > [class*="col-md-preffix-"],
html.lt-ie10 .row > [class*="col-lg-preffix-"] {
  margin-left: auto; }

/*# sourceMappingURL=grid.css.map */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../../frontend/TemplateMonster/theme007/en_GB/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../../frontend/TemplateMonster/theme007/en_GB/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../../frontend/TemplateMonster/theme007/en_GB/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(../../frontend/TemplateMonster/theme007/en_GB/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons-ico,
[class*="material-icons-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}

.material-icons-3d_rotation:before {
    content: "\e84d"
}

.material-icons-access_alarm:before {
    content: "\e190"
}

.material-icons-access_alarms:before {
    content: "\e191"
}

.material-icons-access_time:before {
    content: "\e192"
}

.material-icons-accessibility:before {
    content: "\e84e"
}

.material-icons-account_balance:before {
    content: "\e84f"
}

.material-icons-account_balance_wallet:before {
    content: "\e850"
}

.material-icons-account_box:before {
    content: "\e851"
}

.material-icons-account_circle:before {
    content: "\e853"
}

.material-icons-adb:before {
    content: "\e60e"
}

.material-icons-add:before {
    content: "\e145"
}

.material-icons-add_alarm:before {
    content: "\e193"
}

.material-icons-add_alert:before {
    content: "\e003"
}

.material-icons-add_box:before {
    content: "\e146"
}

.material-icons-add_circle:before {
    content: "\e147"
}

.material-icons-add_circle_outline:before {
    content: "\e148"
}

.material-icons-add_shopping_cart:before {
    content: "\e854"
}

.material-icons-add_to_photos:before {
    content: "\e39d"
}

.material-icons-adjust:before {
    content: "\e39e"
}

.material-icons-airline_seat_flat:before {
    content: "\e630"
}

.material-icons-airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons-airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons-airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons-airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons-airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons-airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons-airplanemode_active:before {
    content: "\e195"
}

.material-icons-airplanemode_inactive:before {
    content: "\e194"
}

.material-icons-airplay:before {
    content: "\e055"
}

.material-icons-alarm:before {
    content: "\e855"
}

.material-icons-alarm_add:before {
    content: "\e856"
}

.material-icons-alarm_off:before {
    content: "\e857"
}

.material-icons-alarm_on:before {
    content: "\e858"
}

.material-icons-album:before {
    content: "\e019"
}

.material-icons-android:before {
    content: "\e859"
}

.material-icons-announcement:before {
    content: "\e85a"
}

.material-icons-apps:before {
    content: "\e5c3"
}

.material-icons-archive:before {
    content: "\e149"
}

.material-icons-arrow_back:before {
    content: "\e5c4"
}

.material-icons-arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons-arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons-arrow_forward:before {
    content: "\e5c8"
}

.material-icons-aspect_ratio:before {
    content: "\e85b"
}

.material-icons-assessment:before {
    content: "\e85c"
}

.material-icons-assignment:before {
    content: "\e85d"
}

.material-icons-assignment_ind:before {
    content: "\e85e"
}

.material-icons-assignment_late:before {
    content: "\e85f"
}

.material-icons-assignment_return:before {
    content: "\e860"
}

.material-icons-assignment_returned:before {
    content: "\e861"
}

.material-icons-assignment_turned_in:before {
    content: "\e862"
}

.material-icons-assistant:before {
    content: "\e39f"
}

.material-icons-assistant_photo:before {
    content: "\e3a0"
}

.material-icons-attach_file:before {
    content: "\e226"
}

.material-icons-attach_money:before {
    content: "\e227"
}

.material-icons-attachment:before {
    content: "\e2bc"
}

.material-icons-audiotrack:before {
    content: "\e3a1"
}

.material-icons-autorenew:before {
    content: "\e863"
}

.material-icons-av_timer:before {
    content: "\e01b"
}

.material-icons-backspace:before {
    content: "\e14a"
}

.material-icons-backup:before {
    content: "\e864"
}

.material-icons-battery_alert:before {
    content: "\e19c"
}

.material-icons-battery_charging_full:before {
    content: "\e1a3"
}

.material-icons-battery_full:before {
    content: "\e1a4"
}

.material-icons-battery_std:before {
    content: "\e1a5"
}

.material-icons-battery_unknown:before {
    content: "\e1a6"
}

.material-icons-beenhere:before {
    content: "\e52d"
}

.material-icons-block:before {
    content: "\e14b"
}

.material-icons-bluetooth:before {
    content: "\e1a7"
}

.material-icons-bluetooth_audio:before {
    content: "\e60f"
}

.material-icons-bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons-bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons-bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons-blur_circular:before {
    content: "\e3a2"
}

.material-icons-blur_linear:before {
    content: "\e3a3"
}

.material-icons-blur_off:before {
    content: "\e3a4"
}

.material-icons-blur_on:before {
    content: "\e3a5"
}

.material-icons-book:before {
    content: "\e865"
}

.material-icons-bookmark:before {
    content: "\e866"
}

.material-icons-bookmark_border:before {
    content: "\e867"
}

.material-icons-border_all:before {
    content: "\e228"
}

.material-icons-border_bottom:before {
    content: "\e229"
}

.material-icons-border_clear:before {
    content: "\e22a"
}

.material-icons-border_color:before {
    content: "\e22b"
}

.material-icons-border_horizontal:before {
    content: "\e22c"
}

.material-icons-border_inner:before {
    content: "\e22d"
}

.material-icons-border_left:before {
    content: "\e22e"
}

.material-icons-border_outer:before {
    content: "\e22f"
}

.material-icons-border_right:before {
    content: "\e230"
}

.material-icons-border_style:before {
    content: "\e231"
}

.material-icons-border_top:before {
    content: "\e232"
}

.material-icons-border_vertical:before {
    content: "\e233"
}

.material-icons-brightness_1:before {
    content: "\e3a6"
}

.material-icons-brightness_2:before {
    content: "\e3a7"
}

.material-icons-brightness_3:before {
    content: "\e3a8"
}

.material-icons-brightness_4:before {
    content: "\e3a9"
}

.material-icons-brightness_5:before {
    content: "\e3aa"
}

.material-icons-brightness_6:before {
    content: "\e3ab"
}

.material-icons-brightness_7:before {
    content: "\e3ac"
}

.material-icons-brightness_auto:before {
    content: "\e1ab"
}

.material-icons-brightness_high:before {
    content: "\e1ac"
}

.material-icons-brightness_low:before {
    content: "\e1ad"
}

.material-icons-brightness_medium:before {
    content: "\e1ae"
}

.material-icons-broken_image:before {
    content: "\e3ad"
}

.material-icons-brush:before {
    content: "\e3ae"
}

.material-icons-bug_report:before {
    content: "\e868"
}

.material-icons-build:before {
    content: "\e869"
}

.material-icons-business:before {
    content: "\e0af"
}

.material-icons-cached:before {
    content: "\e86a"
}

.material-icons-cake:before {
    content: "\e7e9"
}

.material-icons-call:before {
    content: "\e0b0"
}

.material-icons-call_end:before {
    content: "\e0b1"
}

.material-icons-call_made:before {
    content: "\e0b2"
}

.material-icons-call_merge:before {
    content: "\e0b3"
}

.material-icons-call_missed:before {
    content: "\e0b4"
}

.material-icons-call_received:before {
    content: "\e0b5"
}

.material-icons-call_split:before {
    content: "\e0b6"
}

.material-icons-camera:before {
    content: "\e3af"
}

.material-icons-camera_alt:before {
    content: "\e3b0"
}

.material-icons-camera_enhance:before {
    content: "\e8fc"
}

.material-icons-camera_front:before {
    content: "\e3b1"
}

.material-icons-camera_rear:before {
    content: "\e3b2"
}

.material-icons-camera_roll:before {
    content: "\e3b3"
}

.material-icons-cancel:before {
    content: "\e5c9"
}

.material-icons-card_giftcard:before {
    content: "\e8f6"
}

.material-icons-card_membership:before {
    content: "\e8f7"
}

.material-icons-card_travel:before {
    content: "\e8f8"
}

.material-icons-cast:before {
    content: "\e307"
}

.material-icons-cast_connected:before {
    content: "\e308"
}

.material-icons-center_focus_strong:before {
    content: "\e3b4"
}

.material-icons-center_focus_weak:before {
    content: "\e3b5"
}

.material-icons-change_history:before {
    content: "\e86b"
}

.material-icons-chat:before {
    content: "\e0b7"
}

.material-icons-chat_bubble:before {
    content: "\e0ca"
}

.material-icons-chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons-check:before {
    content: "\e5ca"
}

.material-icons-check_box:before {
    content: "\e834"
}

.material-icons-check_box_outline_blank:before {
    content: "\e835"
}

.material-icons-check_circle:before {
    content: "\e86c"
}

.material-icons-chevron_left:before {
    content: "\e5cb"
}

.material-icons-chevron_right:before {
    content: "\e5cc"
}

.material-icons-chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons-class:before {
    content: "\e86e"
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-clear_all:before {
    content: "\e0b8"
}

.material-icons-close:before {
    content: "\e5cd"
}

.material-icons-closed_caption:before {
    content: "\e01c"
}

.material-icons-cloud:before {
    content: "\e2bd"
}

.material-icons-cloud_circle:before {
    content: "\e2be"
}

.material-icons-cloud_done:before {
    content: "\e2bf"
}

.material-icons-cloud_download:before {
    content: "\e2c0"
}

.material-icons-cloud_off:before {
    content: "\e2c1"
}

.material-icons-cloud_queue:before {
    content: "\e2c2"
}

.material-icons-cloud_upload:before {
    content: "\e2c3"
}

.material-icons-code:before {
    content: "\e86f"
}

.material-icons-collections:before {
    content: "\e3b6"
}

.material-icons-collections_bookmark:before {
    content: "\e431"
}

.material-icons-color_lens:before {
    content: "\e3b7"
}

.material-icons-colorize:before {
    content: "\e3b8"
}

.material-icons-comment:before {
    content: "\e0b9"
}

.material-icons-compare:before {
    content: "\e3b9"
}

.material-icons-computer:before {
    content: "\e30a"
}

.material-icons-confirmation_number:before {
    content: "\e638"
}

.material-icons-contact_phone:before {
    content: "\e0cf"
}

.material-icons-contacts:before {
    content: "\e0ba"
}

.material-icons-content_copy:before {
    content: "\e14d"
}

.material-icons-content_cut:before {
    content: "\e14e"
}

.material-icons-content_paste:before {
    content: "\e14f"
}

.material-icons-control_point:before {
    content: "\e3ba"
}

.material-icons-control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons-create:before {
    content: "\e150"
}

.material-icons-credit_card:before {
    content: "\e870"
}

.material-icons-crop:before {
    content: "\e3be"
}

.material-icons-crop_16_9:before {
    content: "\e3bc"
}

.material-icons-crop_3_2:before {
    content: "\e3bd"
}

.material-icons-crop_5_4:before {
    content: "\e3bf"
}

.material-icons-crop_7_5:before {
    content: "\e3c0"
}

.material-icons-crop_din:before {
    content: "\e3c1"
}

.material-icons-crop_free:before {
    content: "\e3c2"
}

.material-icons-crop_landscape:before {
    content: "\e3c3"
}

.material-icons-crop_original:before {
    content: "\e3c4"
}

.material-icons-crop_portrait:before {
    content: "\e3c5"
}

.material-icons-crop_square:before {
    content: "\e3c6"
}

.material-icons-dashboard:before {
    content: "\e871"
}

.material-icons-data_usage:before {
    content: "\e1af"
}

.material-icons-dehaze:before {
    content: "\e3c7"
}

.material-icons-delete:before {
    content: "\e872"
}

.material-icons-description:before {
    content: "\e873"
}

.material-icons-desktop_mac:before {
    content: "\e30b"
}

.material-icons-desktop_windows:before {
    content: "\e30c"
}

.material-icons-details:before {
    content: "\e3c8"
}

.material-icons-developer_board:before {
    content: "\e30d"
}

.material-icons-developer_mode:before {
    content: "\e1b0"
}

.material-icons-device_hub:before {
    content: "\e335"
}

.material-icons-devices:before {
    content: "\e1b1"
}

.material-icons-dialer_sip:before {
    content: "\e0bb"
}

.material-icons-dialpad:before {
    content: "\e0bc"
}

.material-icons-directions:before {
    content: "\e52e"
}

.material-icons-directions_bike:before {
    content: "\e52f"
}

.material-icons-directions_boat:before {
    content: "\e532"
}

.material-icons-directions_bus:before {
    content: "\e530"
}

.material-icons-directions_car:before {
    content: "\e531"
}

.material-icons-directions_railway:before {
    content: "\e534"
}

.material-icons-directions_run:before {
    content: "\e566"
}

.material-icons-directions_subway:before {
    content: "\e533"
}

.material-icons-directions_transit:before {
    content: "\e535"
}

.material-icons-directions_walk:before {
    content: "\e536"
}

.material-icons-disc_full:before {
    content: "\e610"
}

.material-icons-dns:before {
    content: "\e875"
}

.material-icons-do_not_disturb:before {
    content: "\e612"
}

.material-icons-do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons-dock:before {
    content: "\e30e"
}

.material-icons-domain:before {
    content: "\e7ee"
}

.material-icons-done:before {
    content: "\e876"
}

.material-icons-done_all:before {
    content: "\e877"
}

.material-icons-drafts:before {
    content: "\e151"
}

.material-icons-drive_eta:before {
    content: "\e613"
}

.material-icons-dvr:before {
    content: "\e1b2"
}

.material-icons-edit:before {
    content: "\e3c9"
}

.material-icons-eject:before {
    content: "\e8fb"
}

.material-icons-email:before {
    content: "\e0be"
}

.material-icons-equalizer:before {
    content: "\e01d"
}

.material-icons-error:before {
    content: "\e000"
}

.material-icons-error_outline:before {
    content: "\e001"
}

.material-icons-event:before {
    content: "\e878"
}

.material-icons-event_available:before {
    content: "\e614"
}

.material-icons-event_busy:before {
    content: "\e615"
}

.material-icons-event_note:before {
    content: "\e616"
}

.material-icons-event_seat:before {
    content: "\e903"
}

.material-icons-exit_to_app:before {
    content: "\e879"
}

.material-icons-expand_less:before {
    content: "\e5ce"
}

.material-icons-expand_more:before {
    content: "\e5cf"
}

.material-icons-explicit:before {
    content: "\e01e"
}

.material-icons-explore:before {
    content: "\e87a"
}

.material-icons-exposure:before {
    content: "\e3ca"
}

.material-icons-exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons-exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons-exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons-exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons-exposure_zero:before {
    content: "\e3cf"
}

.material-icons-extension:before {
    content: "\e87b"
}

.material-icons-face:before {
    content: "\e87c"
}

.material-icons-fast_forward:before {
    content: "\e01f"
}

.material-icons-fast_rewind:before {
    content: "\e020"
}

.material-icons-favorite:before {
    content: "\e87d"
}

.material-icons-favorite_border:before {
    content: "\e87e"
}

.material-icons-feedback:before {
    content: "\e87f"
}

.material-icons-file_download:before {
    content: "\e2c4"
}

.material-icons-file_upload:before {
    content: "\e2c6"
}

.material-icons-filter:before {
    content: "\e3d3"
}

.material-icons-filter_1:before {
    content: "\e3d0"
}

.material-icons-filter_2:before {
    content: "\e3d1"
}

.material-icons-filter_3:before {
    content: "\e3d2"
}

.material-icons-filter_4:before {
    content: "\e3d4"
}

.material-icons-filter_5:before {
    content: "\e3d5"
}

.material-icons-filter_6:before {
    content: "\e3d6"
}

.material-icons-filter_7:before {
    content: "\e3d7"
}

.material-icons-filter_8:before {
    content: "\e3d8"
}

.material-icons-filter_9:before {
    content: "\e3d9"
}

.material-icons-filter_9_plus:before {
    content: "\e3da"
}

.material-icons-filter_b_and_w:before {
    content: "\e3db"
}

.material-icons-filter_center_focus:before {
    content: "\e3dc"
}

.material-icons-filter_drama:before {
    content: "\e3dd"
}

.material-icons-filter_frames:before {
    content: "\e3de"
}

.material-icons-filter_hdr:before {
    content: "\e3df"
}

.material-icons-filter_list:before {
    content: "\e152"
}

.material-icons-filter_none:before {
    content: "\e3e0"
}

.material-icons-filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons-filter_vintage:before {
    content: "\e3e3"
}

.material-icons-find_in_page:before {
    content: "\e880"
}

.material-icons-find_replace:before {
    content: "\e881"
}

.material-icons-flag:before {
    content: "\e153"
}

.material-icons-flare:before {
    content: "\e3e4"
}

.material-icons-flash_auto:before {
    content: "\e3e5"
}

.material-icons-flash_off:before {
    content: "\e3e6"
}

.material-icons-flash_on:before {
    content: "\e3e7"
}

.material-icons-flight:before {
    content: "\e539"
}

.material-icons-flight_land:before {
    content: "\e904"
}

.material-icons-flight_takeoff:before {
    content: "\e905"
}

.material-icons-flip:before {
    content: "\e3e8"
}

.material-icons-flip_to_back:before {
    content: "\e882"
}

.material-icons-flip_to_front:before {
    content: "\e883"
}

.material-icons-folder:before {
    content: "\e2c7"
}

.material-icons-folder_open:before {
    content: "\e2c8"
}

.material-icons-folder_shared:before {
    content: "\e2c9"
}

.material-icons-folder_special:before {
    content: "\e617"
}

.material-icons-font_download:before {
    content: "\e167"
}

.material-icons-format_align_center:before {
    content: "\e234"
}

.material-icons-format_align_justify:before {
    content: "\e235"
}

.material-icons-format_align_left:before {
    content: "\e236"
}

.material-icons-format_align_right:before {
    content: "\e237"
}

.material-icons-format_bold:before {
    content: "\e238"
}

.material-icons-format_clear:before {
    content: "\e239"
}

.material-icons-format_color_fill:before {
    content: "\e23a"
}

.material-icons-format_color_reset:before {
    content: "\e23b"
}

.material-icons-format_color_text:before {
    content: "\e23c"
}

.material-icons-format_indent_decrease:before {
    content: "\e23d"
}

.material-icons-format_indent_increase:before {
    content: "\e23e"
}

.material-icons-format_italic:before {
    content: "\e23f"
}

.material-icons-format_line_spacing:before {
    content: "\e240"
}

.material-icons-format_list_bulleted:before {
    content: "\e241"
}

.material-icons-format_list_numbered:before {
    content: "\e242"
}

.material-icons-format_paint:before {
    content: "\e243"
}

.material-icons-format_quote:before {
    content: "\e244"
}

.material-icons-format_size:before {
    content: "\e245"
}

.material-icons-format_strikethrough:before {
    content: "\e246"
}

.material-icons-format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons-format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons-format_underlined:before {
    content: "\e249"
}

.material-icons-forum:before {
    content: "\e0bf"
}

.material-icons-forward:before {
    content: "\e154"
}

.material-icons-forward_10:before {
    content: "\e056"
}

.material-icons-forward_30:before {
    content: "\e057"
}

.material-icons-forward_5:before {
    content: "\e058"
}

.material-icons-fullscreen:before {
    content: "\e5d0"
}

.material-icons-fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons-functions:before {
    content: "\e24a"
}

.material-icons-gamepad:before {
    content: "\e30f"
}

.material-icons-games:before {
    content: "\e021"
}

.material-icons-gesture:before {
    content: "\e155"
}

.material-icons-get_app:before {
    content: "\e884"
}

.material-icons-gif:before {
    content: "\e908"
}

.material-icons-gps_fixed:before {
    content: "\e1b3"
}

.material-icons-gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons-gps_off:before {
    content: "\e1b5"
}

.material-icons-grade:before {
    content: "\e885"
}

.material-icons-gradient:before {
    content: "\e3e9"
}

.material-icons-grain:before {
    content: "\e3ea"
}

.material-icons-graphic_eq:before {
    content: "\e1b8"
}

.material-icons-grid_off:before {
    content: "\e3eb"
}

.material-icons-grid_on:before {
    content: "\e3ec"
}

.material-icons-group:before {
    content: "\e7ef"
}

.material-icons-group_add:before {
    content: "\e7f0"
}

.material-icons-group_work:before {
    content: "\e886"
}

.material-icons-hd:before {
    content: "\e052"
}

.material-icons-hdr_off:before {
    content: "\e3ed"
}

.material-icons-hdr_on:before {
    content: "\e3ee"
}

.material-icons-hdr_strong:before {
    content: "\e3f1"
}

.material-icons-hdr_weak:before {
    content: "\e3f2"
}

.material-icons-headset:before {
    content: "\e310"
}

.material-icons-headset_mic:before {
    content: "\e311"
}

.material-icons-healing:before {
    content: "\e3f3"
}

.material-icons-hearing:before {
    content: "\e023"
}

.material-icons-help:before {
    content: "\e887"
}

.material-icons-help_outline:before {
    content: "\e8fd"
}

.material-icons-high_quality:before {
    content: "\e024"
}

.material-icons-highlight_off:before {
    content: "\e888"
}

.material-icons-history:before {
    content: "\e889"
}

.material-icons-home:before {
    content: "\e88a"
}

.material-icons-hotel:before {
    content: "\e53a"
}

.material-icons-hourglass_empty:before {
    content: "\e88b"
}

.material-icons-hourglass_full:before {
    content: "\e88c"
}

.material-icons-http:before {
    content: "\e902"
}

.material-icons-https:before {
    content: "\e88d"
}

.material-icons-image:before {
    content: "\e3f4"
}

.material-icons-image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons-import_export:before {
    content: "\e0c3"
}

.material-icons-inbox:before {
    content: "\e156"
}

.material-icons-indeterminate_check_box:before {
    content: "\e909"
}

.material-icons-info:before {
    content: "\e88e"
}

.material-icons-info_outline:before {
    content: "\e88f"
}

.material-icons-input:before {
    content: "\e890"
}

.material-icons-insert_chart:before {
    content: "\e24b"
}

.material-icons-insert_comment:before {
    content: "\e24c"
}

.material-icons-insert_drive_file:before {
    content: "\e24d"
}

.material-icons-insert_emoticon:before {
    content: "\e24e"
}

.material-icons-insert_invitation:before {
    content: "\e24f"
}

.material-icons-insert_link:before {
    content: "\e250"
}

.material-icons-insert_photo:before {
    content: "\e251"
}

.material-icons-invert_colors:before {
    content: "\e891"
}

.material-icons-invert_colors_off:before {
    content: "\e0c4"
}

.material-icons-iso:before {
    content: "\e3f6"
}

.material-icons-keyboard:before {
    content: "\e312"
}

.material-icons-keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons-keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons-keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons-keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons-keyboard_backspace:before {
    content: "\e317"
}

.material-icons-keyboard_capslock:before {
    content: "\e318"
}

.material-icons-keyboard_hide:before {
    content: "\e31a"
}

.material-icons-keyboard_return:before {
    content: "\e31b"
}

.material-icons-keyboard_tab:before {
    content: "\e31c"
}

.material-icons-keyboard_voice:before {
    content: "\e31d"
}

.material-icons-label:before {
    content: "\e892"
}

.material-icons-label_outline:before {
    content: "\e893"
}

.material-icons-landscape:before {
    content: "\e3f7"
}

.material-icons-language:before {
    content: "\e894"
}

.material-icons-laptop:before {
    content: "\e31e"
}

.material-icons-laptop_chromebook:before {
    content: "\e31f"
}

.material-icons-laptop_mac:before {
    content: "\e320"
}

.material-icons-laptop_windows:before {
    content: "\e321"
}

.material-icons-launch:before {
    content: "\e895"
}

.material-icons-layers:before {
    content: "\e53b"
}

.material-icons-layers_clear:before {
    content: "\e53c"
}

.material-icons-leak_add:before {
    content: "\e3f8"
}

.material-icons-leak_remove:before {
    content: "\e3f9"
}

.material-icons-lens:before {
    content: "\e3fa"
}

.material-icons-library_add:before {
    content: "\e02e"
}

.material-icons-library_books:before {
    content: "\e02f"
}

.material-icons-library_music:before {
    content: "\e030"
}

.material-icons-link:before {
    content: "\e157"
}

.material-icons-list:before {
    content: "\e896"
}

.material-icons-live_help:before {
    content: "\e0c6"
}

.material-icons-live_tv:before {
    content: "\e639"
}

.material-icons-local_activity:before {
    content: "\e53f"
}

.material-icons-local_airport:before {
    content: "\e53d"
}

.material-icons-local_atm:before {
    content: "\e53e"
}

.material-icons-local_bar:before {
    content: "\e540"
}

.material-icons-local_cafe:before {
    content: "\e541"
}

.material-icons-local_car_wash:before {
    content: "\e542"
}

.material-icons-local_convenience_store:before {
    content: "\e543"
}

.material-icons-local_dining:before {
    content: "\e556"
}

.material-icons-local_drink:before {
    content: "\e544"
}

.material-icons-local_florist:before {
    content: "\e545"
}

.material-icons-local_gas_station:before {
    content: "\e546"
}

.material-icons-local_grocery_store:before {
    content: "\e547"
}

.material-icons-local_hospital:before {
    content: "\e548"
}

.material-icons-local_hotel:before {
    content: "\e549"
}

.material-icons-local_laundry_service:before {
    content: "\e54a"
}

.material-icons-local_library:before {
    content: "\e54b"
}

.material-icons-local_mall:before {
    content: "\e54c"
}

.material-icons-local_movies:before {
    content: "\e54d"
}

.material-icons-local_offer:before {
    content: "\e54e"
}

.material-icons-local_parking:before {
    content: "\e54f"
}

.material-icons-local_pharmacy:before {
    content: "\e550"
}

.material-icons-local_phone:before {
    content: "\e551"
}

.material-icons-local_pizza:before {
    content: "\e552"
}

.material-icons-local_play:before {
    content: "\e553"
}

.material-icons-local_post_office:before {
    content: "\e554"
}

.material-icons-local_printshop:before {
    content: "\e555"
}

.material-icons-local_see:before {
    content: "\e557"
}

.material-icons-local_shipping:before {
    content: "\e558"
}

.material-icons-local_taxi:before {
    content: "\e559"
}

.material-icons-location_city:before {
    content: "\e7f1"
}

.material-icons-location_disabled:before {
    content: "\e1b6"
}

.material-icons-location_off:before {
    content: "\e0c7"
}

.material-icons-location_on:before {
    content: "\e0c8"
}

.material-icons-location_searching:before {
    content: "\e1b7"
}

.material-icons-lock:before {
    content: "\e897"
}

.material-icons-lock_open:before {
    content: "\e898"
}

.material-icons-lock_outline:before {
    content: "\e899"
}

.material-icons-looks:before {
    content: "\e3fc"
}

.material-icons-looks_3:before {
    content: "\e3fb"
}

.material-icons-looks_4:before {
    content: "\e3fd"
}

.material-icons-looks_5:before {
    content: "\e3fe"
}

.material-icons-looks_6:before {
    content: "\e3ff"
}

.material-icons-looks_one:before {
    content: "\e400"
}

.material-icons-looks_two:before {
    content: "\e401"
}

.material-icons-loop:before {
    content: "\e028"
}

.material-icons-loupe:before {
    content: "\e402"
}

.material-icons-loyalty:before {
    content: "\e89a"
}

.material-icons-mail:before {
    content: "\e158"
}

.material-icons-map:before {
    content: "\e55b"
}

.material-icons-markunread:before {
    content: "\e159"
}

.material-icons-markunread_mailbox:before {
    content: "\e89b"
}

.material-icons-memory:before {
    content: "\e322"
}

.material-icons-menu:before {
    content: "\e5d2"
}

.material-icons-merge_type:before {
    content: "\e252"
}

.material-icons-message:before {
    content: "\e0c9"
}

.material-icons-mic:before {
    content: "\e029"
}

.material-icons-mic_none:before {
    content: "\e02a"
}

.material-icons-mic_off:before {
    content: "\e02b"
}

.material-icons-mms:before {
    content: "\e618"
}

.material-icons-mode_comment:before {
    content: "\e253"
}

.material-icons-mode_edit:before {
    content: "\e254"
}

.material-icons-money_off:before {
    content: "\e25c"
}

.material-icons-monochrome_photos:before {
    content: "\e403"
}

.material-icons-mood:before {
    content: "\e7f2"
}

.material-icons-mood_bad:before {
    content: "\e7f3"
}

.material-icons-more:before {
    content: "\e619"
}

.material-icons-more_horiz:before {
    content: "\e5d3"
}

.material-icons-more_vert:before {
    content: "\e5d4"
}

.material-icons-mouse:before {
    content: "\e323"
}

.material-icons-movie:before {
    content: "\e02c"
}

.material-icons-movie_creation:before {
    content: "\e404"
}

.material-icons-music_note:before {
    content: "\e405"
}

.material-icons-my_location:before {
    content: "\e55c"
}

.material-icons-nature:before {
    content: "\e406"
}

.material-icons-nature_people:before {
    content: "\e407"
}

.material-icons-navigate_before:before {
    content: "\e408"
}

.material-icons-navigate_next:before {
    content: "\e409"
}

.material-icons-navigation:before {
    content: "\e55d"
}

.material-icons-network_cell:before {
    content: "\e1b9"
}

.material-icons-network_locked:before {
    content: "\e61a"
}

.material-icons-network_wifi:before {
    content: "\e1ba"
}

.material-icons-new_releases:before {
    content: "\e031"
}

.material-icons-nfc:before {
    content: "\e1bb"
}

.material-icons-no_sim:before {
    content: "\e0cc"
}

.material-icons-not_interested:before {
    content: "\e033"
}

.material-icons-note_add:before {
    content: "\e89c"
}

.material-icons-notifications:before {
    content: "\e7f4"
}

.material-icons-notifications_active:before {
    content: "\e7f7"
}

.material-icons-notifications_none:before {
    content: "\e7f5"
}

.material-icons-notifications_off:before {
    content: "\e7f6"
}

.material-icons-notifications_paused:before {
    content: "\e7f8"
}

.material-icons-offline_pin:before {
    content: "\e90a"
}

.material-icons-ondemand_video:before {
    content: "\e63a"
}

.material-icons-open_in_browser:before {
    content: "\e89d"
}

.material-icons-open_in_new:before {
    content: "\e89e"
}

.material-icons-open_with:before {
    content: "\e89f"
}

.material-icons-pages:before {
    content: "\e7f9"
}

.material-icons-pageview:before {
    content: "\e8a0"
}

.material-icons-palette:before {
    content: "\e40a"
}

.material-icons-panorama:before {
    content: "\e40b"
}

.material-icons-panorama_fish_eye:before {
    content: "\e40c"
}

.material-icons-panorama_horizontal:before {
    content: "\e40d"
}

.material-icons-panorama_vertical:before {
    content: "\e40e"
}

.material-icons-panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons-party_mode:before {
    content: "\e7fa"
}

.material-icons-pause:before {
    content: "\e034"
}

.material-icons-pause_circle_filled:before {
    content: "\e035"
}

.material-icons-pause_circle_outline:before {
    content: "\e036"
}

.material-icons-payment:before {
    content: "\e8a1"
}

.material-icons-people:before {
    content: "\e7fb"
}

.material-icons-people_outline:before {
    content: "\e7fc"
}

.material-icons-perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons-perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons-perm_data_setting:before {
    content: "\e8a4"
}

.material-icons-perm_device_information:before {
    content: "\e8a5"
}

.material-icons-perm_identity:before {
    content: "\e8a6"
}

.material-icons-perm_media:before {
    content: "\e8a7"
}

.material-icons-perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons-perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons-person:before {
    content: "\e7fd"
}

.material-icons-person_add:before {
    content: "\e7fe"
}

.material-icons-person_outline:before {
    content: "\e7ff"
}

.material-icons-person_pin:before {
    content: "\e55a"
}

.material-icons-personal_video:before {
    content: "\e63b"
}

.material-icons-phone:before {
    content: "\e0cd"
}

.material-icons-phone_android:before {
    content: "\e324"
}

.material-icons-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons-phone_forwarded:before {
    content: "\e61c"
}

.material-icons-phone_in_talk:before {
    content: "\e61d"
}

.material-icons-phone_iphone:before {
    content: "\e325"
}

.material-icons-phone_locked:before {
    content: "\e61e"
}

.material-icons-phone_missed:before {
    content: "\e61f"
}

.material-icons-phone_paused:before {
    content: "\e620"
}

.material-icons-phonelink:before {
    content: "\e326"
}

.material-icons-phonelink_erase:before {
    content: "\e0db"
}

.material-icons-phonelink_lock:before {
    content: "\e0dc"
}

.material-icons-phonelink_off:before {
    content: "\e327"
}

.material-icons-phonelink_ring:before {
    content: "\e0dd"
}

.material-icons-phonelink_setup:before {
    content: "\e0de"
}

.material-icons-photo:before {
    content: "\e410"
}

.material-icons-photo_album:before {
    content: "\e411"
}

.material-icons-photo_camera:before {
    content: "\e412"
}

.material-icons-photo_library:before {
    content: "\e413"
}

.material-icons-photo_size_select_actual:before {
    content: "\e432"
}

.material-icons-photo_size_select_large:before {
    content: "\e433"
}

.material-icons-photo_size_select_small:before {
    content: "\e434"
}

.material-icons-picture_as_pdf:before {
    content: "\e415"
}

.material-icons-picture_in_picture:before {
    content: "\e8aa"
}

.material-icons-pin_drop:before {
    content: "\e55e"
}

.material-icons-place:before {
    content: "\e55f"
}

.material-icons-play_arrow:before {
    content: "\e037"
}

.material-icons-play_circle_filled:before {
    content: "\e038"
}

.material-icons-play_circle_outline:before {
    content: "\e039"
}

.material-icons-play_for_work:before {
    content: "\e906"
}

.material-icons-playlist_add:before {
    content: "\e03b"
}

.material-icons-plus_one:before {
    content: "\e800"
}

.material-icons-poll:before {
    content: "\e801"
}

.material-icons-polymer:before {
    content: "\e8ab"
}

.material-icons-portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons-portrait:before {
    content: "\e416"
}

.material-icons-power:before {
    content: "\e63c"
}

.material-icons-power_input:before {
    content: "\e336"
}

.material-icons-power_settings_new:before {
    content: "\e8ac"
}

.material-icons-present_to_all:before {
    content: "\e0df"
}

.material-icons-print:before {
    content: "\e8ad"
}

.material-icons-public:before {
    content: "\e80b"
}

.material-icons-publish:before {
    content: "\e255"
}

.material-icons-query_builder:before {
    content: "\e8ae"
}

.material-icons-question_answer:before {
    content: "\e8af"
}

.material-icons-queue:before {
    content: "\e03c"
}

.material-icons-queue_music:before {
    content: "\e03d"
}

.material-icons-radio:before {
    content: "\e03e"
}

.material-icons-radio_button_checked:before {
    content: "\e837"
}

.material-icons-radio_button_unchecked:before {
    content: "\e836"
}

.material-icons-rate_review:before {
    content: "\e560"
}

.material-icons-receipt:before {
    content: "\e8b0"
}

.material-icons-recent_actors:before {
    content: "\e03f"
}

.material-icons-redeem:before {
    content: "\e8b1"
}

.material-icons-redo:before {
    content: "\e15a"
}

.material-icons-refresh:before {
    content: "\e5d5"
}

.material-icons-remove:before {
    content: "\e15b"
}

.material-icons-remove_circle:before {
    content: "\e15c"
}

.material-icons-remove_circle_outline:before {
    content: "\e15d"
}

.material-icons-remove_red_eye:before {
    content: "\e417"
}

.material-icons-reorder:before {
    content: "\e8fe"
}

.material-icons-repeat:before {
    content: "\e040"
}

.material-icons-repeat_one:before {
    content: "\e041"
}

.material-icons-replay:before {
    content: "\e042"
}

.material-icons-replay_10:before {
    content: "\e059"
}

.material-icons-replay_30:before {
    content: "\e05a"
}

.material-icons-replay_5:before {
    content: "\e05b"
}

.material-icons-reply:before {
    content: "\e15e"
}

.material-icons-reply_all:before {
    content: "\e15f"
}

.material-icons-report:before {
    content: "\e160"
}

.material-icons-report_problem:before {
    content: "\e8b2"
}

.material-icons-restaurant_menu:before {
    content: "\e561"
}

.material-icons-restore:before {
    content: "\e8b3"
}

.material-icons-ring_volume:before {
    content: "\e0d1"
}

.material-icons-room:before {
    content: "\e8b4"
}

.material-icons-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons-rotate_left:before {
    content: "\e419"
}

.material-icons-rotate_right:before {
    content: "\e41a"
}

.material-icons-router:before {
    content: "\e328"
}

.material-icons-satellite:before {
    content: "\e562"
}

.material-icons-save:before {
    content: "\e161"
}

.material-icons-scanner:before {
    content: "\e329"
}

.material-icons-schedule:before {
    content: "\e8b5"
}

.material-icons-school:before {
    content: "\e80c"
}

.material-icons-screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons-screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons-screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons-screen_rotation:before {
    content: "\e1c1"
}

.material-icons-sd_card:before {
    content: "\e623"
}

.material-icons-sd_storage:before {
    content: "\e1c2"
}

.material-icons-search:before {
    content: "\e8b6"
}

.material-icons-security:before {
    content: "\e32a"
}

.material-icons-select_all:before {
    content: "\e162"
}

.material-icons-send:before {
    content: "\e163"
}

.material-icons-settings:before {
    content: "\e8b8"
}

.material-icons-settings_applications:before {
    content: "\e8b9"
}

.material-icons-settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons-settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons-settings_brightness:before {
    content: "\e8bd"
}

.material-icons-settings_cell:before {
    content: "\e8bc"
}

.material-icons-settings_ethernet:before {
    content: "\e8be"
}

.material-icons-settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons-settings_input_component:before {
    content: "\e8c0"
}

.material-icons-settings_input_composite:before {
    content: "\e8c1"
}

.material-icons-settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons-settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons-settings_overscan:before {
    content: "\e8c4"
}

.material-icons-settings_phone:before {
    content: "\e8c5"
}

.material-icons-settings_power:before {
    content: "\e8c6"
}

.material-icons-settings_remote:before {
    content: "\e8c7"
}

.material-icons-settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons-settings_voice:before {
    content: "\e8c8"
}

.material-icons-share:before {
    content: "\e80d"
}

.material-icons-shop:before {
    content: "\e8c9"
}

.material-icons-shop_two:before {
    content: "\e8ca"
}

.material-icons-shopping_basket:before {
    content: "\e8cb"
}

.material-icons-shopping_cart:before {
    content: "\e8cc"
}

.material-icons-shuffle:before {
    content: "\e043"
}

.material-icons-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons-signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons-signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons-signal_wifi_off:before {
    content: "\e1da"
}

.material-icons-sim_card:before {
    content: "\e32b"
}

.material-icons-sim_card_alert:before {
    content: "\e624"
}

.material-icons-skip_next:before {
    content: "\e044"
}

.material-icons-skip_previous:before {
    content: "\e045"
}

.material-icons-slideshow:before {
    content: "\e41b"
}

.material-icons-smartphone:before {
    content: "\e32c"
}

.material-icons-sms:before {
    content: "\e625"
}

.material-icons-sms_failed:before {
    content: "\e626"
}

.material-icons-snooze:before {
    content: "\e046"
}

.material-icons-sort:before {
    content: "\e164"
}

.material-icons-sort_by_alpha:before {
    content: "\e053"
}

.material-icons-space_bar:before {
    content: "\e256"
}

.material-icons-speaker:before {
    content: "\e32d"
}

.material-icons-speaker_group:before {
    content: "\e32e"
}

.material-icons-speaker_notes:before {
    content: "\e8cd"
}

.material-icons-speaker_phone:before {
    content: "\e0d2"
}

.material-icons-spellcheck:before {
    content: "\e8ce"
}

.material-icons-star:before {
    content: "\e838"
}

.material-icons-star_border:before {
    content: "\e83a"
}

.material-icons-star_half:before {
    content: "\e839"
}

.material-icons-stars:before {
    content: "\e8d0"
}

.material-icons-stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons-stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons-stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons-stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons-stop:before {
    content: "\e047"
}

.material-icons-storage:before {
    content: "\e1db"
}

.material-icons-store:before {
    content: "\e8d1"
}

.material-icons-store_mall_directory:before {
    content: "\e563"
}

.material-icons-straighten:before {
    content: "\e41c"
}

.material-icons-strikethrough_s:before {
    content: "\e257"
}

.material-icons-style:before {
    content: "\e41d"
}

.material-icons-subject:before {
    content: "\e8d2"
}

.material-icons-subtitles:before {
    content: "\e048"
}

.material-icons-supervisor_account:before {
    content: "\e8d3"
}

.material-icons-surround_sound:before {
    content: "\e049"
}

.material-icons-swap_calls:before {
    content: "\e0d7"
}

.material-icons-swap_horiz:before {
    content: "\e8d4"
}

.material-icons-swap_vert:before {
    content: "\e8d5"
}

.material-icons-swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons-switch_camera:before {
    content: "\e41e"
}

.material-icons-switch_video:before {
    content: "\e41f"
}

.material-icons-sync:before {
    content: "\e627"
}

.material-icons-sync_disabled:before {
    content: "\e628"
}

.material-icons-sync_problem:before {
    content: "\e629"
}

.material-icons-system_update:before {
    content: "\e62a"
}

.material-icons-system_update_alt:before {
    content: "\e8d7"
}

.material-icons-tab:before {
    content: "\e8d8"
}

.material-icons-tab_unselected:before {
    content: "\e8d9"
}

.material-icons-tablet:before {
    content: "\e32f"
}

.material-icons-tablet_android:before {
    content: "\e330"
}

.material-icons-tablet_mac:before {
    content: "\e331"
}

.material-icons-tag_faces:before {
    content: "\e420"
}

.material-icons-tap_and_play:before {
    content: "\e62b"
}

.material-icons-terrain:before {
    content: "\e564"
}

.material-icons-text_format:before {
    content: "\e165"
}

.material-icons-textsms:before {
    content: "\e0d8"
}

.material-icons-texture:before {
    content: "\e421"
}

.material-icons-theaters:before {
    content: "\e8da"
}

.material-icons-thumb_down:before {
    content: "\e8db"
}

.material-icons-thumb_up:before {
    content: "\e8dc"
}

.material-icons-thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons-time_to_leave:before {
    content: "\e62c"
}

.material-icons-timelapse:before {
    content: "\e422"
}

.material-icons-timer:before {
    content: "\e425"
}

.material-icons-timer_10:before {
    content: "\e423"
}

.material-icons-timer_3:before {
    content: "\e424"
}

.material-icons-timer_off:before {
    content: "\e426"
}

.material-icons-toc:before {
    content: "\e8de"
}

.material-icons-today:before {
    content: "\e8df"
}

.material-icons-toll:before {
    content: "\e8e0"
}

.material-icons-tonality:before {
    content: "\e427"
}

.material-icons-toys:before {
    content: "\e332"
}

.material-icons-track_changes:before {
    content: "\e8e1"
}

.material-icons-traffic:before {
    content: "\e565"
}

.material-icons-transform:before {
    content: "\e428"
}

.material-icons-translate:before {
    content: "\e8e2"
}

.material-icons-trending_down:before {
    content: "\e8e3"
}

.material-icons-trending_flat:before {
    content: "\e8e4"
}

.material-icons-trending_up:before {
    content: "\e8e5"
}

.material-icons-tune:before {
    content: "\e429"
}

.material-icons-turned_in:before {
    content: "\e8e6"
}

.material-icons-turned_in_not:before {
    content: "\e8e7"
}

.material-icons-tv:before {
    content: "\e333"
}

.material-icons-undo:before {
    content: "\e166"
}

.material-icons-unfold_less:before {
    content: "\e5d6"
}

.material-icons-unfold_more:before {
    content: "\e5d7"
}

.material-icons-usb:before {
    content: "\e1e0"
}

.material-icons-verified_user:before {
    content: "\e8e8"
}

.material-icons-vertical_align_bottom:before {
    content: "\e258"
}

.material-icons-vertical_align_center:before {
    content: "\e259"
}

.material-icons-vertical_align_top:before {
    content: "\e25a"
}

.material-icons-vibration:before {
    content: "\e62d"
}

.material-icons-video_library:before {
    content: "\e04a"
}

.material-icons-videocam:before {
    content: "\e04b"
}

.material-icons-videocam_off:before {
    content: "\e04c"
}

.material-icons-view_agenda:before {
    content: "\e8e9"
}

.material-icons-view_array:before {
    content: "\e8ea"
}

.material-icons-view_carousel:before {
    content: "\e8eb"
}

.material-icons-view_column:before {
    content: "\e8ec"
}

.material-icons-view_comfy:before {
    content: "\e42a"
}

.material-icons-view_compact:before {
    content: "\e42b"
}

.material-icons-view_day:before {
    content: "\e8ed"
}

.material-icons-view_headline:before {
    content: "\e8ee"
}

.material-icons-view_list:before {
    content: "\e8ef"
}

.material-icons-view_module:before {
    content: "\e8f0"
}

.material-icons-view_quilt:before {
    content: "\e8f1"
}

.material-icons-view_stream:before {
    content: "\e8f2"
}

.material-icons-view_week:before {
    content: "\e8f3"
}

.material-icons-vignette:before {
    content: "\e435"
}

.material-icons-visibility:before {
    content: "\e8f4"
}

.material-icons-visibility_off:before {
    content: "\e8f5"
}

.material-icons-voice_chat:before {
    content: "\e62e"
}

.material-icons-voicemail:before {
    content: "\e0d9"
}

.material-icons-volume_down:before {
    content: "\e04d"
}

.material-icons-volume_mute:before {
    content: "\e04e"
}

.material-icons-volume_off:before {
    content: "\e04f"
}

.material-icons-volume_up:before {
    content: "\e050"
}

.material-icons-vpn_key:before {
    content: "\e0da"
}

.material-icons-vpn_lock:before {
    content: "\e62f"
}

.material-icons-wallpaper:before {
    content: "\e1bc"
}

.material-icons-warning:before {
    content: "\e002"
}

.material-icons-watch:before {
    content: "\e334"
}

.material-icons-wb_auto:before {
    content: "\e42c"
}

.material-icons-wb_cloudy:before {
    content: "\e42d"
}

.material-icons-wb_incandescent:before {
    content: "\e42e"
}

.material-icons-wb_iridescent:before {
    content: "\e436"
}

.material-icons-wb_sunny:before {
    content: "\e430"
}

.material-icons-wc:before {
    content: "\e63d"
}

.material-icons-web:before {
    content: "\e051"
}

.material-icons-whatshot:before {
    content: "\e80e"
}

.material-icons-widgets:before {
    content: "\e1bd"
}

.material-icons-wifi:before {
    content: "\e63e"
}

.material-icons-wifi_lock:before {
    content: "\e1e1"
}

.material-icons-wifi_tethering:before {
    content: "\e1e2"
}

.material-icons-work:before {
    content: "\e8f9"
}

.material-icons-wrap_text:before {
    content: "\e25b"
}

.material-icons-youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons-zoom_in:before {
    content: "\e8ff"
}

.material-icons-zoom_out:before {
    content: "\e900"
}
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/TemplateMonster/theme007/en_GB/fonts/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-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";
}
@font-face {
	font-family: 'Linearicons';
	src: url('../../frontend/TemplateMonster/theme007/en_GB/fonts/linearicons/Linearicons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'Linearicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Enable Ligatures ================ */
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
	content: "\e600";
}
.icon-home2:before {
	content: "\e601";
}
.icon-home3:before {
	content: "\e602";
}
.icon-home4:before {
	content: "\e603";
}
.icon-home5:before {
	content: "\e604";
}
.icon-home6:before {
	content: "\e605";
}
.icon-bathtub:before {
	content: "\e606";
}
.icon-toothbrush:before {
	content: "\e607";
}
.icon-bed:before {
	content: "\e608";
}
.icon-couch:before {
	content: "\e609";
}
.icon-chair:before {
	content: "\e60a";
}
.icon-city:before {
	content: "\e60b";
}
.icon-apartment:before {
	content: "\e60c";
}
.icon-pencil:before {
	content: "\e60d";
}
.icon-pencil2:before {
	content: "\e60e";
}
.icon-pen:before {
	content: "\e60f";
}
.icon-pencil3:before {
	content: "\e610";
}
.icon-eraser:before {
	content: "\e611";
}
.icon-pencil4:before {
	content: "\e612";
}
.icon-pencil5:before {
	content: "\e613";
}
.icon-feather:before {
	content: "\e614";
}
.icon-feather2:before {
	content: "\e615";
}
.icon-feather3:before {
	content: "\e616";
}
.icon-pen2:before {
	content: "\e617";
}
.icon-pen-add:before {
	content: "\e618";
}
.icon-pen-remove:before {
	content: "\e619";
}
.icon-vector:before {
	content: "\e61a";
}
.icon-pen3:before {
	content: "\e61b";
}
.icon-blog:before {
	content: "\e61c";
}
.icon-brush:before {
	content: "\e61d";
}
.icon-brush2:before {
	content: "\e61e";
}
.icon-spray:before {
	content: "\e61f";
}
.icon-paint-roller:before {
	content: "\e620";
}
.icon-stamp:before {
	content: "\e621";
}
.icon-tape:before {
	content: "\e622";
}
.icon-desk-tape:before {
	content: "\e623";
}
.icon-texture:before {
	content: "\e624";
}
.icon-eye-dropper:before {
	content: "\e625";
}
.icon-palette:before {
	content: "\e626";
}
.icon-color-sampler:before {
	content: "\e627";
}
.icon-bucket:before {
	content: "\e628";
}
.icon-gradient:before {
	content: "\e629";
}
.icon-gradient2:before {
	content: "\e62a";
}
.icon-magic-wand:before {
	content: "\e62b";
}
.icon-magnet:before {
	content: "\e62c";
}
.icon-pencil-ruler:before {
	content: "\e62d";
}
.icon-pencil-ruler2:before {
	content: "\e62e";
}
.icon-compass:before {
	content: "\e62f";
}
.icon-aim:before {
	content: "\e630";
}
.icon-gun:before {
	content: "\e631";
}
.icon-bottle:before {
	content: "\e632";
}
.icon-drop:before {
	content: "\e633";
}
.icon-drop-crossed:before {
	content: "\e634";
}
.icon-drop2:before {
	content: "\e635";
}
.icon-snow:before {
	content: "\e636";
}
.icon-snow2:before {
	content: "\e637";
}
.icon-fire:before {
	content: "\e638";
}
.icon-lighter:before {
	content: "\e639";
}
.icon-knife:before {
	content: "\e63a";
}
.icon-dagger:before {
	content: "\e63b";
}
.icon-tissue:before {
	content: "\e63c";
}
.icon-toilet-paper:before {
	content: "\e63d";
}
.icon-poop:before {
	content: "\e63e";
}
.icon-umbrella:before {
	content: "\e63f";
}
.icon-umbrella2:before {
	content: "\e640";
}
.icon-rain:before {
	content: "\e641";
}
.icon-tornado:before {
	content: "\e642";
}
.icon-wind:before {
	content: "\e643";
}
.icon-fan:before {
	content: "\e644";
}
.icon-contrast:before {
	content: "\e645";
}
.icon-sun-small:before {
	content: "\e646";
}
.icon-sun:before {
	content: "\e647";
}
.icon-sun2:before {
	content: "\e648";
}
.icon-moon:before {
	content: "\e649";
}
.icon-cloud:before {
	content: "\e64a";
}
.icon-cloud-upload:before {
	content: "\e64b";
}
.icon-cloud-download:before {
	content: "\e64c";
}
.icon-cloud-rain:before {
	content: "\e64d";
}
.icon-cloud-hailstones:before {
	content: "\e64e";
}
.icon-cloud-snow:before {
	content: "\e64f";
}
.icon-cloud-windy:before {
	content: "\e650";
}
.icon-sun-wind:before {
	content: "\e651";
}
.icon-cloud-fog:before {
	content: "\e652";
}
.icon-cloud-sun:before {
	content: "\e653";
}
.icon-cloud-lightning:before {
	content: "\e654";
}
.icon-cloud-sync:before {
	content: "\e655";
}
.icon-cloud-lock:before {
	content: "\e656";
}
.icon-cloud-gear:before {
	content: "\e657";
}
.icon-cloud-alert:before {
	content: "\e658";
}
.icon-cloud-check:before {
	content: "\e659";
}
.icon-cloud-cross:before {
	content: "\e65a";
}
.icon-cloud-crossed:before {
	content: "\e65b";
}
.icon-cloud-database:before {
	content: "\e65c";
}
.icon-database:before {
	content: "\e65d";
}
.icon-database-add:before {
	content: "\e65e";
}
.icon-database-remove:before {
	content: "\e65f";
}
.icon-database-lock:before {
	content: "\e660";
}
.icon-database-refresh:before {
	content: "\e661";
}
.icon-database-check:before {
	content: "\e662";
}
.icon-database-history:before {
	content: "\e663";
}
.icon-database-upload:before {
	content: "\e664";
}
.icon-database-download:before {
	content: "\e665";
}
.icon-server:before {
	content: "\e666";
}
.icon-shield:before {
	content: "\e667";
}
.icon-shield-check:before {
	content: "\e668";
}
.icon-shield-alert:before {
	content: "\e669";
}
.icon-shield-cross:before {
	content: "\e66a";
}
.icon-lock:before {
	content: "\e66b";
}
.icon-rotation-lock:before {
	content: "\e66c";
}
.icon-unlock:before {
	content: "\e66d";
}
.icon-key:before {
	content: "\e66e";
}
.icon-key-hole:before {
	content: "\e66f";
}
.icon-toggle-off:before {
	content: "\e670";
}
.icon-toggle-on:before {
	content: "\e671";
}
.icon-cog:before {
	content: "\e672";
}
.icon-cog2:before {
	content: "\e673";
}
.icon-wrench:before {
	content: "\e674";
}
.icon-screwdriver:before {
	content: "\e675";
}
.icon-hammer-wrench:before {
	content: "\e676";
}
.icon-hammer:before {
	content: "\e677";
}
.icon-saw:before {
	content: "\e678";
}
.icon-axe:before {
	content: "\e679";
}
.icon-axe2:before {
	content: "\e67a";
}
.icon-shovel:before {
	content: "\e67b";
}
.icon-pickaxe:before {
	content: "\e67c";
}
.icon-factory:before {
	content: "\e67d";
}
.icon-factory2:before {
	content: "\e67e";
}
.icon-recycle:before {
	content: "\e67f";
}
.icon-trash:before {
	content: "\e680";
}
.icon-trash2:before {
	content: "\e681";
}
.icon-trash3:before {
	content: "\e682";
}
.icon-broom:before {
	content: "\e683";
}
.icon-game:before {
	content: "\e684";
}
.icon-gamepad:before {
	content: "\e685";
}
.icon-joystick:before {
	content: "\e686";
}
.icon-dice:before {
	content: "\e687";
}
.icon-spades:before {
	content: "\e688";
}
.icon-diamonds:before {
	content: "\e689";
}
.icon-clubs:before {
	content: "\e68a";
}
.icon-hearts:before {
	content: "\e68b";
}
.icon-heart:before {
	content: "\e68c";
}
.icon-star:before {
	content: "\e68d";
}
.icon-star-half:before {
	content: "\e68e";
}
.icon-star-empty:before {
	content: "\e68f";
}
.icon-flag:before {
	content: "\e690";
}
.icon-flag2:before {
	content: "\e691";
}
.icon-flag3:before {
	content: "\e692";
}
.icon-mailbox-full:before {
	content: "\e693";
}
.icon-mailbox-empty:before {
	content: "\e694";
}
.icon-at-sign:before {
	content: "\e695";
}
.icon-envelope:before {
	content: "\e696";
}
.icon-envelope-open:before {
	content: "\e697";
}
.icon-paperclip:before {
	content: "\e698";
}
.icon-paper-plane:before {
	content: "\e699";
}
.icon-reply:before {
	content: "\e69a";
}
.icon-reply-all:before {
	content: "\e69b";
}
.icon-inbox:before {
	content: "\e69c";
}
.icon-inbox2:before {
	content: "\e69d";
}
.icon-outbox:before {
	content: "\e69e";
}
.icon-box:before {
	content: "\e69f";
}
.icon-archive:before {
	content: "\e6a0";
}
.icon-archive2:before {
	content: "\e6a1";
}
.icon-drawers:before {
	content: "\e6a2";
}
.icon-drawers2:before {
	content: "\e6a3";
}
.icon-drawers3:before {
	content: "\e6a4";
}
.icon-eye:before {
	content: "\e6a5";
}
.icon-eye-crossed:before {
	content: "\e6a6";
}
.icon-eye-plus:before {
	content: "\e6a7";
}
.icon-eye-minus:before {
	content: "\e6a8";
}
.icon-binoculars:before {
	content: "\e6a9";
}
.icon-binoculars2:before {
	content: "\e6aa";
}
.icon-hdd:before {
	content: "\e6ab";
}
.icon-hdd-down:before {
	content: "\e6ac";
}
.icon-hdd-up:before {
	content: "\e6ad";
}
.icon-floppy-disk:before {
	content: "\e6ae";
}
.icon-disc:before {
	content: "\e6af";
}
.icon-tape2:before {
	content: "\e6b0";
}
.icon-printer:before {
	content: "\e6b1";
}
.icon-shredder:before {
	content: "\e6b2";
}
.icon-file-empty:before {
	content: "\e6b3";
}
.icon-file-add:before {
	content: "\e6b4";
}
.icon-file-check:before {
	content: "\e6b5";
}
.icon-file-lock:before {
	content: "\e6b6";
}
.icon-files:before {
	content: "\e6b7";
}
.icon-copy:before {
	content: "\e6b8";
}
.icon-compare:before {
	content: "\e6b9";
}
.icon-folder:before {
	content: "\e6ba";
}
.icon-folder-search:before {
	content: "\e6bb";
}
.icon-folder-plus:before {
	content: "\e6bc";
}
.icon-folder-minus:before {
	content: "\e6bd";
}
.icon-folder-download:before {
	content: "\e6be";
}
.icon-folder-upload:before {
	content: "\e6bf";
}
.icon-folder-star:before {
	content: "\e6c0";
}
.icon-folder-heart:before {
	content: "\e6c1";
}
.icon-folder-user:before {
	content: "\e6c2";
}
.icon-folder-shared:before {
	content: "\e6c3";
}
.icon-folder-music:before {
	content: "\e6c4";
}
.icon-folder-picture:before {
	content: "\e6c5";
}
.icon-folder-film:before {
	content: "\e6c6";
}
.icon-scissors:before {
	content: "\e6c7";
}
.icon-paste:before {
	content: "\e6c8";
}
.icon-clipboard-empty:before {
	content: "\e6c9";
}
.icon-clipboard-pencil:before {
	content: "\e6ca";
}
.icon-clipboard-text:before {
	content: "\e6cb";
}
.icon-clipboard-check:before {
	content: "\e6cc";
}
.icon-clipboard-down:before {
	content: "\e6cd";
}
.icon-clipboard-left:before {
	content: "\e6ce";
}
.icon-clipboard-alert:before {
	content: "\e6cf";
}
.icon-clipboard-user:before {
	content: "\e6d0";
}
.icon-register:before {
	content: "\e6d1";
}
.icon-enter:before {
	content: "\e6d2";
}
.icon-exit:before {
	content: "\e6d3";
}
.icon-papers:before {
	content: "\e6d4";
}
.icon-news:before {
	content: "\e6d5";
}
.icon-reading:before {
	content: "\e6d6";
}
.icon-typewriter:before {
	content: "\e6d7";
}
.icon-document:before {
	content: "\e6d8";
}
.icon-document2:before {
	content: "\e6d9";
}
.icon-graduation-hat:before {
	content: "\e6da";
}
.icon-license:before {
	content: "\e6db";
}
.icon-license2:before {
	content: "\e6dc";
}
.icon-medal-empty:before {
	content: "\e6dd";
}
.icon-medal-first:before {
	content: "\e6de";
}
.icon-medal-second:before {
	content: "\e6df";
}
.icon-medal-third:before {
	content: "\e6e0";
}
.icon-podium:before {
	content: "\e6e1";
}
.icon-trophy:before {
	content: "\e6e2";
}
.icon-trophy2:before {
	content: "\e6e3";
}
.icon-music-note:before {
	content: "\e6e4";
}
.icon-music-note2:before {
	content: "\e6e5";
}
.icon-music-note3:before {
	content: "\e6e6";
}
.icon-playlist:before {
	content: "\e6e7";
}
.icon-playlist-add:before {
	content: "\e6e8";
}
.icon-guitar:before {
	content: "\e6e9";
}
.icon-trumpet:before {
	content: "\e6ea";
}
.icon-album:before {
	content: "\e6eb";
}
.icon-shuffle:before {
	content: "\e6ec";
}
.icon-repeat-one:before {
	content: "\e6ed";
}
.icon-repeat:before {
	content: "\e6ee";
}
.icon-headphones:before {
	content: "\e6ef";
}
.icon-headset:before {
	content: "\e6f0";
}
.icon-loudspeaker:before {
	content: "\e6f1";
}
.icon-equalizer:before {
	content: "\e6f2";
}
.icon-theater:before {
	content: "\e6f3";
}
.icon-3d-glasses:before {
	content: "\e6f4";
}
.icon-ticket:before {
	content: "\e6f5";
}
.icon-presentation:before {
	content: "\e6f6";
}
.icon-play:before {
	content: "\e6f7";
}
.icon-film-play:before {
	content: "\e6f8";
}
.icon-clapboard-play:before {
	content: "\e6f9";
}
.icon-media:before {
	content: "\e6fa";
}
.icon-film:before {
	content: "\e6fb";
}
.icon-film2:before {
	content: "\e6fc";
}
.icon-surveillance:before {
	content: "\e6fd";
}
.icon-surveillance2:before {
	content: "\e6fe";
}
.icon-camera:before {
	content: "\e6ff";
}
.icon-camera-crossed:before {
	content: "\e700";
}
.icon-camera-play:before {
	content: "\e701";
}
.icon-time-lapse:before {
	content: "\e702";
}
.icon-record:before {
	content: "\e703";
}
.icon-camera2:before {
	content: "\e704";
}
.icon-camera-flip:before {
	content: "\e705";
}
.icon-panorama:before {
	content: "\e706";
}
.icon-time-lapse2:before {
	content: "\e707";
}
.icon-shutter:before {
	content: "\e708";
}
.icon-shutter2:before {
	content: "\e709";
}
.icon-face-detection:before {
	content: "\e70a";
}
.icon-flare:before {
	content: "\e70b";
}
.icon-convex:before {
	content: "\e70c";
}
.icon-concave:before {
	content: "\e70d";
}
.icon-picture:before {
	content: "\e70e";
}
.icon-picture2:before {
	content: "\e70f";
}
.icon-picture3:before {
	content: "\e710";
}
.icon-pictures:before {
	content: "\e711";
}
.icon-book:before {
	content: "\e712";
}
.icon-audio-book:before {
	content: "\e713";
}
.icon-book2:before {
	content: "\e714";
}
.icon-bookmark:before {
	content: "\e715";
}
.icon-bookmark2:before {
	content: "\e716";
}
.icon-label:before {
	content: "\e717";
}
.icon-library:before {
	content: "\e718";
}
.icon-library2:before {
	content: "\e719";
}
.icon-contacts:before {
	content: "\e71a";
}
.icon-profile:before {
	content: "\e71b";
}
.icon-portrait:before {
	content: "\e71c";
}
.icon-portrait2:before {
	content: "\e71d";
}
.icon-user:before {
	content: "\e71e";
}
.icon-user-plus:before {
	content: "\e71f";
}
.icon-user-minus:before {
	content: "\e720";
}
.icon-user-lock:before {
	content: "\e721";
}
.icon-users:before {
	content: "\e722";
}
.icon-users2:before {
	content: "\e723";
}
.icon-users-plus:before {
	content: "\e724";
}
.icon-users-minus:before {
	content: "\e725";
}
.icon-group-work:before {
	content: "\e726";
}
.icon-woman:before {
	content: "\e727";
}
.icon-man:before {
	content: "\e728";
}
.icon-baby:before {
	content: "\e729";
}
.icon-baby2:before {
	content: "\e72a";
}
.icon-baby3:before {
	content: "\e72b";
}
.icon-baby-bottle:before {
	content: "\e72c";
}
.icon-walk:before {
	content: "\e72d";
}
.icon-hand-waving:before {
	content: "\e72e";
}
.icon-jump:before {
	content: "\e72f";
}
.icon-run:before {
	content: "\e730";
}
.icon-woman2:before {
	content: "\e731";
}
.icon-man2:before {
	content: "\e732";
}
.icon-man-woman:before {
	content: "\e733";
}
.icon-height:before {
	content: "\e734";
}
.icon-weight:before {
	content: "\e735";
}
.icon-scale:before {
	content: "\e736";
}
.icon-button:before {
	content: "\e737";
}
.icon-bow-tie:before {
	content: "\e738";
}
.icon-tie:before {
	content: "\e739";
}
.icon-socks:before {
	content: "\e73a";
}
.icon-shoe:before {
	content: "\e73b";
}
.icon-shoes:before {
	content: "\e73c";
}
.icon-hat:before {
	content: "\e73d";
}
.icon-pants:before {
	content: "\e73e";
}
.icon-shorts:before {
	content: "\e73f";
}
.icon-flip-flops:before {
	content: "\e740";
}
.icon-shirt:before {
	content: "\e741";
}
.icon-hanger:before {
	content: "\e742";
}
.icon-laundry:before {
	content: "\e743";
}
.icon-store:before {
	content: "\e744";
}
.icon-haircut:before {
	content: "\e745";
}
.icon-store-24:before {
	content: "\e746";
}
.icon-barcode:before {
	content: "\e747";
}
.icon-barcode2:before {
	content: "\e748";
}
.icon-barcode3:before {
	content: "\e749";
}
.icon-cashier:before {
	content: "\e74a";
}
.icon-bag:before {
	content: "\e74b";
}
.icon-bag2:before {
	content: "\e74c";
}
.icon-cart:before {
	content: "\e74d";
}
.icon-cart-empty:before {
	content: "\e74e";
}
.icon-cart-full:before {
	content: "\e74f";
}
.icon-cart-plus:before {
	content: "\e750";
}
.icon-cart-plus2:before {
	content: "\e751";
}
.icon-cart-add:before {
	content: "\e752";
}
.icon-cart-remove:before {
	content: "\e753";
}
.icon-cart-exchange:before {
	content: "\e754";
}
.icon-tag:before {
	content: "\e755";
}
.icon-tags:before {
	content: "\e756";
}
.icon-receipt:before {
	content: "\e757";
}
.icon-wallet:before {
	content: "\e758";
}
.icon-credit-card:before {
	content: "\e759";
}
.icon-cash-dollar:before {
	content: "\e75a";
}
.icon-cash-euro:before {
	content: "\e75b";
}
.icon-cash-pound:before {
	content: "\e75c";
}
.icon-cash-yen:before {
	content: "\e75d";
}
.icon-bag-dollar:before {
	content: "\e75e";
}
.icon-bag-euro:before {
	content: "\e75f";
}
.icon-bag-pound:before {
	content: "\e760";
}
.icon-bag-yen:before {
	content: "\e761";
}
.icon-coin-dollar:before {
	content: "\e762";
}
.icon-coin-euro:before {
	content: "\e763";
}
.icon-coin-pound:before {
	content: "\e764";
}
.icon-coin-yen:before {
	content: "\e765";
}
.icon-calculator:before {
	content: "\e766";
}
.icon-calculator2:before {
	content: "\e767";
}
.icon-abacus:before {
	content: "\e768";
}
.icon-vault:before {
	content: "\e769";
}
.icon-telephone:before {
	content: "\e76a";
}
.icon-phone-lock:before {
	content: "\e76b";
}
.icon-phone-wave:before {
	content: "\e76c";
}
.icon-phone-pause:before {
	content: "\e76d";
}
.icon-phone-outgoing:before {
	content: "\e76e";
}
.icon-phone-incoming:before {
	content: "\e76f";
}
.icon-phone-in-out:before {
	content: "\e770";
}
.icon-phone-error:before {
	content: "\e771";
}
.icon-phone-sip:before {
	content: "\e772";
}
.icon-phone-plus:before {
	content: "\e773";
}
.icon-phone-minus:before {
	content: "\e774";
}
.icon-voicemail:before {
	content: "\e775";
}
.icon-dial:before {
	content: "\e776";
}
.icon-telephone2:before {
	content: "\e777";
}
.icon-pushpin:before {
	content: "\e778";
}
.icon-pushpin2:before {
	content: "\e779";
}
.icon-map-marker:before {
	content: "\e77a";
}
.icon-map-marker-user:before {
	content: "\e77b";
}
.icon-map-marker-down:before {
	content: "\e77c";
}
.icon-map-marker-check:before {
	content: "\e77d";
}
.icon-map-marker-crossed:before {
	content: "\e77e";
}
.icon-radar:before {
	content: "\e77f";
}
.icon-compass2:before {
	content: "\e780";
}
.icon-map:before {
	content: "\e781";
}
.icon-map2:before {
	content: "\e782";
}
.icon-location:before {
	content: "\e783";
}
.icon-road-sign:before {
	content: "\e784";
}
.icon-calendar-empty:before {
	content: "\e785";
}
.icon-calendar-check:before {
	content: "\e786";
}
.icon-calendar-cross:before {
	content: "\e787";
}
.icon-calendar-31:before {
	content: "\e788";
}
.icon-calendar-full:before {
	content: "\e789";
}
.icon-calendar-insert:before {
	content: "\e78a";
}
.icon-calendar-text:before {
	content: "\e78b";
}
.icon-calendar-user:before {
	content: "\e78c";
}
.icon-mouse:before {
	content: "\e78d";
}
.icon-mouse-left:before {
	content: "\e78e";
}
.icon-mouse-right:before {
	content: "\e78f";
}
.icon-mouse-both:before {
	content: "\e790";
}
.icon-keyboard:before {
	content: "\e791";
}
.icon-keyboard-up:before {
	content: "\e792";
}
.icon-keyboard-down:before {
	content: "\e793";
}
.icon-delete:before {
	content: "\e794";
}
.icon-spell-check:before {
	content: "\e795";
}
.icon-escape:before {
	content: "\e796";
}
.icon-enter2:before {
	content: "\e797";
}
.icon-screen:before {
	content: "\e798";
}
.icon-aspect-ratio:before {
	content: "\e799";
}
.icon-signal:before {
	content: "\e79a";
}
.icon-signal-lock:before {
	content: "\e79b";
}
.icon-signal-80:before {
	content: "\e79c";
}
.icon-signal-60:before {
	content: "\e79d";
}
.icon-signal-40:before {
	content: "\e79e";
}
.icon-signal-20:before {
	content: "\e79f";
}
.icon-signal-0:before {
	content: "\e7a0";
}
.icon-signal-blocked:before {
	content: "\e7a1";
}
.icon-sim:before {
	content: "\e7a2";
}
.icon-flash-memory:before {
	content: "\e7a3";
}
.icon-usb-drive:before {
	content: "\e7a4";
}
.icon-phone:before {
	content: "\e7a5";
}
.icon-smartphone:before {
	content: "\e7a6";
}
.icon-smartphone-notification:before {
	content: "\e7a7";
}
.icon-smartphone-vibration:before {
	content: "\e7a8";
}
.icon-smartphone-embed:before {
	content: "\e7a9";
}
.icon-smartphone-waves:before {
	content: "\e7aa";
}
.icon-tablet:before {
	content: "\e7ab";
}
.icon-tablet2:before {
	content: "\e7ac";
}
.icon-laptop:before {
	content: "\e7ad";
}
.icon-laptop-phone:before {
	content: "\e7ae";
}
.icon-desktop:before {
	content: "\e7af";
}
.icon-launch:before {
	content: "\e7b0";
}
.icon-new-tab:before {
	content: "\e7b1";
}
.icon-window:before {
	content: "\e7b2";
}
.icon-cable:before {
	content: "\e7b3";
}
.icon-cable2:before {
	content: "\e7b4";
}
.icon-tv:before {
	content: "\e7b5";
}
.icon-radio:before {
	content: "\e7b6";
}
.icon-remote-control:before {
	content: "\e7b7";
}
.icon-power-switch:before {
	content: "\e7b8";
}
.icon-power:before {
	content: "\e7b9";
}
.icon-power-crossed:before {
	content: "\e7ba";
}
.icon-flash-auto:before {
	content: "\e7bb";
}
.icon-lamp:before {
	content: "\e7bc";
}
.icon-flashlight:before {
	content: "\e7bd";
}
.icon-lampshade:before {
	content: "\e7be";
}
.icon-cord:before {
	content: "\e7bf";
}
.icon-outlet:before {
	content: "\e7c0";
}
.icon-battery-power:before {
	content: "\e7c1";
}
.icon-battery-empty:before {
	content: "\e7c2";
}
.icon-battery-alert:before {
	content: "\e7c3";
}
.icon-battery-error:before {
	content: "\e7c4";
}
.icon-battery-low1:before {
	content: "\e7c5";
}
.icon-battery-low2:before {
	content: "\e7c6";
}
.icon-battery-low3:before {
	content: "\e7c7";
}
.icon-battery-mid1:before {
	content: "\e7c8";
}
.icon-battery-mid2:before {
	content: "\e7c9";
}
.icon-battery-mid3:before {
	content: "\e7ca";
}
.icon-battery-full:before {
	content: "\e7cb";
}
.icon-battery-charging:before {
	content: "\e7cc";
}
.icon-battery-charging2:before {
	content: "\e7cd";
}
.icon-battery-charging3:before {
	content: "\e7ce";
}
.icon-battery-charging4:before {
	content: "\e7cf";
}
.icon-battery-charging5:before {
	content: "\e7d0";
}
.icon-battery-charging6:before {
	content: "\e7d1";
}
.icon-battery-charging7:before {
	content: "\e7d2";
}
.icon-chip:before {
	content: "\e7d3";
}
.icon-chip-x64:before {
	content: "\e7d4";
}
.icon-chip-x86:before {
	content: "\e7d5";
}
.icon-bubble:before {
	content: "\e7d6";
}
.icon-bubbles:before {
	content: "\e7d7";
}
.icon-bubble-dots:before {
	content: "\e7d8";
}
.icon-bubble-alert:before {
	content: "\e7d9";
}
.icon-bubble-question:before {
	content: "\e7da";
}
.icon-bubble-text:before {
	content: "\e7db";
}
.icon-bubble-pencil:before {
	content: "\e7dc";
}
.icon-bubble-picture:before {
	content: "\e7dd";
}
.icon-bubble-video:before {
	content: "\e7de";
}
.icon-bubble-user:before {
	content: "\e7df";
}
.icon-bubble-quote:before {
	content: "\e7e0";
}
.icon-bubble-heart:before {
	content: "\e7e1";
}
.icon-bubble-emoticon:before {
	content: "\e7e2";
}
.icon-bubble-attachment:before {
	content: "\e7e3";
}
.icon-phone-bubble:before {
	content: "\e7e4";
}
.icon-quote-open:before {
	content: "\e7e5";
}
.icon-quote-close:before {
	content: "\e7e6";
}
.icon-dna:before {
	content: "\e7e7";
}
.icon-heart-pulse:before {
	content: "\e7e8";
}
.icon-pulse:before {
	content: "\e7e9";
}
.icon-syringe:before {
	content: "\e7ea";
}
.icon-pills:before {
	content: "\e7eb";
}
.icon-first-aid:before {
	content: "\e7ec";
}
.icon-lifebuoy:before {
	content: "\e7ed";
}
.icon-bandage:before {
	content: "\e7ee";
}
.icon-bandages:before {
	content: "\e7ef";
}
.icon-thermometer:before {
	content: "\e7f0";
}
.icon-microscope:before {
	content: "\e7f1";
}
.icon-brain:before {
	content: "\e7f2";
}
.icon-beaker:before {
	content: "\e7f3";
}
.icon-skull:before {
	content: "\e7f4";
}
.icon-bone:before {
	content: "\e7f5";
}
.icon-construction:before {
	content: "\e7f6";
}
.icon-construction-cone:before {
	content: "\e7f7";
}
.icon-pie-chart:before {
	content: "\e7f8";
}
.icon-pie-chart2:before {
	content: "\e7f9";
}
.icon-graph:before {
	content: "\e7fa";
}
.icon-chart-growth:before {
	content: "\e7fb";
}
.icon-chart-bars:before {
	content: "\e7fc";
}
.icon-chart-settings:before {
	content: "\e7fd";
}
.icon-cake:before {
	content: "\e7fe";
}
.icon-gift:before {
	content: "\e7ff";
}
.icon-balloon:before {
	content: "\e800";
}
.icon-rank:before {
	content: "\e801";
}
.icon-rank2:before {
	content: "\e802";
}
.icon-rank3:before {
	content: "\e803";
}
.icon-crown:before {
	content: "\e804";
}
.icon-lotus:before {
	content: "\e805";
}
.icon-diamond:before {
	content: "\e806";
}
.icon-diamond2:before {
	content: "\e807";
}
.icon-diamond3:before {
	content: "\e808";
}
.icon-diamond4:before {
	content: "\e809";
}
.icon-linearicons:before {
	content: "\e80a";
}
.icon-teacup:before {
	content: "\e80b";
}
.icon-teapot:before {
	content: "\e80c";
}
.icon-glass:before {
	content: "\e80d";
}
.icon-bottle2:before {
	content: "\e80e";
}
.icon-glass-cocktail:before {
	content: "\e80f";
}
.icon-glass2:before {
	content: "\e810";
}
.icon-dinner:before {
	content: "\e811";
}
.icon-dinner2:before {
	content: "\e812";
}
.icon-chef:before {
	content: "\e813";
}
.icon-scale2:before {
	content: "\e814";
}
.icon-egg:before {
	content: "\e815";
}
.icon-egg2:before {
	content: "\e816";
}
.icon-eggs:before {
	content: "\e817";
}
.icon-platter:before {
	content: "\e818";
}
.icon-steak:before {
	content: "\e819";
}
.icon-hamburger:before {
	content: "\e81a";
}
.icon-hotdog:before {
	content: "\e81b";
}
.icon-pizza:before {
	content: "\e81c";
}
.icon-sausage:before {
	content: "\e81d";
}
.icon-chicken:before {
	content: "\e81e";
}
.icon-fish:before {
	content: "\e81f";
}
.icon-carrot:before {
	content: "\e820";
}
.icon-cheese:before {
	content: "\e821";
}
.icon-bread:before {
	content: "\e822";
}
.icon-ice-cream:before {
	content: "\e823";
}
.icon-ice-cream2:before {
	content: "\e824";
}
.icon-candy:before {
	content: "\e825";
}
.icon-lollipop:before {
	content: "\e826";
}
.icon-coffee-bean:before {
	content: "\e827";
}
.icon-coffee-cup:before {
	content: "\e828";
}
.icon-cherry:before {
	content: "\e829";
}
.icon-grapes:before {
	content: "\e82a";
}
.icon-citrus:before {
	content: "\e82b";
}
.icon-apple:before {
	content: "\e82c";
}
.icon-leaf:before {
	content: "\e82d";
}
.icon-landscape:before {
	content: "\e82e";
}
.icon-pine-tree:before {
	content: "\e82f";
}
.icon-tree:before {
	content: "\e830";
}
.icon-cactus:before {
	content: "\e831";
}
.icon-paw:before {
	content: "\e832";
}
.icon-footprint:before {
	content: "\e833";
}
.icon-speed-slow:before {
	content: "\e834";
}
.icon-speed-medium:before {
	content: "\e835";
}
.icon-speed-fast:before {
	content: "\e836";
}
.icon-rocket:before {
	content: "\e837";
}
.icon-hammer2:before {
	content: "\e838";
}
.icon-balance:before {
	content: "\e839";
}
.icon-briefcase:before {
	content: "\e83a";
}
.icon-luggage-weight:before {
	content: "\e83b";
}
.icon-dolly:before {
	content: "\e83c";
}
.icon-plane:before {
	content: "\e83d";
}
.icon-plane-crossed:before {
	content: "\e83e";
}
.icon-helicopter:before {
	content: "\e83f";
}
.icon-traffic-lights:before {
	content: "\e840";
}
.icon-siren:before {
	content: "\e841";
}
.icon-road:before {
	content: "\e842";
}
.icon-engine:before {
	content: "\e843";
}
.icon-oil-pressure:before {
	content: "\e844";
}
.icon-coolant-temperature:before {
	content: "\e845";
}
.icon-car-battery:before {
	content: "\e846";
}
.icon-gas:before {
	content: "\e847";
}
.icon-gallon:before {
	content: "\e848";
}
.icon-transmission:before {
	content: "\e849";
}
.icon-car:before {
	content: "\e84a";
}
.icon-car-wash:before {
	content: "\e84b";
}
.icon-car-wash2:before {
	content: "\e84c";
}
.icon-bus:before {
	content: "\e84d";
}
.icon-bus2:before {
	content: "\e84e";
}
.icon-car2:before {
	content: "\e84f";
}
.icon-parking:before {
	content: "\e850";
}
.icon-car-lock:before {
	content: "\e851";
}
.icon-taxi:before {
	content: "\e852";
}
.icon-car-siren:before {
	content: "\e853";
}
.icon-car-wash3:before {
	content: "\e854";
}
.icon-car-wash4:before {
	content: "\e855";
}
.icon-ambulance:before {
	content: "\e856";
}
.icon-truck:before {
	content: "\e857";
}
.icon-trailer:before {
	content: "\e858";
}
.icon-scale-truck:before {
	content: "\e859";
}
.icon-train:before {
	content: "\e85a";
}
.icon-ship:before {
	content: "\e85b";
}
.icon-ship2:before {
	content: "\e85c";
}
.icon-anchor:before {
	content: "\e85d";
}
.icon-boat:before {
	content: "\e85e";
}
.icon-bicycle:before {
	content: "\e85f";
}
.icon-bicycle2:before {
	content: "\e860";
}
.icon-dumbbell:before {
	content: "\e861";
}
.icon-bench-press:before {
	content: "\e862";
}
.icon-swim:before {
	content: "\e863";
}
.icon-football:before {
	content: "\e864";
}
.icon-baseball-bat:before {
	content: "\e865";
}
.icon-baseball:before {
	content: "\e866";
}
.icon-tennis:before {
	content: "\e867";
}
.icon-tennis2:before {
	content: "\e868";
}
.icon-ping-pong:before {
	content: "\e869";
}
.icon-hockey:before {
	content: "\e86a";
}
.icon-8ball:before {
	content: "\e86b";
}
.icon-bowling:before {
	content: "\e86c";
}
.icon-bowling-pins:before {
	content: "\e86d";
}
.icon-golf:before {
	content: "\e86e";
}
.icon-golf2:before {
	content: "\e86f";
}
.icon-archery:before {
	content: "\e870";
}
.icon-slingshot:before {
	content: "\e871";
}
.icon-soccer:before {
	content: "\e872";
}
.icon-basketball:before {
	content: "\e873";
}
.icon-cube:before {
	content: "\e874";
}
.icon-3d-rotate:before {
	content: "\e875";
}
.icon-puzzle:before {
	content: "\e876";
}
.icon-glasses:before {
	content: "\e877";
}
.icon-glasses2:before {
	content: "\e878";
}
.icon-accessibility:before {
	content: "\e879";
}
.icon-wheelchair:before {
	content: "\e87a";
}
.icon-wall:before {
	content: "\e87b";
}
.icon-fence:before {
	content: "\e87c";
}
.icon-wall2:before {
	content: "\e87d";
}
.icon-icons:before {
	content: "\e87e";
}
.icon-resize-handle:before {
	content: "\e87f";
}
.icon-icons2:before {
	content: "\e880";
}
.icon-select:before {
	content: "\e881";
}
.icon-select2:before {
	content: "\e882";
}
.icon-site-map:before {
	content: "\e883";
}
.icon-earth:before {
	content: "\e884";
}
.icon-earth-lock:before {
	content: "\e885";
}
.icon-network:before {
	content: "\e886";
}
.icon-network-lock:before {
	content: "\e887";
}
.icon-planet:before {
	content: "\e888";
}
.icon-happy:before {
	content: "\e889";
}
.icon-smile:before {
	content: "\e88a";
}
.icon-grin:before {
	content: "\e88b";
}
.icon-tongue:before {
	content: "\e88c";
}
.icon-sad:before {
	content: "\e88d";
}
.icon-wink:before {
	content: "\e88e";
}
.icon-dream:before {
	content: "\e88f";
}
.icon-shocked:before {
	content: "\e890";
}
.icon-shocked2:before {
	content: "\e891";
}
.icon-tongue2:before {
	content: "\e892";
}
.icon-neutral:before {
	content: "\e893";
}
.icon-happy-grin:before {
	content: "\e894";
}
.icon-cool:before {
	content: "\e895";
}
.icon-mad:before {
	content: "\e896";
}
.icon-grin-evil:before {
	content: "\e897";
}
.icon-evil:before {
	content: "\e898";
}
.icon-wow:before {
	content: "\e899";
}
.icon-annoyed:before {
	content: "\e89a";
}
.icon-wondering:before {
	content: "\e89b";
}
.icon-confused:before {
	content: "\e89c";
}
.icon-zipped:before {
	content: "\e89d";
}
.icon-grumpy:before {
	content: "\e89e";
}
.icon-mustache:before {
	content: "\e89f";
}
.icon-tombstone-hipster:before {
	content: "\e8a0";
}
.icon-tombstone:before {
	content: "\e8a1";
}
.icon-ghost:before {
	content: "\e8a2";
}
.icon-ghost-hipster:before {
	content: "\e8a3";
}
.icon-halloween:before {
	content: "\e8a4";
}
.icon-christmas:before {
	content: "\e8a5";
}
.icon-easter-egg:before {
	content: "\e8a6";
}
.icon-mustache2:before {
	content: "\e8a7";
}
.icon-mustache-glasses:before {
	content: "\e8a8";
}
.icon-pipe:before {
	content: "\e8a9";
}
.icon-alarm:before {
	content: "\e8aa";
}
.icon-alarm-add:before {
	content: "\e8ab";
}
.icon-alarm-snooze:before {
	content: "\e8ac";
}
.icon-alarm-ringing:before {
	content: "\e8ad";
}
.icon-bullhorn:before {
	content: "\e8ae";
}
.icon-hearing:before {
	content: "\e8af";
}
.icon-volume-high:before {
	content: "\e8b0";
}
.icon-volume-medium:before {
	content: "\e8b1";
}
.icon-volume-low:before {
	content: "\e8b2";
}
.icon-volume:before {
	content: "\e8b3";
}
.icon-mute:before {
	content: "\e8b4";
}
.icon-lan:before {
	content: "\e8b5";
}
.icon-lan2:before {
	content: "\e8b6";
}
.icon-wifi:before {
	content: "\e8b7";
}
.icon-wifi-lock:before {
	content: "\e8b8";
}
.icon-wifi-blocked:before {
	content: "\e8b9";
}
.icon-wifi-mid:before {
	content: "\e8ba";
}
.icon-wifi-low:before {
	content: "\e8bb";
}
.icon-wifi-low2:before {
	content: "\e8bc";
}
.icon-wifi-alert:before {
	content: "\e8bd";
}
.icon-wifi-alert-mid:before {
	content: "\e8be";
}
.icon-wifi-alert-low:before {
	content: "\e8bf";
}
.icon-wifi-alert-low2:before {
	content: "\e8c0";
}
.icon-stream:before {
	content: "\e8c1";
}
.icon-stream-check:before {
	content: "\e8c2";
}
.icon-stream-error:before {
	content: "\e8c3";
}
.icon-stream-alert:before {
	content: "\e8c4";
}
.icon-communication:before {
	content: "\e8c5";
}
.icon-communication-crossed:before {
	content: "\e8c6";
}
.icon-broadcast:before {
	content: "\e8c7";
}
.icon-antenna:before {
	content: "\e8c8";
}
.icon-satellite:before {
	content: "\e8c9";
}
.icon-satellite2:before {
	content: "\e8ca";
}
.icon-mic:before {
	content: "\e8cb";
}
.icon-mic-mute:before {
	content: "\e8cc";
}
.icon-mic2:before {
	content: "\e8cd";
}
.icon-spotlights:before {
	content: "\e8ce";
}
.icon-hourglass:before {
	content: "\e8cf";
}
.icon-loading:before {
	content: "\e8d0";
}
.icon-loading2:before {
	content: "\e8d1";
}
.icon-loading3:before {
	content: "\e8d2";
}
.icon-refresh:before {
	content: "\e8d3";
}
.icon-refresh2:before {
	content: "\e8d4";
}
.icon-undo:before {
	content: "\e8d5";
}
.icon-redo:before {
	content: "\e8d6";
}
.icon-jump2:before {
	content: "\e8d7";
}
.icon-undo2:before {
	content: "\e8d8";
}
.icon-redo2:before {
	content: "\e8d9";
}
.icon-sync:before {
	content: "\e8da";
}
.icon-repeat-one2:before {
	content: "\e8db";
}
.icon-sync-crossed:before {
	content: "\e8dc";
}
.icon-sync2:before {
	content: "\e8dd";
}
.icon-repeat-one3:before {
	content: "\e8de";
}
.icon-sync-crossed2:before {
	content: "\e8df";
}
.icon-return:before {
	content: "\e8e0";
}
.icon-return2:before {
	content: "\e8e1";
}
.icon-refund:before {
	content: "\e8e2";
}
.icon-history:before {
	content: "\e8e3";
}
.icon-history2:before {
	content: "\e8e4";
}
.icon-self-timer:before {
	content: "\e8e5";
}
.icon-clock:before {
	content: "\e8e6";
}
.icon-clock2:before {
	content: "\e8e7";
}
.icon-clock3:before {
	content: "\e8e8";
}
.icon-watch:before {
	content: "\e8e9";
}
.icon-alarm2:before {
	content: "\e8ea";
}
.icon-alarm-add2:before {
	content: "\e8eb";
}
.icon-alarm-remove:before {
	content: "\e8ec";
}
.icon-alarm-check:before {
	content: "\e8ed";
}
.icon-alarm-error:before {
	content: "\e8ee";
}
.icon-timer:before {
	content: "\e8ef";
}
.icon-timer-crossed:before {
	content: "\e8f0";
}
.icon-timer2:before {
	content: "\e8f1";
}
.icon-timer-crossed2:before {
	content: "\e8f2";
}
.icon-download:before {
	content: "\e8f3";
}
.icon-upload:before {
	content: "\e8f4";
}
.icon-download2:before {
	content: "\e8f5";
}
.icon-upload2:before {
	content: "\e8f6";
}
.icon-enter-up:before {
	content: "\e8f7";
}
.icon-enter-down:before {
	content: "\e8f8";
}
.icon-enter-left:before {
	content: "\e8f9";
}
.icon-enter-right:before {
	content: "\e8fa";
}
.icon-exit-up:before {
	content: "\e8fb";
}
.icon-exit-down:before {
	content: "\e8fc";
}
.icon-exit-left:before {
	content: "\e8fd";
}
.icon-exit-right:before {
	content: "\e8fe";
}
.icon-enter-up2:before {
	content: "\e8ff";
}
.icon-enter-down2:before {
	content: "\e900";
}
.icon-enter-vertical:before {
	content: "\e901";
}
.icon-enter-left2:before {
	content: "\e902";
}
.icon-enter-right2:before {
	content: "\e903";
}
.icon-enter-horizontal:before {
	content: "\e904";
}
.icon-exit-up2:before {
	content: "\e905";
}
.icon-exit-down2:before {
	content: "\e906";
}
.icon-exit-left2:before {
	content: "\e907";
}
.icon-exit-right2:before {
	content: "\e908";
}
.icon-cli:before {
	content: "\e909";
}
.icon-bug:before {
	content: "\e90a";
}
.icon-code:before {
	content: "\e90b";
}
.icon-file-code:before {
	content: "\e90c";
}
.icon-file-image:before {
	content: "\e90d";
}
.icon-file-zip:before {
	content: "\e90e";
}
.icon-file-audio:before {
	content: "\e90f";
}
.icon-file-video:before {
	content: "\e910";
}
.icon-file-preview:before {
	content: "\e911";
}
.icon-file-charts:before {
	content: "\e912";
}
.icon-file-stats:before {
	content: "\e913";
}
.icon-file-spreadsheet:before {
	content: "\e914";
}
.icon-link:before {
	content: "\e915";
}
.icon-unlink:before {
	content: "\e916";
}
.icon-link2:before {
	content: "\e917";
}
.icon-unlink2:before {
	content: "\e918";
}
.icon-thumbs-up:before {
	content: "\e919";
}
.icon-thumbs-down:before {
	content: "\e91a";
}
.icon-thumbs-up2:before {
	content: "\e91b";
}
.icon-thumbs-down2:before {
	content: "\e91c";
}
.icon-thumbs-up3:before {
	content: "\e91d";
}
.icon-thumbs-down3:before {
	content: "\e91e";
}
.icon-share:before {
	content: "\e91f";
}
.icon-share2:before {
	content: "\e920";
}
.icon-share3:before {
	content: "\e921";
}
.icon-magnifier:before {
	content: "\e922";
}
.icon-file-search:before {
	content: "\e923";
}
.icon-find-replace:before {
	content: "\e924";
}
.icon-zoom-in:before {
	content: "\e925";
}
.icon-zoom-out:before {
	content: "\e926";
}
.icon-loupe:before {
	content: "\e927";
}
.icon-loupe-zoom-in:before {
	content: "\e928";
}
.icon-loupe-zoom-out:before {
	content: "\e929";
}
.icon-cross:before {
	content: "\e92a";
}
.icon-menu:before {
	content: "\e92b";
}
.icon-list:before {
	content: "\e92c";
}
.icon-list2:before {
	content: "\e92d";
}
.icon-list3:before {
	content: "\e92e";
}
.icon-menu2:before {
	content: "\e92f";
}
.icon-list4:before {
	content: "\e930";
}
.icon-menu3:before {
	content: "\e931";
}
.icon-exclamation:before {
	content: "\e932";
}
.icon-question:before {
	content: "\e933";
}
.icon-check:before {
	content: "\e934";
}
.icon-cross2:before {
	content: "\e935";
}
.icon-plus:before {
	content: "\e936";
}
.icon-minus:before {
	content: "\e937";
}
.icon-percent:before {
	content: "\e938";
}
.icon-chevron-up:before {
	content: "\e939";
}
.icon-chevron-down:before {
	content: "\e93a";
}
.icon-chevron-left:before {
	content: "\e93b";
}
.icon-chevron-right:before {
	content: "\e93c";
}
.icon-chevrons-expand-vertical:before {
	content: "\e93d";
}
.icon-chevrons-expand-horizontal:before {
	content: "\e93e";
}
.icon-chevrons-contract-vertical:before {
	content: "\e93f";
}
.icon-chevrons-contract-horizontal:before {
	content: "\e940";
}
.icon-arrow-up:before {
	content: "\e941";
}
.icon-arrow-down:before {
	content: "\e942";
}
.icon-arrow-left:before {
	content: "\e943";
}
.icon-arrow-right:before {
	content: "\e944";
}
.icon-arrow-up-right:before {
	content: "\e945";
}
.icon-arrows-merge:before {
	content: "\e946";
}
.icon-arrows-split:before {
	content: "\e947";
}
.icon-arrow-divert:before {
	content: "\e948";
}
.icon-arrow-return:before {
	content: "\e949";
}
.icon-expand:before {
	content: "\e94a";
}
.icon-contract:before {
	content: "\e94b";
}
.icon-expand2:before {
	content: "\e94c";
}
.icon-contract2:before {
	content: "\e94d";
}
.icon-move:before {
	content: "\e94e";
}
.icon-tab:before {
	content: "\e94f";
}
.icon-arrow-wave:before {
	content: "\e950";
}
.icon-expand3:before {
	content: "\e951";
}
.icon-expand4:before {
	content: "\e952";
}
.icon-contract3:before {
	content: "\e953";
}
.icon-notification:before {
	content: "\e954";
}
.icon-warning:before {
	content: "\e955";
}
.icon-notification-circle:before {
	content: "\e956";
}
.icon-question-circle:before {
	content: "\e957";
}
.icon-menu-circle:before {
	content: "\e958";
}
.icon-checkmark-circle:before {
	content: "\e959";
}
.icon-cross-circle:before {
	content: "\e95a";
}
.icon-plus-circle:before {
	content: "\e95b";
}
.icon-circle-minus:before {
	content: "\e95c";
}
.icon-percent-circle:before {
	content: "\e95d";
}
.icon-arrow-up-circle:before {
	content: "\e95e";
}
.icon-arrow-down-circle:before {
	content: "\e95f";
}
.icon-arrow-left-circle:before {
	content: "\e960";
}
.icon-arrow-right-circle:before {
	content: "\e961";
}
.icon-chevron-up-circle:before {
	content: "\e962";
}
.icon-chevron-down-circle:before {
	content: "\e963";
}
.icon-chevron-left-circle:before {
	content: "\e964";
}
.icon-chevron-right-circle:before {
	content: "\e965";
}
.icon-backward-circle:before {
	content: "\e966";
}
.icon-first-circle:before {
	content: "\e967";
}
.icon-previous-circle:before {
	content: "\e968";
}
.icon-stop-circle:before {
	content: "\e969";
}
.icon-play-circle:before {
	content: "\e96a";
}
.icon-pause-circle:before {
	content: "\e96b";
}
.icon-next-circle:before {
	content: "\e96c";
}
.icon-last-circle:before {
	content: "\e96d";
}
.icon-forward-circle:before {
	content: "\e96e";
}
.icon-eject-circle:before {
	content: "\e96f";
}
.icon-crop:before {
	content: "\e970";
}
.icon-frame-expand:before {
	content: "\e971";
}
.icon-frame-contract:before {
	content: "\e972";
}
.icon-focus:before {
	content: "\e973";
}
.icon-transform:before {
	content: "\e974";
}
.icon-grid:before {
	content: "\e975";
}
.icon-grid-crossed:before {
	content: "\e976";
}
.icon-layers:before {
	content: "\e977";
}
.icon-layers-crossed:before {
	content: "\e978";
}
.icon-toggle:before {
	content: "\e979";
}
.icon-rulers:before {
	content: "\e97a";
}
.icon-ruler:before {
	content: "\e97b";
}
.icon-funnel:before {
	content: "\e97c";
}
.icon-flip-horizontal:before {
	content: "\e97d";
}
.icon-flip-vertical:before {
	content: "\e97e";
}
.icon-flip-horizontal2:before {
	content: "\e97f";
}
.icon-flip-vertical2:before {
	content: "\e980";
}
.icon-angle:before {
	content: "\e981";
}
.icon-angle2:before {
	content: "\e982";
}
.icon-subtract:before {
	content: "\e983";
}
.icon-combine:before {
	content: "\e984";
}
.icon-intersect:before {
	content: "\e985";
}
.icon-exclude:before {
	content: "\e986";
}
.icon-align-center-vertical:before {
	content: "\e987";
}
.icon-align-right:before {
	content: "\e988";
}
.icon-align-bottom:before {
	content: "\e989";
}
.icon-align-left:before {
	content: "\e98a";
}
.icon-align-center-horizontal:before {
	content: "\e98b";
}
.icon-align-top:before {
	content: "\e98c";
}
.icon-square:before {
	content: "\e98d";
}
.icon-plus-square:before {
	content: "\e98e";
}
.icon-minus-square:before {
	content: "\e98f";
}
.icon-percent-square:before {
	content: "\e990";
}
.icon-arrow-up-square:before {
	content: "\e991";
}
.icon-arrow-down-square:before {
	content: "\e992";
}
.icon-arrow-left-square:before {
	content: "\e993";
}
.icon-arrow-right-square:before {
	content: "\e994";
}
.icon-chevron-up-square:before {
	content: "\e995";
}
.icon-chevron-down-square:before {
	content: "\e996";
}
.icon-chevron-left-square:before {
	content: "\e997";
}
.icon-chevron-right-square:before {
	content: "\e998";
}
.icon-check-square:before {
	content: "\e999";
}
.icon-cross-square:before {
	content: "\e99a";
}
.icon-menu-square:before {
	content: "\e99b";
}
.icon-prohibited:before {
	content: "\e99c";
}
.icon-circle:before {
	content: "\e99d";
}
.icon-radio-button:before {
	content: "\e99e";
}
.icon-ligature:before {
	content: "\e99f";
}
.icon-text-format:before {
	content: "\e9a0";
}
.icon-text-format-remove:before {
	content: "\e9a1";
}
.icon-text-size:before {
	content: "\e9a2";
}
.icon-bold:before {
	content: "\e9a3";
}
.icon-italic:before {
	content: "\e9a4";
}
.icon-underline:before {
	content: "\e9a5";
}
.icon-strikethrough:before {
	content: "\e9a6";
}
.icon-highlight:before {
	content: "\e9a7";
}
.icon-text-align-left:before {
	content: "\e9a8";
}
.icon-text-align-center:before {
	content: "\e9a9";
}
.icon-text-align-right:before {
	content: "\e9aa";
}
.icon-text-align-justify:before {
	content: "\e9ab";
}
.icon-line-spacing:before {
	content: "\e9ac";
}
.icon-indent-increase:before {
	content: "\e9ad";
}
.icon-indent-decrease:before {
	content: "\e9ae";
}
.icon-text-wrap:before {
	content: "\e9af";
}
.icon-pilcrow:before {
	content: "\e9b0";
}
.icon-direction-ltr:before {
	content: "\e9b1";
}
.icon-direction-rtl:before {
	content: "\e9b2";
}
.icon-page-break:before {
	content: "\e9b3";
}
.icon-page-break2:before {
	content: "\e9b4";
}
.icon-sort-alpha-asc:before {
	content: "\e9b5";
}
.icon-sort-alpha-desc:before {
	content: "\e9b6";
}
.icon-sort-numeric-asc:before {
	content: "\e9b7";
}
.icon-sort-numeric-desc:before {
	content: "\e9b8";
}
.icon-sort-amount-asc:before {
	content: "\e9b9";
}
.icon-sort-amount-desc:before {
	content: "\e9ba";
}
.icon-sort-time-asc:before {
	content: "\e9bb";
}
.icon-sort-time-desc:before {
	content: "\e9bc";
}
.icon-sigma:before {
	content: "\e9bd";
}
.icon-pencil-line:before {
	content: "\e9be";
}
.icon-hand:before {
	content: "\e9bf";
}
.icon-pointer-up:before {
	content: "\e9c0";
}
.icon-pointer-right:before {
	content: "\e9c1";
}
.icon-pointer-down:before {
	content: "\e9c2";
}
.icon-pointer-left:before {
	content: "\e9c3";
}
.icon-finger-tap:before {
	content: "\e9c4";
}
.icon-fingers-tap:before {
	content: "\e9c5";
}
.icon-reminder:before {
	content: "\e9c6";
}
.icon-fingers-crossed:before {
	content: "\e9c7";
}
.icon-fingers-victory:before {
	content: "\e9c8";
}
.icon-gesture-zoom:before {
	content: "\e9c9";
}
.icon-gesture-pinch:before {
	content: "\e9ca";
}
.icon-fingers-scroll-horizontal:before {
	content: "\e9cb";
}
.icon-fingers-scroll-vertical:before {
	content: "\e9cc";
}
.icon-fingers-scroll-left:before {
	content: "\e9cd";
}
.icon-fingers-scroll-right:before {
	content: "\e9ce";
}
.icon-hand2:before {
	content: "\e9cf";
}
.icon-pointer-up2:before {
	content: "\e9d0";
}
.icon-pointer-right2:before {
	content: "\e9d1";
}
.icon-pointer-down2:before {
	content: "\e9d2";
}
.icon-pointer-left2:before {
	content: "\e9d3";
}
.icon-finger-tap2:before {
	content: "\e9d4";
}
.icon-fingers-tap2:before {
	content: "\e9d5";
}
.icon-reminder2:before {
	content: "\e9d6";
}
.icon-gesture-zoom2:before {
	content: "\e9d7";
}
.icon-gesture-pinch2:before {
	content: "\e9d8";
}
.icon-fingers-scroll-horizontal2:before {
	content: "\e9d9";
}
.icon-fingers-scroll-vertical2:before {
	content: "\e9da";
}
.icon-fingers-scroll-left2:before {
	content: "\e9db";
}
.icon-fingers-scroll-right2:before {
	content: "\e9dc";
}
.icon-fingers-scroll-vertical3:before {
	content: "\e9dd";
}
.icon-border-style:before {
	content: "\e9de";
}
.icon-border-all:before {
	content: "\e9df";
}
.icon-border-outer:before {
	content: "\e9e0";
}
.icon-border-inner:before {
	content: "\e9e1";
}
.icon-border-top:before {
	content: "\e9e2";
}
.icon-border-horizontal:before {
	content: "\e9e3";
}
.icon-border-bottom:before {
	content: "\e9e4";
}
.icon-border-left:before {
	content: "\e9e5";
}
.icon-border-vertical:before {
	content: "\e9e6";
}
.icon-border-right:before {
	content: "\e9e7";
}
.icon-border-none:before {
	content: "\e9e8";
}
.icon-ellipsis:before {
	content: "\e9e9";
}
.icon-uni21:before {
	content: "\21";
}
.icon-uni22:before {
	content: "\22";
}
.icon-uni23:before {
	content: "\23";
}
.icon-uni24:before {
	content: "\24";
}
.icon-uni25:before {
	content: "\25";
}
.icon-uni26:before {
	content: "\26";
}
.icon-uni27:before {
	content: "\27";
}
.icon-uni28:before {
	content: "\28";
}
.icon-uni29:before {
	content: "\29";
}
.icon-uni2a:before {
	content: "\2a";
}
.icon-uni2b:before {
	content: "\2b";
}
.icon-uni2c:before {
	content: "\2c";
}
.icon-uni2d:before {
	content: "\2d";
}
.icon-uni2e:before {
	content: "\2e";
}
.icon-uni2f:before {
	content: "\2f";
}
.icon-uni30:before {
	content: "\30";
}
.icon-uni31:before {
	content: "\31";
}
.icon-uni32:before {
	content: "\32";
}
.icon-uni33:before {
	content: "\33";
}
.icon-uni34:before {
	content: "\34";
}
.icon-uni35:before {
	content: "\35";
}
.icon-uni36:before {
	content: "\36";
}
.icon-uni37:before {
	content: "\37";
}
.icon-uni38:before {
	content: "\38";
}
.icon-uni39:before {
	content: "\39";
}
.icon-uni3a:before {
	content: "\3a";
}
.icon-uni3b:before {
	content: "\3b";
}
.icon-uni3c:before {
	content: "\3c";
}
.icon-uni3d:before {
	content: "\3d";
}
.icon-uni3e:before {
	content: "\3e";
}
.icon-uni3f:before {
	content: "\3f";
}
.icon-uni40:before {
	content: "\40";
}
.icon-uni41:before {
	content: "\41";
}
.icon-uni42:before {
	content: "\42";
}
.icon-uni43:before {
	content: "\43";
}
.icon-uni44:before {
	content: "\44";
}
.icon-uni45:before {
	content: "\45";
}
.icon-uni46:before {
	content: "\46";
}
.icon-uni47:before {
	content: "\47";
}
.icon-uni48:before {
	content: "\48";
}
.icon-uni49:before {
	content: "\49";
}
.icon-uni4a:before {
	content: "\4a";
}
.icon-uni4b:before {
	content: "\4b";
}
.icon-uni4c:before {
	content: "\4c";
}
.icon-uni4d:before {
	content: "\4d";
}
.icon-uni4e:before {
	content: "\4e";
}
.icon-uni4f:before {
	content: "\4f";
}
.icon-uni50:before {
	content: "\50";
}
.icon-uni51:before {
	content: "\51";
}
.icon-uni52:before {
	content: "\52";
}
.icon-uni53:before {
	content: "\53";
}
.icon-uni54:before {
	content: "\54";
}
.icon-uni55:before {
	content: "\55";
}
.icon-uni56:before {
	content: "\56";
}
.icon-uni57:before {
	content: "\57";
}
.icon-uni58:before {
	content: "\58";
}
.icon-uni59:before {
	content: "\59";
}
.icon-uni5a:before {
	content: "\5a";
}
.icon-uni5b:before {
	content: "\5b";
}
.icon-uni5c:before {
	content: "\5c";
}
.icon-uni5d:before {
	content: "\5d";
}
.icon-uni5e:before {
	content: "\5e";
}
.icon-uni5f:before {
	content: "\5f";
}
.icon-uni60:before {
	content: "\60";
}
.icon-uni61:before {
	content: "\61";
}
.icon-uni62:before {
	content: "\62";
}
.icon-uni63:before {
	content: "\63";
}
.icon-uni64:before {
	content: "\64";
}
.icon-uni65:before {
	content: "\65";
}
.icon-uni66:before {
	content: "\66";
}
.icon-uni67:before {
	content: "\67";
}
.icon-uni68:before {
	content: "\68";
}
.icon-uni69:before {
	content: "\69";
}
.icon-uni6a:before {
	content: "\6a";
}
.icon-uni6b:before {
	content: "\6b";
}
.icon-uni6c:before {
	content: "\6c";
}
.icon-uni6d:before {
	content: "\6d";
}
.icon-uni6e:before {
	content: "\6e";
}
.icon-uni6f:before {
	content: "\6f";
}
.icon-uni70:before {
	content: "\70";
}
.icon-uni71:before {
	content: "\71";
}
.icon-uni72:before {
	content: "\72";
}
.icon-uni73:before {
	content: "\73";
}
.icon-uni74:before {
	content: "\74";
}
.icon-uni75:before {
	content: "\75";
}
.icon-uni76:before {
	content: "\76";
}
.icon-uni77:before {
	content: "\77";
}
.icon-uni78:before {
	content: "\78";
}
.icon-uni79:before {
	content: "\79";
}
.icon-uni7a:before {
	content: "\7a";
}
.icon-uni7b:before {
	content: "\7b";
}
.icon-uni7c:before {
	content: "\7c";
}
.icon-uni7d:before {
	content: "\7d";
}
.icon-uni7e:before {
	content: "\7e";
}
.icon-copyright:before {
	content: "\a9";
}
@charset "UTF-8";
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
.block-posts-list {
  clear: both; }
  .block-posts-list .post-items {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .block-posts-list .post-item {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px; }
  .block-posts-list .item-wrapper {
    padding-bottom: 43px; }
  .block-posts-list .post-image {
    margin-bottom: 21px; }
    .block-posts-list .post-image img {
      width: 100%;
      vertical-align: top; }
  .block-posts-list .post-title {
    margin-bottom: 6px; }
    .block-posts-list .post-title h3 {
      font-weight: 500;
      margin: 0; }
  .block-posts-list .post-short-content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 26px; }
  .block-posts-list .post-link {
    font-weight: 700; }
  .block-posts-list .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .block-posts-list .post-data .create-date a,
    .block-posts-list .post-data .post-author a,
    .block-posts-list .post-data .post-comments a {
      text-decoration: none; }
    .block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before,
    .block-posts-list .post-data .post-author a span:before,
    .block-posts-list .post-data .post-author:before,
    .block-posts-list .post-data .post-comments a span:before,
    .block-posts-list .post-data .post-comments:before {
      font-size: 18px;
      padding-right: 4px;
      vertical-align: middle; }
    .block-posts-list .post-data .create-date {
      order: 1;
      -webkit-order: 1; }
      .block-posts-list .post-data .create-date time {
        display: inline-block; }
    .block-posts-list .post-data .post-author {
      order: 2;
      -webkit-order: 2; }
    .block-posts-list .post-data .post-comments {
      order: 3;
      -webkit-order: 3;
      flex-basis: 50px;
      -webkit-flex-basis: 50px;
      text-align: right; }
    @media (max-width: 1200px) {
      .block-posts-list .post-data {
        display: block;
        overflow: hidden; }
        .block-posts-list .post-data .create-date,
        .block-posts-list .post-data .post-author {
          display: block; }
        .block-posts-list .post-data .post-comments {
          float: right; } }
  @media (min-width: 767px) {
    .block-posts-list .post-item {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (max-width: 768px) {
    .block-posts-list .post-item {
      flex-basis: 50%;
      -webkit-flex-basis: 50%; }
      .block-posts-list .post-item .item-wrapper {
        padding-bottom: 20px; } }
  @media (max-width: 350px) {
    .block-posts-list .post-item {
      flex-basis: 100%;
      -webkit-flex-basis: 100%; } }

.posts-list-wrapper {
  /*Toolbar
  **********************************************/ }
  .posts-list-wrapper .toolbar-top {
    margin-bottom: 30px; }
    .posts-list-wrapper .toolbar-top .toolbar {
      position: relative;
      margin-bottom: 0;
      text-align: left; }
    .posts-list-wrapper .toolbar-top .sorter {
      float: left;
      margin-bottom: 5px; }
    .posts-list-wrapper .toolbar-top .limiter {
      display: block;
      margin-bottom: 5px;
      text-align: right; }
    .posts-list-wrapper .toolbar-top .pages {
      display: none; }
  .posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0; }
    .posts-list-wrapper .toolbar-bottom .toolbar .pages {
      text-align: left;
      margin: 0;
      display: block; }
      .posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
        position: relative; }
  .posts-list-wrapper .toolbar-bottom .sorter,
  .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden; }

.widget.blog-posts {
  clear: both;
  width: 100%; }
  .widget.blog-posts .post-image img {
    width: 100%;
    vertical-align: top; }
  .widget.blog-posts .post-title {
    margin-bottom: 6px; }
    .widget.blog-posts .post-title h3 {
      font-family: inherit;
      font-weight: 500;
      margin: 0; }
      .widget.blog-posts .post-title h3 a {
        text-decoration: none; }
  .widget.blog-posts .post-link {
    font-weight: 700;
    text-transform: none; }
  .widget.blog-posts .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .widget.blog-posts .post-data .create-date a,
    .widget.blog-posts .post-data .post-author a,
    .widget.blog-posts .post-data .post-comments a {
      text-decoration: none; }
    .widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before,
    .widget.blog-posts .post-data .post-author a span:before,
    .widget.blog-posts .post-data .post-author:before,
    .widget.blog-posts .post-data .post-comments a span:before,
    .widget.blog-posts .post-data .post-comments:before {
      font-size: 18px;
      padding-right: 4px;
      vertical-align: middle; }
    .widget.blog-posts .post-data .create-date {
      order: 1;
      -webkit-order: 1; }
      .widget.blog-posts .post-data .create-date time {
        display: inline-block; }
    .widget.blog-posts .post-data .post-author {
      order: 2;
      -webkit-order: 2; }
    .widget.blog-posts .post-data .post-comments {
      order: 3;
      -webkit-order: 3;
      flex-basis: 50px;
      -webkit-flex-basis: 50px;
      text-align: right; }
    @media (max-width: 1200px) {
      .widget.blog-posts .post-data {
        display: block;
        overflow: hidden; }
        .widget.blog-posts .post-data .create-date,
        .widget.blog-posts .post-data .post-author {
          display: block; }
        .widget.blog-posts .post-data .post-comments {
          float: right; } }

.widget-post-grid .post-items {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px; }
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px; }
@media (min-width: 769px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.6333%; } }
@media (min-width: 480px) and (max-width: 768px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    max-width: 50%; } }
.widget-post-grid .post-image {
  margin-bottom: 15px; }

.widget-post-list .item-wrapper {
  margin-bottom: 50px;
  overflow: hidden; }
.widget-post-list .post-item:last-child .item-wrapper {
  margin-bottom: 0; }
.widget-post-list .post-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 38%; }
.widget-post-list .post-content-wrapper {
  overflow: hidden; }
.widget-post-list .post-short-content {
  margin-bottom: 10px; }
@media (max-width: 768px) {
  .widget-post-list .post-image {
    max-width: 45%;
    margin-bottom: 10px; }
  .widget-post-list .post-content-wrapper {
    overflow: unset; } }
@media (max-width: 421px) {
  .widget-post-list .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0; } }

.widget-post-column .post-item {
  margin-bottom: 30px; }
  .widget-post-column .post-item:last-child {
    margin-bottom: 0; }
.widget-post-column .post-image {
  margin-bottom: 10px; }
.widget-post-column .post-link {
  display: table; }
.widget-post-column .post-short-content {
  margin-bottom: 8px; }

.post-page {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .post-page .post-text {
    margin-bottom: 25px; }
  .post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999999; }
    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
      display: inline-block;
      margin-right: 20px; }
      .post-page .post-data .create-date span, .post-page .post-data .create-date a,
      .post-page .post-data .post-author span,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments span,
      .post-page .post-data .post-comments a {
        display: inline-block; }
      .post-page .post-data .create-date a,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments a {
        color: #999999;
        text-decoration: none; }
        .post-page .post-data .create-date a:hover,
        .post-page .post-data .post-author a:hover,
        .post-page .post-data .post-comments a:hover {
          color: #000; }
      .post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before,
      .post-page .post-data .post-author a span:before,
      .post-page .post-data .post-author:before,
      .post-page .post-data .post-comments a span:before,
      .post-page .post-data .post-comments:before {
        font-size: 18px;
        line-height: 18px;
        padding-right: 4px;
        color: #000;
        vertical-align: middle; }
    .post-page .post-data .create-date time {
      display: inline-block; }
    @media (max-width: 480px) {
      .post-page .post-data {
        overflow: hidden; }
        .post-page .post-data .create-date,
        .post-page .post-data .post-author,
        .post-page .post-data .post-comments {
          display: block;
          margin-bottom: 3px; } }
  .post-page .post-relatedproducts .block.related {
    float: none; }
    .post-page .post-relatedproducts .block.related .owl-carousel .product-item {
      width: 100%; }
    .post-page .post-relatedproducts .block.related .product-item {
      width: 33.33%; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-info {
        width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-photo {
        display: block;
        text-align: center; }

.post-comments-block {
  margin-bottom: 68px; }
  .post-comments-block .post-comments-content {
    margin-bottom: 48px; }
  .post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px; }
  .post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8; }
    .post-comments-block .comment-info .post-data {
      float: right;
      margin: 0 0 0 5px;
      border: none;
      padding: 0; }
      .post-comments-block .comment-info .post-data .create-date {
        margin: 0; }
        .post-comments-block .comment-info .post-data .create-date time {
          display: inline-block; }
    .post-comments-block .comment-info .comment-author {
      margin-top: 0; }
  .post-comments-block .comment-add .subtitle {
    margin-bottom: 30px; }
  .post-comments-block .comment-add .fieldset {
    margin-bottom: 0; }
    .post-comments-block .comment-add .fieldset .field {
      margin-bottom: 28px; }
  @media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
      float: left;
      margin: 0;
      min-width: 90px; }
    .post-comments-block .comment-add .control {
      overflow: hidden; }
      .post-comments-block .comment-add .control input {
        width: 327px; }
      .post-comments-block .comment-add .control textarea {
        height: 242px; }
    .post-comments-block .comment-add .comment-form-actions {
      margin-left: 90px; } }

.block.related-posts .block-title {
  margin-bottom: 30px; }
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none; }
  .block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0; }
    .block.related-posts .related-post-list li h5.post-title {
      margin: 0;
      font-weight: normal; }
      .block.related-posts .related-post-list li h5.post-title a {
        display: block;
        text-decoration: none;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-size: 14px;
        line-height: 51px;
        color: #000000;
        border-top: solid 1px #e8e8e8; }
        .block.related-posts .related-post-list li h5.post-title a:hover {
          background: #e8e8e8;
          padding-left: 15px; }
  @media (min-width: 767px) {
    .block.related-posts .related-post-list {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -15px; }
      .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%; } }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px; } }
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px; }
  .block.related-posts .related-post-grid .inner {
    padding: 0 15px; }
  .block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px; }
    .block.related-posts .related-post-grid .post-image img {
      vertical-align: top; }
  .block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: normal;
    line-height: normal; }
    .block.related-posts .related-post-grid h5.post-title a {
      font-size: 14px;
      color: #000000; }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px; } }

.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px; }
  .block-blog-categories .block-title strong,
  .block-recent-posts .block-title strong,
  .block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px; }
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }
  .block-blog-categories .block-content ul li,
  .block-recent-posts .block-content ul li,
  .block-recent-comments .block-content ul li {
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: solid 1px #e8e8e8; }
    .block-blog-categories .block-content ul li:first-child,
    .block-recent-posts .block-content ul li:first-child,
    .block-recent-comments .block-content ul li:first-child {
      border: none;
      margin-top: 0;
      padding-top: 0; }

.block-blog-categories .block-content #blog-show-all {
  cursor: pointer; }
  .block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline; }
  .block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none; }

.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px; }
  .block-recent-comments .title-section strong {
    font-weight: 600; }
    .block-recent-comments .title-section strong:before {
      font-size: 18px;
      line-height: 16px;
      vertical-align: middle; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.post-page {
  /* display none until init */
  	/*
       *  Core Owl Carousel CSS File
       */
  /***/
  /* fix */ }
  .post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
  .post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .post-page .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .post-page .owl-carousel .owl-item {
    float: left; }
  .post-page .owl-controls .owl-page,
  .post-page .owl-controls .owl-buttons div {
    cursor: pointer; }
  .post-page .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
  .post-page .owl-carousel .owl-controls .owl-nav .owl-prev,
  .post-page .owl-carousel .owl-controls .owl-nav .owl-next,
  .post-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .post-page .owl-carousel .owl-wrapper,
  .post-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
    .post-page .owl-controls .owl-prev {
      display: inline-block; }
      .post-page .owl-controls .owl-prev:before {
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .post-page .owl-controls .owl-next {
      display: inline-block; }
      .post-page .owl-controls .owl-next:before {
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .post-page .owl-controls .owl-prev,
    .post-page .owl-controls .owl-next {
      cursor: pointer;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px;
      transition: 0.2s;
      border: solid 1px transparent; }
      .post-page .owl-controls .owl-prev:before,
      .post-page .owl-controls .owl-next:before {
        font-size: 36px;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .post-page .owl-controls .owl-prev:hover,
      .post-page .owl-controls .owl-next:hover {
        border-color: #000; }

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.not-animated {
  opacity: 0; }

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* @subsection   Floating System
*/
.pull-left {
  float: left; }

.pull-none {
  float: none; }

.pull-right {
  float: right; }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-none {
    float: none; }

  .pull-xs-right {
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-none {
    float: none; }

  .pull-sm-right {
    float: right; } }
@media (min-width: 992px) {
  .pull-md-left {
    float: left; }

  .pull-md-none {
    float: none; }

  .pull-md-right {
    float: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-none {
    float: none; }

  .pull-lg-right {
    float: right; } }
/*
* @subsection   Text Alignment
*/
.text-left, .cart-summary .cart-totals {
  text-align: left; }

.text-center, .page-title,
.section-title {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-center {
    text-align: center; }

  .text-xs-right {
    text-align: right; } }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-center {
    text-align: center; }

  .text-sm-right {
    text-align: right; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-center {
    text-align: center; }

  .text-md-right {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-center {
    text-align: center; }

  .text-lg-right {
    text-align: right; } }
/*
* @subsection   Text Styling
*/
.italic {
  font-style: italic; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike {
  text-decoration: line-through; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium, .collapsible-block .opener::before {
  font-weight: 500; }

.sbold {
  font-weight: 600; }

.bold, strong {
  font-weight: 600; }

.ubold {
  font-weight: 900; }

/*
* @subsection   Icons
*/
.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid; }
  .big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%; }

.medium-icon {
  margin: 0 auto 1rem; }
  .medium-icon:before {
    font-size: 60px;
    line-height: 1em; }

.small-icon:before {
  font-size: 40px;
  line-height: inherit; }

/*
* @subsection   Typography
*/
h1, .heading-1, .block-bundle-summary .product.name {
  font-size: 2rem; }

h2, .heading-2, .block-title, .cart-summary > .title {
  font-size: 1.5rem; }

h3, .heading-3, .collapsible-block .opener {
  font-size: 1.17rem; }

h4, .heading-4, .filter-current .filter-current-subtitle, .opc-block-shipping-information .shipping-information-title, .review-list .review-title, .review-add .review-legend {
  font-size: 1rem; }

h5, .heading-5 {
  font-size: .83rem; }

h6, .heading-6 {
  font-size: .67rem; }

h1,
.heading-1,
.block-bundle-summary .product.name {
  margin-bottom: 25px;
  font-weight: 600; }

h2,
.heading-2,
.block-title,
.cart-summary > .title {
  margin-bottom: 25px;
  font-weight: 600; }

h3,
.heading-3,
.collapsible-block .opener {
  margin-bottom: 25px;
  font-weight: 600; }

h4,
.heading-4,
.filter-current .filter-current-subtitle,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend {
  margin-bottom: 25px;
  font-weight: 600; }

h5,
.heading-5 {
  margin-bottom: 25px;
  font-weight: 600; }

h6,
.heading-6 {
  margin-bottom: 25px;
  font-weight: 600; }

.page-title,
.section-title {
  font-size: 35px;
  line-height: 1; }
  .page-title .base,
  .section-title .base {
    display: inline-block; }

.page-title-wrapper .page-title {
  margin-bottom: 36px; }
  @media (max-width: 991px) {
    .page-title-wrapper .page-title {
      margin-bottom: 25px; } }

.columns .page-title {
  text-align: left; }
.columns .container, .columns .page-print.sales-order-print #maincontent, .page-print.sales-order-print .columns #maincontent {
  padding: 0; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  -webkit-text-size-adjust: none;
  background: #ffffff; }

a {
  transition: .2s ease; }

a:hover {
  transition: .3s ease; }

p {
  margin-bottom: 1rem; }

mark {
  color: #FFF; }

small, .small {
  font-size: .8em; }

.big {
  font-size: 1.2em; }

pre {
  white-space: normal; }

.page-wrapper {
  overflow: hidden;
  position: relative; }

.old-price .price {
  text-decoration: line-through; }

.special-price .price-label,
.old-price .price-label {
  display: none; }

.modals-wrapper {
  position: relative;
  z-index: 5; }

#notice-cookie-block {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  text-align: center;
  cursor: default; }
  #notice-cookie-block > div::after {
    display: none; }
  #notice-cookie-block .content {
    max-width: 800px;
    margin: 0 auto; }

.page-header {
  position: relative;
  height: auto !important;
  z-index: 3; }

.loading-mask.for-slider {
  display: block; }

.page-header__panel .container, .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__panel #maincontent {
  display: flex;
  justify-content: space-between; }
.page-header__panel .links {
  order: 2; }

.header-info {
  text-align: center;
  padding: 20px 0 17px; }
  .header-info i {
    font-size: 30px;
    line-height: 0;
    vertical-align: sub;
    display: inline-block;
    margin-right: 9px; }
  .header-info strong {
    color: #FFF; }
  @media (max-width: 767px) {
    .header-info {
      display: none; } }

.panel-container-wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  .panel-container-wrap:before, .panel-container-wrap:after {
    display: table;
    content: "";
    line-height: 0; }
  .panel-container-wrap:after {
    clear: both; }
  @media (min-width: 768px) {
    .panel-container-wrap {
      padding: 10px 0; }
      .panel-container-wrap .welcome {
        float: left;
        padding: 8px 0 0;
        display: block; } }
  @media (min-width: 768px) and (max-width: 1353px) {
    .panel-container-wrap .rd-navbar-collapse-container {
      clear: right;
      width: 100%;
      margin-top: 10px;
      border-top: 1px solid #eae9e9; } }

.layout_1 .panel-container-wrap .rd-navbar-collapse-container {
  float: right; }
@media (min-width: 768px) and (max-width: 1353px) {
  .layout_1 .panel-container-wrap .rd-navbar-collapse-container {
    float: left;
    margin-top: 0;
    border-top: 0;
    width: auto;
    clear: inherit; }
  .layout_1 .panel-container-wrap .welcome {
    float: none;
    display: inline-block; } }

.layout_2 .panel-container-wrap .rd-navbar-collapse-container {
  text-align: center; }

.layout_3 .page-header__content {
  padding-top: 17px;
  padding-bottom: 18px; }
  @media (max-width: 767px) {
    .layout_3 .page-header__content {
      padding: 0; } }
.layout_3 .page-header__panel .container, .layout_3 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_3 .page-header__panel #maincontent {
  display: block; }
.layout_3 .panel-container-wrap {
  margin-bottom: 28px; }
  @media (min-width: 768px) {
    .layout_3 .panel-container-wrap {
      min-height: 61px; } }
.layout_3 .rd-navbar-collapse-container {
  float: right; }
.layout_3 .panel-container-wrap-bottom {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .layout_3 .panel-container-wrap-bottom {
      position: relative; }
      .layout_3 .panel-container-wrap-bottom > .logo {
        display: inline-block;
        margin-top: -8px; } }
  .layout_3 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
    padding-right: 0; }

.layout_4 .page-header__panel .container, .layout_4 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_4 .page-header__panel #maincontent {
  display: block; }
.layout_4 .panel-container-wrap {
  margin-bottom: 30px; }
.layout_4 .rd-navbar-collapse-container {
  float: right; }
.layout_4 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
  padding-right: 0; }
@media (max-width: 767px) {
  .layout_4 .logo {
    display: table;
    margin: 0 auto; }
  .layout_4 .page-header__content {
    border-bottom: 1px solid #eae9e9; } }

@media (max-width: 767px) {
  .layout_5 .header-center-wrap {
    margin-bottom: 0; } }

.welcome {
  display: none; }

/***** page-header__content ********/
.page-header__content {
  padding: 28px 0 27px;
  position: relative;
  z-index: 3; }
  .page-header__content .logo {
    display: inline-block; }
    @media (max-width: 767px) {
      .page-header__content .logo {
        display: table;
        margin: 0 auto; } }
  .page-header__content .logo-wrapper {
    text-align: center; }
    @media (min-width: 1200px) {
      .page-header__content .logo-wrapper {
        margin-bottom: 15px; } }

.header-center-wrap {
  margin-bottom: 30px; }

.header-bottom-wrap {
  position: relative; }
  @media (min-width: 768px) {
    .header-bottom-wrap {
      padding-top: 14px;
      padding-bottom: 6px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.header-bottom-wrap-bg {
  background: #13191e;
  margin: 0 -10000px;
  padding: 0 10000px; }

@media (min-width: 1200px) {
  .layout_1 .page-header__content .logo {
    width: 30%; } }
@media (min-width: 768px) {
  .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .layout_1 .page-header__content .navigation {
    width: 99%; }
    .layout_1 .page-header__content .navigation:before, .layout_1 .page-header__content .navigation:after {
      display: table;
      content: "";
      line-height: 0; }
    .layout_1 .page-header__content .navigation:after {
      clear: both; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .layout_1 .page-header__content .navigation {
    order: 3; }
  .layout_1 .page-header__content .rd-navbar-search-toggle {
    order: 2; } }

@media (min-width: 768px) {
  .layout_4 .container-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .layout_4 .rd-navbar-panel-canvas {
    display: none; } }

@media (min-width: 768px) {
  .layout_5 .panel-container-wrap {
    max-height: 53px; }
  .layout_5 .page-header__content {
    padding-bottom: 0; }
  .layout_5 .header-switchers .switcher {
    border: 0;
    margin-left: 30px; }
    .layout_5 .header-switchers .switcher .dropdown .mage-dropdown-dialog {
      top: 42px;
      right: 0;
      left: auto; }
  .layout_5 .header-switchers .actions .action {
    padding-left: 0; }
  .layout_5 .header-bottom-wrap {
    padding: 14px 0 12px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .layout_5 .header-bottom-wrap > * {
      order: 2; }
    .layout_5 .header-bottom-wrap .navigation {
      order: 0; }
    .layout_5 .header-bottom-wrap .rd-navbar-panel-canvas {
      display: none; } }

/***** end ********/
.header.links li {
  margin-left: 1rem; }
.header.links .counter:before, .header.links .counter:after {
  font-size: 10px; }
.header.links .counter:before {
  content: "("; }
.header.links .counter:after {
  content: ")"; }

.header-switchers {
  float: right; }
  .header-switchers:before, .header-switchers:after {
    display: table;
    content: "";
    line-height: 0; }
  .header-switchers:after {
    clear: both; }
  .header-switchers > div {
    float: left; }
    .header-switchers > div:nth-child(2) {
      margin-left: 20px; }
  .header-switchers .actions .action {
    background-color: transparent;
    transition: .3s ease;
    padding: 8px 0 6px 30px;
    height: 40px;
    border: 0;
    text-transform: capitalize; }
    .header-switchers .actions .action.active, .header-switchers .actions .action:hover {
      background-color: transparent; }
    .header-switchers .actions .action strong {
      font-weight: normal; }

.switcher {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eae9e9; }
  .switcher .toggle {
    cursor: pointer; }
    .switcher .toggle::after {
      font-family: "Linearicons";
      content: "\e93a";
      padding-left: 5px;
      padding-top: 3px;
      font-weight: normal;
      margin-top: -1px;
      float: right; }
      @media (max-width: 991px) {
        .switcher .toggle::after {
          float: none; } }
    .switcher .toggle.active::after {
      content: "\e939"; }
  .switcher .dropdown .mage-dropdown-dialog {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 50px;
    background: #FFF;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.09);
    border: none;
    width: 75px;
    text-align: center;
    z-index: 15; }
    .switcher .dropdown .mage-dropdown-dialog a {
      display: block;
      padding: 5px; }
  .switcher .dropdown.active .mage-dropdown-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.switcher-label {
  display: none; }

.switcher-options {
  border: 0; }
  .switcher-options.active .switcher-dropdown {
    display: inline-block; }

.switcher-dropdown {
  display: none; }

.links li {
  display: inline-block; }

.page-top {
  margin-bottom: 2rem; }

.breadcrumbs {
  background: #f6f6f6;
  padding: 13px 0;
  position: relative; }
  .breadcrumbs .items .item {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative; }
    .breadcrumbs .items .item:after {
      content: '|';
      position: absolute;
      font-size: 20px;
      right: -5px;
      top: 0;
      color: #eae9e9; }
    .breadcrumbs .items .item:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs .items .item:last-child:after {
        display: none; }
    .breadcrumbs .items .item strong {
      font-weight: normal; }

.breadcrumbs + .page-main.page-shadow {
  padding-top: 30px; }

.page-main {
  padding-top: 100px;
  margin-bottom: 90px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06) inset; }
  @media (min-width: 768px) {
    .page-main {
      position: relative; } }
  @media (max-width: 767px) {
    .page-main {
      padding-top: 40px;
      margin-bottom: 30px; } }
  .page-main.page-shadow {
    box-shadow: none;
    padding-top: 20px; }

.page-main.fix-indent-2 {
  padding-top: 50px; }

.breadcrumbs + .page-main {
  box-shadow: none; }

.cms-index-index .page-main.fix-indent {
  padding: 0;
  margin: 0;
  border: 0; }
.cms-index-index .page-main.fix-indent + .page-footer {
  border: 0; }

.columns > .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-layout-3columns .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-3columns .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
.page-layout-3columns .grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.page-layout-2columns-right .grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-right .grid-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page-layout-2columns-left .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-left .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 767px) {
  .page-layout-3columns .grid-left,
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-left,
  .page-layout-2columns-left .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .page-layout-3columns .grid-left,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-left .grid-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .page-layout-3columns .grid-right,
  .page-layout-2columns-right .grid-right,
  .page-layout-2columns-left .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; } }
.block {
  margin-bottom: 2rem; }

.block-title {
  position: relative; }
  .block-title strong {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 600; }
  .block-title .action {
    float: right;
    padding: 0;
    background: 0;
    line-height: inherit; }
    .block-title .action.edit {
      padding: 0 22px; }
  .block-title .counter {
    display: none; }

.block-subtitle,
.block-content .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px; }

.box {
  margin-bottom: 50px;
  border: 1px solid #eae9e9;
  padding: 43px 49px;
  min-height: 264px; }
  @media (max-width: 991px) {
    .box {
      margin-bottom: 30px;
      padding: 24px; } }
  .box .box-content {
    font-size: 12px; }

.box-title {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-right: 35px; }
  .box-title:before, .box-title:after {
    display: table;
    content: "";
    line-height: 0; }
  .box-title:after {
    clear: both; }
  .box-title a.action.edit {
    padding: 0;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0; }

.box-actions a.action.change-password {
  color: #FFF;
  font-size: 14px;
  font-weight: 600; }
  .box-actions a.action.change-password:hover {
    color: #FFF; }

@media (min-width: 768px) {
  .grid-left {
    border-right: 1px solid #eae9e9; } }
@media (min-width: 992px) {
  .grid-left {
    border-right: 0; } }
.sidebar {
  font-size: 12px;
  position: relative; }
  @media (min-width: 992px) {
    .sidebar {
      border-right: 1px solid #eae9e9;
      padding-right: 30px; } }
  @media (min-width: 1354px) {
    .sidebar {
      padding-right: 45px; } }
  @media (min-width: 768px) {
    .sidebar .block {
      border-bottom: 1px solid #eae9e9;
      padding-bottom: 45px;
      margin-bottom: 50px; }
      .sidebar .block[role="tabpanel"] {
        margin-bottom: 50px; } }
  .sidebar .block .block-title {
    margin-bottom: 36px; }
    .sidebar .block .block-title strong {
      font-size: 26px;
      font-weight: 600;
      margin: 0; }
    .sidebar .block .block-title .counter {
      display: none; }
    .sidebar .block .block-title.filter-title {
      margin-bottom: 48px; }
    .sidebar .block .block-title.left-custom-title {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .sidebar .block .block-title.left-custom-title strong {
        font-size: 20px;
        font-weight: 400;
        line-height: 29px; }
      .sidebar .block .block-title.left-custom-title span {
        font-size: 40px;
        padding-right: 10px; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sidebar .block .block-title.left-custom-title strong {
          font-size: 14px;
          line-height: 20px; }
        .sidebar .block .block-title.left-custom-title span {
          font-size: 21px; } }
  .sidebar .block.block-bg-custom {
    background: #f8f8fa;
    padding: 20px 30px;
    border: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sidebar .block.block-bg-custom {
        padding: 10px 12px; } }
  .sidebar .block.block-border-custom {
    padding: 20px 30px;
    border: 1px solid #eae9e9; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sidebar .block.block-border-custom {
        padding: 10px 12px; } }
  .sidebar .block.block-bg_2-custom {
    padding: 20px 30px;
    color: #fff;
    border: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sidebar .block.block-bg_2-custom {
        padding: 10px 12px; } }
    .sidebar .block.block-bg_2-custom .left-custom-title,
    .sidebar .block.block-bg_2-custom .icon-telephone2:before {
      color: #fff; }
  .sidebar.sidebar-additional .collapsible-block:last-child .block:not(.block-newsletter) {
    border-bottom: 0;
    padding-bottom: 0; }
  .sidebar.sidebar-main {
    padding-bottom: 45px; }
    @media (max-width: 767px) {
      .sidebar.sidebar-main .block {
        margin-bottom: 0; } }
  @media (max-width: 991px) {
    .sidebar {
      padding-top: 50px; }
      .sidebar.sidebar-main + .sidebar.sidebar-additional {
        padding-top: 0; } }

@media (min-width: 768px) {
  .layout_4 .sidebar {
    border: 0;
    padding: 0; } }
.layout_4.grid-left {
  border: 0; }

.block-reorder .field.choice input[type="checkbox"],
.block-reorder .field.choice input[type="radio"] {
  opacity: 1;
  position: relative;
  margin: 5px; }
.block-reorder .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .block-reorder .field .label {
    margin-right: 5px; }
.block-reorder .product-item-name {
  font-size: 14px; }
.block-reorder .actions-toolbar {
  display: block; }
  .block-reorder .actions-toolbar .primary {
    margin-bottom: 4px; }
.block-reorder .product-item {
  margin-bottom: 20px; }
.block-reorder .product-item-name {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.collapsible-block {
  position: relative; }
  .collapsible-block .opener {
    position: relative;
    cursor: pointer;
    padding: 0 0 12px;
    border-bottom: 1px solid #eae9e9; }
    .collapsible-block .opener::before {
      float: right;
      font-size: 14px; }
    @media (max-width: 767px) {
      .collapsible-block .opener {
        display: block !important; } }
  .collapsible-block:last-child .opener {
    border: 0; }

.left-custom .block-content {
  line-height: 22px; }

.filter-toggle-full {
  display: none; }

@media (min-width: 768px) {
  .grid-left-fixed {
    position: absolute;
    left: -265px;
    top: 100px;
    width: 265px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    height: 100%;
    transition: all 0.3s ease;
    overflow: scroll; }
    .grid-left-fixed.id-active {
      left: 0; }
    .grid-left-fixed .sidebar {
      padding: 80px 40px 50px 50px;
      border: 0; }
      .grid-left-fixed .sidebar.sidebar-main .block {
        margin-bottom: 0; }
    .grid-left-fixed .sidebar + .sidebar.sidebar-additional {
      padding-top: 0; }
    .grid-left-fixed .close {
      position: absolute;
      right: 40px;
      top: 20px;
      cursor: pointer;
      text-transform: uppercase;
      font-weight: 500;
      transition: all 0.3s ease; }
      .grid-left-fixed .close:after {
        font-family: "Linearicons";
        content: "\e935";
        font-size: 18px;
        padding-left: 10px;
        float: right;
        margin-top: -2px; }

  .layout_3 .switcher {
    border: 0; }
  .layout_3 .filter-toggle-full {
    display: inline-block;
    float: left;
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-right: 25px; }
    .layout_3 .filter-toggle-full:hover {
      color: #FFF; }
    .layout_3 .filter-toggle-full span {
      vertical-align: sub; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
    .layout_3 .filter-toggle-full {
      font-size: 12px; } }
@media (min-width: 768px) {
    .layout_3 .filter-toggle-full:before {
      font-family: "Linearicons";
      content: "\e97c";
      font-size: 23px;
      font-weight: normal;
      float: left; } }
.page-footer {
  clear: both;
  padding: 100px 0 40px; }
  @media (max-width: 767px) {
    .page-footer {
      padding: 40px 0;
      background: #fff !important;
      border-top: 1px solid #eae9e9; } }

@media (max-width: 767px) {
  .cms-index-index .page-footer {
    border-top: 0;
    padding-top: 0; } }

.footer {
  font-size: 12px; }
  .footer h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px; }
  .footer .footer-col-content li {
    display: block;
    margin-bottom: 6px; }
    .footer .footer-col-content li a {
      display: inline-block; }
  .footer .switcher-store {
    position: fixed;
    left: 0;
    bottom: 30%;
    z-index: 3; }
    .footer .switcher-store .switcher-options.active .action {
      border-bottom-color: #fff; }
    .footer .switcher-store .switcher-options.active .switcher-dropdown {
      display: block; }
    .footer .switcher-store .switcher-dropdown {
      position: absolute;
      top: 100%;
      background: #fff;
      padding: 13px 22px;
      width: 100%;
      border: 1px solid #eae9e9;
      border-top: 0; }
  .footer .copyright {
    display: block;
    width: 100%;
    border-top: 1px solid #eae9e9;
    padding-top: 40px;
    margin-top: 36px;
    font-size: 12px; }
  .footer .footer-logo {
    margin-bottom: 28px;
    margin-top: -5px; }
    .footer .footer-logo .logo {
      display: inline-block; }
    @media (max-width: 767px) {
      .footer .footer-logo {
        margin: 0;
        padding-bottom: 25px; } }
  .footer .desc-footer {
    margin-bottom: 33px;
    line-height: 22px; }
  .footer .list-footer {
    overflow: hidden; }
    .footer .list-footer li {
      float: left;
      margin-right: 15px;
      font-size: 21px; }
  .footer .list-icon {
    overflow: hidden;
    padding-top: 25px; }
    .footer .list-icon li {
      float: left;
      margin-right: 5px; }
      .footer .list-icon li a {
        display: block;
        height: 48px;
        width: 48px;
        border: 2px solid #eae9e9;
        border-radius: 50%;
        font-size: 18px;
        line-height: 42px;
        text-align: center; }
        .footer .list-icon li a:hover {
          color: #fff !important; }
        .footer .list-icon li a .fa {
          line-height: inherit; }
  .footer .footer-col-content {
    padding: 0; }
  @media (min-width: 768px) {
    .footer .footer-col-content {
      display: block !important;
      height: 100% !important;
      opacity: 1 !important; }
    .footer .hidden-title {
      display: none; } }
  @media (max-width: 767px) {
    .footer .hidden-title {
      display: block; }
    .footer h4 {
      cursor: pointer;
      margin-bottom: 28px; }
      .footer h4:after {
        font-family: "Linearicons";
        content: "\e93a";
        font-size: 12px;
        display: inline-block;
        margin-left: 5px;
        vertical-align: middle;
        margin-top: -1px; }
      .footer h4.id-active:after {
        content: "\e939"; }
    .footer .footer-col-content {
      display: none; }
    .footer .copyright {
      padding-top: 30px;
      margin-top: 30px; }
    .footer .list-icon {
      padding-top: 20px; }
    .footer .footer-col-content {
      padding: 0 0 30px; } }
  .footer .footer-block-3 .list-icon {
    padding-top: 0; }

.layout_1.page-footer {
  border-top: 1px solid #eae9e9; }
@media (max-width: 1199px) and (min-width: 768px) {
  .layout_1 .footer .col-sm-4.col-lg-2 {
    order: 3;
    padding-top: 45px; }
  .layout_1 .footer .first-extra {
    order: 1; }
  .layout_1 .footer .last-extra {
    order: 2; } }

.layout_2.page-footer {
  border-top: 1px solid #eae9e9; }
@media (min-width: 768px) {
  .layout_2 .footer {
    text-align: center; }
    .layout_2 .footer h4 {
      display: none; }
    .layout_2 .footer .footer-col {
      margin-bottom: 7px; }
    .layout_2 .footer .list-ul ul {
      display: inline-block;
      margin-top: 7px; }
    .layout_2 .footer .footer-col-content li {
      display: inline-block;
      margin: 0 10px; }
    .layout_2 .footer .list-contacts-footer {
      padding-top: 27px; }
      .layout_2 .footer .list-contacts-footer li {
        border-right: 1px solid #eae9e9;
        margin: 0 0 0 24px;
        padding: 8px 25px 8px 0; }
        .layout_2 .footer .list-contacts-footer li:last-child {
          padding-right: 0;
          border: 0; }
    .layout_2 .footer .copyright {
      margin-top: 105px; } }
.layout_2 .footer .list-icon {
  padding-top: 43px; }
  .layout_2 .footer .list-icon li {
    float: none;
    display: inline-block;
    margin: 0 2px; }

.layout_3.page-footer {
  border-top: 1px solid #eae9e9;
  margin-top: -1px; }
@media (max-width: 1199px) and (min-width: 768px) {
  .layout_3 .col-lg-2 {
    order: 3;
    margin-top: 40px; }
  .layout_3 .first-extra {
    order: 1; }
  .layout_3 .last-extra {
    order: 2; } }

@media (min-width: 768px) {
  .layout_4.page-footer {
    border-top: 1px solid #eae9e9; } }
@media (max-width: 991px) and (min-width: 768px) {
  .layout_4 .footer .row > div {
    order: 2; }
    .layout_4 .footer .row > div.last-extra {
      order: 1;
      margin-bottom: 50px; } }

.layout_5.page-footer {
  border-top: 1px solid #eae9e9; }
@media (min-width: 768px) {
  .layout_5 .footer .align-right {
    text-align: right; }
  .layout_5 .footer h4 {
    display: none; }
  .layout_5 .footer .list-ul ul {
    display: inline-block;
    margin-top: 7px; }
  .layout_5 .footer .footer-col-content li {
    display: inline-block;
    margin: 0 10px; }
  .layout_5 .footer .list-contacts-footer {
    padding-top: 27px; }
    .layout_5 .footer .list-contacts-footer li {
      border-right: 1px solid #eae9e9;
      margin: 0 0 0 24px;
      padding: 8px 25px 8px 0; }
      .layout_5 .footer .list-contacts-footer li:last-child {
        padding-right: 0;
        border: 0; } }
.layout_5 .footer .list-icon {
  padding-top: 30px; }
  .layout_5 .footer .list-icon li {
    margin: 0 2px; }
  @media (max-width: 991px) {
    .layout_5 .footer .list-icon {
      padding-top: 15px; }
      .layout_5 .footer .list-icon li a {
        width: 35px;
        height: 35px;
        font-size: 14px;
        line-height: 33px; } }
.layout_5 .footer .copyright {
  margin-top: 40px;
  padding: 0;
  border: 0;
  color: #000; }

.scrollToTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  height: 64px;
  width: 64px;
  line-height: 69px;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background: #FFF;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 12; }
  .scrollToTop:before {
    font-family: "Linearicons";
    content: "\e941";
    text-indent: 0;
    font-size: 22px;
    display: block; }
  .scrollToTop:hover {
    color: #FFF; }
  @media (max-width: 767px) {
    .scrollToTop {
      bottom: 20px;
      right: 20px;
      height: 34px;
      width: 34px;
      line-height: 39px; }
      .scrollToTop:before {
        font-size: 18px; } }

.widget.block-static-block, .widget.featured {
  padding-bottom: 95px;
  margin-bottom: 110px;
  border-bottom: 1px solid #eae9e9; }
  @media (max-width: 1199px) {
    .widget.block-static-block, .widget.featured {
      margin-bottom: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .widget.block-static-block.featured + .widget.block-static-block.featured, .widget.featured.featured + .widget.block-static-block.featured, .widget.block-static-block.featured + .widget.featured.featured, .widget.featured.featured + .widget.featured.featured {
      padding-bottom: 25px; } }
.widget.featured {
  padding-bottom: 74px;
  margin-bottom: 100px; }
  @media (max-width: 1199px) {
    .widget.featured {
      padding-bottom: 40px;
      margin-bottom: 40px; } }
.widget.border-none, .widget.last_widget, .widget.brands.last_widget {
  border-bottom: 0;
  padding-bottom: 0; }

.widget.border-fix-none {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0; }

.widget.border-none-content {
  border: 0;
  padding-bottom: 0; }

.widget.border-fix-indent {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 50px; }

.widget.fix-indent-top {
  margin-top: -50px; }

@media (min-width: 1200px) {
  .content-flex-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }
  @media (min-width: 1200px) and (min-width: 1354px) {
    .content-flex-column {
      margin-left: -25px;
      margin-right: -25px; } }
@media (min-width: 1200px) {
    .content-flex-column > div {
      -ms-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
      padding-left: 15px;
      padding-right: 15px; } }
    @media (min-width: 1200px) and (min-width: 1354px) {
      .content-flex-column > div {
        padding-left: 25px;
        padding-right: 25px; } }
@media (min-width: 1200px) {
    .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0; } }
@media (max-width: 767px) {
  .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
    margin-bottom: 50px;
    border: 0; } }
.content-flex-column .block-title {
  font-size: 26px; }

.layout_4 .widget.block-static-block, .layout_4 .widget.featured {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 47px; }
  .layout_4 .widget.block-static-block .page-title, .layout_4 .widget.featured .page-title {
    text-align: left;
    font-size: 26px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 25px; }
  .layout_4 .widget.block-static-block .block-title:not(.left-custom-title), .layout_4 .widget.featured .block-title:not(.left-custom-title) {
    margin-bottom: 30px; }

.custom-item-1 {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
  overflow: hidden; }
  .custom-item-1:last-child {
    margin-bottom: 0; }
  .custom-item-1 .custom-item-content {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center; }
  .custom-item-1 .title-1 {
    font-size: 35px;
    margin-bottom: 18px;
    font-weight: 600;
    color: #FFF; }
  .custom-item-1 .desc-1 {
    font-size: 24px;
    margin-bottom: 45px;
    color: #FFF; }
  .custom-item-1 .link-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    font-size: 16px;
    background: none;
    padding: 18px 42px; }
    .custom-item-1 .link-button:hover {
      color: #FFF; }
    .custom-item-1 .link-button span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-1 .link-button {
        font-size: 12px; } }
  .custom-item-1.extra .custom-item-content {
    left: 15%;
    top: 49%;
    transform: translate(-15%, -50%);
    -webkit-transform: translate(-15%, -50%);
    text-align: left; }
  .custom-item-1 img {
    transition: all 0.3s ease; }
  .custom-item-1:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0); }
  @media (max-width: 1199px) {
    .custom-item-1 .title-1 {
      font-size: 24px;
      margin-bottom: 12px; }
    .custom-item-1 .desc-1 {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .custom-item-1 .title-1 {
      font-size: 18px; }
    .custom-item-1 .desc-1 {
      margin-bottom: 10px;
      font-size: 14px; }
    .custom-item-1 .link-button {
      padding: 6px 25px 4px;
      font-size: 12px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .custom-item-1 {
      margin-bottom: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom-item-1 {
      margin-bottom: 23px; } }
  @media (max-width: 767px) {
    .custom-item-1 {
      margin-bottom: 0; } }

.custom-item-2 {
  display: block;
  position: relative;
  overflow: hidden; }
  .custom-item-2 .custom-item-content {
    position: absolute;
    top: 13.5%;
    text-align: center;
    padding: 30px;
    width: 100%;
    line-height: 1.3; }
  .custom-item-2 .title-1 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600; }
  .custom-item-2 .desc-1 {
    font-size: 24px;
    margin-bottom: 40px; }
  .custom-item-2 .link-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px 42px;
    font-size: 16px; }
    .custom-item-2 .link-button:hover {
      color: #FFF; }
    .custom-item-2 .link-button span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-2 .link-button {
        font-size: 12px; } }
  .custom-item-2 img {
    transition: all 0.3s ease; }
  .custom-item-2:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0); }
  @media (max-width: 1199px) {
    .custom-item-2 .title-1 {
      font-size: 28px;
      margin-bottom: 12px; }
    .custom-item-2 .desc-1 {
      font-size: 20px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .custom-item-2 {
      margin-top: 0; } }

.custom-item-3 {
  position: relative;
  overflow: hidden; }
  .custom-item-3 .custom-item-content {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 25px;
    line-height: normal; }
  .custom-item-3 .title-1 {
    font-size: 35px;
    font-weight: 600; }
  .custom-item-3 .desc-1 {
    font-size: 24px;
    margin-bottom: 32px; }
  .custom-item-3 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    padding: 20px 48px;
    font-size: 16px; }
    .custom-item-3 .link-custom:hover {
      color: #FFF; }
    .custom-item-3 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-3 .link-custom {
        font-size: 12px; } }
    .custom-item-3 .link-custom:hover {
      background: #FFF;
      border-color: #FFF; }
  .custom-item-3.extra .title-1,
  .custom-item-3.extra .desc-1 {
    color: #FFF; }
  @media (max-width: 991px) {
    .custom-item-3 .link-custom {
      padding: 9px 22px 7px 22px;
      font-size: 13px; }
    .custom-item-3 .title-1 {
      font-size: 24px; }
    .custom-item-3 .desc-1 {
      font-size: 16px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .custom-item-3.extra {
      margin-top: 30px; } }
  @media (max-width: 479px) {
    .custom-item-3 .title-1 {
      font-size: 20px; }
    .custom-item-3 .desc-1 {
      font-size: 16px; }
    .custom-item-3 .link-custom {
      padding: 8px 25px 6px; } }

.custom-item-4:not(.extra) {
  position: relative;
  overflow: hidden; }
  .custom-item-4:not(.extra) .custom-item-content {
    position: absolute;
    left: 12%;
    right: 12%;
    bottom: -7px;
    text-align: center;
    text-transform: uppercase;
    background: #FFF;
    padding: 38px 10px 0; }
  .custom-item-4:not(.extra) .title-1 {
    font-size: 24px;
    margin-bottom: 21px;
    letter-spacing: 0.03em; }
    @media (max-width: 991px) and (min-width: 768px) {
      .custom-item-4:not(.extra) .title-1 {
        font-size: 20px; } }
  .custom-item-4:not(.extra) .link-custom {
    text-transform: uppercase;
    font-weight: 600; }
  .custom-item-4:not(.extra) img {
    width: 100%; }
  .custom-item-4:not(.extra).extra {
    display: none; }

.custom-item-4.extra {
  position: relative; }
  .custom-item-4.extra .custom-item-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    background: rgba(59, 242, 188, 0.8);
    left: 12%;
    right: 12%;
    padding: 76px 15px 63px;
    color: #FFF;
    line-height: 1; }
  .custom-item-4.extra .title-1 {
    font-size: 84px;
    font-weight: 600;
    margin-bottom: 5px; }
  .custom-item-4.extra .desc-1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .custom-item-4.extra .slog-1 {
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 32px; }
  .custom-item-4.extra .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    padding: 20px 48px; }
    .custom-item-4.extra .link-custom:hover {
      color: #FFF; }
    .custom-item-4.extra .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-4.extra .link-custom {
        font-size: 12px; } }
  .custom-item-4.extra img {
    max-width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-4.extra .title-1 {
      font-size: 54px; }
    .custom-item-4.extra .desc-1 {
      font-size: 20px; }
    .custom-item-4.extra .slog-1 {
      font-size: 34px;
      margin-bottom: 15px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .custom-item-4.extra .custom-item-content {
      padding-top: 20px;
      padding-bottom: 20px; }
    .custom-item-4.extra .link-custom {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

@media (max-width: 767px) {
  .custom-item-4 {
    margin-bottom: 30px; }
    .custom-item-4 img {
      width: 100%; } }
.custom-item-5 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .custom-item-5 > div {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%; }
  .custom-item-5 .custom-item-content {
    text-align: center;
    padding: 33px 90px 25px 20px; }
  .custom-item-5 .banner-label {
    font-size: 24px;
    margin-bottom: 10px; }
  .custom-item-5 .title-1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 23px; }
  .custom-item-5 .desc-1 {
    padding: 0 10%;
    margin-bottom: 43px; }
  .custom-item-5 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    font-size: 16px;
    padding: 18px 36px;
    letter-spacing: 0.03em; }
    .custom-item-5 .link-custom:hover {
      color: #FFF; }
    .custom-item-5 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-5 .link-custom {
        font-size: 12px; } }
  @media (max-width: 1199px) {
    .custom-item-5 .title-1 {
      font-size: 30px;
      line-height: 38px; } }
  @media (max-width: 991px) {
    .custom-item-5 > div {
      -ms-flex: 1 1 100%;
      -webkit-flex: 1 1 100%;
      flex: 1 1 100%;
      margin-bottom: 40px; }
      .custom-item-5 > div:last-child {
        margin-bottom: 0; } }
  .custom-item-5 .custom-item-content {
    padding: 0; }
  .custom-item-5 img {
    width: 100%; }

.custom-item-6 {
  display: block;
  position: relative;
  overflow: hidden; }
  .custom-item-6 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 14%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF; }
  .custom-item-6 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px; }
  .custom-item-6 .desc-1 {
    font-size: 24px; }
  .custom-item-6 .title-1 + .desc-1 {
    margin-top: -4px;
    margin-bottom: 4px; }
  .custom-item-6 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px; }
    .custom-item-6 .link-custom:hover {
      color: #FFF; }
    .custom-item-6 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-6 .link-custom {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .custom-item-6 .link-custom {
        padding: 18px 42px;
        font-size: 16px; } }
  @media (max-width: 991px) {
    .custom-item-6 .custom-item-content {
      line-height: 2.2em; }
    .custom-item-6 .title-1 {
      font-size: 28px; }
    .custom-item-6 .desc-1 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .custom-item-6 {
      margin-bottom: 30px; } }

.list-brand-static {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px; }
  .list-brand-static li {
    padding: 0 15px; }
  .list-brand-static a {
    display: block; }
    .list-brand-static a:hover {
      opacity: 0.5; }
  @media (max-width: 991px) {
    .list-brand-static {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .list-brand-static li {
        padding: 15px; } }
  @media (max-width: 767px) {
    .list-brand-static li {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 767px) and (min-width: 1354px) {
    .list-brand-static li {
      padding-left: 25px;
      padding-right: 25px; } }

.custom-item-7 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .custom-item-7 .item {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    position: relative; }
    @media (max-width: 479px) {
      .custom-item-7 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .custom-item-7 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF;
    text-align: center;
    width: 100%; }
  .custom-item-7 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px; }
  .custom-item-7 .desc-1 {
    font-size: 24px; }
  .custom-item-7 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px;
    background: none; }
    .custom-item-7 .link-custom:hover {
      color: #FFF; }
    .custom-item-7 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-7 .link-custom {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .custom-item-7 .link-custom {
        padding: 18px 42px;
        font-size: 16px; } }
  .custom-item-7 img {
    width: 100%; }
  .custom-item-7 .extra-position .custom-item-content {
    top: 31%;
    color: #000; }
  .custom-item-7 .extra-position .link-custom {
    color: #000; }
    .custom-item-7 .extra-position .link-custom:hover {
      color: #fff; }
  @media (max-width: 1199px) {
    .custom-item-7 .title-1 {
      font-size: 23px; }
    .custom-item-7 .desc-1 {
      font-size: 18px; }
    .custom-item-7 .link-custom {
      font-size: 13px;
      padding: 10px 34px;
      margin-top: 20px; }
    .custom-item-7 .extra-position .custom-item-content {
      top: 35%; } }
  @media (max-width: 767px) and (min-width: 480px) {
    .custom-item-7 .title-1 {
      font-size: 14px; }
    .custom-item-7 .desc-1 {
      font-size: 13px; }
    .custom-item-7 .link-custom {
      font-size: 12px;
      padding: 4px 25px;
      margin-top: 10px; }
    .custom-item-7 .extra-position .custom-item-content {
      top: 50%; } }

.custom-item-8 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .custom-item-8 .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .custom-item-8 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .custom-item-8 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: normal;
    color: #FFF;
    text-align: center;
    width: 100%;
    padding: 0 20px; }
  .custom-item-8 .title-1 {
    font-size: 35px;
    font-weight: 600;
    margin-top: -4px; }
  .custom-item-8 .desc-1 {
    font-size: 24px; }
    @media (max-width: 992px) {
      .custom-item-8 .desc-1 {
        line-height: 28px; } }
  .custom-item-8 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    margin-top: 31px;
    background: none; }
    .custom-item-8 .link-custom:hover {
      color: #FFF; }
    .custom-item-8 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-8 .link-custom {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .custom-item-8 .link-custom {
        padding: 18px 42px;
        font-size: 16px; } }
  .custom-item-8 img {
    width: 100%; }

.custom-item-9 {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1354px) {
    .custom-item-9 {
      margin-left: -25px;
      margin-right: -25px; } }
  .custom-item-9 .item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    @media (min-width: 1354px) {
      .custom-item-9 .item {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 767px) {
      .custom-item-9 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  .custom-item-9 .position-relative {
    position: relative; }
  .custom-item-9 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    padding: 10px 50px 10px 10px;
    text-align: right; }
  .custom-item-9 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px; }
  .custom-item-9 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px; }
  .custom-item-9 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline; }
  .custom-item-9 img {
    width: 100%; }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom-item-9 .custom-item-content {
      padding-right: 25px; }
    .custom-item-9 .title-1 {
      font-size: 26px;
      margin-bottom: 5px; }
    .custom-item-9 .desc-1 {
      font-size: 20px;
      margin-bottom: 10px; }
    .custom-item-9 .link-custom {
      font-size: 14px; } }
  @media (max-width: 479px) {
    .custom-item-9 .custom-item-content {
      padding-right: 25px; }
    .custom-item-9 .title-1 {
      font-size: 26px;
      margin-bottom: 5px; }
    .custom-item-9 .desc-1 {
      font-size: 20px;
      margin-bottom: 10px; }
    .custom-item-9 .link-custom {
      font-size: 14px; } }

.custom-item-10 {
  position: relative;
  padding-bottom: 12px; }
  .custom-item-10 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
    padding: 20px 50px; }
  .custom-item-10 .title-1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px; }
  .custom-item-10 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px; }
  .custom-item-10 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase; }
  .custom-item-10 img {
    width: 100%; }
  @media (max-width: 767px) {
    .custom-item-10 .custom-item-content {
      padding: 20px; }
    .custom-item-10 .title-1 {
      font-size: 20px;
      margin-bottom: 0; }
    .custom-item-10 .desc-1 {
      font-size: 13px;
      margin-bottom: 0; }
    .custom-item-10 .link-custom {
      font-size: 13px; } }

.custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
  margin-bottom: 50px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
      margin-bottom: 30px; } }
@media (max-width: 767px) {
  .custom-item-indent .col-sm-6 {
    margin-bottom: 30px; }
    .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
      margin-bottom: 30px; }
    .custom-item-indent .col-sm-6:last-child {
      margin-bottom: 0; } }

.custom-item-11 {
  position: relative;
  overflow: hidden; }
  .custom-item-11 .custom-item-content {
    position: absolute;
    top: 13.5%;
    padding: 60px;
    width: 100%;
    line-height: 1.3;
    color: #fff; }
  .custom-item-11 .title-1 {
    font-size: 65px;
    font-weight: 600; }
  .custom-item-11 .desc-1 {
    font-size: 24px;
    margin-bottom: 35px; }
  .custom-item-11 .link-custom {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 500;
    color: #fff; }
    .custom-item-11 .link-custom:hover {
      text-decoration: none; }
  .custom-item-11 img {
    transition: all 0.3s ease; }
  .custom-item-11:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0); }
  @media (min-width: 768px) and (max-width: 991px) {
    .custom-item-11 .custom-item-content {
      top: 6%;
      padding: 30px; }
    .custom-item-11 .title-1 {
      font-size: 40px; }
    .custom-item-11 .desc-1 {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .custom-item-11 .custom-item-content {
      top: 12%;
      padding: 30px; }
    .custom-item-11 .title-1 {
      font-size: 44px; }
    .custom-item-11 .desc-1 {
      font-size: 20px; } }
  @media (max-width: 479px) {
    .custom-item-11 .custom-item-content {
      top: 4%;
      padding: 15px; } }

.custom-item-12 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .custom-item-12 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.1; }
  .custom-item-12 .desc-1 {
    font-size: 34px; }
  .custom-item-12 .title-1 {
    font-size: 114px;
    font-weight: bold;
    margin-bottom: 20px; }
  .custom-item-12 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none; }
    .custom-item-12 .link-custom:hover {
      color: #FFF; }
    .custom-item-12 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-12 .link-custom {
        font-size: 12px; } }
  .custom-item-12 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-12 .desc-1 {
      font-size: 26px; }
    .custom-item-12 .title-1 {
      font-size: 65px; } }
  @media (max-width: 767px) {
    .custom-item-12 .desc-1 {
      font-size: 16px;
      margin-bottom: 5px; }
    .custom-item-12 .title-1 {
      font-size: 23px;
      margin-bottom: 10px; }
    .custom-item-12 .link-custom {
      font-size: 12px;
      padding: 6px 20px; } }
  @media (max-width: 479px) {
    .custom-item-12 .custom-item-content {
      width: 100%; }
    .custom-item-12 .desc-1 {
      font-size: 14px; }
    .custom-item-12 .title-1 {
      font-size: 18px; } }

.custom-item-13 {
  text-align: center; }
  .custom-item-13 .custom-content {
    border: 1px solid #eae9e9;
    padding: 59px 25px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .custom-item-13 span {
    font-size: 42px;
    display: block;
    margin-bottom: 27px; }
  .custom-item-13 .title {
    font-size: 24px;
    margin-bottom: 27px;
    line-height: 1.2; }
  .custom-item-13 .desc-content {
    font-size: 12px;
    line-height: 22px; }
  @media (max-width: 1199px) {
    .custom-item-13 .title {
      font-size: 19px; } }
  @media (max-width: 767px) {
    .custom-item-13 li {
      margin-bottom: 30px; }
      .custom-item-13 li:last-child {
        margin-bottom: 0; } }

.custom-item-14 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .custom-item-14 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    line-height: 1.1; }
  .custom-item-14 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px; }
  .custom-item-14 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px; }
  .custom-item-14 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px; }
    .custom-item-14 .link-custom:hover {
      color: #FFF; }
    .custom-item-14 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-14 .link-custom {
        font-size: 12px; } }
  .custom-item-14 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-14 .title-1 {
      font-size: 35px; }
    .custom-item-14 .desc-1 {
      font-size: 18px;
      margin-bottom: 20px; }
    .custom-item-14 .link-custom {
      padding: 8px 30px; } }
  @media (max-width: 767px) {
    .custom-item-14 .custom-item-content {
      left: 30%; }
    .custom-item-14 .title-1 {
      font-size: 26px; }
    .custom-item-14 .desc-1 {
      font-size: 14px; }
    .custom-item-14 .link-custom {
      font-size: 13px; } }
  @media (max-width: 479px) {
    .custom-item-14 .custom-item-content {
      left: 35%; }
    .custom-item-14 .title-1 {
      font-size: 14px;
      margin-bottom: 5px; }
    .custom-item-14 .desc-1 {
      font-size: 12px;
      margin-bottom: 10px; }
    .custom-item-14 .link-custom {
      font-size: 12px;
      padding: 4px 20px; } }

.custom-item-15 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .custom-item-15 .custom-item-content {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    line-height: 1.1; }
  .custom-item-15 .title-1 {
    font-size: 84px;
    font-weight: 500;
    margin-bottom: 18px; }
  .custom-item-15 .desc-1 {
    font-size: 24px;
    margin-bottom: 53px; }
  .custom-item-15 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px; }
    .custom-item-15 .link-custom:hover {
      color: #FFF; }
    .custom-item-15 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-15 .link-custom {
        font-size: 12px; } }
  .custom-item-15 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-15 .title-1 {
      font-size: 35px; }
    .custom-item-15 .desc-1 {
      font-size: 18px;
      margin-bottom: 20px; }
    .custom-item-15 .link-custom {
      padding: 8px 30px; } }
  @media (max-width: 767px) {
    .custom-item-15 .custom-item-content {
      left: 70%; }
    .custom-item-15 .title-1 {
      font-size: 26px; }
    .custom-item-15 .desc-1 {
      font-size: 14px; }
    .custom-item-15 .link-custom {
      font-size: 13px; } }
  @media (max-width: 479px) {
    .custom-item-15 .custom-item-content {
      left: 65%; }
    .custom-item-15 .title-1 {
      font-size: 14px;
      margin-bottom: 5px; }
    .custom-item-15 .desc-1 {
      font-size: 12px;
      margin-bottom: 10px; }
    .custom-item-15 .link-custom {
      font-size: 12px;
      padding: 4px 20px; } }

.row-main-custom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -25px;
  margin-bottom: 50px; }
  .row-main-custom .col-main-custom {
    padding: 0 25px; }
  @media (max-width: 767px) {
    .row-main-custom {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.custom-item-16 .item {
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .custom-item-16 .item {
      margin-bottom: 35px; } }
  @media (min-width: 768px) {
    .custom-item-16 .item:last-child {
      margin-bottom: 0; } }
.custom-item-16 .position-relative {
  position: relative; }
.custom-item-16 .custom-item-content {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 10px 50px 10px 10px;
  text-align: right; }
.custom-item-16 .title-1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px; }
.custom-item-16 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px; }
.custom-item-16 .link-custom {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline; }
.custom-item-16 img {
  width: 100%; }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-item-16 .custom-item-content {
    padding-right: 25px; }
  .custom-item-16 .title-1 {
    font-size: 26px;
    margin-bottom: 5px; }
  .custom-item-16 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px; }
  .custom-item-16 .link-custom {
    font-size: 14px; } }
@media (max-width: 479px) {
  .custom-item-16 .custom-item-content {
    padding-right: 25px; }
  .custom-item-16 .title-1 {
    font-size: 26px;
    margin-bottom: 5px; }
  .custom-item-16 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px; }
  .custom-item-16 .link-custom {
    font-size: 14px; } }
@media (max-width: 767px) {
  .custom-item-16 .item {
    margin-bottom: 30px; } }

.custom-item-17 {
  position: relative; }
  .custom-item-17 .custom-item-content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    width: 100%; }
  .custom-item-17 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .custom-item-17 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px; }
  .custom-item-17 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 40px; }
    .custom-item-17 .link-custom:hover {
      color: #FFF; }
    .custom-item-17 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-17 .link-custom {
        font-size: 12px; } }
  .custom-item-17 img {
    width: 100%; }
  @media (max-width: 991px) {
    .custom-item-17 .title-1 {
      font-size: 20px; }
    .custom-item-17 .desc-1 {
      font-size: 18px; }
    .custom-item-17 .link-custom {
      padding: 8px 30px; } }

.custom-item-18 {
  position: relative; }
  .custom-item-18 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff;
    line-height: 1; }
  .custom-item-18 .title-1 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase; }
  .custom-item-18 .desc-1 {
    font-size: 24px;
    margin-bottom: 30px; }
  .custom-item-18 .link-custom {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
    color: #fff; }
    .custom-item-18 .link-custom:hover {
      text-decoration: none; }
  .custom-item-18 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-18 .title-1 {
      font-size: 24px; }
    .custom-item-18 .desc-1 {
      font-size: 18px;
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .custom-item-18 .title-1 {
      font-size: 14px; }
    .custom-item-18 .desc-1 {
      font-size: 13px; }
    .custom-item-18 .link-custom {
      font-size: 12px; } }
  @media (max-width: 479px) {
    .custom-item-18 .title-1 {
      margin-bottom: 10px; }
    .custom-item-18 .desc-1 {
      display: none; } }

.custom-item-19 {
  position: relative; }
  .custom-item-19 .custom-item-content {
    position: absolute;
    top: 18.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
    color: #fff; }
  .custom-item-19 .title-1 {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 70px; }
  .custom-item-19 .desc-1 {
    font-size: 24px;
    margin-bottom: 22px;
    line-height: 35px; }
  .custom-item-19 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px;
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .custom-item-19 .link-custom:hover {
      color: #FFF; }
    .custom-item-19 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-19 .link-custom {
        font-size: 12px; } }
  .custom-item-19 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-19 .custom-item-content {
      width: 80%; }
    .custom-item-19 .title-1 {
      font-size: 30px;
      line-height: 40px; }
    .custom-item-19 .desc-1 {
      font-size: 20px;
      line-height: 28px; }
    .custom-item-19 .link-custom {
      padding: 8px 25px; } }
  @media (max-width: 991px) {
    .custom-item-19 .custom-item-content {
      top: 28%; }
    .custom-item-19 .link-custom {
      width: 60%;
      text-align: center; } }

.custom-item-20 {
  position: relative;
  margin-bottom: 50px; }
  .custom-item-20 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1; }
  .custom-item-20 .title-1 {
    font-size: 95px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase; }
  .custom-item-20 .desc-1 {
    font-size: 34px;
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .custom-item-20 .link-custom {
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff; }
    .custom-item-20 .link-custom:hover {
      text-decoration: none; }
  .custom-item-20 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-20 {
      margin-bottom: 37px; }
      .custom-item-20 .title-1 {
        font-size: 60px; } }
  @media (max-width: 991px) {
    .custom-item-20 {
      margin-bottom: 23px; }
      .custom-item-20 .desc-1 {
        font-size: 18px; }
      .custom-item-20 .title-1 {
        font-size: 30px; } }
  @media (max-width: 479px) {
    .custom-item-20 .desc-1 {
      font-size: 14px; }
    .custom-item-20 .title-1 {
      font-size: 18px; }
    .custom-item-20 .link-custom {
      font-size: 13px; } }

.custom-item-21 {
  position: relative; }
  .custom-item-21 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1; }
  .custom-item-21 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 28px;
    text-transform: uppercase; }
  .custom-item-21 .desc-1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .custom-item-21 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px; }
    .custom-item-21 .link-custom:hover {
      color: #FFF; }
    .custom-item-21 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-21 .link-custom {
        font-size: 12px; } }
  .custom-item-21 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-21 .title-1 {
      font-size: 30px;
      line-height: 36px; }
    .custom-item-21 .link-custom {
      padding: 7px 33px; } }
  @media (max-width: 991px) {
    .custom-item-21 .custom-item-content {
      width: 90%; } }

.custom-item-22 {
  position: relative; }
  .custom-item-22 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    line-height: 1;
    width: 88%; }
  .custom-item-22 .title-1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .custom-item-22 .desc-1 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
    text-transform: uppercase; }
  .custom-item-22 .link-custom {
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff; }
    .custom-item-22 .link-custom:hover {
      text-decoration: none; }
  .custom-item-22 img {
    width: 100%; }
  @media (max-width: 1199px) {
    .custom-item-22 .title-1 {
      font-size: 30px;
      line-height: 36px; } }
  @media (max-width: 991px) {
    .custom-item-22 .custom-item-content {
      width: 90%; }
    .custom-item-22 .desc-1 {
      font-size: 13px;
      line-height: 20px; }
    .custom-item-22 .title-1 {
      font-size: 20px;
      line-height: 27px;
      margin-bottom: 20px; } }

.custom-item-23 .title-static-block {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px; }
@media (max-width: 991px) {
  .custom-item-23 .title-static-block {
    margin-bottom: 25px;
    font-size: 20px; } }

.custom-item-24 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.custom-item-25 .item {
  margin-bottom: 50px; }
.custom-item-25 .position-relative {
  position: relative;
  display: block; }
.custom-item-25 .custom-item-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center; }
.custom-item-25 .title-1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px; }
.custom-item-25 .desc-1 {
  font-size: 24px; }
.custom-item-25 img {
  width: 100%; }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-item-25 .title-1 {
    font-size: 20px; }
  .custom-item-25 .desc-1 {
    font-size: 18px; } }
@media (max-width: 479px) {
  .custom-item-25 .title-1 {
    font-size: 26px; }
  .custom-item-25 .desc-1 {
    font-size: 20px; } }

.custom-item-26 {
  font-size: 12px;
  line-height: 22px; }
  .custom-item-26 > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .custom-item-26 .block-bg-custom {
    background: #f8f8fa;
    padding: 47px 30px 30px;
    border: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-26 .block-bg-custom {
        padding: 10px 12px; } }
  .custom-item-26 .block-border-custom {
    padding: 45px 30px 30px;
    border: 1px solid #eae9e9; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-26 .block-border-custom {
        padding: 10px 12px; } }
  .custom-item-26 .block-bg_2-custom {
    padding: 45px 30px 30px;
    color: #fff;
    border: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-26 .block-bg_2-custom {
        padding: 10px 12px; } }
    .custom-item-26 .block-bg_2-custom .left-custom-title,
    .custom-item-26 .block-bg_2-custom .icon-telephone2:before {
      color: #fff; }
  .custom-item-26 .left-custom-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px; }
    .custom-item-26 .left-custom-title strong {
      font-size: 20px;
      font-weight: 400;
      line-height: 29px; }
    .custom-item-26 .left-custom-title span {
      font-size: 40px;
      padding-right: 10px;
      margin-top: -7px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-26 .left-custom-title strong {
        font-size: 14px;
        line-height: 20px; }
      .custom-item-26 .left-custom-title span {
        font-size: 21px; } }
  @media (max-width: 767px) {
    .custom-item-26 > div {
      margin-bottom: 30px; }
      .custom-item-26 > div:last-child {
        margin-bottom: 0; } }

.custom-item-27 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 768px) {
    .custom-item-27 {
      margin-left: calc(50% - 49.6vw);
      margin-right: calc(50% - 49.6vw); } }
  .custom-item-27 .item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative; }
    .custom-item-27 .item:before {
      content: "";
      position: absolute;
      border: 12px solid #000;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.3s ease; }
    .custom-item-27 .item:hover:before {
      opacity: 0.6; }
  .custom-item-27 .custom-item-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    line-height: 1;
    padding: 0 0 0 84px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .custom-item-27 .title-1 {
    font-size: 65px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .custom-item-27 .title-1 span {
      font-weight: 300;
      display: block; }
  .custom-item-27 .desc-1 {
    font-size: 130px;
    font-weight: bold;
    letter-spacing: -5px;
    margin-bottom: 15px; }
  .custom-item-27 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px; }
    .custom-item-27 .link-custom:hover {
      color: #FFF; }
    .custom-item-27 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-27 .link-custom {
        font-size: 12px; } }
  .custom-item-27 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .custom-item-27 .item-extra .title-1 {
    font-size: 84px;
    margin-bottom: 50px; }
  .custom-item-27 .item-extra-2 .desc-1 {
    color: #ee221d; }
  .custom-item-27 .item-extra-2 .link-custom:hover {
    background: none !important; }
  @media (max-width: 1766px) {
    .custom-item-27 .title-1 {
      font-size: 54px; }
    .custom-item-27 .desc-1 {
      font-size: 80px; }
    .custom-item-27 .item-extra .title-1 {
      font-size: 60px; } }
  @media (max-width: 1366px) {
    .custom-item-27 .title-1 {
      font-size: 30px; }
    .custom-item-27 .desc-1 {
      font-size: 40px;
      letter-spacing: 0; }
    .custom-item-27 .item-extra .title-1 {
      font-size: 40px; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-27 .custom-item-content {
      padding-left: 35px; } }
  @media (max-width: 767px) {
    .custom-item-27 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .custom-item-27 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }

.custom-item-28 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .custom-item-28 .item {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    position: relative; }
    .custom-item-28 .item:before {
      content: "";
      position: absolute;
      border: 12px solid #000;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.3s ease; }
    .custom-item-28 .item:hover:before {
      opacity: 0.6; }
  .custom-item-28 .custom-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1;
    width: 100%;
    padding: 0 0 0 50px; }
  .custom-item-28 .title-1 {
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px; }
    .custom-item-28 .title-1 span {
      font-weight: 300;
      display: block; }
  .custom-item-28 .desc-1 {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: -5px;
    margin-bottom: 15px; }
  .custom-item-28 .link-custom {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    transition: all 0.3s ease;
    background: none;
    padding: 18px 45px; }
    .custom-item-28 .link-custom:hover {
      color: #FFF; }
    .custom-item-28 .link-custom span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .custom-item-28 .link-custom {
        font-size: 12px; } }
  .custom-item-28 .item-extra .custom-item-content {
    text-align: center;
    padding-left: 0; }
  .custom-item-28 .item-extra .title-1 {
    font-size: 64px;
    margin-bottom: 40px; }
  .custom-item-28 .item-extra-2 .desc-1 {
    color: #ee221d; }
  @media (max-width: 1199px) and (min-width: 768px) {
    .custom-item-28 .custom-item-content {
      padding-left: 30px; }
    .custom-item-28 .title-1 {
      font-size: 28px; }
    .custom-item-28 .desc-1 {
      font-size: 45px;
      letter-spacing: 0; }
    .custom-item-28 .item-extra .title-1 {
      font-size: 45px;
      margin-bottom: 30px; }
    .custom-item-28 .link-custom {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 767px) {
    .custom-item-28 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .custom-item-28 .item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  @media (max-width: 479px) {
    .custom-item-28 .title-1 {
      font-size: 40px; }
    .custom-item-28 .desc-1 {
      font-size: 30px;
      letter-spacing: 0; }
    .custom-item-28 .item-extra .title-1 {
      font-size: 45px;
      margin-bottom: 30px; }
    .custom-item-28 .link-custom {
      padding-top: 10px;
      padding-bottom: 10px; } }

@media (min-width: 768px) {
  .custom-item-29 li {
    margin-bottom: 0; } }
.custom-item-29 .custom-content {
  border-width: 3px;
  border-color: #000;
  transition: all 0.3s ease; }
  .custom-item-29 .custom-content:hover {
    border-color: #ee221d; }
.custom-item-29 .title {
  text-transform: uppercase;
  font-weight: bold; }

.social-sharing {
  overflow: hidden;
  margin-bottom: -14px; }

#page-preloader .spinner:before,
#page-preloader .spinner:after,
.loading-mask .loader:before,
.loading-mask .loader:after {
  border-width: 3px;
  border-style: solid; }

.loading-mask {
  display: none; }

.checkout-index-index .loading-mask {
  display: block; }

.cms-index-index.ajax-loading .loader p {
  display: none !important; }

.cms-index-index._has-modal.ajax-loading .action.delete:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 15px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px dashed;
  border-radius: 50%;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.check_privacy_field {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .check_privacy_field .check_privacy {
    margin: 0 15px 0 0; }
  .check_privacy_field span {
    font-size: 13px;
    line-height: 18px; }
  .check_privacy_field a:hover {
    text-decoration: underline;
    color: inherit; }

.disable-checked {
  pointer-events: none;
  opacity: 0.4; }

@media (max-width: 767px) {
  #block-cookies-wrap {
    margin-top: 75px; } }
.no-display {
  display: none; }

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.cms-page-view h1 span,
.cms-page-view heading-1 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h2 span,
.cms-page-view heading-2 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h3 span,
.cms-page-view heading-3 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h4 span,
.cms-page-view heading-4 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h5 span,
.cms-page-view heading-5 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h6 span,
.cms-page-view heading-6 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.cms-page-view h1.page-title,
.cms-page-view h2.page-title {
  text-align: left; }

@media (min-width: 992px) {
  .cms-support .page-title,
  .cms-faq .page-title,
  .cms-about-us .page-title,
  .cms-shipping-delivery .page-title,
  .cms-guarantee .page-title,
  .cms-secure-payment .page-title,
  .cms-terms-conditions .page-title {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin-left: calc(16.66667% + 8px); } }

dl.custom-page dd {
  font-style: normal; }

.custom-page .page-title,
.custom-page .section-title {
  margin-bottom: 45px; }

.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
  display: table;
  content: "";
  line-height: 0; }
.search-term-popular ul.search-terms:after {
  clear: both; }
.search-term-popular ul.search-terms li {
  float: left;
  margin-right: 15px;
  font-size: 24px; }

.about-us-page img {
  margin-bottom: 35px; }
.about-us-page p {
  margin-bottom: 25px; }
.about-us-page ul {
  padding-top: 5px; }
  .about-us-page ul li {
    padding: 5px 0; }
  .about-us-page ul a {
    font-size: 12px; }

.not-found-page .disc li,
.not-found-page dd {
  font-style: normal; }
.not-found-page .not-found-page_top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .not-found-page .not-found-page_top img {
    width: auto;
    max-width: 100%;
    margin-bottom: 40px; }
  .not-found-page .not-found-page_top > div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center; }
  .not-found-page .not-found-page_top strong {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .not-found-page .not-found-page_top strong {
        font-size: 50px;
        line-height: 1; } }
    @media (min-width: 992px) {
      .not-found-page .not-found-page_top strong {
        font-size: 84px;
        line-height: 84px; } }
  .not-found-page .not-found-page_top span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .not-found-page .not-found-page_top span {
        font-size: 30px;
        line-height: 38px; } }
    @media (min-width: 992px) {
      .not-found-page .not-found-page_top span {
        font-size: 55px;
        line-height: 68px; } }
.not-found-page .not-found-page_bottom dt {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .not-found-page .not-found-page_bottom dt {
      font-size: 20px; } }
.not-found-page .not-found-page_bottom dd {
  text-align: center; }
  .not-found-page .not-found-page_bottom dd a {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 27px;
    text-transform: uppercase;
    line-height: inherit;
    color: #FFF; }
    .not-found-page .not-found-page_bottom dd a:before {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .not-found-page .not-found-page_bottom dd a:before {
      padding-right: 5px;
      font-size: 22px;
      vertical-align: sub; }

.shipping-delivery-page p {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .shipping-delivery-page p {
      margin-bottom: 91px; } }
.shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
      margin-bottom: 20px;
      font-size: 20px; } }
.shipping-delivery-page ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.8em; }
  .shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    line-height: inherit;
    position: absolute;
    top: -8px;
    left: 0; }
  .shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em; }
.shipping-delivery-page .shipping-delivery-page__border {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eae9e9; }
  @media (min-width: 992px) {
    .shipping-delivery-page .shipping-delivery-page__border {
      padding-bottom: 70px;
      margin-bottom: 99px; } }
  .shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
    margin-bottom: 15px;
    display: block; }
.shipping-delivery-page .shipping-delivery-page__list p {
  margin-bottom: 78px; }
.shipping-delivery-page .shipping-delivery-page_shipping-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_shipping-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_track-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_track-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_order-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_order-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.shipping-delivery-page .shipping-delivery-page_shipping-icon:before,
.shipping-delivery-page .shipping-delivery-page_track-icon:before,
.shipping-delivery-page .shipping-delivery-page_order-icon:before {
  font-size: 40px;
  padding-right: 15px; }

.change-message {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px; }

.privacy-policy-page dd {
  margin-bottom: 50px; }

.cms-faq .page-title-wrapper .page-title {
  margin-bottom: 42px; }

.faq-page #faq-accordion .accordion-trigger {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  transition: .3s; }
  .faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer; }
  .faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  .faq-page #faq-accordion .accordion-trigger.open {
    margin-bottom: 35px; }
    .faq-page #faq-accordion .accordion-trigger.open:after {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0); }
  .faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px; }
.faq-page #faq-accordion .accordion-content {
  display: none;
  padding-bottom: 50px; }
  .faq-page #faq-accordion .accordion-content p {
    margin-bottom: 23px; }
    .faq-page #faq-accordion .accordion-content p:before {
      content: 'a';
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      background: #fafafa;
      text-align: center;
      padding: 15px 0;
      width: 50px;
      display: inline-block;
      margin: 5px 15px 15px 0;
      float: left; }

.form-orders-search legend.admin__legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%; }
.form-orders-search .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9; }

.customer-account-create .field .checkbox {
  margin-top: .5rem; }

.customer-account-index .account-nav .nav.items a {
  font-size: 12px;
  line-height: 30px; }
.customer-account-index .account-nav .nav.items strong {
  font-weight: 400; }

.customer-service h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px; }
.customer-service h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 15px; }
.customer-service .customer-service__block {
  margin-bottom: 94px; }
.customer-service .table-block {
  margin-bottom: 65px; }
  .customer-service .table-block h3 {
    margin-bottom: 46px; }
  .customer-service .table-block table {
    width: 100%; }
  .customer-service .table-block thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9; }
    .customer-service .table-block thead th {
      padding: 10px;
      border-left: 1px solid #eae9e9;
      font-size: 16px;
      line-height: 1;
      vertical-align: middle; }
      .customer-service .table-block thead th:first-child {
        padding-left: 0;
        border-left: none; }
      @media (min-width: 992px) {
        .customer-service .table-block thead th {
          padding: 15px 10px 15px 35px; } }
  @media (min-width: 768px) {
    .customer-service .table-block tbody tr:first-child td {
      padding-top: 41px; } }
  @media (min-width: 768px) {
    .customer-service .table-block tbody tr:last-child td {
      padding-bottom: 30px; } }
  .customer-service .table-block tbody td {
    font-size: 12px;
    line-height: 1;
    padding: 7px; }
    @media (min-width: 768px) {
      .customer-service .table-block tbody td {
        border-left: 1px solid #eae9e9; }
        .customer-service .table-block tbody td:first-child {
          padding-left: 0;
          border-left: none; } }
    @media (min-width: 992px) {
      .customer-service .table-block tbody td {
        padding: 11px 10px 11px 35px; } }
  @media (max-width: 767px) {
    .customer-service .table-block thead {
      display: none; }
    .customer-service .table-block tbody td {
      display: block;
      text-align: center; }
      .customer-service .table-block tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        background: #f6f6f6;
        margin-bottom: 1em;
        padding: 1em 1em .8em; }
        .customer-service .table-block tbody td:first-child:before {
          display: none; }
      .customer-service .table-block tbody td:last-child {
        margin-bottom: 1em; }
    .customer-service .table-block tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-weight: 600; } }
.customer-service .list-block h3 {
  margin-bottom: 27px; }
.customer-service .list-block li {
  margin-bottom: 20px; }
.customer-service .list-block h4 {
  line-height: inherit; }
  .customer-service .list-block h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .customer-service .list-block h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px; }

.cms-customer-service .page-title-wrapper .page-title {
  margin-bottom: 86px; }

.support-page .text-block {
  padding-bottom: 80px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 87px; }
.support-page .boxes-block h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 45px; }
.support-page .boxes-block li a {
  transition: 0s; }
.support-page .boxes-block li div {
  background: transparent;
  border: 2px solid;
  margin-bottom: 30px;
  padding: 76px 10px;
  transition: .3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .support-page .boxes-block li div:hover span,
  .support-page .boxes-block li div:hover span:before {
    color: #FFF; }
  @media (min-width: 1354px) {
    .support-page .boxes-block li div {
      margin-bottom: 50px; } }
  .support-page .boxes-block li div span {
    font-size: 20px;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .support-page .boxes-block li div span:before {
      font-size: 70px;
      line-height: 1;
      padding-bottom: 19px; }
.support-page .boxes-block .support-page__archive-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__archive-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__bubbles-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubbles-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__bubble-question-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubble-question-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.support-page .boxes-block .support-page__envelope-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__envelope-icon:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.guarantee-page p {
  margin-bottom: 20px; }
.guarantee-page h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600; }
.guarantee-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  line-height: inherit; }
  .guarantee-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .guarantee-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px; }
.guarantee-page ul {
  padding: 10px 0 20px; }
  .guarantee-page ul li {
    margin-bottom: 15px; }
    .guarantee-page ul li:last-child {
      margin-bottom: 0; }
.guarantee-page .text-block {
  padding-bottom: 70px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 85px; }
  .guarantee-page .text-block:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.secure-payment-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 21px;
  line-height: inherit; }
  .secure-payment-page h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .secure-payment-page h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px; }
.secure-payment-page ul {
  padding: 15px 0 30px; }
  .secure-payment-page ul li {
    margin-bottom: 29px; }
    .secure-payment-page ul li:last-child {
      margin-bottom: 0; }
.secure-payment-page .secure-payment_icons ul:before, .secure-payment-page .secure-payment_icons ul:after {
  display: table;
  content: "";
  line-height: 0; }
.secure-payment-page .secure-payment_icons ul:after {
  clear: both; }
.secure-payment-page .secure-payment_icons ul li {
  float: left;
  margin-right: 28px; }
.secure-payment-page .secure-payment_icons ul a {
  font-size: 41px;
  line-height: 1; }

.terms-conditions-page p {
  margin-bottom: 28px; }
.terms-conditions-page ul h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  line-height: inherit; }
  .terms-conditions-page ul h4:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .terms-conditions-page ul h4:before {
    font-size: 30px;
    line-height: inherit;
    padding-right: 10px; }

.cms-template-settings .page-title-wrapper .page-title {
  margin-bottom: 86px; }
.cms-template-settings.cms-page-view h3 {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2em; }
  .cms-template-settings.cms-page-view h3 em {
    font-weight: 400; }
.cms-template-settings .data-table {
  margin-bottom: 40px; }
  .cms-template-settings .data-table thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9; }
    .cms-template-settings .data-table thead th {
      border-left: 1px solid #eae9e9;
      padding: 5px 5px;
      text-transform: none; }
      .cms-template-settings .data-table thead th:first-child {
        padding-left: 0;
        border-left: none; }
      @media (min-width: 992px) {
        .cms-template-settings .data-table thead th {
          padding: 10px 20px; } }
  .cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 15px; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody tr:first-child td {
        padding-top: 35px; } }
  .cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 15px; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody tr:last-child td {
        padding-bottom: 30px; } }
  .cms-template-settings .data-table tbody td {
    padding: 5px 5px;
    border-left: 1px solid #eae9e9; }
    .cms-template-settings .data-table tbody td:first-child {
      border-left: none;
      padding-left: 0; }
    @media (min-width: 992px) {
      .cms-template-settings .data-table tbody td {
        padding: 10px 20px; } }

.extra-title-settings {
  font-weight: 500; }

.ios.iphone .page-header,
.ios.iphone .page-header__content,
.ios.iphone .header-bottom-wrap {
  position: static; }
.ios.iphone .header-switchers {
  position: absolute;
  z-index: 17; }
.ios.iphone .rd-navbar-fixed .rd-navbar-panel-canvas,
.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap,
.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse,
.ios.iphone .rd-navbar-fixed .rd-navbar-cart {
  position: absolute; }
.ios.iphone .rd-navbar-fixed .rd-navbar-cart-fixed,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-search-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-toggle {
  position: absolute;
  z-index: 99; }
.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group {
  left: -10px;
  min-width: 310px; }
.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap {
  bottom: auto; }
.ios.iphone .modals-wrapper {
  z-index: 99; }

.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  content: attr(data-label) ": ";
  font-size: 13px; }

.price-including-tax {
  display: block; }

.swatch-input {
  left: -10000px;
  position: absolute;
  visibility: hidden; }

.products .product-item .product-item-name {
  display: block; }
.products .product-item .rating-summary {
  display: inline-block; }
  .products .product-item .rating-summary .label {
    display: none; }
.products .product-item .reviews-actions {
  display: inline-block;
  padding-left: 5px; }
  .products .product-item .reviews-actions .view {
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    padding-top: 3px; }
.products .product-item .swatch-attribute-options {
  margin-top: 5px; }
.products .product-item .price {
  font-size: 24px; }
.products .product-item .old-price .price {
  font-size: 16px; }
.products .product-item .price-box > span {
  display: inline-block;
  margin-right: 15px; }
.products .product-item .actions-primary .primary span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  padding-right: 10px;
  line-height: 0;
  vertical-align: sub;
  font-weight: normal; }
.products .product-item .actions-secondary .action {
  border: 0;
  background: none;
  padding: 0;
  font-size: 22px; }
  .products .product-item .actions-secondary .action:first-child {
    margin-right: 28px; }
.products .product-item .smart-labels .main-labels {
  max-width: 80px;
  margin: -13px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .products .product-item .smart-labels .main-labels {
      max-width: 50px;
      margin: -8px; } }

.product-item-info-hide {
  opacity: 0.5;
  position: relative; }

.smart-label {
  z-index: 2 !important; }

.smart-labels .label-text {
  font-size: 12px;
  line-height: 19px;
  padding: 2px 8px 0;
  text-transform: capitalize;
  color: #fff; }

.products-grid .tm-switch-image-container .product-image-photo {
  position: relative; }

.tm-switch-image-container {
  position: relative;
  overflow: hidden; }
  .tm-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0;
    left: 0; }
    .tm-switch-image-container .replaced.switch-video {
      top: 50%;
      transform: translate(0%, -50%);
      -webkit-transform: translate(0%, -50%); }

.product-image-container.gallery-placeholder {
  display: block !important; }

.listing-gallery .fotorama__arr,
.listing-gallery .fotorama__thumb__arr {
  background: none; }
.listing-gallery .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto; }
  .listing-gallery .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background-color: #32cfb0;
    width: 40px;
    height: 40px;
    opacity: 0.8; }
    .listing-gallery .fotorama__arr .fotorama__arr__arr:hover {
      opacity: 1; }
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  font-family: "Linearicons";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  color: #fff; }
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e93b"; }
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  content: ""; }
.listing-gallery .fotorama-item .fotorama__stage {
  margin-bottom: 0; }
.listing-gallery .fotorama__stage__frame .fotorama__img {
  width: 100%; }

.product-item-info:hover .quick-view-button {
  transform: scale(1, 1); }

.quick-view-button {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 4px 18px;
  transform: scale(0, 0);
  transition: all 0.3s ease; }
  .quick-view-button.icon-text {
    padding: 10px;
    font-size: 21px; }
    .quick-view-button.icon-text:before {
      font-family: "Linearicons";
      content: "\e922"; }
    .quick-view-button.icon-text span {
      display: none; }
  @media (max-width: 991px) {
    .quick-view-button {
      display: none; } }

.modal-popup.quick-view._show {
  pointer-events: none; }

.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0; }

.map-popup.active {
  opacity: 1; }

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 10px;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400; }

.ui-dialog.popup {
  width: 420px; }
  @media (max-width: 991px) {
    .ui-dialog.popup {
      width: 320px; } }

#map-popup-click-for-price + .ui-widget-content .close span {
  display: none; }

#map-popup-click-for-price + .ui-widget-content .close:before {
  font-family: "Linearicons";
  content: "\e935";
  font-size: 12px; }

.map-popup .price-box {
  margin-bottom: 5px; }
.map-popup .action.primary {
  padding: 10px 20px;
  margin-bottom: 10px; }
.map-popup .price-wrapper {
  color: #333; }

.toolbar-products {
  position: relative;
  font-size: 12px;
  z-index: 2;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 49px;
  margin-bottom: 50px; }
  .toolbar-products:before, .toolbar-products:after {
    display: table;
    content: "";
    line-height: 0; }
  .toolbar-products:after {
    clear: both; }
  .toolbar-products .toolbar-sorter {
    float: left; }
  .toolbar-products .field {
    margin: 0; }
    .toolbar-products .field > .label,
    .toolbar-products .field > .control,
    .toolbar-products .field > .action {
      display: inline-block; }
    .toolbar-products .field > .label {
      padding: 14px 0;
      margin-right: 10px; }

.toolbar-bottom .toolbar-products {
  border-top: 1px solid #eae9e9;
  border-bottom: 0;
  padding: 45px 0 0;
  margin: 50px 0 0; }

.toolbar-container .filter-toggle {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 20px;
  display: none; }
  .toolbar-container .filter-toggle:hover {
    color: #FFF; }
  .toolbar-container .filter-toggle span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .toolbar-container .filter-toggle {
      font-size: 12px; } }

.modes {
  float: right;
  font-size: 22px;
  padding-top: 14px;
  padding-left: 6px; }
  .modes .modes-label {
    display: none; }
  .modes .modes-mode {
    margin-left: 14px;
    font-weight: normal; }
    .modes .modes-mode span {
      display: none; }
  .modes .mode-grid:before {
    font-family: "Linearicons";
    content: "\e87e"; }
  .modes .mode-list:before {
    font-family: "Linearicons";
    content: "\e92f"; }
  .modes a.modes-mode:hover {
    opacity: 0.6; }

.toolbar-amount {
  text-align: center;
  position: absolute;
  top: 14px;
  width: 100%;
  margin: 0;
  padding: 0 30%;
  z-index: -1; }
  @media (max-width: 1200px) {
    .toolbar-amount {
      top: 65px;
      padding: 0; } }

@media (min-width: 1199px) {
  .layout_3 .toolbar-amount {
    padding: 0 240px 0 0;
    text-align: right; } }

.pages {
  display: none; }
  .pages .pages-items {
    position: relative;
    display: inline-block; }
    .pages .pages-items:before, .pages .pages-items:after {
      display: table;
      content: "";
      line-height: 0; }
    .pages .pages-items:after {
      clear: both; }
  .pages .item {
    float: left;
    margin-right: 5px; }
    .pages .item.pages-item-previous span:before, .pages .item.pages-item-next span:before {
      font-family: "Linearicons";
      display: inline-block;
      margin-top: -1px;
      transition: all 0.2s ease; }
    .pages .item.pages-item-previous span:not(.label), .pages .item.pages-item-next span:not(.label) {
      display: none; }
    .pages .item.pages-item-previous span::before {
      content: '\e93b';
      margin-right: 4px;
      float: left; }
    .pages .item.pages-item-next span:before {
      content: '\e93c';
      float: right;
      margin-left: 4px; }
    .pages .item .next,
    .pages .item .previous {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 50px; }
    .pages .item .page {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      display: block; }
  .toolbar-bottom .pages {
    display: block; }

.limiter {
  float: right; }
  .limiter .limiter-text {
    display: none; }

.toolbar-sorter .label {
  text-align: left; }
.toolbar-sorter .sorter-action {
  font-size: 22px;
  padding: 14px 0 0 10px; }
  .toolbar-sorter .sorter-action span {
    display: none; }
  .toolbar-sorter .sorter-action.sort-asc:before {
    font-family: "Linearicons";
    content: "\e9ba"; }
  .toolbar-sorter .sorter-action.sort-desc:before {
    font-family: "Linearicons";
    content: "\e9b9"; }

.toolbar-bottom .modes,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .limiter,
.toolbar-bottom .toolbar-sorter {
  display: none !important; }

@media (max-width: 767px) {
  .modes,
  .toolbar-amount,
  .toolbar-products .limiter {
    display: none !important; }

  .toolbar-products .sorter-label.label {
    display: none; }

  .toolbar-products .toolbar-sorter > .control {
    min-width: 126px; } }
@media (max-width: 479px) {
  .toolbar-products .limiter {
    float: left;
    clear: left;
    margin-top: 10px; } }
.toolbar-bottom.widget-toolbar {
  position: relative;
  border: 1px solid #eae9e9;
  padding: 15px; }
  .toolbar-bottom.widget-toolbar .toolbar-amount {
    display: block !important;
    font-size: 12px;
    padding: 0;
    text-align: right;
    top: 30px;
    right: 20px; }
    @media (max-width: 991px) {
      .toolbar-bottom.widget-toolbar .toolbar-amount {
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
        border-bottom: 1px solid #eae9e9;
        margin-bottom: 10px; } }

.ios.mobile body:not(.no-mobile) .toolbar-products .control, .ios.tablet body:not(.no-mobile) .toolbar-products .control {
  padding-top: 11px; }

.catalog-product-view .column.main,
.modal-popup.quick-view .column.main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1354px) {
    .catalog-product-view .column.main,
    .modal-popup.quick-view .column.main {
      margin-left: -25px;
      margin-right: -25px; } }
.catalog-product-view .product-info-main,
.modal-popup.quick-view .product-info-main {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1354px) {
    .catalog-product-view .product-info-main,
    .modal-popup.quick-view .product-info-main {
      padding-left: 25px;
      padding-right: 25px; } }
.catalog-product-view .page-title-wrapper .container, .catalog-product-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .catalog-product-view .page-title-wrapper #maincontent,
.modal-popup.quick-view .page-title-wrapper .container,
.modal-popup.quick-view .page-title-wrapper .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper #maincontent {
  max-width: inherit;
  min-width: inherit; }
.catalog-product-view .page-title-wrapper .page-title,
.modal-popup.quick-view .page-title-wrapper .page-title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.35em; }
.catalog-product-view .product.sku,
.modal-popup.quick-view .product.sku {
  font-size: 12px;
  margin-bottom: 20px; }
.catalog-product-view .product-info-stock-sku,
.modal-popup.quick-view .product-info-stock-sku {
  font-size: 12px;
  margin-bottom: 17px; }
.catalog-product-view .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
  margin-bottom: 28px; }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .field,
    .modal-popup.quick-view .product-options-wrapper .field {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
.catalog-product-view .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal; }
  .catalog-product-view .product-options-wrapper .label:after,
  .modal-popup.quick-view .product-options-wrapper .label:after {
    position: absolute; }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .label,
    .modal-popup.quick-view .product-options-wrapper .label {
      padding-right: 20px; } }
@media (min-width: 1200px) {
  .catalog-product-view .product-options-wrapper .label:not(.admin__field-label),
  .modal-popup.quick-view .product-options-wrapper .label:not(.admin__field-label) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; } }
.catalog-product-view .product-options-wrapper .select2-container,
.modal-popup.quick-view .product-options-wrapper .select2-container {
  min-width: 210px; }
.catalog-product-view .product-options-wrapper .swatch-opt,
.modal-popup.quick-view .product-options-wrapper .swatch-opt {
  margin: 10px 0 30px; }
.catalog-product-view .product-options-wrapper .swatch-attribute,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute {
  margin-bottom: 15px; }
  .catalog-product-view .product-options-wrapper .swatch-attribute:last-child,
  .modal-popup.quick-view .product-options-wrapper .swatch-attribute:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .swatch-attribute,
    .modal-popup.quick-view .product-options-wrapper .swatch-attribute {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.catalog-product-view .product-options-wrapper .swatch-attribute-label,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute-label {
  font-size: 12px;
  font-weight: normal; }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .swatch-attribute-label,
    .modal-popup.quick-view .product-options-wrapper .swatch-attribute-label {
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%; } }
@media (min-width: 1200px) {
  .catalog-product-view .product-options-wrapper .color .swatch-attribute-label,
  .modal-popup.quick-view .product-options-wrapper .color .swatch-attribute-label {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%; } }
.catalog-product-view .product-options-wrapper .swatch-option.color,
.modal-popup.quick-view .product-options-wrapper .swatch-option.color {
  min-width: 48px;
  min-height: 48px; }
.catalog-product-view .product-options-wrapper .swatch-option.disabled:before, .catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
.catalog-product-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before {
  background-image: linear-gradient(135deg, transparent 50%, #000000 53%, transparent 53%);
  background-repeat: no-repeat;
  z-index: 1; }
.catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
  background: rgba(255, 255, 255, 0.8);
  z-index: 0; }
.catalog-product-view .review-list .review-item,
.modal-popup.quick-view .review-list .review-item {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 45px;
  margin-bottom: 45px; }
.catalog-product-view .review-list .review-title,
.modal-popup.quick-view .review-list .review-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px; }
.catalog-product-view .review-list .review-content,
.modal-popup.quick-view .review-list .review-content {
  padding-bottom: 12px; }
.catalog-product-view .review-list .review-details,
.modal-popup.quick-view .review-list .review-details {
  font-size: 12px; }
  .catalog-product-view .review-list .review-details p,
  .modal-popup.quick-view .review-list .review-details p {
    width: auto;
    margin-right: 15px; }
@media (max-width: 991px) {
  .catalog-product-view .review-list .block-content > .toolbar:first-child,
  .modal-popup.quick-view .review-list .block-content > .toolbar:first-child {
    display: none; } }
.catalog-product-view .product-reviews-summary,
.modal-popup.quick-view .product-reviews-summary {
  padding-top: 32px; }
  .catalog-product-view .product-reviews-summary > div,
  .modal-popup.quick-view .product-reviews-summary > div {
    display: inline-block; }
    .catalog-product-view .product-reviews-summary > div:first-child,
    .modal-popup.quick-view .product-reviews-summary > div:first-child {
      margin-right: 10px; }
  .catalog-product-view .product-reviews-summary .label,
  .modal-popup.quick-view .product-reviews-summary .label {
    display: none; }
.catalog-product-view .review-ratings,
.modal-popup.quick-view .review-ratings {
  padding-bottom: 15px; }
  .catalog-product-view .review-ratings .rating-summary-wrap,
  .modal-popup.quick-view .review-ratings .rating-summary-wrap {
    padding-bottom: 8px; }
    .catalog-product-view .review-ratings .rating-summary-wrap:last-child,
    .modal-popup.quick-view .review-ratings .rating-summary-wrap:last-child {
      padding-bottom: 0; }
  .catalog-product-view .review-ratings .rating-summary,
  .modal-popup.quick-view .review-ratings .rating-summary {
    display: inline-block; }
  .catalog-product-view .review-ratings .rating-label,
  .modal-popup.quick-view .review-ratings .rating-label {
    min-width: 50px;
    display: inline-block;
    padding: 2px 0 0;
    line-height: normal;
    font-size: 12px; }
.catalog-product-view .reviews-actions a,
.modal-popup.quick-view .reviews-actions a {
  font-size: 12px; }
.catalog-product-view .reviews-actions .view,
.modal-popup.quick-view .reviews-actions .view {
  margin-right: 1rem; }
.catalog-product-view #tab-label-reviews-title span.counter:before,
.modal-popup.quick-view #tab-label-reviews-title span.counter:before {
  content: '('; }
.catalog-product-view #tab-label-reviews-title span.counter:after,
.modal-popup.quick-view #tab-label-reviews-title span.counter:after {
  content: ')'; }
.catalog-product-view .price-box,
.modal-popup.quick-view .price-box {
  margin-bottom: 1rem; }
.catalog-product-view .product-info-price .price,
.modal-popup.quick-view .product-info-price .price {
  font-size: 26px;
  font-weight: 600; }
.catalog-product-view .product-info-price .old-price .price,
.modal-popup.quick-view .product-info-price .old-price .price {
  font-size: 20px; }
.catalog-product-view .product-add-form,
.modal-popup.quick-view .product-add-form {
  margin-bottom: 1rem; }
.catalog-product-view .box-tocart .field,
.modal-popup.quick-view .box-tocart .field {
  padding-right: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
.catalog-product-view .box-tocart .qty,
.modal-popup.quick-view .box-tocart .qty {
  text-align: center; }
  .catalog-product-view .box-tocart .qty .label,
  .modal-popup.quick-view .box-tocart .qty .label {
    font-weight: normal; }
.catalog-product-view .box-tocart #qty,
.modal-popup.quick-view .box-tocart #qty {
  width: 55px;
  padding-left: 5px;
  padding-right: 5px; }
.catalog-product-view .box-tocart .mage-error:not(input):not(textarea),
.modal-popup.quick-view .box-tocart .mage-error:not(input):not(textarea) {
  position: absolute;
  padding-left: 0;
  box-shadow: none; }
.catalog-product-view .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
  min-width: 276px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-right: 40px; }
  .catalog-product-view .box-tocart .primary span:before,
  .modal-popup.quick-view .box-tocart .primary span:before {
    font-family: "Linearicons";
    content: "\e74d";
    font-size: 161%;
    line-height: 0;
    padding-right: 10px;
    vertical-align: sub;
    font-weight: normal; }
.catalog-product-view .box-tocart .paypal,
.modal-popup.quick-view .box-tocart .paypal {
  margin-top: 10px; }
.catalog-product-view .product-social-links .action,
.modal-popup.quick-view .product-social-links .action {
  border: 0;
  font-size: 22px;
  padding: 0;
  margin-right: 18px; }
  .catalog-product-view .product-social-links .action:hover,
  .modal-popup.quick-view .product-social-links .action:hover {
    background: none; }
  .catalog-product-view .product-social-links .action span,
  .modal-popup.quick-view .product-social-links .action span {
    display: none; }
@media (max-width: 1199px) {
  .catalog-product-view .product-social-links,
  .modal-popup.quick-view .product-social-links {
    padding-top: 20px; } }
.catalog-product-view .product-addto-links,
.modal-popup.quick-view .product-addto-links {
  display: inline-block; }
.catalog-product-view .product.attribute strong,
.modal-popup.quick-view .product.attribute strong {
  font-weight: 600; }
.catalog-product-view .product.attribute .value,
.modal-popup.quick-view .product.attribute .value {
  display: inline-block; }
.catalog-product-view .product.attribute.overview,
.modal-popup.quick-view .product.attribute.overview {
  margin-bottom: 20px; }
.catalog-product-view .product.media,
.modal-popup.quick-view .product.media {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1354px) {
    .catalog-product-view .product.media,
    .modal-popup.quick-view .product.media {
      padding-left: 25px;
      padding-right: 25px; } }
  .catalog-product-view .product.media .action-skip-wrapper,
  .modal-popup.quick-view .product.media .action-skip-wrapper {
    display: none; }
.catalog-product-view .product .label-position-placeholder,
.modal-popup.quick-view .product .label-position-placeholder {
  position: relative; }
.catalog-product-view .product.info,
.modal-popup.quick-view .product.info {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 35px 0 30px;
  background: #FFF; }
  @media (min-width: 1354px) {
    .catalog-product-view .product.info,
    .modal-popup.quick-view .product.info {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 768px) {
    .catalog-product-view .product.info,
    .modal-popup.quick-view .product.info {
      padding-bottom: 30px;
      margin: 95px 0 90px;
      border-bottom: 1px solid #eae9e9; } }
  .catalog-product-view .product.info .content[role="tabpanel"],
  .modal-popup.quick-view .product.info .content[role="tabpanel"] {
    background: #FFF; }
.catalog-product-view .fotorama__nav__frame,
.modal-popup.quick-view .fotorama__nav__frame {
  opacity: 0.5;
  transition: all 0.3s ease; }
  .catalog-product-view .fotorama__nav__frame:hover, .catalog-product-view .fotorama__nav__frame.fotorama__active,
  .modal-popup.quick-view .fotorama__nav__frame:hover,
  .modal-popup.quick-view .fotorama__nav__frame.fotorama__active {
    opacity: 1; }
.catalog-product-view .data.items,
.modal-popup.quick-view .data.items {
  position: relative; }
  .catalog-product-view .data.items:before, .catalog-product-view .data.items:after,
  .modal-popup.quick-view .data.items:before,
  .modal-popup.quick-view .data.items:after {
    display: table;
    content: "";
    line-height: 0; }
  .catalog-product-view .data.items:after,
  .modal-popup.quick-view .data.items:after {
    clear: both; }
  .catalog-product-view .data.items .title,
  .modal-popup.quick-view .data.items .title {
    display: block;
    font-weight: 600;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .title,
      .modal-popup.quick-view .data.items .title {
        margin: 0 35px 0 0;
        padding: 0; } }
    @media (max-width: 767px) {
      .catalog-product-view .data.items .title,
      .modal-popup.quick-view .data.items .title {
        border-bottom: 1px solid #eae9e9;
        padding-bottom: 10px;
        margin-bottom: 10px; } }
    .catalog-product-view .data.items .title.active a,
    .modal-popup.quick-view .data.items .title.active a {
      cursor: default; }
    .catalog-product-view .data.items .title:before,
    .modal-popup.quick-view .data.items .title:before {
      top: 0;
      right: 7px; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items .title:before,
        .modal-popup.quick-view .data.items .title:before {
          display: none; } }
  .catalog-product-view .data.items .block-title,
  .modal-popup.quick-view .data.items .block-title {
    margin: 0; }
    .catalog-product-view .data.items .block-title strong,
    .modal-popup.quick-view .data.items .block-title strong {
      font-size: 26px;
      margin: 0; }
  .catalog-product-view .data.items .content,
  .modal-popup.quick-view .data.items .content {
    padding: 10px 0 0; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .content,
      .modal-popup.quick-view .data.items .content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        padding: 35px 0 0;
        display: none;
        border-top: 1px solid #eae9e9;
        margin-top: 58px; } }
    .catalog-product-view .data.items .content.active,
    .modal-popup.quick-view .data.items .content.active {
      display: block; }
    .catalog-product-view .data.items .content[role="tabpanel"],
    .modal-popup.quick-view .data.items .content[role="tabpanel"] {
      display: block; }
    .catalog-product-view .data.items .content .table-caption,
    .modal-popup.quick-view .data.items .content .table-caption {
      display: none;
      text-align: left; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items .content .table-caption,
        .modal-popup.quick-view .data.items .content .table-caption {
          display: none; } }
  @media (min-width: 768px) {
    .catalog-product-view .data.items table.table td, .catalog-product-view .data.items table.table th,
    .modal-popup.quick-view .data.items table.table td,
    .modal-popup.quick-view .data.items table.table th {
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 50px;
      font-size: 16px;
      border-bottom: 0; }
    .catalog-product-view .data.items table.table .label,
    .modal-popup.quick-view .data.items table.table .label {
      border-right: 1px solid #eae9e9;
      max-width: 68px; }
    .catalog-product-view .data.items table.table .data,
    .modal-popup.quick-view .data.items table.table .data {
      padding-left: 45px; }
    .catalog-product-view .data.items .table-caption,
    .modal-popup.quick-view .data.items .table-caption {
      display: none; }
    .catalog-product-view .data.items .title,
    .modal-popup.quick-view .data.items .title {
      display: inline-block; } }
  @media (max-width: 768px) {
    .catalog-product-view .data.items .col,
    .modal-popup.quick-view .data.items .col {
      border: 0;
      padding: 0;
      width: auto; }
      .catalog-product-view .data.items .col.data,
      .modal-popup.quick-view .data.items .col.data {
        border: 0;
        line-height: 18px; }
        .catalog-product-view .data.items .col.data:before,
        .modal-popup.quick-view .data.items .col.data:before {
          display: inline-block;
          border: 0;
          margin-right: 4px;
          font-weight: normal; } }
.catalog-product-view .social-sharing,
.modal-popup.quick-view .social-sharing {
  margin-top: 30px; }
  .catalog-product-view .social-sharing > div,
  .modal-popup.quick-view .social-sharing > div {
    display: inline-block; }
.catalog-product-view .imagezoom:before, .catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:before,
.modal-popup.quick-view .imagezoom:after {
  display: table;
  content: "";
  line-height: 0; }
.catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:after {
  clear: both; }
.catalog-product-view .imagezoom .main-image-placeholder,
.modal-popup.quick-view .imagezoom .main-image-placeholder {
  margin-bottom: 25px; }
.catalog-product-view .imagezoom .gallery-placeholder,
.modal-popup.quick-view .imagezoom .gallery-placeholder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px; }
  .catalog-product-view .imagezoom .gallery-placeholder a,
  .modal-popup.quick-view .imagezoom .gallery-placeholder a {
    margin: 5px 1%;
    border: 0; }
.catalog-product-view .imagezoom .zoomWrapper,
.modal-popup.quick-view .imagezoom .zoomWrapper {
  max-width: 100%; }
.catalog-product-view .smart-labels .main-labels,
.modal-popup.quick-view .smart-labels .main-labels {
  margin-top: -10px;
  max-width: 80px; }
.catalog-product-view .smart-labels .smart-label,
.modal-popup.quick-view .smart-labels .smart-label {
  z-index: 1 !important; }
.catalog-product-view .gallery-placeholder,
.modal-popup.quick-view .gallery-placeholder {
  position: relative; }
  .catalog-product-view .gallery-placeholder .magnifier-preview,
  .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
    background: #fff;
    border: 1px solid;
    z-index: 1;
    left: 105% !important;
    top: 0 !important; }
  @media (max-width: 767px) {
    .catalog-product-view .gallery-placeholder .magnifier-preview,
    .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
      display: none !important;
      z-index: -1 !important; }
    .catalog-product-view .gallery-placeholder .magnify-lens,
    .modal-popup.quick-view .gallery-placeholder .magnify-lens {
      display: none !important;
      z-index: -1 !important; } }

.product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
  left: 50% !important;
  top: 50% !important; }

.modal-popup.quick-view .modal-header,
.modal-popup.quick-view .modal-content {
  text-align: left; }
.modal-popup.quick-view .modal-content {
  padding-left: 0;
  padding-right: 0; }
.modal-popup.quick-view .modal-footer {
  display: none; }
.modal-popup.quick-view .modal-inner-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }
.modal-popup.quick-view .modal-content > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .modal-popup.quick-view .modal-content > div .product-info-main {
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    max-width: 52%; }
  .modal-popup.quick-view .modal-content > div .product.media {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; }
.modal-popup.quick-view .page-title-wrapper.product .container, .modal-popup.quick-view .page-title-wrapper.product .page-print.sales-order-print #maincontent, .page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper.product #maincontent {
  padding: 0; }
.modal-popup.quick-view .page-title-wrapper.product .page-title {
  text-align: left; }
.modal-popup.quick-view .product.info.detailed {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0; }
.modal-popup.quick-view .action-close {
  display: block; }
.modal-popup.quick-view .smart-labels .smart-label {
  display: inline-block;
  position: absolute;
  overflow: hidden; }

#fancybox-img {
  background-color: #fff; }

@media (min-width: 768px) {
  .catalog-product-view .layout_1 .product-info-main {
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    max-width: 52%; }
  .catalog-product-view .layout_1 .product.media {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; }
  .catalog-product-view .layout_2 .product-info-main {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    max-width: 36%; }
  .catalog-product-view .layout_2 .product.media {
    -webkit-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    max-width: 64%; }
  .catalog-product-view .layout_2 .box-tocart .primary {
    min-width: 210px; }
  .catalog-product-view .layout_3 .product.media {
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .catalog-product-view .layout_3 .product.media {
      max-width: 810px; } }
@media (min-width: 768px) {
  .catalog-product-view .layout_3 .product-info-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 810px;
    text-align: center;
    padding-top: 75px; }
  .catalog-product-view .layout_3 .product-options-wrapper .swatch-option.color {
    float: none;
    display: inline-block; }
  .catalog-product-view .layout_3 .product-options-wrapper .field {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .catalog-product-view .layout_3 .product-options-wrapper .label {
    text-align: left; }
  .catalog-product-view .layout_3 .box-tocart #qty {
    min-width: 210px; }
  .catalog-product-view .layout_3 .box-tocart .qty {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0; }
    .catalog-product-view .layout_3 .box-tocart .qty .label {
      -webkit-flex-basis: 8%;
      -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
      max-width: 8%;
      margin-right: 0;
      text-align: left; }
  .catalog-product-view .layout_3 .box-tocart .actions {
    display: block; }
    .catalog-product-view .layout_3 .box-tocart .actions .primary {
      margin-right: 0; }
  .catalog-product-view .layout_3 .box-tocart .product-social-links {
    padding-top: 35px; }
  .catalog-product-view .layout_3 .page-title,
  .catalog-product-view .layout_3 .data.items {
    text-align: center; }
  .catalog-product-view .layout_3 .data.items .title {
    margin: 0 17px; }
  .catalog-product-view .layout_3 .data.items .content {
    text-align: left; }
  .catalog-product-view .layout_3 .product-options-wrapper .swatch-attribute {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (min-width: 992px) {
  .catalog-product-view .box-tocart .fieldset {
    display: block; } }
.form.friend .legend {
  display: block;
  margin-bottom: 25px; }
.form.friend fieldset {
  padding-bottom: 40px; }
  .form.friend fieldset:last-child {
    padding-bottom: 0; }

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1rem 0; }
body.catalog-product-compare-index .table-caption {
  display: none; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }
  .table-wrapper.comparison .table-comparison > tbody > tr {
    border-right: 1px solid #dadada; }
    .table-wrapper.comparison .table-comparison > tbody > tr > th,
    .table-wrapper.comparison .table-comparison > tbody > tr > td {
      border-top: 0; }
  @media (max-width: 768px) {
    .table-wrapper.comparison td {
      border-bottom: 0;
      display: table-cell;
      padding: 0; }
      .table-wrapper.comparison td.product:before {
        display: none; } }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .cell.label.remove,
  .table-comparison .cell.label.product {
    border-bottom: none; }
    .table-comparison .cell.label.remove span,
    .table-comparison .cell.label.product span {
      display: none; }
  .table-comparison .cell {
    width: 180px;
    padding: 1rem; }
    .table-comparison .cell .attibute.value {
      width: 100%;
      overflow: hidden; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #dadada; }
    .table-comparison .cell.label {
      width: 80px; }
      .table-comparison .cell.label .attribute.label {
        display: block;
        width: 100%;
        word-wrap: break-word; }
    .table-comparison .cell.attribute img {
      max-width: 100%;
      height: auto; }
    .table-comparison .cell.remove {
      padding-top: 0;
      padding-bottom: 0;
      text-align: right; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 0.25rem 0; }
  .table-comparison .product-addto-links {
    margin-top: 1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .action.tocart {
    white-space: nowrap; }
  .table-comparison .product-reviews-summary {
    margin-bottom: 10px; }
    .table-comparison .product-reviews-summary .rating-summary {
      max-width: 100px;
      margin: 0 auto; }
      .table-comparison .product-reviews-summary .rating-summary .label {
        display: none; }
  .table-comparison .product-item-name {
    font-weight: normal;
    font-size: 16px;
    display: block;
    margin-bottom: 5px; }
  .table-comparison .price-box {
    margin-bottom: 20px; }
  .table-comparison .action.towishlist {
    padding: 0;
    border: 0;
    font-size: 22px;
    margin-top: 10px; }
    .table-comparison .action.towishlist:hover {
      background: none; }

.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  display: none; }

.block-compare .product-items {
  margin-bottom: 30px; }
.block-compare .product-item-name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-right: 20px; }
  @media (max-width: 1199px) {
    .block-compare .product-item-name {
      font-size: 14px; } }
.block-compare .product-item {
  position: relative;
  margin-bottom: 1rem; }
.block-compare .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 12px; }
.block-compare .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .block-compare .actions-toolbar .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  @media (max-width: 1200px) {
    .block-compare .actions-toolbar {
      display: block;
      margin: 0; }
      .block-compare .actions-toolbar .action {
        margin: 0 0 10px; } }

.grid-left-fixed .block-compare .actions-toolbar {
  display: block;
  margin: 0; }
  .grid-left-fixed .block-compare .actions-toolbar .action {
    margin: 0 0 10px; }

.category-image {
  margin: 0 auto 40px; }

.category-description {
  margin-bottom: 40px; }

.products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  @media (min-width: 1354px) {
    .products-grid .product-items {
      margin-left: -25px;
      margin-right: -25px; } }
  @media (min-width: 480px) {
    .products-grid .product-items:not(.owl-carousel):before, .products-grid .product-items:not(.owl-carousel):after {
      content: "";
      position: absolute;
      height: 100%;
      background: #FFF;
      top: 0;
      width: 15px; }
    .products-grid .product-items:not(.owl-carousel) .product-item {
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid #eae9e9; }
    .products-grid .product-items:after {
      left: 0; }
    .products-grid .product-items:after {
      right: 0; } }
.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1354px) {
    .products-grid .product-item {
      padding-left: 25px;
      padding-right: 25px; } }
.products-grid .product-item-info {
  position: relative; }
.products-grid .product-item-name {
  font-weight: normal;
  display: block;
  margin-bottom: 15px; }
.products-grid .product-item-photo {
  display: block;
  margin-bottom: 30px;
  position: relative; }
.products-grid .product-image-container {
  display: inline-block;
  max-width: 100%; }
.products-grid .product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
.products-grid .product-image-photo {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%; }
.products-grid .product-item-description {
  margin-bottom: 25px; }
.products-grid .product-reviews-summary {
  margin: 0 0 -5px;
  padding-top: 18px; }
  .products-grid .product-reviews-summary.empty .reviews-actions {
    padding-left: 0; }
  .products-grid .product-reviews-summary.empty a {
    font-size: 12px; }
.products-grid .reviews-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .products-grid .reviews-actions .action.add {
    line-height: inherit;
    font-size: 0; }
    .products-grid .reviews-actions .action.add:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .products-grid .reviews-actions .action.add:before {
      font-size: 16px; }
.products-grid .price-box {
  margin-bottom: 8px; }
.products-grid .special-price {
  display: block; }
.products-grid .old-price {
  display: block; }
.products-grid .price-from {
  margin-bottom: 0; }
.products-grid .price-to {
  margin-bottom: 0; }
.products-grid .product-item-actions {
  display: block;
  margin: 0; }
  .products-grid .product-item-actions > div {
    margin: 0; }
  .products-grid .product-item-actions .actions-primary {
    margin-bottom: .25rem; }
.products-grid .product-item-actions .actions-primary ~ .actions-secondary {
  padding-top: 23px; }

@media (max-width: 479px) {
  .products-grid .product-items > .product-item {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .products-grid .product-items > .product-item:last-child {
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0; } }
@media (min-width: 480px) {
  .products-grid .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    max-width: 50%; }

  .products-grid + .toolbar-bottom .toolbar-products {
    margin-top: -31px; } }
@media (min-width: 992px) {
  .products-grid .product-item {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%; }
  .products-grid .product-items:not(.owl-carousel) .product-item {
    padding-bottom: 49px;
    margin-bottom: 50px; }
  .products-grid.layout_2 .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center; }
  .products-grid.layout_3 .product-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .products-grid + .toolbar-bottom .toolbar-products {
    margin-top: -51px; } }
@media (min-width: 1200px) {
  .product-item-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -0.25rem; }
    .product-item-actions > div {
      margin: 0 0.25rem 0.25rem; } }
.products-list .item.product-item {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 50px;
  padding-bottom: 50px; }
  .products-list .item.product-item:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
.products-list .product-item-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1354px) {
    .products-list .product-item-info {
      margin-left: -25px;
      margin-right: -25px; } }
.products-list .product-item-photo {
  position: relative; }
.products-list .photo.product-item-photo {
  display: block; }
.products-list .product-item-photo-wrap {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 1rem; }
  @media (min-width: 1354px) {
    .products-list .product-item-photo-wrap {
      padding-left: 25px;
      padding-right: 25px; } }
.products-list .product-item-details {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
  @media (min-width: 1354px) {
    .products-list .product-item-details {
      padding-left: 25px;
      padding-right: 25px; } }
.products-list .price-container {
  margin-bottom: 8px; }
.products-list .product-item-name {
  display: block;
  font-weight: normal;
  margin-bottom: 10px; }
.products-list .product-item-description {
  line-height: 21px;
  font-size: 12px;
  margin-bottom: 18px; }
  .products-list .product-item-description .more {
    display: none; }
.products-list .product-item-actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px; }
  .products-list .product-item-actions .actions-primary {
    padding-right: 25px; }
.products-list .product-reviews-summary {
  padding-top: 19px; }
  .products-list .product-reviews-summary .add {
    display: none; }
.products-list div[class^="swatch-opt-"] {
  margin-bottom: 15px; }
.products-list .smart-labels .main-labels {
  display: none !important; }

@media (min-width: 480px) {
  .products-list .product-item-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .products-list .product-item-photo-wrap {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 0; }
  .products-list .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
@media (min-width: 480px) and (max-width: 991px) {
  .products-list .product-item-photo-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }
@media (max-width: 1199px) {
  .products-list .actions-secondary {
    padding-top: 20px; } }
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute;
  display: none; }
.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
  display: none; }

.fotorama-item .fotorama__stage {
  margin-bottom: 1rem; }

.block.related {
  margin-bottom: 75px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 60px; }
  .block.related .field.related + .product-reviews-summary {
    margin-top: 18px; }
  .block.related .field.related + .product-item-actions {
    padding-top: 18px; }
  .block.related .field.related .label {
    padding: 0;
    font-size: 14px; }
    .block.related .field.related .label:before {
      font-size: 20px;
      margin-right: 5px;
      float: left; }
  @media (max-width: 1199px) {
    .block.related {
      margin-bottom: 35px;
      padding-bottom: 30px; } }
  .block.related .owl-controls.clickable {
    top: -65px; }
  .block.related:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.block.upsell,
.block.related,
.block.crosssell {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 1354px) {
    .block.upsell,
    .block.related,
    .block.crosssell {
      padding-left: 25px;
      padding-right: 25px; } }
  .block.upsell .block-actions button.action.select:hover,
  .block.related .block-actions button.action.select:hover,
  .block.crosssell .block-actions button.action.select:hover {
    text-decoration: underline; }
  .block.upsell .block-title,
  .block.related .block-title,
  .block.crosssell .block-title {
    line-height: normal;
    padding-right: 90px; }
    @media (min-width: 768px) {
      .block.upsell .block-title,
      .block.related .block-title,
      .block.crosssell .block-title {
        text-align: center;
        font-size: 35px;
        padding: 0; } }
  .block.upsell .block-actions,
  .block.related .block-actions,
  .block.crosssell .block-actions {
    display: none; }
    @media (min-width: 768px) {
      .block.upsell .block-actions,
      .block.related .block-actions,
      .block.crosssell .block-actions {
        text-align: center;
        font-size: 12px; } }
  .block.upsell .products-grid,
  .block.related .products-grid,
  .block.crosssell .products-grid {
    padding: 0; }
    .block.upsell .products-grid .product-items,
    .block.related .products-grid .product-items,
    .block.crosssell .products-grid .product-items {
      padding: 0; }
    .block.upsell .products-grid .product-item,
    .block.related .products-grid .product-item,
    .block.crosssell .products-grid .product-item {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-top: 0;
      border: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
    .block.upsell .products-grid .product-reviews-summary,
    .block.related .products-grid .product-reviews-summary,
    .block.crosssell .products-grid .product-reviews-summary {
      padding-top: 0; }
  .block.upsell .owl-controls .owl-prev,
  .block.upsell .owl-controls .owl-next,
  .block.related .owl-controls .owl-prev,
  .block.related .owl-controls .owl-next,
  .block.crosssell .owl-controls .owl-prev,
  .block.crosssell .owl-controls .owl-next {
    padding: 0;
    margin-left: 20px; }
    .block.upsell .owl-controls .owl-prev::before, .block.upsell .owl-controls .owl-prev::before,
    .block.upsell .owl-controls .owl-next::before,
    .block.upsell .owl-controls .owl-next::before,
    .block.related .owl-controls .owl-prev::before,
    .block.related .owl-controls .owl-prev::before,
    .block.related .owl-controls .owl-next::before,
    .block.related .owl-controls .owl-next::before,
    .block.crosssell .owl-controls .owl-prev::before,
    .block.crosssell .owl-controls .owl-prev::before,
    .block.crosssell .owl-controls .owl-next::before,
    .block.crosssell .owl-controls .owl-next::before {
      font-family: "Linearicons";
      font-size: 22px;
      color: inherit;
      vertical-align: middle; }
  .block.upsell .owl-controls .owl-prev:before,
  .block.related .owl-controls .owl-prev:before,
  .block.crosssell .owl-controls .owl-prev:before {
    content: "\e93b"; }
  .block.upsell .owl-controls .owl-next:before,
  .block.related .owl-controls .owl-next:before,
  .block.crosssell .owl-controls .owl-next:before {
    content: "\e93c"; }

.block.upsell .owl-controls,
.block.crosssell .owl-controls {
  top: -70px; }
  @media (max-width: 768px) {
    .block.upsell .owl-controls,
    .block.crosssell .owl-controls {
      top: -81px; } }

.block.crosssell {
  margin-top: 50px; }
  .block.crosssell .products-grid .product-reviews-summary {
    padding-top: 25px; }
  @media (max-width: 768px) {
    .block.crosssell .owl-controls {
      top: -56px; } }

.product-options-wrapper .fieldset > br {
  display: none; }
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.towishlist,
.tocompare {
  position: relative; }
  .towishlist span,
  .tocompare span {
    display: none; }

.product-social-links .mailto {
  padding: 0 0.5rem;
  line-height: inherit; }
  .product-social-links .mailto:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.action.tocompare,
.action.towishlist {
  font-weight: normal !important; }

.towishlist:before {
  font-family: "Linearicons";
  content: "\e68c";
  text-indent: 1px; }

.tocompare:before {
  font-family: "Linearicons";
  content: "\e839"; }

.filter-current--wrapper {
  margin-bottom: 35px;
  background: #f6f6f6;
  padding: 20px 10px 20px 25px; }
  @media (min-width: 1354px) {
    .filter-current--wrapper {
      padding: 22px 10px 25px 30px; } }
  .filter-current--wrapper .item {
    margin-bottom: 3px; }
  .filter-current--wrapper .filter-actions .action {
    text-decoration: underline; }

.filter-content .filter-subtitle {
  display: none; }

.filter-current.active .filter-current-subtitle {
  margin-bottom: 0; }
.filter-current.active .items {
  display: none; }
.filter-current .items {
  display: block; }
.filter-current .filter-label:after {
  content: ':';
  padding: 0 2px 0 4px; }
.filter-current .remove {
  line-height: inherit; }
  .filter-current .remove:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .filter-current .remove:before {
    vertical-align: sub; }
  .filter-current .remove span {
    display: none; }
.filter-current[role="tablist"] [role="tab"] {
  line-height: inherit; }
  .filter-current[role="tablist"] [role="tab"]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .filter-current[role="tablist"] [role="tab"][aria-expanded="true"] {
    line-height: inherit; }
    .filter-current[role="tablist"] [role="tab"][aria-expanded="true"]:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }

.filter-options-title {
  line-height: inherit;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 14px !important;
  letter-spacing: 0.02em; }
  .filter-options-title:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
  .filter-options-title::before {
    position: absolute;
    font-size: 12px !important;
    top: -2px !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    .filter-options-title {
      font-size: 14px;
      width: 100%;
      word-wrap: break-word; } }

.sidebar .price-slider .slider-fields .slider-input {
  margin-top: 8px; }
.sidebar .price-slider .slider-fields label span {
  font-weight: bold;
  text-transform: capitalize; }
.sidebar .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -10px;
  margin-top: -5px;
  transition: all 0.0s ease; }
  .sidebar .price-slider .ui-slider-handle:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FFF; }
.sidebar .price-slider .ui-slider-range {
  position: absolute;
  height: 100%; }

.filter-options-content .item {
  margin-bottom: 13px;
  line-height: 20px; }
  .filter-options-content .item:before, .filter-options-content .item:after {
    display: table;
    content: "";
    line-height: 0; }
  .filter-options-content .item:after {
    clear: both; }
  .filter-options-content .item:last-child {
    margin-bottom: 0; }
  .filter-options-content .item a {
    text-transform: capitalize; }
    .filter-options-content .item a:before, .filter-options-content .item a:after {
      display: table;
      content: "";
      line-height: 0; }
    .filter-options-content .item a:after {
      clear: both; }
.filter-options-content .count {
  float: right;
  opacity: 0.5; }
.filter-options-content .item-label {
  float: left;
  max-width: 150px; }
.filter-options-content .ui-slider-horizontal {
  margin-bottom: 10px; }
.filter-options-content .slider-input {
  margin-bottom: 10px; }
  .filter-options-content .slider-input span {
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize; }
  .filter-options-content .slider-input input {
    padding: 8px 15px; }
.filter-options-content .slider-button {
  padding-bottom: 8px; }
.filter-options-content .price-slider .slider-fields a.action {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-top: 8px; }
  .filter-options-content .price-slider .slider-fields a.action:hover {
    color: #FFF; }
  .filter-options-content .price-slider .slider-fields a.action span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .filter-options-content .price-slider .slider-fields a.action {
      font-size: 12px; } }

[role="tablist"] .filter-options-content[role="tabpanel"] {
  margin-bottom: 23px; }

.filter-options-item {
  margin-bottom: 12px; }
  .filter-options-item:before, .filter-options-item:after {
    display: table;
    content: "";
    line-height: 0; }
  .filter-options-item:after {
    clear: both; }
  .filter-options-item:last-child {
    margin-bottom: 0; }
    .filter-options-item:last-child .filter-options-content {
      margin-bottom: 0; }

@media (max-width: 767px) {
  #layered-filter-block {
    margin: 0; }

  .action.filter-toggle {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: absolute;
    right: 0; }
    .action.filter-toggle:hover {
      color: #FFF; }
    .action.filter-toggle span {
      vertical-align: sub; } }
  @media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .action.filter-toggle {
      font-size: 12px; } }

@media (max-width: 767px) {
  .modal-slide {
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transform: translateX(100%);
    transition-property: transform, visibility; }
    .modal-slide._show {
      transform: translate(0, 0); }
      .modal-slide._show .action-close {
        display: block; } }
@media (max-width: 479px) {
  .action.filter-toggle {
    position: relative;
    width: 202px;
    margin-bottom: 15px; } }
.form-login .actions-toolbar {
  flex-direction: row-reverse; }

.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset {
  margin-bottom: 2rem; }
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
  flex-direction: row-reverse; }

body.account .page-title {
  padding-bottom: 43px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 65px; }
body.account .block-title {
  position: relative;
  margin-bottom: 47px; }
  body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0; }
body.account .box address {
  margin-bottom: 1rem; }

.block-dashboard-info,
.block-dashboard-addresses {
  margin-bottom: 40px; }
  .block-dashboard-info .block-title,
  .block-dashboard-addresses .block-title {
    margin-bottom: 50px;
    font-size: 26px; }

.account .legend {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative; }

.order-items {
  margin-bottom: 30px; }

.account-nav .item {
  margin-bottom: 1px; }
  .account-nav .item:last-child {
    margin-bottom: 0; }
  .account-nav .item.current strong {
    font-weight: normal; }

.login-container .field.note {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  padding-bottom: 2em; }
@media (min-width: 992px) {
  .login-container .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .login-container .label {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; }
  .login-container .control {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%; } }
.login-container .block-customer-login {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 30px;
  margin-bottom: 50px; }
.login-container .block__title {
  margin-bottom: 25px; }
.login-container .block-social-login {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 25px; }
  .login-container .block-social-login ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 1354px) {
      .login-container .block-social-login ul {
        margin-left: -25px;
        margin-right: -25px; } }
    .login-container .block-social-login ul li {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
      @media (min-width: 1354px) {
        .login-container .block-social-login ul li {
          padding-left: 25px;
          padding-right: 25px; } }
      @media (max-width: 767px) {
        .login-container .block-social-login ul li {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%; } }
      .login-container .block-social-login ul li a {
        width: 100%; }
.login-container .tooltip.wrapper {
  position: relative; }
  .login-container .tooltip.wrapper .tooltip.content {
    position: absolute;
    width: 250px;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    padding: 15px;
    font-size: 13px;
    display: none; }
  .login-container .tooltip.wrapper:hover .tooltip.content {
    display: block; }

.form.password.forget {
  max-width: 905px;
  margin: 0 auto; }
  .form.password.forget .field.note {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 2em;
    padding-bottom: 2em; }

.popup-authentication .modal-inner-wrap {
  max-width: 900px;
  width: 98%; }
  .popup-authentication .modal-inner-wrap .action-close {
    display: block; }
  .popup-authentication .modal-inner-wrap .block__content {
    text-align: left; }
    .popup-authentication .modal-inner-wrap .block__content > p {
      color: #000; }
    .popup-authentication .modal-inner-wrap .block__content ul {
      margin-bottom: 20px; }
  .popup-authentication .modal-inner-wrap .block-customer-login {
    border-top: 1px solid #eae9e9;
    padding-top: 30px; }
  .popup-authentication .modal-inner-wrap .form-login {
    text-align: left; }
  .popup-authentication .modal-inner-wrap .block__title {
    font-size: 1.17rem;
    color: #000;
    margin-bottom: 15px; }

.block-search .block-title {
  display: none; }

#search_mini_form {
  background: none; }
  #search_mini_form .label {
    display: none; }
  #search_mini_form .nested {
    display: none; }

.rd-navbar-static .rd-navbar-search {
  display: block; }
  .rd-navbar-static .rd-navbar-search form {
    position: relative; }

.catalogsearch-advanced-index .page-title {
  text-align: left; }
  @media (min-width: 992px) {
    .catalogsearch-advanced-index .page-title {
      -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      margin-left: calc(16.66667% + 8px); } }
  .catalogsearch-advanced-index .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }

.search.advanced legend.legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%;
  font-weight: 400; }
.search.advanced fieldset.fieldset > .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .search.advanced fieldset.fieldset > .field > .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0; }
    .search.advanced fieldset.fieldset > .field > .label:after {
      content: ':'; }
    @media (min-width: 992px) {
      .search.advanced fieldset.fieldset > .field > .label {
        -webkit-flex-basis: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        max-width: 130px; } }
  .search.advanced fieldset.fieldset > .field > .control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .search.advanced fieldset.fieldset > .field > .control {
        -webkit-flex-basis: calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px); } }
.search.advanced .price .range.price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .search.advanced .price .range.price > .field {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; }
  .search.advanced .price .range.price .addafter {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    line-height: 38px;
    margin-right: 0; }
    @media (max-width: 767px) {
      .search.advanced .price .range.price .addafter {
        left: auto;
        right: 0; } }
  .search.advanced .price .range.price .separator {
    line-height: 28px;
    padding: 7px 0;
    margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .search.advanced .price .range.price .addon {
      padding-right: 45px; } }
.search.advanced .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9; }
  .search.advanced .actions-toolbar .action.search span {
    line-height: inherit; }
    .search.advanced .actions-toolbar .action.search span:before {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .search.advanced .actions-toolbar .action.search span:before {
      font-size: 22px;
      line-height: inherit;
      vertical-align: text-top;
      padding-right: 6px; }

.search-terms ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .search-terms ul li {
    margin: 0 5px 5px 0;
    border: 1px solid #eae9e9; }
  .search-terms ul a {
    padding: 5px; }
    .search-terms ul a:hover {
      background: #ffffff; }

.minicart-wrapper .showcart span[class=""] {
  line-height: inherit; }
  .minicart-wrapper .showcart span[class=""]:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.page-title-top {
  font-size: 20px;
  margin-bottom: 20px; }
  .page-title-top .base {
    font-weight: normal; }

.rd-navbar-cart {
  display: none;
  text-align: left;
  background: #FFF;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09); }
  .rd-navbar-cart .block-minicart.empty {
    height: auto; }
  .rd-navbar-cart .block-minicart .empty {
    font-size: 14px;
    display: block;
    text-align: center; }
  .rd-navbar-cart .block-title,
  .rd-navbar-cart button.close {
    display: none; }
  .rd-navbar-cart #minicart-content-wrapper {
    overflow: hidden;
    padding: 45px; }
    @media (max-width: 767px) {
      .rd-navbar-cart #minicart-content-wrapper {
        padding: 25px 30px; } }
  .rd-navbar-cart .block-content {
    position: static; }
    .rd-navbar-cart .block-content .items-total {
      font-size: 18px;
      color: #000; }
    .rd-navbar-cart .block-content > .actions {
      position: relative;
      padding: 25px 0 0; }
      .rd-navbar-cart .block-content > .actions .primary {
        margin-bottom: 20px;
        text-align: center; }
        .rd-navbar-cart .block-content > .actions .primary button,
        .rd-navbar-cart .block-content > .actions .primary a {
          display: block;
          width: 100%;
          text-align: center; }
        .rd-navbar-cart .block-content > .actions .primary > div div {
          margin-bottom: 10px; }
          .rd-navbar-cart .block-content > .actions .primary > div div:last-child {
            margin-bottom: 0; }
      .rd-navbar-cart .block-content > .actions .secondary {
        width: 100%;
        text-align: center; }
        .rd-navbar-cart .block-content > .actions .secondary .primary {
          margin: 0;
          padding: 0;
          background: none;
          border: 0;
          font-weight: normal;
          text-transform: capitalize; }
  .rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  .rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0; }
    .rd-navbar-cart-items::-webkit-scrollbar {
      width: 4px; }
    .rd-navbar-cart-items::-webkit-scrollbar-thumb {
      background: #888888; }
  .rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%; }
  .rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0; }
    .rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
      position: relative;
      display: table-cell; }
    .rd-navbar-cart .rd-navbar-cart-item__left {
      padding: 0 16px; }
      .rd-navbar-cart .rd-navbar-cart-item__left img {
        max-width: none; }
    .rd-navbar-cart .rd-navbar-cart-item__body {
      vertical-align: middle;
      width: 100%; }
    .rd-navbar-cart .rd-navbar-cart-item__title {
      font-size: 16px;
      line-height: 26px;
      color: #FFF; }
    .rd-navbar-cart .rd-navbar-cart-item__counter {
      font-size: 14px;
      line-height: 1.3; }
    .rd-navbar-cart .rd-navbar-cart-item__remove {
      vertical-align: middle;
      width: 56px;
      font-size: 24px;
      padding: 0 16px; }
    .rd-navbar-cart .rd-navbar-cart-item:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 88px;
      display: block;
      height: 1px;
      background: rgba(136, 136, 136, 0.2); }

@media (min-width: 768px) {
  .rd-navbar-cart-wrap {
    position: relative;
    float: right;
    padding: 2px 31px 4px;
    border-left: 1px solid #eae9e9;
    height: 40px; }

  .rd-navbar-cart-floating {
    display: block; }

  .rd-navbar-cart {
    display: block;
    position: absolute;
    width: 430px;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 19;
    transition: 0.3s ease; }

  .minicart-wrapper.active .rd-navbar-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }

  #top-cart-btn-checkout {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: 0.3s ease; }
    #top-cart-btn-checkout:before {
      font-weight: 400;
      font-size: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; } }
.layout_2 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-left: 0; }

.layout_3 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-left: 0; }

.layout_5 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-right: 0; }

.block-minicart .block-content {
  position: relative; }
.block-minicart .action.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  background: none; }
.block-minicart .price {
  font-size: 20px; }
.block-minicart .subtotal {
  text-align: right; }
  .block-minicart .subtotal .label {
    font-size: 20px;
    display: block;
    margin-bottom: 10px; }
  .block-minicart .subtotal .price {
    font-size: 20px; }
.block-minicart .subtitle {
  display: none; }
.block-minicart .product.actions .action {
  background: none;
  padding: 0;
  margin-left: 18px; }

.minicart-items-wrapper {
  margin: 25px 0;
  height: auto !important; }

.minicart-items .item > .product {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.minicart-items .product-item-photo {
  margin-right: 20px; }
.minicart-items .product-item-details {
  min-width: 245px; }
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: normal;
  padding-right: 90px;
  display: block;
  line-height: 21px;
  margin-bottom: 5px; }
.minicart-items .price-container {
  font-size: 18px;
  margin-bottom: 20px; }
.minicart-items .item {
  position: relative;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 28px;
  margin-bottom: 30px; }
  .minicart-items .item:last-child {
    margin-bottom: 0; }
.minicart-items .details-qty.qty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .minicart-items .details-qty.qty .label {
    margin-right: 0;
    padding: 13px 0;
    font-size: 12px;
    color: #000; }
    @media (min-width: 768px) {
      .minicart-items .details-qty.qty .label {
        -webkit-flex-basis: 18%;
        -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
        max-width: 18%; } }
  .minicart-items .details-qty.qty .cart-item-qty {
    text-align: center;
    border: 0;
    background: #f6f6f6;
    height: 50px;
    padding: 6px;
    font-size: 12px; }
    @media (min-width: 768px) {
      .minicart-items .details-qty.qty .cart-item-qty {
        -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
        max-width: 35%; } }
  .minicart-items .details-qty.qty .update-cart-item {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
    line-height: inherit;
    text-align: right; }
    .minicart-items .details-qty.qty .update-cart-item:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
    .minicart-items .details-qty.qty .update-cart-item span {
      display: none; }
.minicart-items .product.options {
  font-size: 12px; }
  .minicart-items .product.options .toggle {
    cursor: pointer;
    margin-bottom: 0; }
  .minicart-items .product.options > .content {
    margin-bottom: 0; }
  .minicart-items .product.options .list {
    padding-top: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .minicart-items .product.options .list > dt, .minicart-items .product.options .list > dd {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      font-weight: normal;
      font-style: normal;
      line-height: 20px; }
.minicart-items .product.actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1rem; }
  .minicart-items .product.actions > div {
    display: inline-block; }
.minicart-items img {
  width: 100%;
  max-width: inherit; }

@media (min-width: 768px) {
  .minicart-wrapper {
    padding: 6px 0; } }
@media (max-width: 767px) {
  .minicart-items .item > .product {
    overflow: hidden;
    display: block; }
  .minicart-items .product-item-photo {
    float: left; }
  .minicart-items .product-item-details {
    overflow: hidden; }
  .minicart-items .details-qty .label {
    margin-right: 15px; }
  .minicart-items .details-qty .cart-item-qty {
    width: 60px; }
  .minicart-items .product-item-name {
    padding-right: 0;
    padding-top: 35px; }
  .minicart-items .product.actions {
    left: 80px; } }
.checkout-cart-index .page-title span {
  z-index: 35;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }

#shopping-cart-table {
  border-collapse: collapse; }
  #shopping-cart-table a {
    font-weight: 400; }
  #shopping-cart-table .col.item .cart-column-item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1353px) {
      #shopping-cart-table .col.item .cart-column-item-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  #shopping-cart-table thead {
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9; }
    #shopping-cart-table thead th {
      font-weight: 400;
      border-bottom: none;
      padding: 14px; }
  #shopping-cart-table tr th {
    border-right: 1px solid #eae9e9;
    padding-left: 36px; }
    #shopping-cart-table tr th:last-child {
      border-right: none; }
    #shopping-cart-table tr th:first-child {
      padding-left: 0; }
    @media (max-width: 767px) {
      #shopping-cart-table tr th {
        border-right: none; } }
  #shopping-cart-table td {
    vertical-align: middle;
    min-width: 140px;
    padding: 54px 36px; }
    @media screen and (min-width: 0 \0 ) {
      #shopping-cart-table td {
        min-width: inherit; } }
    #shopping-cart-table td:first-child {
      padding-left: 0;
      padding-right: 10px; }
    @media (max-width: 1353px) {
      #shopping-cart-table td {
        padding: 20px; } }
    #shopping-cart-table td.price, #shopping-cart-table td.subtotal {
      font-size: 1rem;
      line-height: 1; }
    #shopping-cart-table td > div {
      margin: 0; }
    #shopping-cart-table td input.qty {
      text-align: center;
      margin: 0 auto; }
  @media (max-width: 767px) {
    #shopping-cart-table .cart.item .item-info {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #shopping-cart-table .cart.item .item-info td {
        border-right: none;
        padding-left: 0;
        padding-right: 0; } }
  #shopping-cart-table .cart.item td {
    border-right: 1px solid #eae9e9;
    text-align: center; }
    #shopping-cart-table .cart.item td:last-child {
      border-right: none; }
    #shopping-cart-table .cart.item td.col.item {
      text-align: left; }
      @media (max-width: 767px) {
        #shopping-cart-table .cart.item td.col.item:before {
          display: none; } }
    #shopping-cart-table .cart.item td .product-item-photo {
      padding-right: 30px; }
      @media (min-width: 1354px) {
        #shopping-cart-table .cart.item td .product-item-photo {
          -webkit-flex-basis: 40%;
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
          max-width: 40%; } }
    #shopping-cart-table .cart.item td .price {
      font-size: 24px;
      line-height: 1; }
  #shopping-cart-table .cart.item .item-control {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 25px; }
    #shopping-cart-table .cart.item .item-control > .action {
      font-size: 22px;
      line-height: 37px; }
    #shopping-cart-table .cart.item .item-control > .action span {
      display: none; }
    #shopping-cart-table .cart.item .item-control > .action-edit {
      line-height: inherit; }
      #shopping-cart-table .cart.item .item-control > .action-edit:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    #shopping-cart-table .cart.item .item-control > .action-delete {
      line-height: inherit; }
      #shopping-cart-table .cart.item .item-control > .action-delete:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
  #shopping-cart-table .cart.item .col.price,
  #shopping-cart-table .cart.item .col.subtotal {
    font-size: 24px;
    line-height: 1; }
    @media (max-width: 991px) {
      #shopping-cart-table .cart.item .col.price,
      #shopping-cart-table .cart.item .col.subtotal {
        font-size: 16px; } }
  #shopping-cart-table .cart.item .product-item-details {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%; }
    @media (max-width: 1353px) {
      #shopping-cart-table .cart.item .product-item-details {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 1353px) {
      #shopping-cart-table .cart.item .product-item-details {
        text-align: center; } }
    #shopping-cart-table .cart.item .product-item-details .product-item-name {
      font-size: 16px;
      line-height: 20px; }
    #shopping-cart-table .cart.item .product-item-details dl.item-options {
      font-size: 12px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dt {
        font-weight: 400;
        text-transform: capitalize;
        padding-right: 5px; }
        #shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
          content: ':'; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dd {
        padding-left: 0;
        text-transform: capitalize; }
  #shopping-cart-table .item-actions {
    border-top: 1px solid #eae9e9; }
  #shopping-cart-table .item-control {
    position: relative; }
    #shopping-cart-table .item-control .action-gift {
      font-size: 22px;
      line-height: 37px;
      line-height: inherit; }
      #shopping-cart-table .item-control .action-gift:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
      #shopping-cart-table .item-control .action-gift span {
        display: none; }
    #shopping-cart-table .item-control .gift-content {
      display: none;
      background: #FFF;
      border: 1px solid #eae9e9;
      padding: 0.5rem;
      text-align: left;
      min-width: 250px; }
      #shopping-cart-table .item-control .gift-content._active {
        display: block;
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0; }
    #shopping-cart-table .item-control .action-edit,
    #shopping-cart-table .item-control .action-delete {
      font-size: 1.5rem;
      line-height: 1;
      background-color: transparent; }
      #shopping-cart-table .item-control .action-edit span,
      #shopping-cart-table .item-control .action-delete span {
        display: none; }

@media screen and (min-width: 0 \0 ) {
  .cart.table-wrapper {
    overflow: auto; } }
table.cart {
  width: 100%; }
  table.cart > caption,
  table.cart .qty label {
    display: none; }
  table.cart .product-item-details,
  table.cart .product-item-photo {
    display: table-cell; }
    @media screen and (min-width: 0 \0 ) {
      table.cart .product-item-details,
      table.cart .product-item-photo {
        display: block; } }
  @media screen and (min-width: 0 \0 ) and (min-width: 1354px) {
    table.cart .product-item-details,
    table.cart .product-item-photo {
      min-width: 150px; } }

  table.cart td.price .price,
  table.cart td.subtotal .price {
    display: inline-block;
    padding: 6px 0; }

.cart-container .main.actions {
  margin: 30px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .cart-container .main.actions {
      margin-bottom: 1.5rem;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .cart-container .main.actions .action {
    background-color: transparent;
    border: none;
    padding: 5px;
    font-size: 12px;
    line-height: 22px; }
    .cart-container .main.actions .action:before {
      font-size: 22px;
      line-height: 1; }
    .cart-container .main.actions .action:hover,
    .cart-container .main.actions .action:hover span {
      transition: 0.3s ease; }
    .cart-container .main.actions .action span {
      font-weight: 400;
      text-transform: capitalize; }
    .cart-container .main.actions .action.continue {
      line-height: inherit; }
      .cart-container .main.actions .action.continue:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .cart-container .main.actions .action.clear {
      line-height: inherit;
      margin-left: 2rem;
      margin-right: auto; }
      .cart-container .main.actions .action.clear:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
      @media (max-width: 991px) {
        .cart-container .main.actions .action.clear {
          margin-left: 0; } }
    .cart-container .main.actions .action.update {
      line-height: inherit; }
      .cart-container .main.actions .action.update:before {
        content: "";
        display: inline-block;
        font-family: "Linearicons";
        font-weight: 400;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0); }
    .cart-container .main.actions .action.continue:before, .cart-container .main.actions .action.clear:before, .cart-container .main.actions .action.update:before {
      vertical-align: text-top; }

.cart-summary {
  border: 1px solid #eae9e9;
  padding: 30px; }
  .cart-summary .block.discount:not(.active) {
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 30px; }
  .cart-summary .title strong {
    font-weight: 600; }
  .cart-summary > .title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 26px;
    font-weight: 600; }
  .cart-summary [role="tablist"] [role="tabpanel"] {
    padding-bottom: 34px;
    margin-bottom: 36px;
    border-bottom: 1px solid #eae9e9; }
  .cart-summary [role="tablist"] [role="tab"] {
    margin-bottom: 21px; }
    .cart-summary [role="tablist"] [role="tab"]:before {
      content: '';
      display: none;
      opacity: 0; }
    .cart-summary [role="tablist"] [role="tab"] strong:after {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      font-size: 12px;
      line-height: 1;
      padding-left: 20px; }
  .cart-summary [role="tablist"].active [role="tab"] strong:after {
    content: '\e939'; }
  .cart-summary [role="tablist"].discount [role="tab"] {
    margin-bottom: 1em; }
  .cart-summary [role="tablist"].discount.active [role="tab"] {
    margin-bottom: 0; }
  .cart-summary #shipping-zip-form {
    margin-bottom: 11px; }
    .cart-summary #shipping-zip-form .field .label,
    .cart-summary #shipping-zip-form .field label {
      font-weight: 600; }
  .cart-summary #co-shipping-method-form .item-title {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 8px; }
  .cart-summary #co-shipping-method-form .field.choice input[type=radio] + .label:before {
    font-size: 20px;
    padding-right: 24px;
    vertical-align: text-top; }
  .cart-summary #co-shipping-method-form .label {
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400; }
  .cart-summary .checkout.methods .item {
    margin-bottom: 0.5rem; }
  .cart-summary .block {
    margin: 0; }
    .cart-summary .block .title {
      text-transform: uppercase; }
  .cart-summary #discount-coupon-form .field {
    margin-bottom: 30px; }
  .cart-summary .cart-totals caption {
    display: none; }
  .cart-summary .cart-totals th, .cart-summary .cart-totals td {
    padding-left: 0; }
  .cart-summary .legend {
    display: none; }

#cart-totals .table.totals {
  padding: 1rem 0; }
  #cart-totals .table.totals th, #cart-totals .table.totals td {
    border: none; }
  #cart-totals .table.totals th {
    font-size: 20px;
    line-height: 1; }
  #cart-totals .table.totals .mark,
  #cart-totals .table.totals .amount {
    padding: 0;
    text-align: right;
    padding-bottom: 20px; }
    #cart-totals .table.totals .mark strong,
    #cart-totals .table.totals .amount strong {
      font-weight: 400; }
  #cart-totals .table.totals .mark:after {
    content: ':'; }
  #cart-totals .table.totals .amount,
  #cart-totals .table.totals .amount strong {
    font-weight: 400; }
  #cart-totals .table.totals .shipping .value {
    font-weight: 400;
    font-size: 12px;
    vertical-align: initial; }
  @media (max-width: 767px) {
    #cart-totals .table.totals td::before {
      display: none; }
    #cart-totals .table.totals .mark {
      display: table-cell;
      text-align: left;
      font-size: 12px; }
    #cart-totals .table.totals td {
      display: table; }
    #cart-totals .table.totals .amount {
      display: table; }
    #cart-totals .table.totals .amount,
    #cart-totals .table.totals .mark {
      padding: 5px 0; } }

.items.methods,
.item-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .items.methods dt, .items.methods dd,
  .item-options dt,
  .item-options dd {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .items.methods .item,
  .item-options .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .items.methods .checkout,
  .item-options .checkout {
    width: 100%; }
  .items.methods .action.multicheckout,
  .item-options .action.multicheckout {
    background-color: transparent;
    padding: 5px 0;
    border: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: none;
    position: relative; }
    .items.methods .action.multicheckout:hover,
    .item-options .action.multicheckout:hover {
      background-color: transparent; }
    .items.methods .action.multicheckout span:after,
    .item-options .action.multicheckout span:after {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      bottom: 6px;
      height: 1px;
      width: 100%;
      transition: .3s ease; }

.cart-summary .checkout-methods-items {
  padding: 0 10px;
  display: block; }
  .cart-summary .checkout-methods-items img {
    width: 100%; }
  @media (max-width: 767px) {
    .cart-summary .checkout-methods-items {
      border-top: 1px solid #eae9e9;
      padding-top: 30px;
      margin-top: 10px; } }

.block.shipping .items.methods {
  display: block; }
  .block.shipping .items.methods .item-title,
  .block.shipping .items.methods .item-options {
    max-width: 100%;
    padding: 0; }
.block.shipping .field.note {
  font-size: 12px;
  line-height: 1;
  text-transform: none;
  font-weight: 400; }

.block.discount .apply {
  border-color: #eae9e9;
  background: #FFF; }
  .block.discount .apply:hover {
    color: #fff; }

.multicheckout.address .table-wrapper {
  margin-bottom: 40px; }
.multicheckout.address .table-caption {
  display: none; }
.multicheckout.address .title {
  text-transform: uppercase;
  margin-bottom: 25px; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 20px;
  top: 15px;
  overflow: hidden;
  display: none; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935"; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    opacity: 0.5; }
  .modal-custom .action-close span,
  .modal-popup .action-close span,
  .modal-slide .action-close span {
    display: none; }

.modals-overlay {
  z-index: 800; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem; }
    .modal-popup .modal-footer button {
      margin: 0 3px;
      background: #FFF;
      padding: 11px 19px 12px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      border: 2px solid #eae9e9;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      color: #FFF; }
      .modal-popup .modal-footer button:hover {
        color: #FFF; }
      .modal-popup .modal-footer button span {
        vertical-align: sub; }
      @media (min-width: 768px) and (max-width: 991px) {
        .modal-popup .modal-footer button {
          font-size: 12px; } }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem; }
    @media (max-width: 767px) {
      .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0; } }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #ccc;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

.modal-title {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px; }

@media (max-width: 768px -1) {
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 30px 15px;
      background-color: #fff;
      box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
      opacity: 1; }
    .custom-slide._show .modal-inner-wrap {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition-duration: .3s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: 310px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 0.5rem 0.5rem; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
@media print {
  .modal-popup {
    display: none;
    visibility: hidden;
    opacity: 0; } }
.checkout-index-index .page-title-wrapper .page-title {
  margin-bottom: 80px; }
.checkout-index-index .page-title span {
  z-index: 35;
  line-height: 1;
  font-weight: 600;
  text-transform: none; }
.checkout-index-index .step-title {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-weight: 600; }
.checkout-index-index .opc-wrapper .step-content {
  margin: 0; }
  .checkout-index-index .opc-wrapper .step-content legend {
    font-weight: 400; }
  .checkout-index-index .opc-wrapper .step-content .note {
    font-size: 10px; }
    .checkout-index-index .opc-wrapper .step-content .note::before {
      font-family: "FontAwesome";
      content: '\f0d8';
      padding-right: 5px; }
  .checkout-index-index .opc-wrapper .step-content .message {
    padding: 5px 5px 5px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #F11F17; }
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
    font-size: 12px;
    font-weight: 600; }
  @media (min-width: 1354px) {
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:before, .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:before,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
      display: table;
      content: "";
      line-height: 0; }
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
      clear: both; }
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
      float: left;
      padding-top: 1em;
      margin-right: 0; }
    .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control,
    .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control {
      margin-left: 135px; }
      .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control._with-tooltip,
      .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control._with-tooltip {
        padding-right: 50px; } }
.checkout-index-index #customer-email-fieldset .loading-mask {
  display: none !important; }
.checkout-index-index #customer-email-fieldset .field {
  margin-bottom: 0 !important; }
.checkout-index-index .loading-mask {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 9999; }
  .checkout-index-index .loading-mask .loader {
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 50%;
    margin: -45px 0 0 -45px;
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase; }
    .checkout-index-index .loading-mask .loader:before, .checkout-index-index .loading-mask .loader:after {
      opacity: 0;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      content: "\0020";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 60px;
      border-width: 3px;
      border-style: solid; }
    .checkout-index-index .loading-mask .loader:before {
      z-index: 2;
      animation: cssload-gogoloader 2.3s infinite;
      -o-animation: cssload-gogoloader 2.3s infinite;
      -ms-animation: cssload-gogoloader 2.3s infinite;
      -webkit-animation: cssload-gogoloader 2.3s infinite;
      -moz-animation: cssload-gogoloader 2.3s infinite; }
    .checkout-index-index .loading-mask .loader:after {
      z-index: 1;
      animation: cssload-gogoloader 2.3s infinite 1.15s;
      -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
      -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
      -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
      -moz-animation: cssload-gogoloader 2.3s infinite 1.15s; }
@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }
    .checkout-index-index .loading-mask .loader p {
      display: none; }
    .checkout-index-index .loading-mask .loader > img {
      bottom: 0;
      left: 0;
      height: 60px;
      margin: auto;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 100;
      width: auto;
      display: none; }
.checkout-index-index .items-in-cart .product-item .product:before, .checkout-index-index .items-in-cart .product-item .product:after {
  display: table;
  content: "";
  line-height: 0; }
.checkout-index-index .items-in-cart .product-item .product:after {
  clear: both; }
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .subtitle {
  display: none; }
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options {
  display: block; }
  .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dt, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dd {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: auto;
    max-width: 100%; }
  .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label {
    float: left;
    padding-right: 3px;
    font-weight: 400;
    color: #000; }
    .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label:after {
      content: ':'; }
  .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values {
    padding-left: 0;
    font-style: normal; }
    .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:before, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
      display: table;
      content: "";
      line-height: 0; }
    .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
      clear: both; }

.checkout-onepage-success #registration .action.primary {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  margin-top: 20px;
  transition: 0.3s all;
  cursor: pointer; }
  .checkout-onepage-success #registration .action.primary:hover {
    color: #FFF; }
  .checkout-onepage-success #registration .action.primary span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .checkout-onepage-success #registration .action.primary {
      font-size: 12px; } }
.checkout-onepage-success .page-title {
  text-align: left; }
.checkout-onepage-success .checkout-success > p > span {
  font-size: 24px; }
.checkout-onepage-success .actions-toolbar {
  padding-top: 20px;
  margin-bottom: 30px; }

@media (min-width: 769px) {
  .checkout-container:before, .checkout-container:after {
    display: table;
    content: "";
    line-height: 0; }
  .checkout-container:after {
    clear: both; }
  .checkout-container .opc-wrapper {
    float: left;
    padding-right: 30px;
    width: 66.6667%; }
  .checkout-container .opc-sidebar {
    float: right;
    margin: -70px 0 20px;
    width: 33.3333%; } }
.checkout-container .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar {
  padding-bottom: 30px; }
.checkout-container .minicart-items .product-item-details {
  min-width: inherit;
  overflow: hidden; }

#checkout-step-payment legend.legend {
  font-size: 16px;
  margin-bottom: 1em; }
#checkout-step-payment .payment-method-content .actions-toolbar {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

#checkout-payment-method-load {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eae9e9; }
  #checkout-payment-method-load .field.choice input[type=checkbox] {
    position: relative;
    z-index: auto;
    opacity: 1; }
  #checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label {
    font-size: 12px;
    line-height: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label:before {
      margin-top: 4px; }
    #checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > span {
      padding-right: 10px; }
    #checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label img {
      margin-right: 10px; }
    #checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > .action span {
      text-decoration: underline; }
  #checkout-payment-method-load .payment-method {
    border: 1px solid #eae9e9;
    padding: 15px;
    background: #fafafa;
    margin-bottom: 25px; }
    #checkout-payment-method-load .payment-method:last-child {
      margin-bottom: 0; }
    #checkout-payment-method-load .payment-method .payment-method-content {
      display: none;
      padding-left: 20px; }
    #checkout-payment-method-load .payment-method._active .payment-method-content {
      display: block; }
  #checkout-payment-method-load .payment-method-note {
    margin-bottom: 10px; }
  #checkout-payment-method-load .payment-method-braintree .hosted-control {
    background: #ffffff;
    border: 1px solid #c2c2c2;
    height: 32px;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    position: relative;
    max-width: 225px;
    margin-bottom: 8px; }
  #checkout-payment-method-load .payment-method-braintree .hosted-control.hosted-cid {
    width: 80px; }
  #checkout-payment-method-load #braintree_enable_vault {
    opacity: 0; }
  #checkout-payment-method-load .credit-card-types {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #checkout-payment-method-load .credit-card-types li {
      margin-right: 10px; }
    #checkout-payment-method-load .credit-card-types img {
      border: 1px solid; }

.payment-method-billing-address .actions-toolbar {
  padding-bottom: 30px; }

.opc-payment-additional.discount-code .payment-option-title {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 600; }
.opc-payment-additional.discount-code .form-discount {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .opc-payment-additional.discount-code .form-discount .payment-option-inner .control {
    margin-right: 10px; }
  .opc-payment-additional.discount-code .form-discount .payment-option-inner input {
    max-width: 320px;
    padding: 15px 20px; }
.opc-payment-additional.discount-code label.label {
  display: none; }

.checkout-shipping-method {
  position: relative; }

.opc-wrapper .shipping-policy-block.field-tooltip {
  top: 0 !important;
  margin-top: 0; }
  @media (max-width: 768px) {
    .opc-wrapper .shipping-policy-block.field-tooltip {
      position: relative;
      margin-bottom: 10px;
      font-size: 12px; } }

.opc-progress-bar {
  margin-bottom: 3rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .opc-progress-bar {
      float: left;
      padding-right: 30px;
      width: 66.6667%; } }
  .opc-progress-bar .opc-progress-bar-item {
    font-size: 18px;
    line-height: 2em;
    position: relative;
    padding-top: 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
    .opc-progress-bar .opc-progress-bar-item:before {
      content: '';
      display: block;
      width: 33px;
      height: 33px;
      border: 2px solid;
      border-radius: 50%;
      background: #FFF; }
    .opc-progress-bar .opc-progress-bar-item:after {
      content: '';
      display: none;
      width: 13px;
      height: 13px;
      position: absolute;
      bottom: 10px;
      left: 10px;
      border-radius: 50%; }
    @media (max-width: 1199px) {
      .opc-progress-bar .opc-progress-bar-item {
        padding-top: 20px; } }
    @media (max-width: 991px) {
      .opc-progress-bar .opc-progress-bar-item {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px; } }
    .opc-progress-bar .opc-progress-bar-item:first-child span:before {
      content: '01.'; }
    .opc-progress-bar .opc-progress-bar-item:last-child span:before {
      content: '02.'; }
    .opc-progress-bar .opc-progress-bar-item span {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 26px;
      line-height: 1;
      font-weight: 600; }
      @media (max-width: 1199px) {
        .opc-progress-bar .opc-progress-bar-item span {
          font-size: 18px; } }
      .opc-progress-bar .opc-progress-bar-item span:after {
        content: '';
        position: absolute;
        bottom: -19px;
        left: 1px;
        width: 280px;
        height: 1px;
        opacity: 0.5;
        z-index: -1; }
        @media (min-width: 992px) {
          .opc-progress-bar .opc-progress-bar-item span:after {
            width: 260px; } }
        @media (min-width: 1200px) {
          .opc-progress-bar .opc-progress-bar-item span:after {
            width: 330px;
            bottom: -21px; } }
        @media (min-width: 1354px) {
          .opc-progress-bar .opc-progress-bar-item span:after {
            width: 405px; } }
    .opc-progress-bar .opc-progress-bar-item._active {
      opacity: 1; }
      .opc-progress-bar .opc-progress-bar-item._active:before {
        opacity: 1; }
      .opc-progress-bar .opc-progress-bar-item._active:after {
        opacity: 1;
        display: block; }
    .opc-progress-bar .opc-progress-bar-item._complete {
      opacity: .5; }

.opc-sidebar .modal-inner-wrap {
  padding: 30px;
  border: 1px solid #eae9e9; }
.opc-sidebar .opc-block-summary span.title {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 23px; }
.opc-sidebar .opc-block-summary .table-totals {
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9; }
.opc-sidebar .opc-block-summary table.table-totals tbody th,
.opc-sidebar .opc-block-summary table.table-totals tbody td {
  border: none; }
.opc-sidebar .opc-block-summary .table-totals tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%; }
  .opc-sidebar .opc-block-summary .table-totals tr:last-child {
    padding-bottom: 20px; }
.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals td {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1; }
  .opc-sidebar .opc-block-summary .table-totals th,
  .opc-sidebar .opc-block-summary .table-totals th strong,
  .opc-sidebar .opc-block-summary .table-totals td,
  .opc-sidebar .opc-block-summary .table-totals td strong {
    font-weight: 400; }
  .opc-sidebar .opc-block-summary .table-totals th .value,
  .opc-sidebar .opc-block-summary .table-totals td .value {
    font-size: 12px;
    line-height: 20px;
    vertical-align: baseline; }
    .opc-sidebar .opc-block-summary .table-totals th .value:before,
    .opc-sidebar .opc-block-summary .table-totals td .value:before {
      content: '('; }
    .opc-sidebar .opc-block-summary .table-totals th .value:after,
    .opc-sidebar .opc-block-summary .table-totals td .value:after {
      content: ')'; }
.opc-sidebar .opc-block-summary .table-totals th {
  padding-right: 0; }
  .opc-sidebar .opc-block-summary .table-totals th:after {
    content: ':'; }
.opc-sidebar .items-in-cart .product-item-name,
.opc-sidebar .items-in-cart .details-qty {
  padding-right: 0; }
.opc-sidebar .items-in-cart .details-qty {
  font-size: 12px;
  padding: 0 0 10px; }
.opc-sidebar .items-in-cart .subtotal {
  font-size: 18px; }
.opc-sidebar .shipping-information-title,
.opc-sidebar .shipping-information-title strong,
.opc-sidebar .title,
.opc-sidebar .title strong {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-weight: 600; }
.opc-sidebar .shipping-information-title .action-edit,
.opc-sidebar .title .action-edit {
  line-height: inherit;
  font-size: 22px; }
  .opc-sidebar .shipping-information-title .action-edit:before,
  .opc-sidebar .title .action-edit:before {
    content: "";
    display: inline-block;
    font-family: "Linearicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }
.opc-sidebar .shipping-information-title {
  margin-bottom: 0; }
.opc-sidebar .ship-to {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
  font-size: 12px; }
.opc-sidebar .ship-via {
  font-size: 12px; }

.block.items-in-cart {
  margin-top: 2rem; }
  .block.items-in-cart .product-item {
    margin-bottom: 1rem; }
    .block.items-in-cart .product-item .product-image-container {
      float: left;
      margin: 0 1rem 1rem 0; }

.opc-wrapper .shipping-address-item {
  padding: 20px;
  border: solid 1px transparent; }
  .opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #eae9e9; }
.opc-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50% !important;
  margin-top: -14px; }
  @media (max-width: 1353px) {
    .opc-wrapper .field-tooltip {
      margin-top: 4px; } }
  .opc-wrapper .field-tooltip._active {
    z-index: 100; }
    .opc-wrapper .field-tooltip._active .field-tooltip-content {
      display: block; }
    .opc-wrapper .field-tooltip._active .field-tooltip-action:before {
      color: #32d0b1; }
  .opc-wrapper .field-tooltip .field-tooltip-action {
    outline: none; }
    .opc-wrapper .field-tooltip .field-tooltip-action:before {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      font-size: 22px;
      color: #32d0b1;
      outline: none; }
    ._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
      ._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus::before {
        color: #32d0b1; }
  .opc-wrapper .field-tooltip .field-tooltip-content {
    background: #f5f5f5;
    border: solid 1px #dddddd;
    padding: 12px;
    width: 270px;
    display: none;
    right: 0;
    position: absolute;
    text-transform: none;
    top: 100%;
    word-wrap: break-word;
    z-index: 2; }
.opc-wrapper #customer-email-fieldset .field-tooltip {
  margin-top: -25px; }

.form-shipping-address .field.street label {
  display: none; }
.form-shipping-address .field.required.street div.mage-error {
  position: relative; }

#opc-shipping_method {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eae9e9; }
  #opc-shipping_method .step-title {
    margin-bottom: .7em; }

#checkout-shipping-method-load {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eae9e9;
  overflow-y: auto; }

#shipping-method-buttons-container {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  #shipping-method-buttons-container .action {
    margin: 0; }
    #shipping-method-buttons-container .action span span:after {
      content: "";
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      padding-left: 7px;
      vertical-align: -1px; }

.table-checkout-shipping-method thead {
  background: #fafafa;
  border-bottom: 1px solid #ddd; }
.table-checkout-shipping-method td {
  vertical-align: middle; }
@media (max-width: 767px) {
  .table-checkout-shipping-method {
    font-size: 12px; } }

.methods-shipping {
  margin-bottom: 2rem; }

.opc-estimated-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .opc-estimated-wrapper .estimated-block span {
    display: block;
    font-size: 16px;
    font-weight: 400; }
  .opc-estimated-wrapper .estimated-price {
    color: #32d0b1; }
  .opc-estimated-wrapper .minicart-wrapper button {
    font-weight: 600;
    text-decoration: underline; }

.checkout-index-index .opc-estimated-wrapper {
  display: none; }

aside {
  outline: none; }

.opc-block-summary .table-totals caption {
  display: none; }

.opc-block-shipping-information .shipping-information {
  border-top: 1px solid #eae9e9;
  padding-top: 20px; }
.opc-block-shipping-information .shipping-information-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.opc-block-shipping-information .shipping-information-content {
  padding: 10px 10px 10px 0; }
.opc-block-shipping-information .action-edit {
  background: none;
  padding: 0; }
  .opc-block-shipping-information .action-edit span {
    display: none; }
  .opc-block-shipping-information .action-edit:hover {
    background: none;
    opacity: 0.5; }
  .opc-block-shipping-information .action-edit::before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    padding-right: 10px; }

.billing-address-details {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400; }

@media (max-width: 768px) {
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0; }
  .opc-block-summary .table-totals td {
    padding: 0; }
    .opc-block-summary .table-totals td::before {
      display: none; } }
.checkout-index-index .checkout-container {
  position: relative; }
  .checkout-index-index .checkout-container .authentication-wrapper {
    position: absolute;
    right: 0;
    top: 0; }
    .checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
      text-transform: uppercase;
      font-weight: 700;
      transition: .3s ease; }
    .checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
      top: -250px; }
      @media (max-width: 767px) {
        .checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
          top: 0; } }
    .checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0; }
      .checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .primary button {
        margin: 0 0 5px 0; }
      .checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a {
        margin: 0;
        border: none;
        background: transparent;
        padding: 6px 0; }
        .checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a:hover {
          background-color: transparent; }
  .checkout-index-index .checkout-container .authentication-wrapper .modal-custom-overlay {
    background: none; }
  .checkout-index-index .checkout-container .authentication-dropdown {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: 0;
    display: block;
    overflow-y: auto;
    z-index: 1000;
    width: 270px;
    right: 0;
    left: auto;
    position: absolute;
    overflow: visible; }
    .checkout-index-index .checkout-container .authentication-dropdown._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
      padding: 30px 15px;
      background-color: #fff;
      box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
      opacity: 1; }
    .checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      left: 0;
      margin: 4rem auto;
      position: absolute;
      right: 0;
      -ms-transform: translateY(-200%);
      -webkit-transform: translateY(-200%);
      transform: translateY(-200%);
      transition-duration: .2s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease;
      display: flex;
      flex-direction: column;
      width: 75%; }
    .checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
      margin: 0;
      width: 100%; }
  .checkout-index-index .checkout-container input:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18); }

.ie11 .checkout-container .authentication-dropdown {
  overflow-y: inherit; }

.checkout-container .authentication-dropdown .action-close {
  display: block; }

.checkout-payment-method .ccard .number .input-text {
  max-width: 225px; }

.checkout-payment-method .ccard .month .select {
  max-width: 140px; }

.checkout-payment-method .group-2:before, .checkout-payment-method .group-2:after {
  display: table;
  content: "";
  line-height: 0; }
.checkout-payment-method .group-2:after {
  clear: both; }

.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
  float: left;
  margin-right: 15px; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.opc-wrapper .field.cvv .input-text.cvv {
  width: 100px; }

.opc-wrapper .field.cvv .field-tooltip {
  right: auto;
  left: 106px; }

.page-print.sales-order-print #maincontent {
  margin-top: 3rem; }
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none; }

.rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative; }
  .rating-summary .label {
    margin-right: 1rem; }
  .rating-summary .rating-result__stars,
  .rating-summary .rating-result__text {
    font-size: 19px; }
    .rating-summary .rating-result__stars span,
    .rating-summary .rating-result__text span {
      margin-right: 1px; }
      .rating-summary .rating-result__stars span:last-child,
      .rating-summary .rating-result__text span:last-child {
        margin-right: 0; }
  .rating-summary .rating-result__text {
    position: absolute;
    left: 0;
    top: 0;
    color: #fd8f00;
    display: inline-block; }
    .rating-summary .rating-result__text div {
      overflow: hidden;
      background: #fff;
      display: flex; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rating-summary .rating-result__text div {
    display: flex; } }
.review-toolbar:before, .review-toolbar:after {
  display: table;
  content: "";
  line-height: 0; }
.review-toolbar:after {
  clear: both; }
.review-toolbar .field > .label {
  margin-right: 10px;
  padding: 14px 0;
  font-weight: normal; }
.review-toolbar .field {
  margin-bottom: 0; }

.review-list .review-items {
  margin-top: 25px; }
.review-list .review-item {
  margin-bottom: 2rem; }
.review-list .review-title {
  margin-bottom: 1rem; }
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.review-list .rating-label {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding: 6px 0; }
.review-list .rating-result {
  display: inline-block; }
.review-list .review-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .review-list .review-details p {
    width: 50%;
    margin: 0; }
.review-list .review-author {
  text-align: left; }
.review-list .review-date {
  text-align: right; }
.review-list .review-details-value {
  display: inline-block; }

@media (min-width: 768px) {
  .review-list .rating-label {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%; } }
.review-add .review-legend span {
  display: inline-block;
  margin-right: 1rem; }

.review-fieldset .review-legend {
  font-size: 12px;
  padding: 37px 0 7px;
  margin: 0; }
  .review-fieldset .review-legend span {
    font-weight: normal; }
  .review-fieldset .review-legend strong {
    font-weight: normal; }
.review-fieldset .label {
  font-weight: normal; }
.review-fieldset .control .nested {
  margin-top: 0; }

.review-field-rating > label.label {
  min-width: 43px;
  padding: 0;
  margin-right: 5px;
  font-weight: 300; }

.control .nested .field.review-field-rating {
  margin-bottom: 7px; }
  .control .nested .field.review-field-rating:last-child {
    margin-bottom: 0; }

.control.review-control-vote {
  display: inline-block; }
  .control.review-control-vote label[class^='rating-'] {
    display: inline-block;
    cursor: pointer;
    margin-right: -3px;
    padding: 0;
    font-weight: normal; }
    .control.review-control-vote label[class^='rating-'] .rating-star {
      display: inline-block;
      font-size: 19px;
      line-height: 1; }
      .control.review-control-vote label[class^='rating-'] .rating-star:before {
        font-family: "Linearicons";
        content: "\e68d"; }
    .control.review-control-vote label[class^='rating-'].fill .rating-star {
      color: #fd8f00; }
  .control.review-control-vote .radio {
    visibility: hidden; }

.form-review-product-pages {
  padding-top: 5px; }
  .form-review-product-pages .field {
    margin-bottom: 30px; }
  .form-review-product-pages .label {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .form-review-product-pages .field {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .form-review-product-pages .label {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 11%;
      -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
      max-width: 11%; } }
  @media (min-width: 992px) and (min-width: 1354px) {
    .form-review-product-pages .label {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (min-width: 992px) {
    .form-review-product-pages .control {
      -webkit-flex-basis: 89%;
      -ms-flex-preferred-size: 89%;
      flex-basis: 89%;
      max-width: 89%; } }

@media (min-width: 992px) {
  .review-form-actions,
  .review-field-ratings > .control {
    padding-left: 9.2%; } }

.table-wrapper.reviews {
  margin-bottom: 20px; }

/**
 * Copyright ┬й 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.swatch-attribute-label {
  font-weight: bold;
  position: relative; }
  .swatch-attribute-label.required {
    padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  padding-left: 17px;
  display: none; }

.swatch-option {
  min-width: 24px;
  max-width: 90px;
  min-height: 24px;
  float: left;
  margin: 0 7px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #eae9e9;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease; }
  .swatch-option.text {
    background: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 12px;
    min-width: 22px;
    margin-right: 7px; }
    .swatch-option.text.selected {
      background-color: #FFF !important; }
  .swatch-option.color {
    min-height: 24px; }
  .swatch-option.selected, .swatch-option:not(.disabled):hover {
    border-color: #9f9b9b;
    background: #ffffff; }
  .swatch-option.selected {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
  .swatch-option .disabled {
    cursor: default; }
    .swatch-option .disabled:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1); }

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }
  .swatch-attribute.size .swatch-option.selected,
  .swatch-attribute.manufacturer .swatch-option.selected {
    color: black;
    background: #fff;
    border: 1px solid #fff; }

.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 768px) {
    .swatch-option-tooltip {
      max-width: 140px;
      max-height: 100%;
      min-height: 20px;
      min-width: 40px;
      position: absolute;
      padding: 5px;
      background: #fff;
      color: #949494;
      border: 1px solid #adadad;
      display: none;
      visibility: visible;
      z-index: 999;
      text-align: center; } }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  position: absolute;
  bottom: 1px;
  height: 8px; }
  .swatch-option-tooltip .corner::after,
  .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: relative;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7.5px 0 7.5px;
    border-color: #fff transparent transparent transparent;
    font-size: 1px; }
  .swatch-option-tooltip .corner::before,
  .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: relative;
    top: 2px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8.5px 0 8.5px;
    border-color: #adadad transparent transparent transparent;
    font-size: 1px; }

@media (min-width: 768px) {
  .swatch-option-tooltip .image,
  .swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto; } }
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

/* Layered Features */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.sidebar .swatch-option-link-layered {
  position: static; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px; }

.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
  margin-bottom: 10px; }

.swatch-option-loading {
  content: url("../../frontend/TemplateMonster/theme007/en_GB/images/loader-2.gif"); }

.products-grid .product-item .swatch-attribute-options,
.product-list .product-item .swatch-attribute-options,
.product-info-main .product-item .swatch-attribute-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (min-width: 992px) {
  .products-grid.layout_2 .product-item .swatch-attribute-options,
  .product-list.layout_2 .product-item .swatch-attribute-options,
  .product-info-main.layout_2 .product-item .swatch-attribute-options {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.block-wishlist .product-item {
  display: block;
  margin-bottom: 2rem; }
.block-wishlist .product-item-photo {
  float: left;
  width: 75px; }
.block-wishlist .product-item-name {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 25px; }
.block-wishlist .price-box {
  font-size: 16px; }
.block-wishlist .product-item-details {
  overflow: hidden;
  margin-left: 85px;
  position: relative;
  margin-top: 1rem; }
.block-wishlist .product-item-actions {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }
  .block-wishlist .product-item-actions .actions-primary {
    margin: 0; }
.block-wishlist .empty {
  margin-top: 1rem; }
.block-wishlist .actions-secondary {
  position: absolute;
  top: 0;
  right: 0; }
  .block-wishlist .actions-secondary .btn-remove {
    background-color: transparent;
    padding: 0; }
    .block-wishlist .actions-secondary .btn-remove:hover {
      background-color: transparent; }
    .block-wishlist .actions-secondary .btn-remove:before {
      font-size: 14px;
      float: right; }
@media (max-width: 991px) {
  .block-wishlist .product-item-details {
    clear: left;
    margin: 0; } }

.form-wishlist-items .actions-toolbar {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-wishlist-items .actions-toolbar > .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .form-wishlist-items .actions-toolbar > .secondary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
.form-wishlist-items .actions-toolbar {
  border: 1px solid #eae9e9;
  margin: 20px 0 0;
  padding: 10px; }
  .form-wishlist-items .actions-toolbar .action {
    margin: 0.25rem; }
  @media (max-width: 991px) {
    .form-wishlist-items .actions-toolbar {
      display: block; }
      .form-wishlist-items .actions-toolbar .action {
        width: 100%;
        text-align: center; } }

.products-grid.wishlist .product-item-name {
  display: block; }
.products-grid.wishlist .product-item-info:before, .products-grid.wishlist .product-item-info:after {
  display: table;
  content: "";
  line-height: 0; }
.products-grid.wishlist .product-item-info:after {
  clear: both; }
.products-grid.wishlist .product-item-inner {
  float: none;
  display: block; }
.products-grid.wishlist .price-box {
  margin-bottom: 20px; }
  .products-grid.wishlist .price-box .price-as-configured {
    margin-bottom: .5rem; }
.products-grid.wishlist .price {
  font-size: 24px; }
.products-grid.wishlist .field {
  margin-bottom: 20px; }
  .products-grid.wishlist .field label.label {
    display: none; }
.products-grid.wishlist textarea {
  min-height: 110px; }
.products-grid.wishlist .box-tocart {
  margin-bottom: 25px; }
  .products-grid.wishlist .box-tocart > .fieldset:before, .products-grid.wishlist .box-tocart > .fieldset:after {
    display: table;
    content: "";
    line-height: 0; }
  .products-grid.wishlist .box-tocart > .fieldset:after {
    clear: both; }
  .products-grid.wishlist .box-tocart .field.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .products-grid.wishlist .box-tocart .field.qty .label {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0;
      margin-right: .5rem; }
    .products-grid.wishlist .box-tocart .field.qty input.qty {
      width: 4rem;
      padding: .4rem .5rem .4rem 1rem; }
  .products-grid.wishlist .box-tocart button.tocart span:before {
    font-family: "Linearicons";
    content: "\e74d";
    font-size: 161%;
    padding-right: 8px;
    line-height: 0;
    vertical-align: sub;
    font-weight: normal; }
.products-grid.wishlist .product-item-actions {
  display: block;
  margin: 0; }
  .products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0; }
.products-grid.wishlist a.action.delete,
.products-grid.wishlist a.action.edit {
  padding: 0;
  font-size: 22px;
  margin-right: 20px; }
  .products-grid.wishlist a.action.delete:hover,
  .products-grid.wishlist a.action.edit:hover {
    background: none; }

.grid-left-fixed .block-wishlist .product-item-photo {
  float: none; }
.grid-left-fixed .block-wishlist .product-item-details {
  margin-left: auto; }

/* Bundle */
.page-product-bundle .price-box,
.modal-popup.quick-view .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-weight: 700; }
  .page-product-bundle .price-box .price-from,
  .modal-popup.quick-view .price-box .price-from {
    padding-right: .3em; }
    .page-product-bundle .price-box .price-from:after,
    .modal-popup.quick-view .price-box .price-from:after {
      content: '-'; }
.page-product-bundle .layout_3 .price-box,
.modal-popup.quick-view .layout_3 .price-box {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.page-product-bundle .bundle-actions,
.modal-popup.quick-view .bundle-actions {
  padding-top: 2.65vw;
  border-top: 1px solid #eae9e9; }
.page-product-bundle .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
  min-width: 250px; }
.page-product-bundle .product-social-links,
.modal-popup.quick-view .product-social-links {
  padding-bottom: 2.65vw;
  border-bottom: 1px solid #eae9e9; }
.page-product-bundle button.back.customization,
.modal-popup.quick-view button.back.customization {
  margin-bottom: 24px;
  color: #000;
  text-decoration: underline; }
  .page-product-bundle button.back.customization:hover,
  .modal-popup.quick-view button.back.customization:hover {
    text-decoration: none; }
.page-product-bundle #bundle-slide,
.modal-popup.quick-view #bundle-slide {
  margin-bottom: 16px;
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }
  .page-product-bundle #bundle-slide:hover,
  .modal-popup.quick-view #bundle-slide:hover {
    color: #FFF; }
  .page-product-bundle #bundle-slide span,
  .modal-popup.quick-view #bundle-slide span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .page-product-bundle #bundle-slide,
    .modal-popup.quick-view #bundle-slide {
      font-size: 12px; } }
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option,
.modal-popup.quick-view .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.page-product-bundle .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
  display: block; }
.page-product-bundle .product-options-wrapper .qty-holder .label,
.modal-popup.quick-view .product-options-wrapper .qty-holder .label {
  font-weight: bold; }
.page-product-bundle .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.bundle-options-wrapper .legend,
.block-bundle-summary > .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #32d0b1;
  margin-bottom: 24px; }

@media (min-width: 992px) {
  .bundle-options-container .product-add-form > form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .bundle-options-container .product-add-form > form .bundle-options-wrapper {
      -webkit-flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
      max-width: 48%; }
    .bundle-options-container .product-add-form > form .block-bundle-summary {
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      max-width: 40%; } }
.bundle-options-container .product-add-form > form .block-bundle-summary {
  border: 1px solid #eae9e9;
  padding: 15px; }

.bundle-options-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 32px;
  order: 3;
  width: 100%; }
  @media (min-width: 1354px) {
    .bundle-options-container {
      padding-left: 25px;
      padding-right: 25px; } }
  .bundle-options-container .product-add-form {
    display: none; }

.block-bundle-summary .product-image-container {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 32px; }
.block-bundle-summary .product-image-wrapper {
  background: #ffffff;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .block-bundle-summary .product-image-wrapper img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0; }
.block-bundle-summary .product.name {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px; }
.block-bundle-summary .product-details .price-box {
  margin-bottom: 0; }
.block-bundle-summary .stock {
  margin-bottom: 20px; }
.block-bundle-summary .bundle-summary {
  margin-bottom: 24px; }
  .block-bundle-summary .bundle-summary .subtitle {
    font-size: 18px;
    height: 20px;
    font-weight: 700;
    color: #32d0b1;
    display: inline-block;
    margin-bottom: 8px; }
  .block-bundle-summary .bundle-summary .items li {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 8px;
    margin-bottom: 7px; }
    .block-bundle-summary .bundle-summary .items li:last-child {
      border-bottom: 0; }
    .block-bundle-summary .bundle-summary .items li .label {
      font-weight: 700;
      font-size: 13px;
      margin-right: 8px; }

.page-product-grouped .table-wrapper.grouped,
.modal-popup.quick-view .table-wrapper.grouped {
  margin-bottom: 25px; }
  .page-product-grouped .table-wrapper.grouped .table-caption,
  .modal-popup.quick-view .table-wrapper.grouped .table-caption {
    text-align: left;
    margin-bottom: 10px; }
  .page-product-grouped .table-wrapper.grouped .price-box,
  .modal-popup.quick-view .table-wrapper.grouped .price-box {
    margin-bottom: 0; }

.page-product-downloadable .items.samples,
.modal-popup.quick-view .items.samples {
  margin-bottom: 20px; }
  .page-product-downloadable .items.samples a,
  .modal-popup.quick-view .items.samples a {
    text-decoration: underline; }
    .page-product-downloadable .items.samples a:hover,
    .modal-popup.quick-view .items.samples a:hover {
      text-decoration: none; }
.page-product-downloadable .downloads.downloads-no-separately,
.modal-popup.quick-view .downloads.downloads-no-separately {
  display: inline-block; }
  .page-product-downloadable .downloads.downloads-no-separately .label,
  .modal-popup.quick-view .downloads.downloads-no-separately .label {
    -webkit-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    max-width: inherit; }
.page-product-downloadable .product-social-links,
.modal-popup.quick-view .product-social-links {
  margin-top: 25px; }
.page-product-downloadable .links-title,
.modal-popup.quick-view .links-title {
  display: none; }

/**
 *
 */
.fotorama-video-container:after {
  background: url(../../frontend/TemplateMonster/theme007/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }
.fotorama-video-container .magnify-lens {
  display: none !important; }
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.video-thumb-icon:after {
  background: url(../../frontend/TemplateMonster/theme007/en_GB/Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px; }

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__arr.hidden-video {
  z-index: -1 !important; }

.fotorama__video-close {
  bottom: 89%;
  top: auto; }

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px; }

.page-title-wrapper .order-status {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: 600; }
.page-title-wrapper .order-date {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  margin-bottom: 5px; }
.page-title-wrapper .order-actions-toolbar {
  display: block;
  padding-bottom: 15px; }
  .page-title-wrapper .order-actions-toolbar .actions {
    width: 100%;
    text-align: right; }
    .page-title-wrapper .order-actions-toolbar .actions .action {
      padding: 4px 12px;
      font-size: 12px;
      margin: 0 0 0 5px; }

.block-dashboard-orders {
  margin-bottom: 55px; }

.table-order-items caption {
  display: none; }
.table-order-items tfoot th {
  text-align: right;
  font-weight: 600; }
.table-order-items tfoot .grand_total .mark {
  font-size: 20px; }

.order-links {
  font-size: 18px;
  margin-bottom: 30px; }

.order-details-items {
  margin-bottom: 50px; }
  .order-details-items .order-title {
    display: none; }

.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden; }
  .block-order-details-view .block-content .box.box-order-billing-address {
    clear: both; }

.order-products-toolbar:before, .order-products-toolbar:after {
  display: table;
  content: "";
  line-height: 0; }
.order-products-toolbar:after {
  clear: both; }
.order-products-toolbar.bottom {
  padding-top: 30px; }
.order-products-toolbar .field {
  margin-bottom: 0; }
  .order-products-toolbar .field .label {
    line-height: 36px; }
.order-products-toolbar .pager {
  position: relative; }

.sales-guest-form .page-title {
  text-align: left; }
  @media (min-width: 992px) {
    .sales-guest-form .page-title {
      -webkit-flex-basis: 66.66667%;
      -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
      max-width: 66.66667%;
      margin-left: calc(16.66667% + 8px); } }
  .sales-guest-form .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }

.form-orders-search legend.admin__legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%;
  font-weight: 400; }
.form-orders-search fieldset.fieldset > .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-orders-search fieldset.fieldset > .field > .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0; }
    .form-orders-search fieldset.fieldset > .field > .label:after {
      content: ':'; }
    @media (min-width: 992px) {
      .form-orders-search fieldset.fieldset > .field > .label {
        -webkit-flex-basis: 130px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        max-width: 130px; } }
  .form-orders-search fieldset.fieldset > .field > .control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .form-orders-search fieldset.fieldset > .field > .control {
        -webkit-flex-basis: calc(100% - 130px);
        -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
        max-width: calc(100% - 130px); } }
.form-orders-search .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9;
  margin-top: 1.5rem; }

.page-print.sales-order-print .page-title-wrapper .container, .page-print.sales-order-print .page-title-wrapper #maincontent {
  position: relative; }
.page-print.sales-order-print .page-title-wrapper .page-title {
  border-bottom: 2px solid #000;
  text-align: right;
  font-size: 26px;
  padding-bottom: 34px; }
.page-print.sales-order-print .page-title-wrapper .logo {
  position: absolute;
  top: -9px; }
.page-print.sales-order-print .page-title-wrapper .order-date,
.page-print.sales-order-print .page-title-wrapper .order-status {
  text-align: left; }
.page-print.sales-order-print .page-title-wrapper .order-status {
  font-size: 26px;
  margin-bottom: 18px; }
.page-print.sales-order-print .page-title-wrapper .order-date {
  margin-bottom: 45px; }
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none; }

/******* Print *********/
@page {
  size: A4 landscape;
  margin: 0; }
@media print {
  html, body {
    width: 297mm;
    height: 210mm;
    margin: 0 auto; }

  .header-switchers,
  .greet.welcome,
  .header.links,
  .block-search,
  .minicart-wrapper,
  .navigation,
  .page-footer,
  #page-preloader,
  #ls-icon {
    display: none; }

  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline !important; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  .table-wrapper table {
    width: 100%;
    table-layout: fixed; }

  .table-wrapper table td {
    width: auto; }

  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999; }

  .box,
  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 1cm; }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  .block-content {
    page-break-before: avoid; }

  .block-title,
  h2,
  h3 {
    page-break-after: avoid; }

  .nav-toggle {
    display: none !important; }

  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class],
  .header-info,
  .panel-container-wrap,
  .header-bottom-wrap {
    display: none; }

  .catalog-product-view .product-options-wrapper .label:not(.admin__field-label) {
    float: left; }

  .breadcrumbs {
    margin: 0 auto;
    text-align: left;
    padding-right: 20px; }

  .product.media .fotorama-item .fotorama__stage__frame {
    text-align: right; }

  .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  .fotorama__wrap .fotorama__grab {
    width: 100% !important; }

  .page-main {
    padding-top: 0; }

  .block.upsell .block-title,
  .block.related .block-title,
  .block.crosssell .block-title {
    font-size: 26px;
    margin-bottom: 10px; }

  .block.related {
    margin-bottom: 0;
    padding-bottom: 15px;
    border: 0; }

  .catalog-product-view .owl-carousel .owl-item {
    width: 240px !important; }

  .catalog-product-view .owl-controls {
    display: none !important; }

  .catalog-product-view .page-header__content {
    padding-bottom: 0; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px; }

  .catalog-product-view .product.info {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0; } }
@media print {
  .sales-order-view .column.main,
  .sales-order-print .column.main {
    page-break-before: avoid;
    page-break-after: always; }
  .sales-order-view .sidebar,
  .sales-order-view .order-actions-toolbar,
  .sales-order-view .actions-toolbar a.back,
  .sales-order-view .sm-header-nav-wrap,
  .sales-order-view .sm-header-panel-canvas,
  .sales-order-view .page-header__panel,
  .sales-order-view .header-info,
  .sales-order-view .header-bottom-wrap,
  .sales-order-view .copyright,
  .sales-order-print .sidebar,
  .sales-order-print .order-actions-toolbar,
  .sales-order-print .actions-toolbar a.back,
  .sales-order-print .sm-header-nav-wrap,
  .sales-order-print .sm-header-panel-canvas,
  .sales-order-print .page-header__panel,
  .sales-order-print .header-info,
  .sales-order-print .header-bottom-wrap,
  .sales-order-print .copyright {
    display: none; }
  .sales-order-view #maincontent,
  .sales-order-print #maincontent {
    padding-top: 0;
    box-shadow: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none; }
  .sales-order-view .page-header,
  .sales-order-print .page-header {
    height: auto !important; }
  .sales-order-view .page-title-wrapper .page-title,
  .sales-order-print .page-title-wrapper .page-title {
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .sales-order-view .order-details-items,
  .sales-order-print .order-details-items {
    margin-bottom: 0; }
  .sales-order-view.page-layout-2columns-left .grid-left,
  .sales-order-view.page-layout-2columns-left .grid-right, .sales-order-view.page-layout-2columns-right .grid-left,
  .sales-order-view.page-layout-2columns-right .grid-right,
  .sales-order-print.page-layout-2columns-left .grid-left,
  .sales-order-print.page-layout-2columns-left .grid-right,
  .sales-order-print.page-layout-2columns-right .grid-left,
  .sales-order-print.page-layout-2columns-right .grid-right {
    display: none; }
  .sales-order-view.page-layout-2columns-left .grid-main, .sales-order-view.page-layout-2columns-right .grid-main,
  .sales-order-print.page-layout-2columns-left .grid-main,
  .sales-order-print.page-layout-2columns-right .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .sales-order-view .block-order-details-view .col-md-6,
  .sales-order-print .block-order-details-view .col-md-6 {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important; } }
.sales-order-print {
  text-align: center; }
  .sales-order-print .logo {
    display: inline-block;
    margin-bottom: 32px; }
  .sales-order-print .columns {
    text-align: left; }
  .sales-order-print .page-title {
    margin-bottom: 16px; }
  .sales-order-print .order-status {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    margin-bottom: 8px; }
  .sales-order-print .order-date {
    display: inline-block;
    font-size: 16px;
    font-style: italic; }

.page-print.sales-order-print #maincontent {
  margin-top: 3rem; }
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none; }

/******* Print End ****/
.layout_1 .block-newsletter,
.layout_2 .block-newsletter,
.layout_5 .block-newsletter {
  padding: 30px 0 40px;
  margin-bottom: 94px; }
  .layout_1 .block-newsletter .content,
  .layout_2 .block-newsletter .content,
  .layout_5 .block-newsletter .content {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    @media (min-width: 1354px) {
      .layout_1 .block-newsletter .content,
      .layout_2 .block-newsletter .content,
      .layout_5 .block-newsletter .content {
        padding-left: 25px;
        padding-right: 25px; } }
  .layout_1 .block-newsletter .heading-4 strong, .layout_1 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_1 .block-newsletter .filter-current-subtitle strong, .layout_1 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_1 .block-newsletter .shipping-information-title strong, .layout_1 .block-newsletter .review-list .review-title strong, .review-list .layout_1 .block-newsletter .review-title strong, .layout_1 .block-newsletter .review-add .review-legend strong, .review-add .layout_1 .block-newsletter .review-legend strong,
  .layout_2 .block-newsletter .heading-4 strong,
  .layout_2 .block-newsletter .filter-current .filter-current-subtitle strong,
  .filter-current .layout_2 .block-newsletter .filter-current-subtitle strong,
  .layout_2 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
  .opc-block-shipping-information .layout_2 .block-newsletter .shipping-information-title strong,
  .layout_2 .block-newsletter .review-list .review-title strong,
  .review-list .layout_2 .block-newsletter .review-title strong,
  .layout_2 .block-newsletter .review-add .review-legend strong,
  .review-add .layout_2 .block-newsletter .review-legend strong,
  .layout_5 .block-newsletter .heading-4 strong,
  .layout_5 .block-newsletter .filter-current .filter-current-subtitle strong,
  .filter-current .layout_5 .block-newsletter .filter-current-subtitle strong,
  .layout_5 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
  .opc-block-shipping-information .layout_5 .block-newsletter .shipping-information-title strong,
  .layout_5 .block-newsletter .review-list .review-title strong,
  .review-list .layout_5 .block-newsletter .review-title strong,
  .layout_5 .block-newsletter .review-add .review-legend strong,
  .review-add .layout_5 .block-newsletter .review-legend strong {
    font-weight: 600; }
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 30px; }
    @media (min-width: 1354px) {
      .layout_1 .block-newsletter .title,
      .layout_2 .block-newsletter .title,
      .layout_5 .block-newsletter .title {
        padding-left: 25px;
        padding-right: 25px; } }
    .layout_1 .block-newsletter .title strong,
    .layout_2 .block-newsletter .title strong,
    .layout_5 .block-newsletter .title strong {
      font-weight: 600;
      display: block;
      margin-bottom: 20px; }
    .layout_1 .block-newsletter .title span,
    .layout_2 .block-newsletter .title span,
    .layout_5 .block-newsletter .title span {
      display: block;
      font-size: 16px; }
  .layout_1 .block-newsletter .control:before,
  .layout_2 .block-newsletter .control:before,
  .layout_5 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e696";
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 11px;
    color: #fff; }
  .layout_1 .block-newsletter #newsletter,
  .layout_2 .block-newsletter #newsletter,
  .layout_5 .block-newsletter #newsletter {
    border: 1px solid #fff;
    background: none;
    font-size: 12px;
    color: #fff;
    padding-left: 50px;
    padding-top: 8px; }
    .layout_1 .block-newsletter #newsletter::-webkit-input-placeholder,
    .layout_2 .block-newsletter #newsletter::-webkit-input-placeholder,
    .layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
      color: #fff; }
    .layout_1 .block-newsletter #newsletter.mage-error,
    .layout_2 .block-newsletter #newsletter.mage-error,
    .layout_5 .block-newsletter #newsletter.mage-error {
      border-color: rgba(255, 0, 0, 0.3); }
  .layout_1 .block-newsletter .newsletter,
  .layout_2 .block-newsletter .newsletter,
  .layout_5 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0; }
  .layout_1 .block-newsletter .check_privacy_field,
  .layout_2 .block-newsletter .check_privacy_field,
  .layout_5 .block-newsletter .check_privacy_field {
    color: #fff; }
  .layout_1 .block-newsletter .primary.subscribe,
  .layout_2 .block-newsletter .primary.subscribe,
  .layout_5 .block-newsletter .primary.subscribe {
    border: 2px solid #FFF;
    padding: 0 5px;
    line-height: 46px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
  .layout_1 .block-newsletter #newsletter-error,
  .layout_2 .block-newsletter #newsletter-error,
  .layout_5 .block-newsletter #newsletter-error {
    position: absolute; }
  @media (min-width: 768px) {
    .layout_1 .block-newsletter,
    .layout_2 .block-newsletter,
    .layout_5 .block-newsletter {
      margin-top: -100px;
      padding: 90px 0 98px; }
      .layout_1 .block-newsletter .row,
      .layout_2 .block-newsletter .row,
      .layout_5 .block-newsletter .row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  @media (min-width: 992px) {
    .layout_1 .block-newsletter .content,
    .layout_2 .block-newsletter .content,
    .layout_5 .block-newsletter .content {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; }
    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .layout_1 .block-newsletter .content,
    .layout_2 .block-newsletter .content,
    .layout_5 .block-newsletter .content {
      -webkit-flex-basis: 42%;
      -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
      max-width: 42%; }
    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
      -webkit-flex-basis: 58%;
      -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
      max-width: 58%;
      margin-bottom: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .layout_1 .block-newsletter .title,
    .layout_2 .block-newsletter .title,
    .layout_5 .block-newsletter .title {
      font-size: 24px; } }
  @media (max-width: 479px) {
    .layout_1 .block-newsletter .newsletter,
    .layout_2 .block-newsletter .newsletter,
    .layout_5 .block-newsletter .newsletter {
      padding-right: 0; }
    .layout_1 .block-newsletter .primary.subscribe,
    .layout_2 .block-newsletter .primary.subscribe,
    .layout_5 .block-newsletter .primary.subscribe {
      position: relative;
      margin-top: 10px;
      width: 100%; } }
  @media (max-width: 767px) {
    .layout_1 .block-newsletter,
    .layout_2 .block-newsletter,
    .layout_5 .block-newsletter {
      margin-bottom: 40px; }
      .layout_1 .block-newsletter .title,
      .layout_2 .block-newsletter .title,
      .layout_5 .block-newsletter .title {
        font-size: 20px;
        text-align: center; }
        .layout_1 .block-newsletter .title span,
        .layout_2 .block-newsletter .title span,
        .layout_5 .block-newsletter .title span {
          font-size: 13px;
          line-height: 21px; } }
@media (min-width: 768px) {
  .layout_1 .block-googlemap + .block-newsletter,
  .layout_2 .block-googlemap + .block-newsletter,
  .layout_5 .block-googlemap + .block-newsletter {
    margin-top: 0; } }

.layout_5 .block-newsletter .primary.subscribe {
  background: none; }
.layout_5 .block-newsletter #newsletter {
  background: #fff; }
  .layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
    color: inherit; }

.layout_3 .block-newsletter {
  padding: 30px 0 40px;
  margin-bottom: 94px; }
  @media (min-width: 768px) {
    .layout_3 .block-newsletter {
      border-bottom: 1px solid #eae9e9; } }
  .layout_3 .block-newsletter .content {
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1354px) {
      .layout_3 .block-newsletter .content {
        padding-left: 25px;
        padding-right: 25px; } }
    .layout_3 .block-newsletter .content .form.subscribe {
      display: block;
      max-width: 546px;
      margin: 0 auto; }
  .layout_3 .block-newsletter .heading-4 strong, .layout_3 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_3 .block-newsletter .filter-current-subtitle strong, .layout_3 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_3 .block-newsletter .shipping-information-title strong, .layout_3 .block-newsletter .review-list .review-title strong, .review-list .layout_3 .block-newsletter .review-title strong, .layout_3 .block-newsletter .review-add .review-legend strong, .review-add .layout_3 .block-newsletter .review-legend strong {
    font-weight: 600; }
  .layout_3 .block-newsletter .title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 45px; }
    @media (min-width: 1354px) {
      .layout_3 .block-newsletter .title {
        padding-left: 25px;
        padding-right: 25px; } }
    @media (min-width: 768px) {
      .layout_3 .block-newsletter .title {
        text-align: center; } }
    .layout_3 .block-newsletter .title strong {
      font-weight: 600;
      display: block;
      margin-bottom: 20px; }
    .layout_3 .block-newsletter .title span {
      display: block;
      font-size: 16px; }
  .layout_3 .block-newsletter .control:before {
    font-family: "Linearicons";
    content: "\e71e";
    font-size: 22px;
    position: absolute;
    left: 22px;
    top: 12px; }
  .layout_3 .block-newsletter #newsletter {
    font-size: 12px;
    padding-left: 54px;
    padding-top: 8px; }
    .layout_3 .block-newsletter #newsletter.mage-error {
      border-color: rgba(255, 0, 0, 0.3); }
  .layout_3 .block-newsletter .newsletter {
    position: relative;
    padding-right: 128px;
    margin-bottom: 0; }
  .layout_3 .block-newsletter .primary.subscribe {
    padding: 4px 5px 0;
    line-height: 41px;
    min-width: 118px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid;
    background: none;
    text-transform: uppercase;
    font-weight: 500; }
    .layout_3 .block-newsletter .primary.subscribe:hover {
      color: #fff; }
  .layout_3 .block-newsletter #newsletter-error {
    position: absolute; }
  @media (min-width: 768px) {
    .layout_3 .block-newsletter {
      margin-top: -100px;
      padding: 90px 0 98px; }
      .layout_3 .block-newsletter .row {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
      .layout_3 .block-newsletter .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; }
      .layout_3 .block-newsletter .title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  @media (max-width: 479px) {
    .layout_3 .block-newsletter .newsletter {
      padding-right: 0; }
    .layout_3 .block-newsletter .primary.subscribe {
      position: relative;
      margin-top: 10px;
      width: 100%; } }
  @media (max-width: 767px) {
    .layout_3 .block-newsletter {
      margin-bottom: 40px; }
      .layout_3 .block-newsletter .title {
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px; }
        .layout_3 .block-newsletter .title span {
          font-size: 13px;
          line-height: 20px; } }

.block-newsletter.block {
  background: #f8f8fa;
  padding: 20px 30px;
  border: 0; }
  .block-newsletter.block .block-title {
    margin-bottom: 4px; }
    .block-newsletter.block .block-title strong {
      font-size: 20px;
      line-height: 29px;
      font-weight: 400; }
  .block-newsletter.block .slog-newsletter {
    display: block;
    margin-bottom: 18px; }
  .block-newsletter.block #newsletter {
    background: #fff;
    border: 1px solid #eae9e9; }
  .block-newsletter.block .control {
    margin-bottom: 10px; }
  .block-newsletter.block .primary {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    width: 100%;
    text-align: center; }
    .block-newsletter.block .primary:hover {
      color: #FFF; }
    .block-newsletter.block .primary span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-newsletter.block .primary {
        font-size: 12px; } }
  .block-newsletter.block .field {
    margin: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    .block-newsletter.block {
      padding: 10px 12px; }
      .block-newsletter.block .block-title strong {
        font-size: 16px;
        line-height: 22px; } }

@media (min-width: 768px) {
  .form.search.advanced .group.range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; } }
  @media (min-width: 768px) and (min-width: 1354px) {
    .form.search.advanced .group.range {
      margin-left: -25px;
      margin-right: -25px; } }
@media (min-width: 768px) {
    .form.search.advanced .group.range .field {
      padding-left: 15px;
      padding-right: 15px; } }
    @media (min-width: 768px) and (min-width: 1354px) {
      .form.search.advanced .group.range .field {
        padding-left: 25px;
        padding-right: 25px; } }

.found,
.summary {
  margin-bottom: 10px;
  font-size: 14px; }
  .found strong,
  .summary strong {
    color: #000; }

.catalogsearch-advanced-result .message.notice > div:after {
  display: none; }

.contact-index-index .page-title {
  text-align: left;
  margin-bottom: 50px; }
  .contact-index-index .page-title span {
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    text-transform: none; }
.contact-index-index legend.legend {
  padding-bottom: 25px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 35px;
  width: 100%;
  font-weight: 400;
  font-size: 20px; }
  .contact-index-index legend.legend .note {
    padding-left: 10px;
    font-size: 12px;
    line-height: inherit;
    vertical-align: baseline; }
.contact-index-index #contact-form {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .contact-index-index #contact-form {
      margin-bottom: 0; } }
.contact-index-index fieldset.fieldset .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .contact-index-index fieldset.fieldset .field > .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-right: 0; }
    .contact-index-index fieldset.fieldset .field > .label:after {
      content: ':';
      margin: 0;
      color: inherit; }
    @media (min-width: 992px) {
      .contact-index-index fieldset.fieldset .field > .label {
        -webkit-flex-basis: 125px;
        -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
        max-width: 125px; } }
  .contact-index-index fieldset.fieldset .field > .control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .contact-index-index fieldset.fieldset .field > .control {
        -webkit-flex-basis: calc(100% - 125px);
        -ms-flex-preferred-size: calc(100% - 125px);
        flex-basis: calc(100% - 125px);
        max-width: calc(100% - 125px); } }
  .contact-index-index fieldset.fieldset .field.field.comment {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .contact-index-index fieldset.fieldset .field #comment {
    min-height: 320px; }
.contact-index-index .actions-toolbar {
  margin: 0; }
  @media (min-width: 992px) {
    .contact-index-index .actions-toolbar {
      padding-left: 125px; } }
  .contact-index-index .actions-toolbar .action {
    margin: 0; }
@media (min-width: 992px) {
  .contact-index-index .check_privacy_field {
    padding-left: 125px;
    margin-bottom: 15px; } }

/*
* TM_Megamenu
*/
.navigation .container, .navigation .page-print.sales-order-print #maincontent, .page-print.sales-order-print .navigation #maincontent {
  position: relative; }
  @media (min-width: 1200px) {
    .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
      margin-left: -20px;
      margin-right: -20px; }
    .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
      padding-left: 20px;
      padding-right: 20px;
      position: relative; } }
  @media (min-width: 1354px) {
    .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
      margin-left: -45px;
      margin-right: -45px; }
    .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
      padding-left: 45px;
      padding-right: 45px; } }
  @media (min-width: 768px) {
    .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
      border-right: 1px solid #eae9e9; }
      .navigation .container [class*='col-']:last-child, .navigation .page-print.sales-order-print #maincontent [class*='col-']:last-child, .page-print.sales-order-print .navigation #maincontent [class*='col-']:last-child {
        border: 0; } }
  .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
  .navigation .container a.level-top .megamenu-wrapper,
  .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
  .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px 0 0;
    background: #ffffff;
    box-shadow: none; }
    @media (min-width: 768px) {
      .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
      .navigation .container a.level-top .megamenu-wrapper,
      .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
      .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 760px;
        left: 50%;
        margin-left: -380px; } }
    @media (min-width: 992px) {
      .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
      .navigation .container a.level-top .megamenu-wrapper,
      .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
      .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 980px;
        left: 50%;
        margin-left: -490px; } }
    @media (min-width: 1200px) {
      .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
      .navigation .container a.level-top .megamenu-wrapper,
      .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
      .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
        width: 1130px;
        left: 50%;
        margin-left: -565px;
        padding: 40px 25px 0; } }
  .navigation .container li.level-top .mm-product-title, .navigation .page-print.sales-order-print #maincontent li.level-top .mm-product-title, .page-print.sales-order-print .navigation #maincontent li.level-top .mm-product-title,
  .navigation .container a.level-top .mm-product-title,
  .navigation .page-print.sales-order-print #maincontent a.level-top .mm-product-title,
  .page-print.sales-order-print .navigation #maincontent a.level-top .mm-product-title {
    display: block;
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    padding: 6px 0;
    margin-bottom: 12px;
    text-transform: uppercase; }
  .navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
    text-align: center; }
    .navigation .container .product .product-image, .navigation .page-print.sales-order-print #maincontent .product .product-image, .page-print.sales-order-print .navigation #maincontent .product .product-image {
      display: block;
      margin-bottom: 25px; }
    .navigation .container .product .product-name, .navigation .page-print.sales-order-print #maincontent .product .product-name, .page-print.sales-order-print .navigation #maincontent .product .product-name {
      font-weight: normal; }
    .navigation .container .product .price-box, .navigation .page-print.sales-order-print #maincontent .product .price-box, .page-print.sales-order-print .navigation #maincontent .product .price-box {
      margin-bottom: 5px; }
    @media (max-width: 767px) {
      .navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
        display: none; } }

.navigation .mm-label {
  top: -16px;
  font-size: 10px;
  line-height: 1;
  padding: 4px 7px 3px;
  background: #000;
  color: #fff;
  position: absolute;
  display: block;
  left: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  .layout_2 .navigation {
    width: 100%; } }

@media (min-width: 768px) {
  .rd-navbar-fixed .rd-navbar-static {
    height: 50px;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9; }
  .rd-navbar-static .container, .rd-navbar-static .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-static #maincontent {
    position: relative; }

  .rd-navbar-nav > li.parent > ul.level0:not(.rd-navbar-dropdown) {
    position: absolute;
    z-index: 80;
    background: #ffffff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  .rd-navbar-nav > li.parent:hover > ul.level0:not(.rd-navbar-dropdown) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .rd-navbar-nav > li.parent li {
    margin-bottom: 5px; }
    .rd-navbar-nav > li.parent li:last-child {
      margin-bottom: 0; }
    .rd-navbar-nav > li.parent li > a {
      display: inline-block;
      font-size: 12px;
      line-height: 20px; }
      .rd-navbar-nav > li.parent li > a:before {
        font-family: "Linearicons";
        content: "\e93c";
        font-size: 10px;
        float: left;
        padding-right: 10px;
        margin-top: -1px; }
  .rd-navbar-nav > li.parent .level1.mm-submenu > li > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    position: relative; }
    .rd-navbar-nav > li.parent .level1.mm-submenu > li > a:before {
      display: none; }

  .rd-navbar-subpanel {
    display: table; }

  .rd-navbar-outer .rd-navbar-inner {
    position: relative; }

  .rd-navbar-dropdown,
  .rd-navbar-megamenu {
    position: absolute;
    background: #ffffff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  .rd-navbar-dropdown {
    padding: 26px 30px; }

  .rd-navbar-dropdown {
    width: 270px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .rd-navbar-dropdown {
      width: 208px; } }

@media (min-width: 768px) {
  .rd-navbar-megamenu {
    left: 15px;
    right: 15px;
    padding: 50px 35px; } }
  @media (min-width: 768px) and (min-width: 1354px) {
    .rd-navbar-megamenu {
      left: 25px;
      right: 25px; } }
@media (min-width: 768px) {
    .rd-navbar-megamenu > li {
      display: table-cell; } }
@media (min-width: 768px) and (min-width: 768px) {
  .level-top.bg-wrap + .rd-navbar-megamenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../../frontend/TemplateMonster/theme007/en_GB/images/bg-menu.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain; } }

  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .level-top.bg-wrap + .rd-navbar-megamenu:before {
      opacity: 0.3; } }

@media (min-width: 768px) {
  .rd-navbar-nav {
    display: block;
    text-align: right; } }
  @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
    .rd-navbar-nav {
      text-align: center;
      border-top: 1px solid #eae9e9;
      padding-top: 22px;
      margin-top: 27px;
      position: relative; } }
@media (min-width: 768px) {
    .rd-navbar-nav li.parent > a span:after {
      font-family: "Linearicons";
      content: "\e93a";
      font-size: 10px;
      float: right;
      padding-left: 5px; }
    .rd-navbar-nav li.parent > a.level-top:before {
      right: 1px;
      margin-top: -9px; }
    .rd-navbar-nav li.rd-navbar--has-dropdown {
      position: relative; }
    .rd-navbar-nav li.rd-navbar--has-megamenu > a {
      position: relative; }
    .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-nav li.opened > .rd-navbar-megamenu {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .rd-navbar-nav > li.parent > a span:before {
      font-size: 14px; }
    .rd-navbar-nav > li {
      display: inline-block;
      margin: 0 16px; } }
    @media (min-width: 768px) and (max-width: 1353px) {
      .rd-navbar-nav > li {
        margin: 0 10px; } }
@media (min-width: 768px) {
      .rd-navbar-nav > li > .rd-navbar-dropdown,
      .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 50px;
        z-index: 1; }
      .rd-navbar-nav > li > .rd-navbar-megamenu {
        top: 71px; }
      .rd-navbar-nav > li > .rd-navbar-dropdown {
        left: 0;
        margin-top: 5px; } }
      @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
        .rd-navbar-nav > li > .rd-navbar-dropdown {
          margin-top: 0; } }
@media (min-width: 768px) {
        .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
          left: 110%;
          top: -25px;
          z-index: 2; }
      .rd-navbar-nav > li > a {
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 0.02em; } }
      @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
        .rd-navbar-nav > li > a {
          font-size: 13px; } }
@media (min-width: 768px) {
        .rd-navbar-nav > li > a:after {
          content: "";
          position: absolute;
          width: 0;
          height: 4px;
          left: 50%;
          bottom: -34px;
          transition: all 0.3s ease;
          z-index: 20; } }
        @media (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
          .rd-navbar-nav > li > a:after {
            bottom: -22px; } }
@media (min-width: 768px) {
      .rd-navbar-nav > li.opened > a:after, .rd-navbar-nav > li.focus > a:after,
      .rd-navbar-nav > li > a:hover:after {
        width: 100%;
        left: 0; }

  .layout_2 .rd-navbar-megamenu {
    left: 0;
    right: 0; } }
@media (min-width: 768px) and (min-width: 768px) {
  .layout_5 .rd-navbar-nav {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
    position: static; }
    .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
      top: 38px; } }

    @media (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (max-width: 1199px) {
      .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
        top: 43px; } }
@media (min-width: 768px) and (min-width: 768px) {
    .layout_5 .rd-navbar-nav > li > .rd-navbar-megamenu {
      top: 64px;
      left: 0;
      right: 0; }
    .layout_5 .rd-navbar-nav > li > a::after {
      bottom: -19px; }
  .layout_5 .rd-navbar-nav > li.focus > a,
  .layout_5 .rd-navbar-nav > li.active > a,
  .layout_5 .rd-navbar-nav > li > a:hover {
    color: #fff !important; } }

@media (min-width: 992px) {
  .layout_3 .rd-navbar-nav > li > .rd-navbar-dropdown {
    top: 37px; }
  .layout_3 .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 42px; }
  .layout_3 .rd-navbar-nav > li > a::after {
    bottom: -21px; } }

@media (min-width: 1200px) {
  .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
    right: auto;
    left: 100%;
    width: 910px;
    top: 0; } }
  @media (min-width: 1200px) and (min-width: 1354px) {
    .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
      width: 1050px; } }

.mm-image {
  display: block;
  margin-bottom: 25px; }

.menu-block-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 45px; }
  @media (min-width: 1354px) {
    .menu-block-1 {
      margin-left: -25px;
      margin-right: -25px; } }
  .menu-block-1 > a {
    margin: 0 5px; }
    .menu-block-1 > a:hover {
      opacity: 0.6; }

.menu-block-3 {
  padding-top: 50px;
  margin: 0 -5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .menu-block-3 a {
    margin: 0 5px; }
    .menu-block-3 a:hover {
      opacity: 0.6; }

.sidebar .navigation li.level0 a.level-top {
  padding: 10px; }

@media (max-width: 767px) {
  .navigation li.level-top,
  .navigation a.level-top {
    position: relative; }

  .mm-submenu .mm-submenu {
    padding-left: 15px; }

  .rd-navbar-megamenu .container, .rd-navbar-megamenu .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-megamenu #maincontent,
  .rd-navbar-megamenu .row,
  .rd-navbar-megamenu [class*="col-"] {
    padding: 0;
    margin: 0;
    max-width: inherit;
    min-width: inherit; }

  .static-block,
  .mm-image {
    display: none; }

  .navigation .mm-label {
    display: none; } }
/*
* TM_Megamenu
*/
.buttons-container .subscribe {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF; }
  .buttons-container .subscribe:hover {
    color: #FFF; }
  .buttons-container .subscribe span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .buttons-container .subscribe {
      font-size: 12px; } }

.modal-popup.newsletter-popup .block.newsletter {
  margin: 0; }
.modal-popup.newsletter-popup .modal-title {
  font-size: 35px;
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .modal-popup.newsletter-popup .modal-title {
      font-size: 26px;
      line-height: 1.3; } }
.modal-popup.newsletter-popup .modal-inner-wrap {
  background-image: url("../../frontend/TemplateMonster/theme007/en_GB/images/newsletter-popup-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding: 84px 6%; }
  @media (max-width: 991px) {
    .modal-popup.newsletter-popup .modal-inner-wrap {
      width: 96% !important;
      padding: 50px 4%; } }
.modal-popup.newsletter-popup .content-text {
  margin-bottom: 45px;
  padding: 0 8%;
  text-align: center; }
  @media (max-width: 479px) {
    .modal-popup.newsletter-popup .content-text {
      margin-bottom: 15px; } }
.modal-popup.newsletter-popup .form.subscribe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 479px) {
    .modal-popup.newsletter-popup .form.subscribe {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
.modal-popup.newsletter-popup .field.newsletter {
  order: 1;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0; }
.modal-popup.newsletter-popup .buttons-container {
  order: 2; }
  @media (max-width: 479px) {
    .modal-popup.newsletter-popup .buttons-container {
      margin: 20px auto 0; } }
.modal-popup.newsletter-popup .action-close {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block; }
  .modal-popup.newsletter-popup .action-close:before {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 12px; }
.modal-popup.newsletter-popup .privacy-policy-check-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 15px 1% 0; }
  .modal-popup.newsletter-popup .privacy-policy-check-box .check_privacy {
    margin: 0 10px 0 0; }

.newsletter-popup.modal-popup._show .modal-inner-wrap {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50.3%);
  position: absolute; }

.modal-popup.compare-popup .action-close {
  padding: 2rem; }

.modals-wrapper .modal-popup.compare-popup._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden; }
.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  margin-top: 0; }
.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
  margin-right: -40px;
  padding-right: 40px; }
.modals-wrapper .modal-popup.compare-popup .modal-footer {
  display: block;
  min-height: 70px !important; }

/*
* TM_AjaxSearch
*/
.search-autocomplete {
  overflow: hidden;
  position: static;
  z-index: 99;
  background: #FFF;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  display: none; }
  .search-autocomplete::after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 9999;
    width: 120%;
    height: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+52&0+0,1+52 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 72%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */ }
  .search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block; }
  .search-autocomplete .qs-option-name,
  .search-autocomplete .amount {
    font-size: 12px; }
  .search-autocomplete ul li.search-item {
    border-bottom: 1px solid #eae9e9;
    border-top: none;
    padding: 10px 30px; }
    .search-autocomplete ul li.search-item:first-child {
      border-top: 1px solid #eae9e9; }
    .search-autocomplete ul li.search-item .amount {
      position: static; }
    .search-autocomplete ul li.search-item a {
      display: block;
      overflow: hidden;
      line-height: normal;
      text-decoration: none; }
      .search-autocomplete ul li.search-item a .search-thumb {
        float: left;
        width: 50px;
        margin-right: 10px; }
      .search-autocomplete ul li.search-item a .qs-option-name {
        display: block;
        margin-bottom: 5px; }
      .search-autocomplete ul li.search-item a .price {
        display: block; }
    .search-autocomplete ul li.search-item:hover {
      background: none;
      box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset; }

.ajax-loading .rd-navbar-search-form-input:before {
  position: absolute;
  content: "";
  font-size: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 17px;
  left: 8px; }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000; } }
/*
* TM_AjaxCatalog
*/
.ajax-loading.page-products.loading-mask {
  visibility: visible;
  opacity: 1;
  display: block; }

.page-products .loading-mask,
.tm_blog-index-index .loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  transition: .4s all ease-out;
  visibility: hidden; }

.ajax-loading.page-products .loading-mask,
.ajax-loading.tm_blog-index-index .loading-mask {
  opacity: 1;
  height: auto;
  visibility: visible; }

.page-products .loading-mask .loader,
.tm_blog-index-index .loading-mask .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  -o-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase; }
  .page-products .loading-mask .loader img,
  .page-products .loading-mask .loader p,
  .tm_blog-index-index .loading-mask .loader img,
  .tm_blog-index-index .loading-mask .loader p {
    display: none; }

.page-products .loading-mask .loader:before,
.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:after {
  opacity: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px; }

.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s; }

.page-products .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite; }

@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }
.timer-wrapper {
  border: 0 !important;
  background: #fd6279;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  padding: 10px 0 7px;
  line-height: 18px; }
  .timer-wrapper span {
    font-size: 12px;
    display: block;
    font-weight: normal;
    margin-top: -3px; }
  .timer-wrapper > div div {
    display: inline-block;
    position: relative;
    padding-right: 25px; }
    .timer-wrapper > div div:last-child {
      padding: 0; }
  .timer-wrapper b {
    position: absolute;
    right: 8px;
    font-weight: normal;
    top: 23%; }

.products-grid .product-item-photo .timer-wrapper {
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: 1; }
.products-grid .product-item-photo .product-thumb + .timer-wrapper {
  position: relative;
  bottom: 0; }

.product-info-main .timer-wrapper {
  max-width: 300px;
  margin-top: 20px; }

.main.layout_3 .timer-wrapper {
  margin-left: auto;
  margin-right: auto; }

/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
.block-posts-list {
  clear: both; }
  .block-posts-list .post-items {
    list-style: none;
    padding: 0;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .block-posts-list .post-item {
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px; }
  .block-posts-list .item-wrapper {
    padding-bottom: 43px; }
  .block-posts-list .post-image {
    margin-bottom: 21px; }
    .block-posts-list .post-image img {
      width: 100%;
      vertical-align: top; }
  .block-posts-list .post-title {
    margin-bottom: 6px; }
    .block-posts-list .post-title h3 {
      font-weight: 500;
      margin: 0; }
  .block-posts-list .post-short-content {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 26px; }
  .block-posts-list .post-link {
    font-weight: 700; }
  .block-posts-list .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .block-posts-list .post-data .create-date a,
    .block-posts-list .post-data .post-author a,
    .block-posts-list .post-data .post-comments a {
      text-decoration: none; }
    .block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before,
    .block-posts-list .post-data .post-author a span:before,
    .block-posts-list .post-data .post-author:before,
    .block-posts-list .post-data .post-comments a span:before,
    .block-posts-list .post-data .post-comments:before {
      font-size: 18px;
      padding-right: 4px;
      vertical-align: middle; }
    .block-posts-list .post-data .create-date {
      order: 1;
      -webkit-order: 1; }
      .block-posts-list .post-data .create-date time {
        display: inline-block; }
    .block-posts-list .post-data .post-author {
      order: 2;
      -webkit-order: 2; }
    .block-posts-list .post-data .post-comments {
      order: 3;
      -webkit-order: 3;
      flex-basis: 50px;
      -webkit-flex-basis: 50px;
      text-align: right; }
    @media (max-width: 1200px) {
      .block-posts-list .post-data {
        display: block;
        overflow: hidden; }
        .block-posts-list .post-data .create-date,
        .block-posts-list .post-data .post-author {
          display: block; }
        .block-posts-list .post-data .post-comments {
          float: right; } }
  @media (min-width: 767px) {
    .block-posts-list .post-item {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%;
      max-width: 33.333%; } }
  @media (max-width: 768px) {
    .block-posts-list .post-item {
      flex-basis: 50%;
      -webkit-flex-basis: 50%; }
      .block-posts-list .post-item .item-wrapper {
        padding-bottom: 20px; } }
  @media (max-width: 350px) {
    .block-posts-list .post-item {
      flex-basis: 100%;
      -webkit-flex-basis: 100%; } }

.posts-list-wrapper {
  /*Toolbar
  **********************************************/ }
  .posts-list-wrapper .toolbar-top {
    margin-bottom: 30px; }
    .posts-list-wrapper .toolbar-top .toolbar {
      position: relative;
      margin-bottom: 0;
      text-align: left; }
    .posts-list-wrapper .toolbar-top .sorter {
      float: left;
      margin-bottom: 5px; }
    .posts-list-wrapper .toolbar-top .limiter {
      display: block;
      margin-bottom: 5px;
      text-align: right; }
    .posts-list-wrapper .toolbar-top .pages {
      display: none; }
  .posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0; }
    .posts-list-wrapper .toolbar-bottom .toolbar .pages {
      text-align: left;
      margin: 0;
      display: block; }
      .posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
        position: relative; }
  .posts-list-wrapper .toolbar-bottom .sorter,
  .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden; }

.widget.blog-posts {
  clear: both;
  width: 100%; }
  .widget.blog-posts .post-image img {
    width: 100%;
    vertical-align: top; }
  .widget.blog-posts .post-title {
    margin-bottom: 6px; }
    .widget.blog-posts .post-title h3 {
      font-family: inherit;
      font-weight: 500;
      margin: 0; }
      .widget.blog-posts .post-title h3 a {
        text-decoration: none; }
  .widget.blog-posts .post-link {
    font-weight: 700;
    text-transform: none; }
  .widget.blog-posts .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 11px 0 0;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .widget.blog-posts .post-data .create-date a,
    .widget.blog-posts .post-data .post-author a,
    .widget.blog-posts .post-data .post-comments a {
      text-decoration: none; }
    .widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before,
    .widget.blog-posts .post-data .post-author a span:before,
    .widget.blog-posts .post-data .post-author:before,
    .widget.blog-posts .post-data .post-comments a span:before,
    .widget.blog-posts .post-data .post-comments:before {
      font-size: 18px;
      padding-right: 4px;
      vertical-align: middle; }
    .widget.blog-posts .post-data .create-date {
      order: 1;
      -webkit-order: 1; }
      .widget.blog-posts .post-data .create-date time {
        display: inline-block; }
    .widget.blog-posts .post-data .post-author {
      order: 2;
      -webkit-order: 2; }
    .widget.blog-posts .post-data .post-comments {
      order: 3;
      -webkit-order: 3;
      flex-basis: 50px;
      -webkit-flex-basis: 50px;
      text-align: right; }
    @media (max-width: 1200px) {
      .widget.blog-posts .post-data {
        display: block;
        overflow: hidden; }
        .widget.blog-posts .post-data .create-date,
        .widget.blog-posts .post-data .post-author {
          display: block; }
        .widget.blog-posts .post-data .post-comments {
          float: right; } }

.widget-post-grid .post-items {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px; }
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px; }
@media (min-width: 769px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.6333%; } }
@media (min-width: 480px) and (max-width: 768px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    max-width: 50%; } }
.widget-post-grid .post-image {
  margin-bottom: 15px; }

.widget-post-list .item-wrapper {
  margin-bottom: 50px;
  overflow: hidden; }
.widget-post-list .post-item:last-child .item-wrapper {
  margin-bottom: 0; }
.widget-post-list .post-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 38%; }
.widget-post-list .post-content-wrapper {
  overflow: hidden; }
.widget-post-list .post-short-content {
  margin-bottom: 10px; }
@media (max-width: 768px) {
  .widget-post-list .post-image {
    max-width: 45%;
    margin-bottom: 10px; }
  .widget-post-list .post-content-wrapper {
    overflow: unset; } }
@media (max-width: 421px) {
  .widget-post-list .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0; } }

.widget-post-column .post-item {
  margin-bottom: 30px; }
  .widget-post-column .post-item:last-child {
    margin-bottom: 0; }
.widget-post-column .post-image {
  margin-bottom: 10px; }
.widget-post-column .post-link {
  display: table; }
.widget-post-column .post-short-content {
  margin-bottom: 8px; }

.post-page {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .post-page .post-text {
    margin-bottom: 25px; }
  .post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999999; }
    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
      display: inline-block;
      margin-right: 20px; }
      .post-page .post-data .create-date span, .post-page .post-data .create-date a,
      .post-page .post-data .post-author span,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments span,
      .post-page .post-data .post-comments a {
        display: inline-block; }
      .post-page .post-data .create-date a,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments a {
        color: #999999;
        text-decoration: none; }
        .post-page .post-data .create-date a:hover,
        .post-page .post-data .post-author a:hover,
        .post-page .post-data .post-comments a:hover {
          color: #000; }
      .post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before,
      .post-page .post-data .post-author a span:before,
      .post-page .post-data .post-author:before,
      .post-page .post-data .post-comments a span:before,
      .post-page .post-data .post-comments:before {
        font-size: 18px;
        line-height: 18px;
        padding-right: 4px;
        color: #000;
        vertical-align: middle; }
    .post-page .post-data .create-date time {
      display: inline-block; }
    @media (max-width: 480px) {
      .post-page .post-data {
        overflow: hidden; }
        .post-page .post-data .create-date,
        .post-page .post-data .post-author,
        .post-page .post-data .post-comments {
          display: block;
          margin-bottom: 3px; } }
  .post-page .post-relatedproducts .block.related {
    float: none; }
    .post-page .post-relatedproducts .block.related .owl-carousel .product-item {
      width: 100%; }
    .post-page .post-relatedproducts .block.related .product-item {
      width: 33.33%; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-info {
        width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-photo {
        display: block;
        text-align: center; }

.post-comments-block {
  margin-bottom: 68px; }
  .post-comments-block .post-comments-content {
    margin-bottom: 48px; }
  .post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px; }
  .post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8; }
    .post-comments-block .comment-info .post-data {
      float: right;
      margin: 0 0 0 5px;
      border: none;
      padding: 0; }
      .post-comments-block .comment-info .post-data .create-date {
        margin: 0; }
        .post-comments-block .comment-info .post-data .create-date time {
          display: inline-block; }
    .post-comments-block .comment-info .comment-author {
      margin-top: 0; }
  .post-comments-block .comment-add .subtitle {
    margin-bottom: 30px; }
  .post-comments-block .comment-add .fieldset {
    margin-bottom: 0; }
    .post-comments-block .comment-add .fieldset .field {
      margin-bottom: 28px; }
  @media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
      float: left;
      margin: 0;
      min-width: 90px; }
    .post-comments-block .comment-add .control {
      overflow: hidden; }
      .post-comments-block .comment-add .control input {
        width: 327px; }
      .post-comments-block .comment-add .control textarea {
        height: 242px; }
    .post-comments-block .comment-add .comment-form-actions {
      margin-left: 90px; } }

.block.related-posts .block-title {
  margin-bottom: 30px; }
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none; }
  .block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0; }
    .block.related-posts .related-post-list li h5.post-title {
      margin: 0;
      font-weight: normal; }
      .block.related-posts .related-post-list li h5.post-title a {
        display: block;
        text-decoration: none;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-size: 14px;
        line-height: 51px;
        color: #000000;
        border-top: solid 1px #e8e8e8; }
        .block.related-posts .related-post-list li h5.post-title a:hover {
          background: #e8e8e8;
          padding-left: 15px; }
  @media (min-width: 767px) {
    .block.related-posts .related-post-list {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -15px; }
      .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%; } }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px; } }
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px; }
  .block.related-posts .related-post-grid .inner {
    padding: 0 15px; }
  .block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px; }
    .block.related-posts .related-post-grid .post-image img {
      vertical-align: top; }
  .block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: normal;
    line-height: normal; }
    .block.related-posts .related-post-grid h5.post-title a {
      font-size: 14px;
      color: #000000; }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px; } }

.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px; }
  .block-blog-categories .block-title strong,
  .block-recent-posts .block-title strong,
  .block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px; }
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px; }
  .block-blog-categories .block-content ul li,
  .block-recent-posts .block-content ul li,
  .block-recent-comments .block-content ul li {
    margin: 15px 0 0;
    padding-top: 15px;
    border-top: solid 1px #e8e8e8; }
    .block-blog-categories .block-content ul li:first-child,
    .block-recent-posts .block-content ul li:first-child,
    .block-recent-comments .block-content ul li:first-child {
      border: none;
      margin-top: 0;
      padding-top: 0; }

.block-blog-categories .block-content #blog-show-all {
  cursor: pointer; }
  .block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline; }
  .block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none; }

.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px; }
  .block-recent-comments .title-section strong {
    font-weight: 600; }
    .block-recent-comments .title-section strong:before {
      font-size: 18px;
      line-height: 16px;
      vertical-align: middle; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.post-page {
  /* display none until init */
  	/*
       *  Core Owl Carousel CSS File
       */
  /***/
  /* fix */ }
  .post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
  .post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .post-page .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .post-page .owl-carousel .owl-item {
    float: left; }
  .post-page .owl-controls .owl-page,
  .post-page .owl-controls .owl-buttons div {
    cursor: pointer; }
  .post-page .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent; }
  .post-page .owl-carousel .owl-controls .owl-nav .owl-prev,
  .post-page .owl-carousel .owl-controls .owl-nav .owl-next,
  .post-page .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .post-page .owl-carousel .owl-wrapper,
  .post-page .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
    .post-page .owl-controls .owl-prev {
      display: inline-block; }
      .post-page .owl-controls .owl-prev:before {
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .post-page .owl-controls .owl-next {
      display: inline-block; }
      .post-page .owl-controls .owl-next:before {
        display: inline-block;
        font-family: "Material Icons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
    .post-page .owl-controls .owl-prev,
    .post-page .owl-controls .owl-next {
      cursor: pointer;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
      border-radius: 500px;
      transition: 0.2s;
      border: solid 1px transparent; }
      .post-page .owl-controls .owl-prev:before,
      .post-page .owl-controls .owl-next:before {
        font-size: 36px;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .post-page .owl-controls .owl-prev:hover,
      .post-page .owl-controls .owl-next:hover {
        border-color: #000; }

.posts-list-wrapper .toolbar-top {
  margin-bottom: 48px; }

.block-posts-list .post-items {
  margin: 0; }
  .block-posts-list .post-items .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 120px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid #eae9e9; }
    .block-posts-list .post-items .post-item:last-child {
      margin-bottom: 0;
      border-bottom: none; }
    @media (min-width: 480px) {
      .block-posts-list .post-items .post-item {
        padding: 0 0 63px 0; } }
    .block-posts-list .post-items .post-item .item-wrapper {
      padding-bottom: 0;
      position: relative; }
  .block-posts-list .post-items .post-title {
    margin-bottom: 0; }
    .block-posts-list .post-items .post-title h3 {
      font-size: 26px;
      line-height: 1;
      margin-bottom: 33px; }
      .block-posts-list .post-items .post-title h3 a a {
        font-weight: 600; }
  .block-posts-list .post-items .post-image {
    margin-bottom: 30px; }
  .block-posts-list .post-items a.post-link {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: absolute;
    bottom: -85px;
    right: auto;
    left: 0; }
    .block-posts-list .post-items a.post-link:hover {
      color: #FFF; }
    .block-posts-list .post-items a.post-link span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .block-posts-list .post-items a.post-link {
        font-size: 12px; } }
    @media (min-width: 480px) {
      .block-posts-list .post-items a.post-link {
        bottom: -10px;
        right: 0;
        left: auto; } }
  .block-posts-list .post-items .post-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px; }
    .block-posts-list .post-items .post-data > span {
      margin-right: 35px;
      margin-bottom: 10px; }
      .block-posts-list .post-items .post-data > span:before {
        font-size: 22px !important; }
    .block-posts-list .post-items .post-data .create-date:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
    .block-posts-list .post-items .post-data .create-date time {
      display: inline-block; }
    .block-posts-list .post-items .post-data .post-author:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
    .block-posts-list .post-items .post-data .post-comments {
      text-align: left; }
      .block-posts-list .post-items .post-data .post-comments:before {
        display: inline-block;
        font-family: "Linearicons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
.block-posts-list .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px; }
  .block-posts-list .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px; }
    .block-posts-list .post-data > span:before {
      font-size: 22px !important; }
  .block-posts-list .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""; }
  .block-posts-list .post-data .create-date time {
    display: inline-block; }
  .block-posts-list .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""; }
  .block-posts-list .post-data .post-comments {
    text-align: left; }
    .block-posts-list .post-data .post-comments:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }

.tm-blog-post-view .page-title-wrapper {
  margin-bottom: 10px; }
  .tm-blog-post-view .page-title-wrapper .container, .tm-blog-post-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .tm-blog-post-view .page-title-wrapper #maincontent {
    padding: 0;
    width: 100%;
    max-width: 100%; }
.tm-blog-post-view .page-title {
  text-align: left; }
  .tm-blog-post-view .page-title span {
    font-size: 25px;
    line-height: 1.3;
    display: inline-block; }
    @media (min-width: 992px) {
      .tm-blog-post-view .page-title span {
        font-size: 30px; } }
    @media (min-width: 1200px) {
      .tm-blog-post-view .page-title span {
        font-size: 35px; } }

.post-page .post-text {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eae9e9; }
  .post-page .post-text img {
    margin-bottom: 30px; }
.post-page .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px; }
  .post-page .post-data > span {
    margin-right: 35px;
    margin-bottom: 10px; }
    .post-page .post-data > span:before {
      font-size: 22px !important; }
  .post-page .post-data .create-date:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""; }
  .post-page .post-data .create-date time {
    display: inline-block; }
  .post-page .post-data .post-author:before {
    display: inline-block;
    font-family: "Linearicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: ""; }
  .post-page .post-data .post-comments {
    text-align: left; }
    .post-page .post-data .post-comments:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
.post-page .post-data {
  margin-bottom: 35px; }

.post-comments-block .post-comments-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px; }
.post-comments-block .post-comment {
  background-color: transparent;
  padding: 35px 0;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 0; }
.post-comments-block .comment-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  margin-bottom: 5px; }
  .post-comments-block .comment-info div {
    float: none; }
  .post-comments-block .comment-info h3 {
    font-size: 14px;
    line-height: 1;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0; }
  .post-comments-block .comment-info span {
    line-height: 2rem; }
  .post-comments-block .comment-info .post-data {
    font-size: 14px;
    line-height: 1;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .post-comments-block .comment-info .create-date:before {
    display: none;
    content: ''; }
.post-comments-block .action {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF; }
  .post-comments-block .action:hover {
    color: #FFF; }
  .post-comments-block .action span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .post-comments-block .action {
      font-size: 12px; } }

.blog-posts.disable-carousel .post-items.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
.blog-posts.disable-carousel .post-item {
  padding: 0 15px;
  margin-bottom: 20px; }

.widget.blog-posts {
  padding-bottom: 58px;
  margin-bottom: 95px;
  border-bottom: 1px solid #eae9e9; }
  @media (max-width: 767px) {
    .widget.blog-posts {
      margin-bottom: 50px; } }
  .widget.blog-posts .post-data {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    border-top: none;
    font-size: 12px;
    line-height: 22px; }
    .widget.blog-posts .post-data > span {
      margin-right: 35px;
      margin-bottom: 10px; }
      .widget.blog-posts .post-data > span:before {
        font-size: 22px !important; }
    .widget.blog-posts .post-data .create-date:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
    .widget.blog-posts .post-data .create-date time {
      display: inline-block; }
    .widget.blog-posts .post-data .post-author:before {
      display: inline-block;
      font-family: "Linearicons";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0);
      content: ""; }
    .widget.blog-posts .post-data .post-comments {
      text-align: left; }
      .widget.blog-posts .post-data .post-comments:before {
        display: inline-block;
        font-family: "Linearicons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: ""; }
  .widget.blog-posts.last_widget {
    padding-bottom: 0;
    border-bottom: 0; }
  .widget.blog-posts .page-title {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .widget.blog-posts .page-title {
        text-align: left;
        padding-right: 70px; } }
  .widget.blog-posts .post-comments {
    display: inline-block; }
  .widget.blog-posts .post-items {
    margin: 0; }
    .widget.blog-posts .post-items .post-image {
      margin-bottom: 30px;
      overflow: hidden;
      position: relative; }
      .widget.blog-posts .post-items .post-image:before {
        content: "";
        position: absolute;
        border: 12px solid #000;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s ease; }
      .widget.blog-posts .post-items .post-image:hover:before {
        opacity: 0.6; }
    .widget.blog-posts .post-items .post-short-content {
      margin-bottom: 28px; }
    .widget.blog-posts .post-items .item-wrapper .post-data {
      margin-bottom: 22px; }
  .widget.blog-posts .owl-carousel {
    width: calc(100% + 30px); }
    @media (min-width: 1200px) {
      .widget.blog-posts .owl-carousel {
        width: calc(100% + 50px); } }
  .widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 100%;
    width: 30px;
    background: #FFF; }
    @media (min-width: 1200px) {
      .widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
        width: 50px; } }
  .widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
    padding: 0 30px 0 0; }
    @media (min-width: 1200px) {
      .widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
        padding: 0 50px 0 0; } }
  .widget.blog-posts .owl-controls {
    right: 30px; }
    @media (min-width: 1200px) {
      .widget.blog-posts .owl-controls {
        right: 50px; } }
  .widget.blog-posts .post-items .post-title {
    margin-bottom: 14px; }
  .widget.blog-posts .post-items .post-data {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: none;
    padding-top: 0;
    margin-bottom: 32px; }
  .widget.blog-posts .post-items .post-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0); }
    .widget.blog-posts .post-items .post-button:hover {
      color: #FFF; }
    .widget.blog-posts .post-items .post-button span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .widget.blog-posts .post-items .post-button {
        font-size: 12px; } }
  .widget.blog-posts .owl-controls {
    top: -70px; }
    .widget.blog-posts .owl-controls .owl-prev,
    .widget.blog-posts .owl-controls .owl-next {
      padding: 0;
      margin-left: 20px; }
      .widget.blog-posts .owl-controls .owl-prev::before,
      .widget.blog-posts .owl-controls .owl-next::before {
        font-family: "Linearicons";
        font-size: 22px;
        color: inherit;
        vertical-align: middle; }
    .widget.blog-posts .owl-controls .owl-prev:before {
      content: "\e93b"; }
    .widget.blog-posts .owl-controls .owl-next:before {
      content: "\e93c"; }
  @media (max-width: 479px) {
    .widget.blog-posts .post-items .post-item {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

@media (max-width: 991px) {
  .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
@media (max-width: 767px) {
  .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 480px) {
  .widget.blog-posts .post-items.list .item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .widget.blog-posts .post-items.list .item-wrapper .post-image {
      max-width: 250px;
      margin-right: 20px; } }

.post-content .block.related {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 767px) {
  .post-relatedproducts .block.related .owl-controls {
    top: -50px; } }
.related-posts .block-title {
  padding: 0; }
  @media (min-width: 768px) {
    .related-posts .block-title {
      font-size: 35px;
      text-align: center; } }
.related-posts .product-item {
  padding: 0 15px; }
.related-posts .post-image {
  margin-bottom: 30px; }
.related-posts .related-post-name {
  display: inline-block;
  margin-bottom: 20px; }
.related-posts .post-data > span {
  margin-bottom: 10px; }
.related-posts .owl-controls {
  top: -70px; }
  @media (max-width: 768px) {
    .related-posts .owl-controls {
      top: -61px; } }
  .related-posts .owl-controls .owl-prev,
  .related-posts .owl-controls .owl-next {
    padding: 0;
    margin-left: 20px; }
    .related-posts .owl-controls .owl-prev::before, .related-posts .owl-controls .owl-prev::before,
    .related-posts .owl-controls .owl-next::before,
    .related-posts .owl-controls .owl-next::before {
      font-family: "Linearicons";
      font-size: 22px;
      color: inherit;
      vertical-align: middle; }
  .related-posts .owl-controls .owl-prev:before {
    content: "\e93b"; }
  .related-posts .owl-controls .owl-next:before {
    content: "\e93c"; }

.widget.blog-posts .post-items.owl-carousel .post-item .item-wrapper {
  padding-bottom: 0; }

.sidebar .widget.blog-posts .page-title {
  text-align: left; }
.sidebar .widget.blog-posts .post-items .post-item {
  padding: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }
.sidebar .widget.blog-posts .post-items .post-data .post-author,
.sidebar .widget.blog-posts .post-items .post-data .post-comments {
  display: none; }

.layout_4 .sidebar .blog-posts .page-title {
  font-size: 26px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 25px; }

.grid-main.layout_4 .widget.blog-posts .post-data .post-author,
.grid-main.layout_4 .widget.blog-posts .post-data .post-comments {
  display: none; }

.logo-description-container {
  border: 1px solid #eae9e9;
  padding: 30px; }
  @media (min-width: 768px) {
    .logo-description-container {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .logo-description-container .logo-brand-wrap + .text-brand-wrap {
        padding-left: 20px; }
      .logo-description-container .logo-brand-wrap {
        min-width: 8%; } }
  @media (max-width: 767px) {
    .logo-description-container .logo-brand-wrap {
      text-align: center;
      border-bottom: 1px solid #eae9e9;
      padding-bottom: 10px;
      margin-bottom: 20px; } }
  .logo-description-container .category-brand-logo {
    margin: 0;
    float: none; }

.slider-pro-wrapper {
  z-index: 1; }
  .slider-pro-wrapper .link-slider {
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid;
    transition: all 0.3s ease !important; }
  .slider-pro-wrapper .button-slider.extra .link-slider {
    background: none; }
  .slider-pro-wrapper .sp-buttons {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center; }
    .slider-pro-wrapper .sp-buttons .sp-button {
      display: inline-block;
      border: 0;
      background: #000;
      width: 15px;
      height: 15px;
      margin: 0 15px;
      transition: all 0.2s ease 0s;
      position: relative;
      z-index: 4; }
      .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
        width: 25px;
        height: 25px;
        opacity: 0.6;
        top: -5px;
        left: -5px; }
      .slider-pro-wrapper .sp-buttons .sp-button:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: 30%;
        top: 30%;
        border: 5px solid;
        opacity: 0;
        border-radius: 50%;
        transition: all 0.3s ease; }
  .slider-pro-wrapper .sp-arrow {
    font-size: 22px;
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    line-height: 48px;
    transition: all 0.2s ease 0s; }
    .slider-pro-wrapper .sp-arrow:before, .slider-pro-wrapper .sp-arrow:after {
      right: 0;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      position: relative;
      transform: skew(0deg, 0deg);
      -webkit-transform: skew(0deg);
      background: none;
      display: block;
      font-family: "Linearicons"; }
    .slider-pro-wrapper .sp-arrow:hover {
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6); }
  .slider-pro-wrapper .sp-horizontal .sp-arrows {
    margin: 0; }
  .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 15%; }
    .slider-pro-wrapper .sp-horizontal .sp-previous-arrow:after {
      content: "\e93b"; }
  .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 15%; }
    .slider-pro-wrapper .sp-horizontal .sp-next-arrow:after {
      content: "\e93c"; }
  @media (max-width: 1199px) {
    .slider-pro-wrapper .button-slider {
      transform: scale(0.75) translate3d(0px, 0px, 0px) !important; }
    .slider-pro-wrapper .link-slider {
      padding: 11px 28px;
      margin-left: -5%; } }
  @media (max-width: 767px) {
    .slider-pro-wrapper .sp-arrow {
      height: 30px;
      width: 30px;
      line-height: 30px;
      font-size: 12px; }
    .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
      left: 2%; }
    .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
      right: 2%; }
    .slider-pro-wrapper .sp-buttons {
      bottom: 0; }
    .slider-pro-wrapper .desc-slider,
    .slider-pro-wrapper .slog-slider {
      display: none; }
    .slider-pro-wrapper .button-slider.top-min {
      margin-top: -17px; } }
  @media (max-width: 479px) {
    .slider-pro-wrapper .button-slider {
      transform: scale(0.65) translate3d(0px, 0px, 0px) !important;
      margin-top: -14px; }
    .slider-pro-wrapper .link-slider {
      margin-top: -15px;
      padding: 4px 28px; }
    .slider-pro-wrapper .sp-buttons {
      bottom: -7px; }
      .slider-pro-wrapper .sp-buttons .sp-button {
        width: 7px;
        height: 7px;
        margin: 0 10px; }
        .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
          width: 15px;
          height: 15px;
          top: -4px;
          left: -4px; } }

.columns .slider-pro-wrapper {
  margin-bottom: 50px; }
  .columns .slider-pro-wrapper .sp-horizontal .sp-arrows {
    top: 46.5%; }
  .columns .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 30px; }
  .columns .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 30px; }
  .columns .slider-pro-wrapper .slog-slider {
    text-align: center; }
  .columns .slider-pro-wrapper .link-slider {
    margin: 0; }
  @media (max-width: 479px) {
    .columns .slider-pro-wrapper .sp-previous-arrow {
      left: 15px; }
    .columns .slider-pro-wrapper .sp-next-arrow {
      right: 15px; }
    .columns .slider-pro-wrapper .link-slider {
      margin: 0 0 0 20%; } }

.slider-content-static {
  text-align: right;
  color: #fff;
  line-height: 1;
  text-transform: uppercase; }
  .slider-content-static.desc-slider {
    display: block; }
  @media (max-width: 767px) {
    .slider-content-static.button-slider {
      transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
      margin-top: 0; } }

.static-link-slider {
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 40px;
  border: 2px solid;
  line-height: 60px; }
  .static-link-slider:hover {
    color: #fff; }

.slider-content-static-2 {
  text-align: right;
  color: #fff;
  line-height: 1;
  text-transform: uppercase; }
  .slider-content-static-2.desc-slider {
    display: block; }
  @media (max-width: 767px) {
    .slider-content-static-2.button-slider {
      transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
      margin-top: 0; } }

/*
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../base/Magento/base/default/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"], .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
    line-height: 1.8rem; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    top: 0px;
    display: inline-block; }
.sidebar .block.widget.featured[role="tablist"] .block-content, .sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-items, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
    display: block; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
      max-width: 100%; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
      position: relative; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
      margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
    margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none; }
.sidebar .block.widget.featured[role="tablist"] .owl-controls, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center; }
.sidebar .block.widget.featured[role="tablist"] .category-title, .sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left; }
  .sidebar .block.widget.featured[role="tablist"] .category-title::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px); }
  .sidebar .block.widget.featured[role="tablist"] .category-title.active::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
    content: "\f106"; }
  .sidebar .block.widget.featured[role="tablist"] .category-title strong, .sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
  .sidebar .block.widget.featured [role="tablist"] .category-title strong,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
    padding: 0;
    font-size: 16px; }
.sidebar .block.widget.featured[role="tablist"] .category-content, .sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%; }
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    padding: 0 10px 10px 0; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px; }
  .sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0; }
  .sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible; }
  .sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0px;
    right: auto;
    top: -20px; }
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0; }
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0px; }
.sidebar .sidebar-featured .block {
  margin-bottom: 0; }
  .sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px; }

.tm-featured-switch-image-container {
  position: relative;
  overflow: hidden; }
  .tm-featured-switch-image-container .replaced {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%; }

.featured-listing-gallery .fotorama__arr,
.featured-listing-gallery .fotorama__thumb__arr,
.featured-listing-carousel .fotorama__arr,
.featured-listing-carousel .fotorama__thumb__arr {
  background: none; }
.featured-listing-gallery .fotorama__arr,
.featured-listing-carousel .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto; }
  .featured-listing-gallery .fotorama__arr .fotorama__arr__arr,
  .featured-listing-carousel .fotorama__arr .fotorama__arr__arr {
    background-image: none;
    background: rgba(0, 0, 0, 0.05);
    width: 40px;
    height: 40px; }
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #5a5e62; }
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f104"; }
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  content: '\f105'; }

.block.featured:before, .block.featured:after {
  display: table;
  content: "";
  line-height: 0; }
.block.featured:after {
  clear: both; }
.block.featured .loader > div {
  position: relative;
  overflow: hidden; }
  .block.featured .loader > div::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../../frontend/TemplateMonster/theme007/en_GB/images/loader.gif) center 100px no-repeat;
    z-index: -1; }
.block.featured .product-image-wrapper {
  height: auto; }
.block.featured .product-image-photo {
  position: relative; }
.block.featured .is-carousel .owl-carousel:not(.owl-loaded) .product-item {
  max-width: 300px; }
.block.featured .is-carousel .owl-dots {
  text-align: center;
  margin-bottom: -25px;
  position: relative;
  margin-top: 15px; }
.block.featured .is-carousel .owl-dot {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 100%;
  background: #000;
  display: inline-block; }
  .block.featured .is-carousel .owl-dot:hover,
  .block.featured .is-carousel .owl-dot .active {
    background: #ccc; }
.block.featured[role="tablist"] .page-title {
  margin-right: 15px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  transition: all 0.3s ease;
  float: left; }
  .block.featured[role="tablist"] .page-title:before, .block.featured[role="tablist"] .page-title:after {
    font-size: 14px;
    top: 3px;
    display: none; }
.block.featured[role="tablist"] .block-content {
  float: right;
  margin-left: -100%;
  padding: 3rem 0 0;
  width: 100%;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .block.featured[role="tablist"] .page-title {
    display: block;
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 10px;
    float: none; }
    .block.featured[role="tablist"] .page-title:before, .block.featured[role="tablist"] .page-title:after {
      display: block; }
  .block.featured[role="tablist"] .block-content {
    float: none;
    margin-left: 0;
    margin-bottom: 35px; }
  .block.featured[role="tablist"][role="tablist"] {
    border: 1px solid #eae9e9;
    padding: 10px; }
    .block.featured[role="tablist"][role="tablist"] .page-title {
      transition: all 0s ease; }
    .block.featured[role="tablist"][role="tablist"] > .page-title:not(.active):nth-last-child(2) {
      padding-bottom: 0;
      border-bottom: 0; }
    .block.featured[role="tablist"][role="tablist"] .owl-nav {
      top: -40px; } }
.block.featured [role="tablist"] .category-title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 20px; }
  .block.featured [role="tablist"] .category-title strong {
    margin-bottom: 0;
    padding-right: 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal; }
  .block.featured [role="tablist"] .category-title:before {
    display: none; }
  .block.featured [role="tablist"] .category-title.active, .block.featured [role="tablist"] .category-title:hover {
    color: #000; }
.block.featured [role="tablist"] .category-content {
  text-align: left;
  float: right;
  margin-left: -100%;
  padding: 70px 0 0;
  width: 100%; }
.block.featured [role="tablist"] .owl-nav {
  top: -48px; }
@media (max-width: 767px) {
  .block.featured [role="tablist"] .category-title {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    padding-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #eae9e9;
    float: none; }
    .block.featured [role="tablist"] .category-title:before {
      display: block; }
  .block.featured [role="tablist"] .category-content {
    float: none;
    margin-left: 0;
    padding-top: 50px; }
  .block.featured [role="tablist"][role="tablist"] {
    border: 1px solid #eae9e9;
    padding: 10px; }
    .block.featured [role="tablist"][role="tablist"] > .category-title:not(.active):nth-last-child(2) {
      padding-bottom: 0;
      border-bottom: 0; }
    .block.featured [role="tablist"][role="tablist"] .owl-nav {
      top: -40px; } }
.block.featured .fotorama-item .fotorama__stage {
  margin-bottom: 0; }

.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"], .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
    line-height: 1.8rem; }
  .sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
  .sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
    top: 0px;
    display: inline-block; }
.sidebar .block.widget.featured[role="tablist"] .block-content, .sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-items, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
    display: block; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
      max-width: 100%; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
      position: relative; }
    .sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
    .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
      margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
    margin: 0; }
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
  .sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none; }
.sidebar .block.widget.featured[role="tablist"] .owl-controls, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center; }
  .sidebar .block.widget.featured[role="tablist"] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls .owl-pagination .owl-page,
  .sidebar .block.widget.featured [role="tablist"] .owl-controls .owl-pagination .owl-page,
  .sidebar .block.widget.featured [role="tabpanel"] .owl-controls .owl-pagination .owl-page {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
.sidebar .block.widget.featured[role="tablist"] .category-title, .sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left; }
  .sidebar .block.widget.featured[role="tablist"] .category-title::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 400;
    text-rendering: auto;
    transform: translate(0px, 0px); }
  .sidebar .block.widget.featured[role="tablist"] .category-title.active::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
    content: "\f106"; }
  .sidebar .block.widget.featured[role="tablist"] .category-title strong, .sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
  .sidebar .block.widget.featured [role="tablist"] .category-title strong,
  .sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
    padding: 0;
    font-size: 16px; }
.sidebar .block.widget.featured[role="tablist"] .category-content, .sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%; }
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item {
    float: none;
    display: block;
    margin-bottom: 45px; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-info {
    display: block;
    margin-left: 0;
    margin-right: 0; }
  .sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
    display: none; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-details {
    overflow: hidden;
    display: block; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-photo {
    position: relative;
    display: inline-block;
    float: left;
    width: 30%;
    padding: 0 10px 10px 0; }
  .sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
    display: block;
    margin-bottom: 5px; }
  .sidebar .block.widget.featured .products-list .product-items .product-image-photo {
    padding: 0; }
  .sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
    overflow: visible; }
  .sidebar .block.widget.featured .products-list .product-items .product-label {
    left: 0px;
    right: auto;
    top: -20px; }
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0; }
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0px; }
.sidebar .sidebar-featured .block {
  margin-bottom: 0; }
  .sidebar .sidebar-featured .block .block-title {
    margin-bottom: 5px; }

.widget.featured .product-items.owl-carousel {
  margin: 0; }
.widget.featured .owl-item .product-item {
  max-width: 100%; }
.widget.featured .products-grid .product-item {
  border-bottom: 0;
  padding-bottom: 0; }
.widget.featured .product-item {
  position: relative; }
  .widget.featured .product-item .product-label {
    font-size: 12px;
    background: #000;
    font-weight: normal;
    color: #FFF;
    text-transform: capitalize;
    padding: 2px 8px 0;
    line-height: 19px;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    z-index: 2; }
.widget.featured .page-title {
  text-align: center;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .widget.featured .page-title {
      text-align: left;
      padding-right: 70px; } }
.widget.featured .product-item-info {
  position: relative; }
.widget.featured .owl-nav {
  position: absolute;
  top: -70px;
  right: 20px; }
  .widget.featured .owl-nav .owl-prev,
  .widget.featured .owl-nav .owl-next {
    padding: 0;
    margin-left: 20px;
    display: inline-block; }
    .widget.featured .owl-nav .owl-prev::before,
    .widget.featured .owl-nav .owl-next::before {
      font-family: "Linearicons";
      font-size: 22px;
      color: inherit;
      vertical-align: middle; }
  .widget.featured .owl-nav .owl-prev:before {
    content: "\e93b"; }
  .widget.featured .owl-nav .owl-next:before {
    content: "\e93c"; }
.widget.featured.products-center .product-item-info {
  text-align: center; }
.widget.featured .rating-summary .label {
  display: none; }
.widget.featured .block-title {
  margin-bottom: 50px; }
.widget.featured .list .product-reviews-summary {
  padding-top: 0; }
.widget.featured .list .reviews-actions {
  display: none; }
.widget.featured .list .product-item-details {
  padding-right: 0; }
.widget.featured .products-list .product-item-info {
  margin: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.widget.featured .products-list .product-item {
  margin-bottom: 30px; }
  .widget.featured .products-list .product-item:last-child {
    margin-bottom: 0; }
.widget.featured .products-list .product-item-photo {
  width: 155px; }
.widget.featured .products-list .price-box {
  margin-bottom: 12px; }
.widget.featured .products-list .price {
  font-size: 24px; }
.widget.featured .products-list .old-price .price {
  font-size: 16px; }
@media (max-width: 991px) {
  .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; } }
@media (max-width: 479px) {
  .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .featured .products-list .product-item-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sidebar .featured .products-list .product-item-info .product-item-photo {
      margin-bottom: 10px; } }

.featured-banner-flex .featured-banner {
  margin-bottom: 20px; }

.layout_4 .products-list .product-items {
  border-top: 1px solid #eae9e9;
  padding-top: 80px; }
  @media (max-width: 1199px) {
    .layout_4 .products-list .product-items {
      padding-top: 30px; } }
.layout_4 .widget.featured .owl-nav {
  top: -97px; }
  .layout_4 .widget.featured .owl-nav .owl-prev::before,
  .layout_4 .widget.featured .owl-nav .owl-next::before {
    font-size: 16px; }

.catalog-image-grid {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 49px;
  margin-bottom: 102px; }
  @media (max-width: 1199px) {
    .catalog-image-grid {
      padding-bottom: 5px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .catalog-image-grid {
      padding-bottom: 0;
      margin-bottom: 50px; } }
  .catalog-image-grid.last_widget {
    margin-bottom: 0; }
  .catalog-image-grid.clear-style {
    border: 0;
    padding: 0;
    margin: 0; }
    .catalog-image-grid.clear-style .category-image {
      margin: 0; }

.catalog-image-grid-clear .category-image {
  margin: 0; }

.category-grid > li {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 22px; }
  @media (min-width: 1354px) {
    .category-grid > li {
      padding-left: 25px;
      padding-right: 25px; } }
.category-grid .category-name {
  font-size: 20px;
  line-height: normal;
  display: block; }
.category-grid .category-image {
  display: block;
  overflow: hidden; }
.category-grid.thumbnail_image .category-name {
  padding: 18px 0; }
.category-grid.thumbnail_image a {
  display: block; }
  .category-grid.thumbnail_image a:hover img {
    transform: scale(1.03, 1.03) rotate(0.03deg); }
.category-grid.thumbnail_image img {
  transition: all 0.3s ease; }
@media (max-width: 479px) {
  .category-grid.thumbnail_image.row li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    max-width: 100%; } }
.category-grid.font_icon a {
  display: inline-block; }
.category-grid.font_icon i {
  display: block;
  margin-bottom: 19px; }
.category-grid.font_icon li {
  margin-bottom: 60px; }
@media (max-width: 991px) {
  .category-grid.font_icon.columns-6 > li {
    flex-basis: 25%;
    max-width: 25%; } }
@media (max-width: 767px) {
  .category-grid.font_icon {
    display: flex;
    flex-wrap: wrap; }
    .category-grid.font_icon .category-icon::before {
      font-size: 55px !important; }
    .category-grid.font_icon .category-name {
      font-size: 14px; } }
@media (max-width: 479px) {
  .category-grid.font_icon.columns-6 > li {
    flex-basis: 50%;
    max-width: 50%; } }

.category-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .category-list .grid-inner {
    position: relative;
    background: #fffde7; }
    .category-list .grid-inner:hover .category-image {
      opacity: 0.05; }
    .category-list .grid-inner:hover .grid-wrapper {
      opacity: 1; }
  .category-list .category-image {
    display: block;
    transition: all 0.3s ease; }
  .category-list .grid-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease; }
  .category-list .category-name {
    display: block;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px; }
  .category-list .category-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    padding: 19px 45px; }
    .category-list .category-button:hover {
      color: #FFF; }
    .category-list .category-button span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-list .category-button {
        font-size: 12px; } }
  .category-list img {
    width: 100%; }

.category-grid-full {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .category-grid-full .grid-inner {
    position: relative; }
    .category-grid-full .grid-inner:before {
      content: "";
      display: block;
      position: absolute;
      border: 12px solid #000;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 0.3s ease; }
    .category-grid-full .grid-inner:hover:before {
      opacity: 0.6; }
  .category-grid-full .category-image {
    display: block;
    margin-bottom: 0; }
  .category-grid-full .inner {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px;
    color: #fff; }
    .category-grid-full .inner a {
      color: #fff; }
  .category-grid-full .category-name {
    font-size: 45px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block; }
    .category-grid-full .category-name span {
      font-size: 35px;
      display: block;
      font-weight: 300; }
  .category-grid-full .subcategory-grid {
    margin-bottom: 45px; }
    .category-grid-full .subcategory-grid li {
      display: inline-block; }
    .category-grid-full .subcategory-grid a {
      font-size: 12px; }
      .category-grid-full .subcategory-grid a:hover {
        text-decoration: underline; }
  .category-grid-full .button-more {
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block; }
    .category-grid-full .button-more:before {
      display: inline-block;
      float: right;
      font-family: "Linearicons";
      content: "\e93c";
      font-size: 12px;
      text-align: center;
      width: 27px;
      height: 27px;
      line-height: 27px;
      border-radius: 50%;
      background: #fff;
      color: #000;
      margin: -3px 0 0 17px;
      transition: all 0.3s ease; }
    .category-grid-full .button-more:hover:before {
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5); }
  .category-grid-full img {
    width: 100%; }
  .category-grid-full.thumbnail_image .subcategory-grid li:not(:first-child):before {
    content: ",";
    margin: 0 2px; }
  @media (max-width: 1721px) and (min-width: 1130px) {
    .category-grid-full .inner {
      padding: 25px; }
    .category-grid-full .category-name {
      font-size: 30px;
      margin-bottom: 20px; }
      .category-grid-full .category-name span {
        font-size: 20px; }
    .category-grid-full .subcategory-grid {
      margin-bottom: 25px; } }
  @media (max-width: 1131px) {
    .category-grid-full.columns-4 > li {
      -webkit-flex-basis: 50% !important;
      -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
      max-width: 50% !important; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .category-grid-full.columns-3 > li {
      -webkit-flex-basis: 50% !important;
      -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
      max-width: 50% !important; } }
  @media (max-width: 767px) {
    .category-grid-full.columns-3 > li {
      -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
      max-width: 100% !important; } }
  @media (max-width: 767px) and (min-width: 539px) {
    .category-grid-full .inner {
      padding: 30px; }
    .category-grid-full .category-name {
      font-size: 25px;
      margin-bottom: 15px; }
      .category-grid-full .category-name span {
        font-size: 20px; }
    .category-grid-full .subcategory-grid {
      margin-bottom: 20px; } }
  @media (max-width: 540px) {
    .category-grid-full.columns-4 > li {
      -webkit-flex-basis: 100% !important;
      -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
      max-width: 100% !important; } }
  @media (max-width: 479px) {
    .category-grid-full .inner {
      padding: 30px; }
    .category-grid-full .category-name {
      font-size: 32px; }
      .category-grid-full .category-name span {
        font-size: 26px; } }

.catalog-image-grid-lt-2 {
  margin-bottom: 75px; }

.parallax-container {
  margin-bottom: 92px;
  text-align: center; }
  .parallax-container .rd-parallax-inner {
    min-height: 658px; }
  .parallax-container .parallax-title {
    font-size: 84px;
    line-height: 84px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px; }
  .parallax-container .parallax-slog {
    font-size: 24px;
    line-height: normal;
    color: #FFF; }
  .parallax-container .link-parallax {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF;
    margin-top: 50px;
    padding: 17px 40px;
    font-size: 16px; }
    .parallax-container .link-parallax:hover {
      color: #FFF; }
    .parallax-container .link-parallax span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .parallax-container .link-parallax {
        font-size: 12px; } }
  .parallax-container .parallax-slog-2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 43px; }
  .parallax-container .parallax-title-2 {
    font-size: 84px;
    line-height: 87px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -15px; }
    .parallax-container .parallax-title-2 strong {
      display: block;
      font-weight: bold; }
  @media (max-width: 991px) {
    .parallax-container {
      padding-bottom: 50px;
      margin-bottom: 50px; }
      .parallax-container .rd-parallax-inner {
        min-height: 300px;
        padding: 65px 20px; }
      .parallax-container .parallax-title {
        font-size: 41px;
        line-height: 50px; }
      .parallax-container .parallax-slog {
        font-size: 18px; }
      .parallax-container .parallax-slog-2 {
        font-size: 20px; }
      .parallax-container .parallax-title-2 {
        font-size: 46px;
        line-height: 50px;
        color: #fff;
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .parallax-container .parallax-title-2 {
      font-size: 38px; } }

.mobile .parallax-container .text-layout {
  padding: 50px 0; }

@media (max-width: 991px) {
  .parallax-container.parallax-4 {
    padding-bottom: 0; } }

@font-face {
  font-family: 'furniture';
  src: url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.eot?3955673");
  src: url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.eot?3955673#iefix") format("embedded-opentype"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.woff2?3955673") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.woff?3955673") format("woff"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.ttf?3955673") format("truetype"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/fontello/furniture.svg?3955673#furniture") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="furniture-icon-"]:before, [class*=" furniture-icon-"]:before {
  font-family: "furniture";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.furniture-icon-16:before {
  content: '\e800'; }

/* 'юаА' */
.furniture-icon-14:before {
  content: '\e801'; }

/* 'юаБ' */
.furniture-icon-13:before {
  content: '\e802'; }

/* 'юаВ' */
.furniture-icon-12:before {
  content: '\e803'; }

/* 'юаГ' */
.furniture-icon-09:before {
  content: '\e804'; }

/* 'юаД' */
.furniture-icon-10:before {
  content: '\e805'; }

/* 'юаЕ' */
.furniture-icon-08:before {
  content: '\e806'; }

/* 'юаЖ' */
.furniture-icon-07:before {
  content: '\e807'; }

/* 'юаЗ' */
.furniture-icon-06:before {
  content: '\e808'; }

/* 'юаИ' */
.furniture-icon-05:before {
  content: '\e809'; }

/* 'юаЙ' */
.furniture-icon-04:before {
  content: '\e80a'; }

/* 'юаК' */
.furniture-icon-03:before {
  content: '\e80b'; }

/* 'юаЛ' */
.furniture-icon-02:before {
  content: '\e80c'; }

/* 'юаМ' */
.furniture-icon-01:before {
  content: '\e80d'; }

/* 'юаН' */
.map-title {
  display: none; }

.block-googlemap-home {
  position: relative; }
  .block-googlemap-home .map-title {
    text-align: center;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    height: 64px;
    line-height: 64px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 64px;
    font-size: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -50px;
    display: none; }
    .block-googlemap-home .map-title:before {
      font-family: "Linearicons";
      content: "\e93a";
      font-size: 30px; }

.layout-switcher {
  z-index: 3; }
  .layout-switcher .select-container select {
    min-height: 30px; }
  .layout-switcher .select-container::after {
    top: 3px; }
  .layout-switcher label {
    padding-bottom: 0; }
  .layout-switcher section .inner {
    padding-bottom: 15px; }
  @media (max-height: 800px) {
    .layout-switcher form {
      overflow-y: scroll;
      max-height: 400px; } }

.sm-wrapper {
  padding: 30px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .sm-wrapper .logo {
    display: table;
    margin: 0 auto 30px; }
  .sm-wrapper .copyright {
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 30px; }

.sm-container-wrapper {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset;
  padding: 0 20px; }

.sm-main {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  padding: 180px 0; }

.sm-title {
  font-weight: 500;
  line-height: 1; }

#sm-content-block {
  margin-bottom: 65px; }
  #sm-content-block .sm-title {
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: 800; }
  #sm-content-block .sm-description {
    font-size: 16px;
    line-height: 28px; }

#sm-subscription-block .sm-title {
  font-size: 35px;
  margin-bottom: 40px; }

.sm-content {
  max-width: 450px;
  margin: 0 auto; }
  .sm-content .sm-button {
    background: #FFF;
    padding: 11px 19px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    color: #FFF; }
    .sm-content .sm-button:hover {
      color: #FFF; }
    .sm-content .sm-button span {
      vertical-align: sub; }
    @media (min-width: 768px) and (max-width: 991px) {
      .sm-content .sm-button {
        font-size: 12px; } }

.sm-subscription {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .sm-subscription input {
    margin-right: 10px;
    height: 50px; }

#sm-timer-block {
  margin-bottom: 50px; }

#sm-timer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 75px;
  font-weight: 500;
  line-height: 1; }
  #sm-timer > div {
    min-width: 125px;
    position: relative;
    margin: 0 8px; }
  #sm-timer span {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: 8px; }
  #sm-timer b {
    position: absolute;
    top: 20%;
    right: -17%; }

@media (max-width: 767px) {
  #sm-content-block {
    margin-bottom: 30px; }

  #sm-content-block .sm-title {
    font-size: 30px;
    margin-bottom: 25px; }

  #sm-content-block .sm-description {
    font-size: 14px;
    line-height: 20px; }

  #sm-subscription-block .sm-title {
    font-size: 20px;
    margin-bottom: 15px; }

  #sm-timer {
    font-size: 26px; }
    #sm-timer > div {
      min-width: 30px; }
    #sm-timer span {
      font-size: 14px; }
    #sm-timer b {
      right: -16px; } }
@media (max-width: 479px) {
  .sm-main {
    padding: 50px 0; }

  .sm-subscription {
    display: block; }

  .sm-button {
    width: 100%;
    margin-top: 10px; } }
.widget.brands {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 60px;
  margin-bottom: 110px;
  margin-top: -25px; }
  @media (max-width: 1199px) {
    .widget.brands {
      margin-bottom: 40px;
      padding-bottom: 40px;
      margin-top: 0; } }
  .widget.brands .block-content .brandlist {
    margin-bottom: 0; }

.brand-list .brand-item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px; }
  @media (min-width: 1354px) {
    .brand-list .brand-item {
      padding-left: 25px;
      padding-right: 25px; } }
  @media (max-width: 1199px) {
    .brand-list .brand-item {
      -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
      max-width: 33.3333%; } }
  @media (max-width: 991px) {
    .brand-list .brand-item {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 30px; } }
  .brand-list .brand-item .inner {
    padding: 25px 25px 35px;
    border: 1px solid #eae9e9; }
  .brand-list .brand-item .brand-item-name {
    margin: 0;
    font-size: 20px;
    font-weight: normal; }
    @media (max-width: 991px) {
      .brand-list .brand-item .brand-item-name {
        font-size: 16px; } }

.product-brand {
  display: inline-block;
  text-align: center;
  padding: 0;
  border: 1px solid #eae9e9; }
  .product-brand .product-brand-logo {
    max-width: 90px;
    margin: 0 auto; }
  .product-brand .product-brand-name {
    padding: 4px;
    margin: 0;
    border-bottom: 1px solid #eae9e9; }

.widget.brands .brand-logo:hover {
  opacity: 0.7; }

/*# sourceMappingURL=modules.css.map */
@charset "UTF-8";
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-300.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-regular.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-600.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-700.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-800.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/open-sans/open-sans-v13-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-300.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-500.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-regular.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-600.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-700.woff2") format("woff2"), url("../../frontend/TemplateMonster/theme007/en_GB/fonts/poppins/poppins-v1-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 20px;
  top: 15px;
  overflow: hidden;
  display: none; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-size: 22px;
    font-family: "Linearicons";
    content: "\e935"; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    opacity: 0.5; }
  .modal-custom .action-close span,
  .modal-popup .action-close span,
  .modal-slide .action-close span {
    display: none; }

.modals-overlay {
  z-index: 800; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(-200%);
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    transition-duration: .2s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease;
    display: flex;
    flex-direction: column;
    width: 75%; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie11 .modal-popup._inner-scroll .modal-inner-wrap, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-top: 1rem; }
    .modal-popup .modal-footer button {
      margin: 0 3px;
      background: #FFF;
      padding: 11px 19px 12px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      display: inline-block;
      border: 2px solid #eae9e9;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      color: #FFF; }
      .modal-popup .modal-footer button:hover {
        color: #FFF; }
      .modal-popup .modal-footer button span {
        vertical-align: sub; }
      @media (min-width: 768px) and (max-width: 991px) {
        .modal-popup .modal-footer button {
          font-size: 12px; } }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem; }
    @media (max-width: 767px) {
      .modal-popup.confirm .modal-inner-wrap {
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
        left: 0;
        right: 0; } }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #ccc;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

.modal-title {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px; }

@media (max-width: 768px -1) {
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 30px 15px;
      background-color: #fff;
      box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
      opacity: 1; }
    .custom-slide._show .modal-inner-wrap {
      -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -ms-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      transition-duration: .3s;
      -webkit-transition-property: -webkit-transform, visibility;
      transition-property: transform, visibility;
      transition-timing-function: ease-in-out;
      width: 310px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 0.5rem 0.5rem; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
@media print {
  .modal-popup {
    display: none;
    visibility: hidden;
    opacity: 0; } }
fieldset,
.fieldset {
  outline: none; }
  fieldset .field select,
  .fieldset .field select {
    width: 100%; }
  fieldset .field .select2-container,
  .fieldset .field .select2-container {
    max-width: 100%; }

.field {
  margin-bottom: 30px;
  position: relative; }
  .field.additional, .field.choice {
    margin-bottom: 0; }
  .field .label,
  .field label {
    margin-right: 30px;
    line-height: 24px;
    padding: 6px 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 600; }
  .field .checkbox {
    margin: .75rem .5rem 0 0; }
  .field input.qty {
    width: 6rem; }
  .field.required {
    transition: 0.3s ease; }
    .field.required._error {
      margin-bottom: 2rem; }
    .field.required div.mage-error {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; }
    .field.required .control {
      position: relative; }
      .field.required .control._with-tooltip input.input-text + div.mage-error {
        top: auto; }
      .field.required .control .field-tooltip.toggle {
        top: -22px; }

.legend,
legend {
  font-size: 1rem;
  font-weight: 600; }
  .legend + br,
  legend + br {
    display: none; }

.control .nested {
  margin-top: 1rem; }
  .control .nested .field {
    margin-bottom: 0; }

input[type="text"],
.input-text,
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 24px;
  min-height: 50px;
  background: #f6f6f6;
  border: 0; }
  input[type="text"].mage-error,
  .input-text.mage-error,
  input[type="email"].mage-error,
  input[type="password"].mage-error,
  input[type="number"].mage-error,
  select.mage-error,
  textarea.mage-error {
    box-shadow: 0 0 3px red inset;
    font-style: normal; }
  input[type="text"]::-webkit-input-placeholder,
  .input-text::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease; }
  input[type="text"]::-moz-placeholder,
  .input-text::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  select::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease; }
  input[type="text"]:-moz-placeholder,
  .input-text:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  select:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease; }
  input[type="text"]:-ms-input-placeholder,
  .input-text:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease; }
  input[type="text"]:focus::-webkit-input-placeholder,
  .input-text:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="number"]:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease; }
  input[type="text"]:focus::-moz-placeholder,
  .input-text:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="number"]:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease; }
  input[type="text"]:focus:-moz-placeholder,
  .input-text:focus:-moz-placeholder,
  input[type="email"]:focus:-moz-placeholder,
  input[type="password"]:focus:-moz-placeholder,
  input[type="number"]:focus:-moz-placeholder,
  select:focus:-moz-placeholder,
  textarea:focus:-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease; }
  input[type="text"]:focus:-ms-input-placeholder,
  .input-text:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="number"]:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease; }

input[type='number'] {
  -moz-appearance: textfield; }

select {
  height: 24px;
  outline: none; }
  select option {
    outline: none; }

textarea {
  max-width: 100%; }

p.required {
  color: #d73105; }

.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .form-inline .control input,
  .form-inline .control select,
  .form-inline .control textarea {
    width: auto; }

.field.required > .label::after,
.field._required > .label::after,
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after {
  color: #d73105;
  content: "*";
  font-size: 12px;
  margin: 0 0 0 5px; }

.radio,
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  height: 24px;
  margin: 6px 6px 0 0; }

.field.choice {
  position: relative; }
  .field.choice input[type=checkbox],
  .field.choice input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .field.choice input[type=checkbox] + .label,
  .field.choice input[type=radio] + .label {
    font-size: 16px;
    line-height: 18px; }
    .field.choice input[type=checkbox] + .label:before,
    .field.choice input[type=radio] + .label:before {
      display: inline-block;
      width: 18px;
      height: 18px;
      font-family: "Material Icons";
      font-style: normal;
      vertical-align: baseline;
      text-align: center;
      padding-right: 3px;
      font-weight: normal; }
    .field.choice input[type=checkbox] + .label span,
    .field.choice input[type=radio] + .label span {
      display: inline-block; }
  .field.choice input[type=checkbox] + .label:before {
    content: "\e835"; }
  .field.choice input[type=checkbox]:checked + .label:before {
    content: "\e834"; }
  .field.choice input[type=checkbox]:disabled:checked + .label:before {
    content: "\e834";
    pointer-events: none;
    opacity: .6; }
  .field.choice input[type=radio] + .label:before {
    content: '\e836'; }
  .field.choice input[type=radio]:checked + .label:before {
    content: "\e837"; }
  .field.choice input[type=checkbox]:disabled:checked + .label:before {
    content: "\e837";
    pointer-events: none;
    opacity: .6; }
  .field.choice input[type=checkbox]:disabled + .label:before,
  .field.choice input[type=radio]:disabled + .label:before {
    pointer-events: none;
    opacity: .6; }

.actions .action,
.actions-toolbar .action,
.box-actions .action,
.product-item-actions .action,
.checkout.methods .action {
  background: #FFF;
  padding: 11px 19px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }
  .actions .action:hover,
  .actions-toolbar .action:hover,
  .box-actions .action:hover,
  .product-item-actions .action:hover,
  .checkout.methods .action:hover {
    color: #FFF; }
  .actions .action span,
  .actions-toolbar .action span,
  .box-actions .action span,
  .product-item-actions .action span,
  .checkout.methods .action span {
    vertical-align: sub; }
  @media (min-width: 768px) and (max-width: 991px) {
    .actions .action,
    .actions-toolbar .action,
    .box-actions .action,
    .product-item-actions .action,
    .checkout.methods .action {
      font-size: 12px; } }

.actions-primary .action,
.primary .action,
.action.primary,
.checkout.methods .primary {
  color: #FFF; }

a.action.delete, a.action.edit, a.action.change-password {
  font-size: 20px;
  display: inline-block;
  padding: 13px 22px;
  border: 0;
  font-weight: normal; }
  a.action.delete span, a.action.edit span, a.action.change-password span {
    display: none; }
a.action.delete {
  font-family: "Linearicons"; }
  a.action.delete:before {
    content: "\e92a"; }
a.action.edit {
  font-family: "Linearicons"; }
  a.action.edit:before {
    content: "\e60d"; }

.block-minicart a.action.delete:before {
  content: "\e753"; }

.actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -0.25rem; }
  .actions-toolbar .action {
    margin: 0 0.25rem;
    display: inline-block; }

.mage-error:not(input):not(textarea) {
  font-size: .75rem;
  line-height: 1rem;
  font-style: italic;
  color: #F11F17;
  padding: 5px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.11); }

table.table {
  width: 100%;
  border-collapse: collapse; }
  table.table tr.row {
    display: table-row;
    margin: 0; }
    table.table tr.row .col {
      padding-right: 0; }
  table.table td {
    vertical-align: middle; }
  table.table th, table.table td {
    padding: 10px; }
    @media (min-width: 768px) {
      table.table th, table.table td {
        border-right: solid 1px #dadada; } }
    @media (min-width: 1200px) {
      table.table th, table.table td {
        padding: 30px; } }
    table.table th:last-child, table.table td:last-child {
      border-right: 0; }
    table.table th:first-child, table.table td:first-child {
      padding-left: 0; }
  table.table th {
    color: #000; }
  table.table thead {
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada; }
    table.table thead th {
      color: #000; }
      table.table thead th:last-child {
        border-right: 0; }
  table.table tbody {
    font-size: 12px; }
    @media (min-width: 768px) {
      table.table tbody th, table.table tbody td {
        border-bottom: solid 1px #dadada; } }
    @media (min-width: 1200px) {
      table.table tbody .price {
        font-size: 20px; } }
  table.table tfoot {
    border-bottom: solid 1px #dadada; }
    @media (min-width: 1200px) {
      table.table tfoot th, table.table tfoot td {
        padding-top: 10px;
        padding-bottom: 10px; }
      table.table tfoot tr:first-child th, table.table tfoot tr:first-child td {
        padding-top: 40px; }
      table.table tfoot tr:last-child th, table.table tfoot tr:last-child td {
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      table.table tfoot .price {
        font-size: 20px; } }
  table.table .col.name {
    font-size: 14px; }
    table.table .col.name strong {
      font-weight: normal; }
  @media (max-width: 768px) {
    table.table th {
      display: none; }
    table.table td {
      width: 100%;
      padding: 10px 0;
      display: block; }
      table.table td:before {
        font-weight: bold;
        display: block;
        border-bottom: solid 1px #dadada;
        content: attr(data-th);
        margin-bottom: 10px; } }
table.table-bordered {
  border-top: 2px solid;
  border-left: 1px solid #dadada; }
  table.table-bordered th,
  table.table-bordered td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada; }
table.data-table {
  width: 100%; }
  table.data-table th,
  table.data-table td {
    padding: 20px;
    vertical-align: middle; }
  table.data-table th {
    background: #ffffff;
    text-transform: uppercase;
    color: #000; }

dl dd {
  padding-left: 2rem; }

/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*/
/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.rd-navbar-wrap, .rd-navbar-static.rd-navbar--is-clone {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.rd-navbar.rd-navbar--is-clone {
  display: none; }

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
  display: block; }

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important; }

.rd-navbar-fixed .block,
.rd-navbar-static .block,
.rd-navbar-fullwidth .block,
.rd-navbar-sidebar .block {
  margin: 0; }

.rd-navbar-static {
  background: #ffffff; }
  .rd-navbar-static .rd-navbar-nav-wrap {
    width: 100%; }
  .rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transform: translateY(-105%);
    transform: translateY(-105%);
    z-index: 20; }
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
      display: none; }
    .rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
  .rd-navbar-static.rd-navbar--is-stuck {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #f0f0f0; }
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel {
      display: none; }
    .rd-navbar-static.rd-navbar--is-stuck .page-header__panel,
    .rd-navbar-static.rd-navbar--is-stuck .page-header__content {
      display: none; }

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar toggles
*/
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
@media (max-width: 767px) {
  .rd-navbar-nav {
    display: none; } }
.rd-navbar-toggle {
  display: none; }

@media (max-width: 767px) {
  .rd-navbar-toggle {
    display: block;
    border-right: 1px solid #eae9e9;
    width: 50px;
    height: 40px;
    position: fixed;
    z-index: 17;
    top: 14px;
    left: 0; }
    .rd-navbar-toggle span {
      display: block;
      transition: .3s all ease; }
      .rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
        font-family: "Linearicons";
        font-size: 27px;
        vertical-align: middle;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); }
      .rd-navbar-toggle span:after {
        content: "\e92b"; }
    .rd-navbar-toggle.active span:before {
      content: "\e935";
      font-size: 20px; }
    .rd-navbar-toggle.active span:after {
      font-size: 0; }
    .rd-navbar-toggle strong {
      display: none; }

  .rd-navbar-nav-wrap {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    top: -15px;
    left: 0;
    width: 320px;
    padding: 112px 0 56px;
    bottom: -56px;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 15;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%); }
    .rd-navbar-nav-wrap.active {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .rd-navbar-nav-wrap .welcome {
      display: block;
      font-size: 12px;
      border-top: 1px solid #eae9e9;
      border-bottom: 1px solid #eae9e9;
      padding: 30px 0;
      margin: 20px 30px 0; }

  .rd-navbar-nav {
    display: block;
    overflow: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    height: 100%; }
    .rd-navbar-nav:before, .rd-navbar-nav:after {
      content: '';
      display: block;
      height: 8px; }
    .rd-navbar-nav > li {
      margin-bottom: 15px;
      padding: 0 60px 0 30px; }
      .rd-navbar-nav > li:last-child {
        margin-bottom: 0; }
      .rd-navbar-nav > li > a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        padding: 5px 0; }
    .rd-navbar-nav li.opened > .rd-navbar-submenu-toggle:before {
      content: "\e939"; }

  .rd-navbar-dropdown,
  .rd-navbar-megamenu {
    display: none; }
    .rd-navbar-dropdown .rd-navbar-dropdown,
    .rd-navbar-megamenu .rd-navbar-dropdown {
      padding-left: 15px; }

  .rd-navbar-submenu {
    position: relative;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .rd-navbar-submenu li {
      margin-bottom: 5px; }
      .rd-navbar-submenu li:last-child {
        margin-bottom: 0; }
      .rd-navbar-submenu li > a {
        font-size: 12px; }
        .rd-navbar-submenu li > a:before {
          font-family: "Linearicons";
          content: "\e93c";
          float: left;
          font-size: 10px;
          margin-right: 10px; }
      .rd-navbar-submenu li .rd-navbar-submenu-toggle {
        right: 0; }
        .rd-navbar-submenu li .rd-navbar-submenu-toggle:before {
          font-size: 12px;
          line-height: 1; }
    .rd-navbar-submenu.opened > .rd-navbar-dropdown,
    .rd-navbar-submenu.opened > .rd-navbar-megamenu {
      display: block;
      padding: 20px 0; }

  .rd-navbar-submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer; }
    .rd-navbar-submenu-toggle:before {
      font-family: "Linearicons";
      content: "\e93a";
      padding: 4px 8px;
      display: block; } }
@media (min-width: 768px) {
  .layout_3 .rd-navbar-nav {
    text-align: left;
    border: 0;
    padding: 0;
    margin: 0; } }
@media (min-width: 768px) {
  .layout_4 .navigation {
    width: 48%;
    position: relative; }
  .layout_4 .rd-navbar-toggle {
    display: block;
    height: 60px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-left: 30px; }
    .layout_4 .rd-navbar-toggle strong {
      font-weight: 500;
      display: inline-block; }
    .layout_4 .rd-navbar-toggle:before {
      font-family: "Linearicons";
      content: "\e93a";
      margin-right: 25px;
      float: right; }
    .layout_4 .rd-navbar-toggle:hover {
      opacity: 0.8; }
    .layout_4 .rd-navbar-toggle.active:before {
      content: "\e939"; }
  .layout_4 .rd-navbar-nav-wrap {
    position: absolute;
    display: none; }
    .layout_4 .rd-navbar-nav-wrap.active {
      display: block; }
  .layout_4 .rd-navbar-nav {
    border: 1px solid #eae9e9;
    padding: 0 29px;
    background: #fff;
    margin: 0; }
    .layout_4 .rd-navbar-nav > li {
      display: block;
      float: none;
      text-align: left;
      margin: 0;
      border-bottom: 1px solid #eae9e9; }
      .layout_4 .rd-navbar-nav > li:last-child {
        border-bottom: 0; }
      .layout_4 .rd-navbar-nav > li > a {
        padding: 17px 0; }
        .layout_4 .rd-navbar-nav > li > a::after {
          display: none; } }
    @media (min-width: 768px) and (min-width: 1200px) {
      .layout_4 .rd-navbar-nav > li .rd-navbar-dropdown {
        left: 231px;
        top: 0;
        margin: 0; } }

  @media (min-width: 768px) and (min-width: 1200px) and (min-width: 1354px) {
    .layout_4 .rd-navbar-nav > li .rd-navbar-dropdown {
      left: 271px;
      width: 290px; } }

@media (min-width: 1200px) {
  .layout_4 .navigation {
    width: 22.3333%; } }
@media (max-width: 1199px) {
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation {
    top: 0; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: -8px;
    cursor: pointer; }
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-submenu-toggle:before {
      font-family: "Linearicons";
      content: "\e93a";
      padding: 4px 8px;
      display: block;
      font-size: 10px; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-dropdown,
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .rd-navbar-megamenu {
    display: none;
    position: relative;
    top: 0 !important;
    width: 100%;
    padding: 0 0 20px 20px;
    box-shadow: none; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent {
    position: relative; }
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.parent span::after {
      display: none; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .megamenu-wrapper {
    padding-left: 0; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown,
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu {
    display: block;
    right: 0; }
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .container,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .container {
      padding: 0;
      min-width: inherit; }
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row,
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row {
      margin: 0; }
      .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*="col-"],
      .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*="col-"] {
        padding: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        border: 0; } }
      @media (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*="col-"] > ul,
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*="col-"] > ul {
          margin-bottom: 20px; }
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-dropdown .row [class*="col-"]:last-child ul,
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 li.opened > .rd-navbar-megamenu .row [class*="col-"]:last-child ul {
          margin-bottom: 0; } }
@media (max-width: 1199px) {
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full {
    max-width: inherit;
    min-width: inherit;
    padding: 0; }
    .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row {
      margin: 0;
      display: block; }
      .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div {
        padding: 0;
        width: 100%;
        max-width: inherit;
        border: 0; }
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div > ul {
          margin-bottom: 25px; }
        .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .container-full .row > div:last-child ul {
          margin-bottom: 0; }
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .static-block,
  .rd-navbar-nav-fixed.rd-navbar-static .layout_4 .navigation .product {
    display: none; } }
/*
* @subsection   RD Navbar Brand
*
* @description  Describes style declarations for RD Navbar brand
*/
.rd-navbar-brand {
  display: none; }

.rd-navbar-static .rd-navbar-brand {
  display: inline-block;
  float: left; }
  .rd-navbar-static .rd-navbar-brand > * {
    display: inline-block;
    vertical-align: middle; }
  .rd-navbar-static .rd-navbar-brand > img {
    margin-right: 10px; }
  .rd-navbar-static .rd-navbar-brand > a {
    font-size: 36px;
    line-height: 48px; }
    .rd-navbar-static .rd-navbar-brand > a span {
      display: none; }

.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  text-align: left;
  position: fixed;
  top: 4px;
  left: 56px;
  right: 112px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 46px;
  height: 48px;
  z-index: 17; }
  .rd-navbar-fixed .rd-navbar-brand img {
    display: none; }
  .rd-navbar-fixed .rd-navbar-brand a {
    display: inline-block; }

/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar navigation
*/
.rd-navbar-cart-floating {
  display: none; }

.rd-navbar-cart-toggle span {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: auto;
  text-align: center;
  cursor: pointer;
  color: #000; }
  .rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    transition: .3s all ease; }
  .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rd-navbar-cart-toggle span:before {
    content: "";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }
  .rd-navbar-cart-toggle span:after {
    content: "";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden; }
.rd-navbar-cart-toggle.active span:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(90deg) scale(0);
  transform: rotate(90deg) scale(0); }
.rd-navbar-cart-toggle.active span:after {
  -webkit-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible; }
.rd-navbar-cart-toggle span {
  padding-left: 28px;
  text-align: left; }
  .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
    font-size: 23px;
    font-family: "Linearicons";
    margin-top: -2px; }
  .rd-navbar-cart-toggle span:after {
    font-size: 16px; }
.rd-navbar-cart-toggle .counter {
  display: inline-block;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  font-weight: normal;
  transition: all 0.3s ease; }
  .rd-navbar-cart-toggle .counter strong {
    font-weight: normal; }
  .rd-navbar-cart-toggle .counter .counter-label {
    display: none; }
  .rd-navbar-cart-toggle .counter.empty {
    background: #f0f0f0; }
.rd-navbar-cart-toggle:hover .counter {
  color: #FFF !important; }
.rd-navbar-cart-toggle .loading-mask {
  display: none; }

.minicart-wrapper.active .rd-navbar-cart-toggle .counter {
  color: #FFF !important; }

@media (max-width: 767px) {
  .rd-navbar-cart {
    display: block;
    position: fixed;
    top: -100%;
    right: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    transform: translate(-100%); }

  .minicart-wrapper.active .rd-navbar-cart {
    opacity: 1;
    top: 70px;
    transform: translate(0);
    max-height: calc(100% - 70px);
    overflow-x: auto; }
  .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }

  .rd-navbar-cart-floating {
    display: block;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 20;
    color: #FFF;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
    width: 56px;
    height: 56px;
    outline: 1px solid transparent;
    backface-visibility: hidden; }
    .rd-navbar-cart-floating:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: #fff;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .rd-navbar-cart-floating #top-cart-btn-checkout {
      transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
      position: relative;
      display: block;
      font-size: 16px;
      font-weight: 500;
      line-height: 56px;
      opacity: 0;
      visibility: hidden; }
      .rd-navbar-cart-floating #top-cart-btn-checkout:before {
        font-weight: 400;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
    .rd-navbar-cart-floating .rd-navbar-cart-toggle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
        height: 56px;
        line-height: 56px; }
    .rd-navbar-cart-floating.active {
      right: 0;
      bottom: 0;
      border-radius: 0;
      width: 100%; }
      .rd-navbar-cart-floating.active:before {
        -webkit-transform: translate(-50%, -50%) scale(20);
        transform: translate(-50%, -50%) scale(20);
        background: #2ecc71; }
      .rd-navbar-cart-floating.active #top-cart-btn-checkout {
        opacity: 1;
        visibility: visible; }
      .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
        visibility: hidden;
        opacity: 0; }

  .rd-navbar-cart-fixed {
    display: block;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    top: 15px;
    left: 150px;
    z-index: 17;
    overflow: visible;
    height: 40px;
    width: 61px;
    outline: 1px solid transparent;
    backface-visibility: hidden;
    border-right: 1px solid #eae9e9;
    border-left: 1px solid #eae9e9;
    padding: 10px 8px 0px 8px; }
    .rd-navbar-cart-fixed .rd-navbar-cart-toggle {
      display: block; }
      .rd-navbar-cart-fixed .rd-navbar-cart-toggle .loading-mask {
        visibility: hidden; }
      .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter {
        position: absolute;
        right: 10px;
        top: -6px; }
      .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-label {
        display: none; }
      .rd-navbar-cart-fixed .rd-navbar-cart-toggle .text {
        font-size: 0;
        padding: 0;
        margin: 0; } }
/*
* @subsection   RD Navbar Toggles
*
* @description  Describes style declarations for RD Navbar panel
*/
.rd-navbar-static .rd-navbar-panel {
  padding: 0; }
  .rd-navbar-static .rd-navbar-panel:before, .rd-navbar-static .rd-navbar-panel:after {
    display: table;
    content: "";
    line-height: 0; }
  .rd-navbar-static .rd-navbar-panel:after {
    clear: both; }

@media (max-width: 767px) {
  .rd-navbar-panel-canvas {
    position: fixed;
    height: 70px;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    z-index: 16; }

  .page-wrapper {
    padding-top: 70px; } }
/*
* @subsection   RD Navbar Search
*
* @description  Describes style declarations for RD Navbar search
*/
.rd-navbar-search-toggle {
  display: block;
  font-family: "FontAwesome";
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 22px;
  position: relative;
  z-index: 18;
  text-align: center;
  transition: all 0s ease; }
  @media (min-width: 480px) {
    .rd-navbar-search-toggle {
      width: 69px;
      border-left: 1px solid #eae9e9;
      text-align: right;
      margin-left: 12px; } }
  .rd-navbar-search-toggle:before, .rd-navbar-search-toggle:after {
    display: inline-block;
    transition: .3s all ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .rd-navbar-search-toggle:before {
    font-family: "Linearicons";
    content: "\e922";
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  .rd-navbar-search-toggle:after {
    font-family: "Linearicons";
    content: "\e935";
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0); }
  .rd-navbar-search-toggle.active:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  .rd-navbar-search-toggle.active:before {
    -webkit-transform: rotate(-90deg) scale(0);
    transform: rotate(-90deg) scale(0); }

.rd-navbar-search {
  position: absolute;
  left: 15px;
  right: 80px;
  top: 0;
  z-index: -1; }
  @media (min-width: 1404px) {
    .rd-navbar-search {
      left: 25px; } }
  .rd-navbar-search form button[type="submit"] {
    background: none;
    height: 48px;
    width: 44px;
    font-size: 23px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    border: 0; }
    .rd-navbar-search form button[type="submit"]:before {
      font-family: "Linearicons";
      content: "\e922"; }
    .rd-navbar-search form button[type="submit"] span {
      display: none; }
  .rd-navbar-search .form-group {
    z-index: 17;
    transition: 0.1s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09); }
    .rd-navbar-search .form-group input {
      width: 100%;
      height: 50px;
      min-height: inherit;
      display: block;
      line-height: normal;
      border: 1px solid #eae9e9;
      padding-right: 60px;
      padding-left: 30px; }
  .rd-navbar-search.active {
    z-index: 20; }
    .rd-navbar-search.active .form-group {
      opacity: 1;
      visibility: visible; }

.field.search {
  margin: 0; }

@media (max-width: 1200px) {
  .layout_1 .rd-navbar-search-toggle {
    width: 45px; } }

@media (min-width: 768px) {
  .layout_2 .rd-navbar-search-toggle {
    border: 0;
    width: 45px;
    height: 24px;
    line-height: 26px; }
  .layout_2 .rd-navbar-search {
    left: 0;
    right: 40px; } }
@media (min-width: 1200px) {
  .layout_2 .rd-navbar-search-toggle.active {
    position: absolute;
    right: 0;
    top: 8px;
    line-height: 36px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .layout_2 .rd-navbar-search-toggle {
    position: absolute;
    right: 4px;
    top: -39%; }
  .layout_2 .rd-navbar-search {
    top: -54%; } }

@media (min-width: 768px) {
  .layout_3 .rd-navbar-search-toggle {
    float: right;
    border: 0;
    width: 42px;
    line-height: 42px; }
  .layout_3 .rd-navbar-search {
    left: 0;
    right: 40px;
    top: -7px; } }

@media (min-width: 768px) {
  .layout_4 .rd-navbar-search {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 48%;
    margin-bottom: 0; }
    .layout_4 .rd-navbar-search .form-group {
      opacity: 1;
      visibility: visible;
      position: relative;
      z-index: auto;
      box-shadow: none;
      border: 5px solid; }
      .layout_4 .rd-navbar-search .form-group input {
        height: 50px;
        border: 0;
        background: #fff;
        padding-right: 80px; }
    .layout_4 .rd-navbar-search form button[type="submit"] {
      width: 66px;
      border-left: 1px solid #eae9e9; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .layout_4 .rd-navbar-search {
      width: 74%; } }
@media (min-width: 768px) {
  .layout_4 .rd-navbar-search-toggle {
    display: none; } }

@media (min-width: 768px) {
  .layout_5 .rd-navbar-search-toggle {
    margin: 0;
    border: 0;
    color: #fff; }
  .layout_5 .rd-navbar-search {
    right: 45px;
    left: 0;
    top: 7px; } }

@media (max-width: 767px) {
  .rd-navbar-search-toggle {
    display: block;
    position: fixed;
    top: 15px;
    left: 50px;
    width: 50px;
    height: 40px;
    z-index: 18;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border: 0; }

  .field.search {
    margin: 0; }

  .rd-navbar-search {
    display: block;
    z-index: 16; }
    .rd-navbar-search .form-group {
      position: fixed;
      top: 70px;
      left: 0;
      right: 10px; } }
/*
* @subsection   RD Navbar Collapse
*
* @description  Describes style declarations for RD Navbar collapse
*/
.rd-navbar-collapse .switcher.currency,
.rd-navbar-collapse .switcher.language {
  display: none; }

.rd-navbar-collapse-toggle {
  display: none; }
  .rd-navbar-collapse-toggle .switcher.currency,
  .rd-navbar-collapse-toggle .switcher.language {
    display: none; }

.rd-navbar-collapse li a:before {
  font-family: "Linearicons";
  font-size: 22px;
  vertical-align: sub;
  padding-right: 5px;
  transition: all 0.3s; }
.rd-navbar-collapse li.wishlist a:before {
  content: "\e68c"; }
.rd-navbar-collapse li.authorization-link a:before {
  content: "\e721"; }
.rd-navbar-collapse li.compare.link a:before {
  content: "\e839"; }
.rd-navbar-collapse a {
  font-size: 12px; }
  .rd-navbar-collapse a.my-account:before {
    content: "\e71e"; }
  .rd-navbar-collapse a.create-an-account:before {
    content: "\e71f"; }

@media (min-width: 768px) {
  .rd-navbar-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto; }

  .rd-navbar-collapse {
    padding-top: 8px;
    display: block; }
    .rd-navbar-collapse li {
      display: inline-block;
      margin: 0 30px 0 0; }
      .rd-navbar-collapse li a:before {
        font-family: "Linearicons";
        font-size: 22px;
        padding-right: 5px;
        line-height: 1;
        float: left;
        transition: all 0.3s; }
      .rd-navbar-collapse li.wishlist a:before {
        content: "\e68c"; }
      .rd-navbar-collapse li.authorization-link a:before {
        content: "\e721"; }
      .rd-navbar-collapse li.compare a:before {
        content: "\e839"; }
    .rd-navbar-collapse a {
      font-size: 12px; }
      .rd-navbar-collapse a.my-account:before {
        content: "\e71e"; }
      .rd-navbar-collapse a.create-an-account:before {
        content: "\e71f"; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1353px) {
  .layout_1 .rd-navbar-collapse,
  .layout_3 .rd-navbar-collapse,
  .layout_4 .rd-navbar-collapse {
    display: none;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    padding: 15px 35px 35px;
    position: absolute;
    z-index: 4;
    min-width: 300px;
    top: 100%; }
    .layout_1 .rd-navbar-collapse li,
    .layout_3 .rd-navbar-collapse li,
    .layout_4 .rd-navbar-collapse li {
      display: block;
      margin: 15px 0 0; }
    .layout_1 .rd-navbar-collapse.active,
    .layout_3 .rd-navbar-collapse.active,
    .layout_4 .rd-navbar-collapse.active {
      display: block; }
  .layout_1 .rd-navbar-collapse-toggle,
  .layout_3 .rd-navbar-collapse-toggle,
  .layout_4 .rd-navbar-collapse-toggle {
    display: block;
    width: 70px;
    height: 40px;
    border-right: 1px solid #eae9e9;
    z-index: 4;
    margin-right: 30px; }
    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      font-size: 28px;
      line-height: 48px;
      text-align: center;
      cursor: pointer;
      color: #cccccc; }
      .layout_1 .rd-navbar-collapse-toggle span, .layout_1 .rd-navbar-collapse-toggle span:before, .layout_1 .rd-navbar-collapse-toggle span:after,
      .layout_3 .rd-navbar-collapse-toggle span,
      .layout_3 .rd-navbar-collapse-toggle span:before,
      .layout_3 .rd-navbar-collapse-toggle span:after,
      .layout_4 .rd-navbar-collapse-toggle span,
      .layout_4 .rd-navbar-collapse-toggle span:before,
      .layout_4 .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease; }
      .layout_1 .rd-navbar-collapse-toggle span:before, .layout_1 .rd-navbar-collapse-toggle span:after,
      .layout_3 .rd-navbar-collapse-toggle span:before,
      .layout_3 .rd-navbar-collapse-toggle span:after,
      .layout_4 .rd-navbar-collapse-toggle span:before,
      .layout_4 .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .layout_1 .rd-navbar-collapse-toggle span:before,
      .layout_3 .rd-navbar-collapse-toggle span:before,
      .layout_4 .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible; }
      .layout_1 .rd-navbar-collapse-toggle span:after,
      .layout_3 .rd-navbar-collapse-toggle span:after,
      .layout_4 .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden; }
    .layout_1 .rd-navbar-collapse-toggle.active span:before,
    .layout_3 .rd-navbar-collapse-toggle.active span:before,
    .layout_4 .rd-navbar-collapse-toggle.active span:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .layout_1 .rd-navbar-collapse-toggle span,
    .layout_3 .rd-navbar-collapse-toggle span,
    .layout_4 .rd-navbar-collapse-toggle span {
      height: 40px;
      line-height: 40px;
      color: inherit; }
      .layout_1 .rd-navbar-collapse-toggle span:before,
      .layout_3 .rd-navbar-collapse-toggle span:before,
      .layout_4 .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\e71e";
        font-size: 21px; }
    .layout_1 .rd-navbar-collapse-toggle.active span:after,
    .layout_3 .rd-navbar-collapse-toggle.active span:after,
    .layout_4 .rd-navbar-collapse-toggle.active span:after {
      font-family: "Linearicons";
      content: "\e92a";
      font-size: 25px; } }

@media (min-width: 768px) and (min-width: 768px) and (max-width: 1353px) {
  .layout_4 .rd-navbar-collapse-toggle {
    margin: 0;
    border: 0; }
  .layout_4 .rd-navbar-collapse {
    right: 0; } }

@media (min-width: 768px) and (min-width: 1354px) {
  .layout_5 .rd-navbar-collapse-container {
    float: right; }
  .layout_5 .rd-navbar-collapse li {
    margin: 0 0 0 30px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1353px) {
  .layout_5 .rd-navbar-collapse-container {
    float: right;
    clear: inherit;
    width: auto;
    margin: 0;
    border: 0; }
  .layout_5 .rd-navbar-collapse {
    display: none;
    background: #fff;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    padding: 15px 35px 35px;
    position: absolute;
    z-index: 4;
    min-width: 300px;
    top: 100%;
    right: 15px; }
    .layout_5 .rd-navbar-collapse li {
      display: block;
      margin: 15px 0 0; }
    .layout_5 .rd-navbar-collapse.active {
      display: block; }
  .layout_5 .rd-navbar-collapse-toggle {
    display: block;
    height: 40px;
    z-index: 4; }
    .layout_5 .rd-navbar-collapse-toggle span {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      font-size: 28px;
      line-height: 48px;
      text-align: center;
      cursor: pointer;
      color: #cccccc; }
      .layout_5 .rd-navbar-collapse-toggle span, .layout_5 .rd-navbar-collapse-toggle span:before, .layout_5 .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease; }
      .layout_5 .rd-navbar-collapse-toggle span:before, .layout_5 .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .layout_5 .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible; }
      .layout_5 .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden; }
    .layout_5 .rd-navbar-collapse-toggle.active span:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    .layout_5 .rd-navbar-collapse-toggle.active span:after {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .layout_5 .rd-navbar-collapse-toggle span {
      height: 40px;
      line-height: 40px;
      color: inherit; }
      .layout_5 .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\e71e";
        font-size: 21px; }
    .layout_5 .rd-navbar-collapse-toggle.active span:after {
      font-family: "Linearicons";
      content: "\e92a";
      font-size: 25px; } }

@media (max-width: 767px) {
  .rd-navbar-collapse {
    display: block;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow ease 0.2s;
    text-align: left;
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    padding: 15px 35px 35px;
    z-index: 19;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    visibility: hidden;
    overflow: hidden; }
    .rd-navbar-collapse:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      background: #f7f7f7;
      width: 48px;
      height: 48px;
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }
    .rd-navbar-collapse li {
      position: relative;
      opacity: 0;
      transition: .3s all ease 0s; }
    .rd-navbar-collapse > li > a {
      display: block;
      padding: 11px 16px; }
    .rd-navbar-collapse.active {
      visibility: visible;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25); }
      .rd-navbar-collapse.active li {
        transition: .3s all ease .2s;
        opacity: 1; }
      .rd-navbar-collapse.active:before {
        background: #fff;
        -webkit-transform: scale(35);
        transform: scale(35); }
    .rd-navbar-collapse .links li {
      display: block;
      margin: 15px 0 0; }
      .rd-navbar-collapse .links li a {
        font-size: 12px; }
        .rd-navbar-collapse .links li a:before {
          min-width: 34px;
          vertical-align: text-bottom;
          display: inline-block; }

  .header-switchers {
    position: fixed;
    right: 10px;
    top: 15px;
    z-index: 5; }

  .switcher.currency,
  .switcher.language {
    width: 50px;
    margin: 0; }
    .switcher.currency .actions .action,
    .switcher.language .actions .action {
      padding: 5px 0 0 11px; }
      .switcher.currency .actions .action:after,
      .switcher.language .actions .action:after {
        margin-top: -10px;
        display: block; }
    .switcher.currency .mage-dropdown-dialog,
    .switcher.language .mage-dropdown-dialog {
      left: auto;
      right: 0;
      top: 55px; }

  .rd-navbar-collapse-toggle {
    display: block;
    position: fixed;
    top: 15px;
    left: 100px;
    font-family: "FontAwesome";
    width: 50px;
    height: 40px;
    border-left: 1px solid #eae9e9;
    z-index: 4; }
    .rd-navbar-collapse-toggle span {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      font-size: 28px;
      line-height: 48px;
      text-align: center;
      cursor: pointer;
      color: #cccccc; }
      .rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
        transition: .3s all ease; }
      .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .rd-navbar-collapse-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible; }
      .rd-navbar-collapse-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden; }
    .rd-navbar-collapse-toggle.active span:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    .rd-navbar-collapse-toggle.active span:after {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .rd-navbar-collapse-toggle span {
      height: 40px;
      line-height: 40px;
      color: inherit; }
      .rd-navbar-collapse-toggle span:before {
        font-family: "Linearicons";
        content: "\e71e";
        font-size: 21px; }
    .rd-navbar-collapse-toggle.active span:after {
      font-family: "Linearicons";
      content: "\e92a";
      font-size: 25px; } }
.page-messages {
  margin-bottom: 2rem; }

.page-messages.messages {
  margin: 0; }

.messages {
  position: fixed;
  top: 70px;
  right: 10px;
  max-width: 90%;
  z-index: 4;
  font-size: 12px; }
  @media (min-width: 768px) {
    .messages {
      top: 10px;
      max-width: 100%; } }

.message {
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  font-size: 14px; }
  .message > div:after {
    font-family: "Linearicons";
    content: '\e935';
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 1;
    text-align: center;
    padding: 5px; }
  .message:hover > div:after {
    opacity: 0.5; }
  .message.notice div:after {
    display: none; }

.message-info,
.message-notice,
.message.notice,
.message.info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.message-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-controls {
  position: absolute;
  top: -50px;
  right: 0px; }
  .owl-controls .owl-prev {
    line-height: inherit;
    display: inline-block; }
    .owl-controls .owl-prev:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .owl-controls .owl-next {
    line-height: inherit;
    display: inline-block; }
    .owl-controls .owl-next:before {
      content: "";
      display: inline-block;
      font-family: "Material Icons";
      font-weight: 400;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      transform: translate(0, 0); }
  .owl-controls .owl-prev,
  .owl-controls .owl-next {
    padding: 0 7px;
    cursor: pointer; }
    .owl-controls .owl-prev:before,
    .owl-controls .owl-next:before {
      font-size: 36px;
      transition: .3s ease; }

/***/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

[role="tablist"] [role="tab"] {
  position: relative;
  cursor: pointer;
  outline: none;
  margin-bottom: 1rem;
  display: inline-block;
  padding-right: 24px; }
  [role="tablist"] [role="tab"]:before {
    font-family: "Linearicons";
    content: "\e93a"; }
  [role="tablist"] [role="tab"][aria-expanded="true"]:before {
    font-size: 14px;
    content: "\e939"; }
  [role="tablist"] [role="tab"]:before {
    position: absolute;
    right: 0;
    top: 0; }
[role="tablist"] [role="presentation"]:first-child [role="tab"] {
  margin-top: 0; }
[role="tablist"] [role="tabpanel"] {
  margin-bottom: 2rem; }

.block[role="tablist"] .title[role="tab"] {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; }

.slick-arrow.slick-hidden {
  display: none; }

.carousel-nav {
  text-align: right; }
  .carousel-nav .carousel-nav-item {
    padding: 6px 20px; }

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  max-width: 250px;
  min-width: 85px;
  font-size: 12px; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 20px;
      padding-right: 50px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.sorter .select2-container {
  min-width: 204px; }
  @media (max-width: 992px) {
    .sorter .select2-container {
      min-width: inherit; } }

.select2-dropdown {
  background-color: #f6f6f6;
  boder: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-size: 12px;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09); }

.select2-results {
  display: block;
  padding: 15px 20px; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  text-transform: capitalize;
  user-select: none;
  -webkit-user-select: none;
  padding-bottom: 7px;
  line-height: 18px; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }
  .select2-results__option:last-child {
    padding-bottom: 0; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: none;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
.select2-container--default .select2-selection--single {
  background-color: #f6f6f6;
  border: none;
  border-radius: 0;
  outline: none; }
  .select2-container--default .select2-selection--single:hover {
    background-color: #f1f0f0; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    text-align: center;
    line-height: 50px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
      font-family: "Linearicons";
      content: "\e93a"; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
  opacity: 0.3; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px;
  overflow-y: visible; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background: none; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.not-animated {
  opacity: 0; }

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*
* @subsection   Floating System
*/
.pull-left {
  float: left; }

.pull-none {
  float: none; }

.pull-right {
  float: right; }

@media (min-width: 480px) {
  .pull-xs-left {
    float: left; }

  .pull-xs-none {
    float: none; }

  .pull-xs-right {
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-left {
    float: left; }

  .pull-sm-none {
    float: none; }

  .pull-sm-right {
    float: right; } }
@media (min-width: 992px) {
  .pull-md-left {
    float: left; }

  .pull-md-none {
    float: none; }

  .pull-md-right {
    float: right; } }
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left; }

  .pull-lg-none {
    float: none; }

  .pull-lg-right {
    float: right; } }
/*
* @subsection   Text Alignment
*/
.text-left, table.table thead th {
  text-align: left; }

.text-center, .page-title,
.section-title {
  text-align: center; }

.text-right {
  text-align: right; }

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left; }

  .text-xs-center {
    text-align: center; }

  .text-xs-right {
    text-align: right; } }
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-center {
    text-align: center; }

  .text-sm-right {
    text-align: right; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-center {
    text-align: center; }

  .text-md-right {
    text-align: right; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-center {
    text-align: center; }

  .text-lg-right {
    text-align: right; } }
/*
* @subsection   Text Styling
*/
.italic, dl dd {
  font-style: italic; }

.italic, dl dd {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.strike {
  text-decoration: line-through; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.sbold {
  font-weight: 600; }

.bold, table.table thead th, dl dt, strong {
  font-weight: 600; }

.ubold {
  font-weight: 900; }

/*
* @subsection   Icons
*/
.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid; }
  .big-circle-icon:before {
    font-size: 66px;
    line-height: 122px;
    text-align: center;
    width: 100%; }

.medium-icon {
  margin: 0 auto 1rem; }
  .medium-icon:before {
    font-size: 60px;
    line-height: 1em; }

.small-icon:before {
  font-size: 40px;
  line-height: inherit; }

/*
* @subsection   Typography
*/
h1, .heading-1 {
  font-size: 2rem; }

h2, .heading-2 {
  font-size: 1.5rem; }

h3, .heading-3 {
  font-size: 1.17rem; }

h4, .heading-4 {
  font-size: 1rem; }

h5, .heading-5 {
  font-size: .83rem; }

h6, .heading-6 {
  font-size: .67rem; }

h1,
.heading-1 {
  margin-bottom: 25px;
  font-weight: 600; }

h2,
.heading-2 {
  margin-bottom: 25px;
  font-weight: 600; }

h3,
.heading-3 {
  margin-bottom: 25px;
  font-weight: 600; }

h4,
.heading-4 {
  margin-bottom: 25px;
  font-weight: 600; }

h5,
.heading-5 {
  margin-bottom: 25px;
  font-weight: 600; }

h6,
.heading-6 {
  margin-bottom: 25px;
  font-weight: 600; }

.page-title,
.section-title {
  font-size: 35px;
  line-height: 1; }
  .page-title .base,
  .section-title .base {
    display: inline-block; }

.page-title-wrapper .page-title {
  margin-bottom: 36px; }
  @media (max-width: 991px) {
    .page-title-wrapper .page-title {
      margin-bottom: 25px; } }

.columns .page-title {
  text-align: left; }
.columns .container {
  padding: 0; }

.panel-container-wrap {
  border-bottom: 1px solid #eae9e9; }

.panel-container-wrap .welcome {
  font-size: 12px; }

.rd-navbar-static .rd-navbar-collapse a {
  font-size: 12px; }

.header-switchers {
  font-size: 12px; }

.header-switchers .actions .action {
  font-size: 12px; }

.header-info {
  font-size: 14px;
  background: #000; }

/* END General Settings  */
/* Main Theme Settings  */
/* END Main Theme Settings  */
/* Desktop */

/*# sourceMappingURL=style.css.map */
@media all and (min-width: 768px), print {
    .amgdprcookie-main-wrapper {
      padding: 0;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-top {
      margin-bottom: 35px;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-head {
      font-size: 34px;
      line-height: normal;
    }
    .amgdprcookie-main-wrapper .amgdprcookie-btn {
      padding: 17px 46px;
      font-size: 20px;
      box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
      text-transform: none;
    }
    .amgdprcookie-cookie-container {
      margin-bottom: 30px;
      padding: 25px 0;
    }
    .amgdprcookie-cookie-container .amgdprcookie-header {
      display: flex;
      justify-content: flex-start;
      padding: 0 25px;
    }
    .amgdprcookie-cookie-container .amgdprcookie-caption {
      margin: 0 64px 10px 0;
      font-size: 20px;
    }
    .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
      padding-left: 0;
    }
    .amgdprcookie-cookie-container .amgdprcookie-text {
      padding: 0 25px;
      font-size: 14px;
    }
    .amgdprcookie-cookie-container .amgdprcookie-options {
      display: inline-block;
      margin-top: 22px;
      padding: 0 25px;
      font-size: 14px;
      color: #8a837f;
      background: inherit;
    }
    .amgdprcookie-cookie-container .amgdprcookie-options:hover {
      color: #1787e0;
    }
    .amgdprcookie-cookie-container .amgdprcookie-options:before,
    .amgdprcookie-cookie-container .amgdprcookie-options:after {
      content: "";
      position: absolute;
      top: 10px;
      height: 2px;
      width: 10px;
      background: #8a837f;
    }
    .amgdprcookie-cookie-container .amgdprcookie-options:before {
      right: 6px;
      transform: rotate(45deg);
    }
    .amgdprcookie-cookie-container .amgdprcookie-options:after {
      right: 0;
      transform: rotate(-45deg);
    }
    .amgdprcookie-cookie-container
      .amgdprcookie-check.active
      .amgdprcookie-options {
      color: #363636;
    }
    .amgdprcookie-cookie-container
      .amgdprcookie-check.active
      .amgdprcookie-options:hover {
      color: #1787e0;
    }
    .amgdprcookie-cookie-container
      .amgdprcookie-check.active
      .amgdprcookie-options:before,
    .amgdprcookie-cookie-container
      .amgdprcookie-check.active
      .amgdprcookie-options:after {
      background: #363636;
    }
    .amgdprcookie-content-wrapper {
      margin: 25px 25px 0;
      padding: 0 15px;
      font-size: 14px;
    }
    .amgdprcookie-content-wrapper .amgdprcookie-title {
      padding: 15px 15px 0 0;
      vertical-align: top;
    }
    .amgdprcookie-content-wrapper .amgdprcookie-row {
      border-bottom: 1px solid #ccc;
    }
    .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
      border-bottom: 0;
    }
    .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
      padding: 15px 15px 15px 0;
    }
    .amgdprcookie-content-wrapper
      .amgdprcookie-row
      .amgdprcookie-cell:first-child {
      width: 20%;
    }
    .amgdprcookie-content-wrapper
      .amgdprcookie-row
      .amgdprcookie-cell:last-child {
      padding-right: 0;
    }
    .amgdprcookie-modal-container .modal-inner-wrap {
      right: unset;
      min-width: 400px;
      width: 21%;
      background: #fff;
    }
}
  @media all and (min-width: 1024px), print {
    .amgdprcookie-content-wrapper
      .amgdprcookie-table
      .amgdprcookie-cell:first-child {
      width: 17%;
    }
  }
  .amgdprcookie-main-wrapper {
    color: #363636;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 20px;
    line-height: 20px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
    display: flex;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 7px 27px;
    border: 0;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    background: #ef7c4a;
    box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
    text-transform: uppercase;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
    margin: 0 15px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
    background: #eb5a1b;
  }
  .amgdprcookie-toggle-cookie {
    position: relative;
    padding-left: 50px;
  }
  .amgdprcookie-toggle-cookie .amgdprcookie-input {
    height: 0;
    width: 0;
    visibility: hidden;
  }
  .amgdprcookie-toggle-cookie .amgdprcookie-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 29px;
    border-radius: 40px;
    cursor: pointer;
    background: #a5a5a5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .amgdprcookie-toggle-cookie .amgdprcookie-label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 40px;
    transition: all 0.4s ease;
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:disabled
    + .amgdprcookie-label {
    background: #e8e8e8;
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:disabled
    + .amgdprcookie-label:after {
    left: calc(95%);
    transform: translateX(-100%);
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:not([disabled])
    + .amgdprcookie-label {
    background: #1979c3;
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:checked:not([disabled])
    + .amgdprcookie-label:after {
    left: calc(95%);
    transform: translateX(-100%);
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:not([checked])
    + .amgdprcookie-label {
    background: #a5a5a5;
  }
  .amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
    background: #e8e8e8;
  }
  .amgdprcookie-toggle-cookie
    .amgdprcookie-input:disabled
    + .amgdprcookie-label:after {
    left: 2px;
  }
  .amgdprcookie-settings-form
    .amgdprcookie-toggle-cookie
    .amgdprcookie-input.disabled
    + .amgdprcookie-label {
    background: #e8e8e8;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 20px;
    padding-top: 15px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(5, 32, 65, 0.15);
  }
  .amgdprcookie-cookie-container.-modal {
    margin-right: 30px;
    box-shadow: none;
    direction: ltr;
  }
  .amgdprcookie-cookie-container .amgdprcookie-header {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    word-break: break-all;
    word-break: break-word;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    margin-bottom: 0;
    padding: 0 15px;
    font-size: 12px;
    color: #363636;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    position: relative;
    margin-top: 15px;
    padding: 7px 15px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #767676;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:before,
  .amgdprcookie-cookie-container .amgdprcookie-options:after {
    content: "";
    position: absolute;
    top: 16px;
    height: 2px;
    width: 10px;
    background: #fff;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:before {
    right: 20px;
    transform: rotate(45deg);
  }
  .amgdprcookie-cookie-container .amgdprcookie-options:after {
    right: 14px;
    transform: rotate(-45deg);
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active
    .amgdprcookie-options {
    border-radius: 0;
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active
    .amgdprcookie-options:before {
    transform: rotate(-45deg);
  }
  .amgdprcookie-cookie-container
    .amgdprcookie-check.active
    .amgdprcookie-options:after {
    transform: rotate(45deg);
  }
  .amgdprcookie-content-wrapper {
    display: none;
    padding: 0 15px;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 12px;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
    word-break: break-all;
    word-break: break-word;
  }
  .amgdprcookie-content-wrapper
    .amgdprcookie-table
    .amgdprcookie-cell:first-child {
    width: 23%;
  }
  .amgdprcookie-content-wrapper
    .amgdprcookie-table
    .amgdprcookie-cell:last-child {
    padding-right: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-link {
    display: block;
    color: #389dfe;
    text-align: right;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 12px;
  }
  .amgdprcookie-modal-container.modal-popup.modal-slide {
    right: 46px;
    left: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    position: relative;
    margin: 0;
    height: 100%;
  }
  .amgdprcookie-modal-container .modal-inner-wrap .modal-header {
    position: absolute;
    right: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap .action-close {
    margin: 5px;
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==")
      no-repeat center;
    content: "";
  }
  .amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar {
    margin-left: 10px;
    width: 4px;
  }
  .amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-track {
    background: #fff;
  }
  .amgdprcookie-modal-container .modal-inner-wrap ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #e8e8e8;
  }
  .amgdprcookie-modal-container .modal-content {
    padding: 0;
  }
  .amgdprcookie-groups-container {
    overflow-y: scroll;
    height: 58vh;
    min-height: 170px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
    direction: rtl;
  }
  .amgdprcookie-policy-container {
    padding: 24px;
    box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  }
  .amgdprcookie-text-container {
    margin-bottom: 30px;
  }
  .amgdprcookie-text-container .amgdprcookie-policy {
    display: inline;
  }
  .amgdprcookie-buttons-block {
    display: flex;
    justify-content: space-between;
  }
  .amgdprcookie-buttons-block .amgdprcookie-button {
    flex-basis: 58%;
    border: 0;
    border-radius: 3px;
    background: #ffa63d;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.35px;
    font-weight: bold;
    transition: opacity 0.3s ease;
  }
  .amgdprcookie-buttons-block .amgdprcookie-button:hover {
    opacity: 0.9;
  }
  .amgdprcookie-buttons-block .amgdprcookie-button.-save {
    flex-basis: 35%;
    margin-left: 10px;
  }
  .amgdprcookie-modal-template {
    margin-left: 5px;
  }
  .amgdprcookie-bar-container {
    z-index: 10;
    margin: 0;
    padding: 12px 20px 12px 25px;
    border-color: #d6ca8e;
    background: #ffee9c;
    font-size: 13px;
  }
  .amgdprcookie-bar-template {
    position: fixed;
    position: sticky;
  }
  .amgdprcookie-bar-template.-bottom {
    position: static;
  }
  .amgdprcookie-modal-template .amgdprcookie-button.-settings {
      order: 2;
  }
  /*checkout fix*/
  aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-header{
    padding: 0;
    border: 0;
  }
  aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide .modal-content {
    border: 0;
  }
  .custom-form-container input, .response-field-text input {
    width:100% !important;
  }/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=335bf7d52918f3a2c58f)
 * Config saved to config.json and https://gist.github.com/335bf7d52918f3a2c58f
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

.formbuilder-form .col-xs-1, .formbuilder-form .col-sm-1, .formbuilder-form .col-md-1, .formbuilder-form .col-lg-1,
.formbuilder-form .col-xs-2, .formbuilder-form .col-sm-2, .formbuilder-form .col-md-2,
.formbuilder-form .col-lg-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-sm-3, .formbuilder-form .col-md-3, .formbuilder-form .col-lg-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-sm-4, .formbuilder-form .col-md-4, .formbuilder-form .col-lg-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-sm-5, .formbuilder-form .col-md-5, .formbuilder-form .col-lg-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-sm-6, .formbuilder-form .col-md-6, .formbuilder-form .col-lg-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-sm-7, .formbuilder-form .col-md-7, .formbuilder-form .col-lg-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-sm-8, .formbuilder-form .col-md-8, .formbuilder-form .col-lg-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-sm-9, .formbuilder-form .col-md-9, .formbuilder-form .col-lg-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-sm-10, .formbuilder-form .col-md-10, .formbuilder-form .col-lg-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-sm-11, .formbuilder-form .col-md-11, .formbuilder-form .col-lg-11, .formbuilder-form .col-xs-12, .formbuilder-form .col-sm-12, .formbuilder-form .col-md-12, .formbuilder-form .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;

    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.formbuilder-form .col-xs-1, .formbuilder-form .col-xs-2, .formbuilder-form .col-xs-3, .formbuilder-form .col-xs-4, .formbuilder-form .col-xs-5, .formbuilder-form .col-xs-6, .formbuilder-form .col-xs-7, .formbuilder-form .col-xs-8, .formbuilder-form .col-xs-9, .formbuilder-form .col-xs-10, .formbuilder-form .col-xs-11, .formbuilder-form .col-xs-12 {
  float: left;
}
.formbuilder-form .col-xs-12 {
  width: 100%;
}
.formbuilder-form .col-xs-11 {
  width: 91.66666667%;
}
.formbuilder-form .col-xs-10 {
  width: 83.33333333%;
}
.formbuilder-form .col-xs-9 {
  width: 75%;
}
.formbuilder-form .col-xs-8 {
  width: 66.66666667%;
}
.formbuilder-form .col-xs-7 {
  width: 58.33333333%;
}
.formbuilder-form .col-xs-6 {
  width: 50%;
}
.formbuilder-form .col-xs-5 {
  width: 41.66666667%;
}
.formbuilder-form .col-xs-4 {
  width: 33.33333333%;
}
.formbuilder-form .col-xs-3 {
  width: 25%;
}
.formbuilder-form .col-xs-2 {
  width: 16.66666667%;
}
.formbuilder-form .col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .formbuilder-form .col-sm-1, .formbuilder-form .col-sm-2, .formbuilder-form .col-sm-3, .formbuilder-form .col-sm-4, .formbuilder-form .col-sm-5, .formbuilder-form .col-sm-6, .formbuilder-form .col-sm-7, .formbuilder-form .col-sm-8, .formbuilder-form .col-sm-9, .formbuilder-form .col-sm-10, .formbuilder-form .col-sm-11, .formbuilder-form .col-sm-12 {
    float: left;
  }
  .formbuilder-form .col-sm-12 {
    width: 100%;
  }
  .formbuilder-form .col-sm-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-sm-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-sm-9 {
    width: 75%;
  }
  .formbuilder-form .col-sm-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-sm-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-sm-6 {
    width: 50%;
  }
  .formbuilder-form .col-sm-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-sm-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-sm-3 {
    width: 25%;
  }
  .formbuilder-form .col-sm-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .formbuilder-form .col-md-1, .formbuilder-form .col-md-2, .formbuilder-form .col-md-3, .formbuilder-form .col-md-4, .formbuilder-form .col-md-5, .formbuilder-form .col-md-6, .formbuilder-form .col-md-7, .formbuilder-form .col-md-8, .formbuilder-form .col-md-9, .formbuilder-form .col-md-10, .formbuilder-form .col-md-11, .formbuilder-form .col-md-12 {
    float: left;
  }
  .formbuilder-form .col-md-12 {
    width: 100%;
  }
  .formbuilder-form .col-md-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-md-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-md-9 {
    width: 75%;
  }
  .formbuilder-form .col-md-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-md-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-md-6 {
    width: 50%;
  }
  .formbuilder-form .col-md-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-md-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-md-3 {
    width: 25%;
  }
  .formbuilder-form .col-md-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .formbuilder-form .col-lg-1, .formbuilder-form .col-lg-2, .formbuilder-form .col-lg-3, .formbuilder-form .col-lg-4, .formbuilder-form .col-lg-5, .formbuilder-form .col-lg-6, .formbuilder-form .col-lg-7, .formbuilder-form .col-lg-8, .formbuilder-form .col-lg-9, .formbuilder-form .col-lg-10, .formbuilder-form .col-lg-11, .formbuilder-form .col-lg-12 {
    float: left;
  }
  .formbuilder-form .col-lg-12 {
    width: 100%;
  }
  .formbuilder-form .col-lg-11 {
    width: 91.66666667%;
  }
  .formbuilder-form .col-lg-10 {
    width: 83.33333333%;
  }
  .formbuilder-form .col-lg-9 {
    width: 75%;
  }
  .formbuilder-form .col-lg-8 {
    width: 66.66666667%;
  }
  .formbuilder-form .col-lg-7 {
    width: 58.33333333%;
  }
  .formbuilder-form .col-lg-6 {
    width: 50%;
  }
  .formbuilder-form .col-lg-5 {
    width: 41.66666667%;
  }
  .formbuilder-form .col-lg-4 {
    width: 33.33333333%;
  }
  .formbuilder-form .col-lg-3 {
    width: 25%;
  }
  .formbuilder-form .col-lg-2 {
    width: 16.66666667%;
  }
  .formbuilder-form .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/js/raty/fonts/raty.eot");
  src: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/js/raty/fonts/raty.eot?#iefix") format("embedded-opentype");
  src: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/js/raty/fonts/raty.svg#raty") format("svg");
  src: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/js/raty/fonts/raty.ttf") format("truetype");
  src: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/js/raty/fonts/raty.woff") format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/*!
 *  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('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/fonts/fontawesome-webfont.svg?v=4.6.3#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:#fff}.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}
.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dm-uploader .btn{position:relative;overflow:hidden}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer}/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_Formbuilder
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */

 .form-foundation label {
    font-size: 1.4rem !important;
}

.formbuilder-form .clear {
    clear: both;
}

.formbuilder-popup {
    display: none;
}

.field-section-break {
    position: relative;
}

.field-section-break .sm-section-break {
    position: relative;
    text-align: center;
}

.field-section-break .sm-section-break:before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: -moz-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(25%, #fff), color-stop(100%, #cecece));
    background: -webkit-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: -ms-radial-gradient(center, ellipse cover, #fff 25%, #cecece 100%);
    background: radial-gradient(ellipse at center, #fff 0%, #cecece 100%);
    position: absolute;
    top: 50%;
    z-index: -1;
}

.field-section-break .sm-section-break span {
    background: #FFF;
    padding: 0 20px;
    font-size: 1.5em;
    padding: 0;
    top: -15px;
    margin: 0;
}

.formbuilder-form .ves-rating-play img {
    display: inline;
}

.formbuilder-form .workflow_table th, .formbuilder-form .workflow_table td {
    padding-bottom: 10px;
    padding-right: 15px;
}

.formbuilder-form .calendar {
    z-index: 99999
}

.formbuilder-form .response-field-draggable-helper {
    border: 1px dashed #ddd;
    background: #eee
}

.formbuilder-form .response-field-text input.rf-size-small {
    width: 130px
}

.formbuilder-form .response-field-text input.rf-size-medium {
    width: 300px
}

.formbuilder-form .response-field-text input.rf-size-large {
    width: 100%
}

.formbuilder-form .response-field-paragraph textarea.rf-size-medium {
    width: 400px;
    min-height: 100px
}

.formbuilder-form .response-field-paragraph textarea.rf-size-large {
    width: 100%;
    min-height: 200px
}

.formbuilder-form .response-field-date .month,.response-field-date .day,.response-field-date .year {
    width: 50px
}

.formbuilder-form .response-field-time .hours,.response-field-time .minutes,.response-field-time .seconds {
    width: 50px
}

.formbuilder-form .response-field-checkboxes .fb-option,.response-field-radio .fb-option {
    margin-bottom: 5px;
    display: inline-block
}

.formbuilder-form .response-field-website input {
    width: 200px
}

.formbuilder ul {
    padding: 0;
    margin: 0;
}

.formbuilder li {
    list-style: none;
}

.formbuilder .required em {
    color: #f00;
}

.response-field-time select {
    width: auto
}

.formbuilder input, .formbuilder select, .formbuilder .form-list input, .formbuilder .form-list select {
    width: auto;
    height: auto;
}

.formbuilder .input-line {
    clear: both;
    margin-bottom: 10px;
}

.formbuilder .subtemplate-wrapper > label {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

.response-field-address .street input {
    width: 100%
}

.response-field-address .city, .response-field-address .state {
    display: inline-block
}

.response-field-address input {
    width: 100%
}

.formbuilder .country select,.formbuilder .state select {
    width: 100%
}

.response-field-google_map .form-group input {
    width: 100%
}

.response-field-price .form-input input, .response-field-email .input-box input, .response-field-website .input-box input, .response-field-number .input-box input, .response-field-dropdown .input-box select, .response-field-date .input-box input, .response-field-text input, .response-field-paragraph textarea {
    width: 100%;
}

.formbuilder-form .form-list .field {
    margin-bottom: 10px;
    min-height: 60px;
}

.formbuilder label, .formbuilder .input-box label {
    font-weight: normal;
}

.formbuilder span.help-block {
    display: block;
}

@media only screen and (max-width: 599px) {
    .workflow_table colgroup, .workflow_table thead {
        display: none;
    }

    .workflow_table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        position: relative;
        width: 100%;
    }

    .workflow_table tr:after {
        content: '';
        display: block;
        clear: both;
    }

    .workflow_table tr:after:before, .workflow_table tr:after:after {
        content: " ";
        display: table;
    }

    .workflow_table tr:after:after {
        clear: both;
    }

    .workflow_table tr:last-child {
        margin-bottom: 0;
    }

    .workflow_table tfoot tr {
        padding-bottom: 0;
    }

    .workflow_table td {
        border: none;
        display: block;
    }

    .workflow_table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }

    .workflow_table td[data-rwd-label] .price {
        font-weight: normal;
    }

    .workflow_table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }

    .workflow_table td.product-cart-price {
        text-align: left;
    }
}

.fancybox-inner {
    overflow-x: hidden !important;
}

.formbuilder-loading.ajax-loading {
    background: rgba(0, 0, 0, 0) url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/css/image/ajax-loader.gif") repeat scroll center center;
    height: 30px;
    left: 50%;
    position: fixed;
    top: 50%;
    width: 30px;
    z-index: 9999;
}

.subtemplate-wrapper .form-field-icon {
    position: absolute;
    right: 0;
    top: 0;
    cursor: text;
    line-height: 1.4em;
    font-size: 1.05em;
    color: inherit;
    background-color: transparent;
    padding: 7px 10px 0 0;
}

.subtemplate-wrapper .input-text, .subtemplate-wrapper .input-box {
    position: relative;
}

.response-field-section_break .subtemplate-wrapper {
    height: 100%;
    margin: 0;
}

.response-field-section_break .field-section-break span {
    background: #fff none repeat scroll 0 0;
    padding: 0 10px;
    text-align: center;
}

.ratings-table .rating.small {
    position: relative;
}

.star.on {
    float: left;
    background-image: url("../../frontend/TemplateMonster/theme007/en_GB/Lof_Formbuilder/css/image/rating/star-on.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.formbuilder-row .title {
    font-size: 18px;
    font-weight: 700;
}

.value-formbuilder-attr.description {
    padding: 10px 0;
}

.formbuilder-container .formbuilder-row {
    margin-bottom: 30px;
    padding: 15px 0;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.box-formbuilder .info {
    color: #f1703d;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-formbuilder .info .lable {
    color: #bbb;
    font-size: 12px;
    font-weight: 400;
}

.formbuilder-form.animation {
    position: fixed;
    top: 100px;
    transition: all 0.6s;
    border: solid 1px #CCC;
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: 1px -1px 3px #888888;
    z-index: 9999;
    background-color: #fff;
    padding: 0px 15px 10px;
}

.formbuilder-form.animation.animation-right {
    -webkit-box-shadow: 1px -1px 3px #888888;
    box-shadow: none;
    border-left: 0;
    box-shadow: -1px 1px 3px #888888;
}

.formbuilder-form.animation.animation-right .panelbutton {
    border-right: 0px;
}

.formbuilder-form .panelbutton {
    border: solid 1px #CCC;
    background: #FFF;
    padding: 2px 12px;
    position: absolute;
    right: -52px;
    top: 100px;
    border-left: none;
    cursor: pointer;
    font-size: 2em;
}

.formbuilder-form.animation.animation-right .panelbutton {
    left: -52px;
    right: auto;
    border-radius: 3px 0 0 3px;
}

.formbuilder-form .panelbutton:before {
}

.formbuilder-form .panelbutton {
    background: #1979c3
}

.formbuilder-form.animation.animation-left.active {
    left: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation.animation-right.active {
    right: 0px !important;
    transition: all 0.6s;
}

.formbuilder-form.animation .form-content {
    overflow-y: auto;
    overflow-x: hidden;
}

.formbuilder-messages ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.formbuilder-messages ul li {
    margin-bottom: 2rem
}

.formbuilder-form .form-content > h2 {
    text-align: center
}

.form-list > .field {
    position: relative;
}

.subtemplate-wrapper .columns > label {
    font-weight: bold;
}

.subtemplate-inner {
    position: relative;
}
.formbuilder-form .formbuilder-button.button{
    border: 0
}
.formbuilder-form .g-recaptcha {
    margin: 10px 0;
}
.form-fieldtype-price .form-currency{
   position: absolute;
   top: 28%;
   z-index: 9;
   left: 2%;
}
.form-fieldtype-price .input-box {
    position: relative;
    float: left;
    width: 100%;
}
.form-fieldtype-price .input-box input{
    padding-left: 30px;
}

.formbuilder-form .form-list .field.hidden {
    display: block !important;
    clear: both;
    height: 1px;
    visibility: hidden;
    line-height: 1px;
    margin-bottom: 0;
    min-height: 0;
}
.formbuilder-form .form-list .row{
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -15px;
}
.formbuilder-form .dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
}
.formbuilder-form .dm-uploader.active {
    border-color: red;

    border-style: solid;
}
.formbuilder-form .mt-5, .formbuilder-form .my-5 {
    margin-top: 3rem!important;
}
.formbuilder-form .mb-5, .formbuilder-form .my-5 {
    margin-bottom: 3rem!important;
}
.formbuilder-form .text-muted {
    color: #868e96!important;
}
.formbuilder-form .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.formbuilder-form .btn-block {
    display: block;
    width: 100%;
}
.formbuilder-form .btn:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.formbuilder-form .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.formbuilder-form .h-50 {
    height: 50%!important;
}
.formbuilder-form .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.formbuilder-form .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.formbuilder-form .col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.formbuilder-form .flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    flex-basis: inherit;
    -webkit-flex-basis: inherit;
    -moz-flex-basis: inherit;
    -ms-flex-preferred-size: inherit;
}
.formbuilder-form .p-2 {
    padding: .5rem!important;
}
.formbuilder-form .p-5 {
    padding: 3rem!important;
}
.formbuilder-form .media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.formbuilder-form .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.formbuilder-form .mb-1, .formbuilder-form .my-1 {
    margin-bottom: .25rem!important;
}
.formbuilder-form .mb-2, .formbuilder-form .my-2 {
    margin-bottom: .5rem!important;
}
.formbuilder-form .mt-1, .formbuilder-form .my-1 {
    margin-top: .25rem!important;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 250px;
    max-width: 700px;
    max-height: 460px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: 4px;
    padding: 16px;
  }

  .signature-pad::before,
  .signature-pad::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    height: 10px;
    bottom: 10px;
    background: transparent;
    /*box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);*/
  }

  .signature-pad::before {
    left: 20px;
    -webkit-transform: skew(-3deg) rotate(-3deg);
            transform: skew(-3deg) rotate(-3deg);
  }

  .signature-pad::after {
    right: 20px;
    -webkit-transform: skew(3deg) rotate(3deg);
            transform: skew(3deg) rotate(3deg);
  }

  .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 1px solid #f4f4f4;
  }

  .signature-pad--body
  canvas {
    display: inline-block;
    position: absolute;
    opacity: 1;
    vertical-align: baseline;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  }

  .signature-pad--footer {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
  }

  .signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8px;
  }
  .formbuilder-form .button{
    color: #000
  }
.confirm-signature label {
    color: #000;
    font-weight: 600;
}
.response-field-google_map label.control-label {
    line-height: 30px;
}
.fancybox-lock .pac-container{
    z-index: 100000;
}
.barcode-reader-form{
    max-width: 400px;
}
.message-qrcode{
    margin-left: 15px;
}
.page-main-full-width .formbuilder-form .row {
    margin-right: 0px;
    margin-left: 0px;
}/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.catalog-product-view .payment-request-button {
    margin-right: 1%;
    width: 49%;
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.block-bundle-summary .box-tocart .actions .payment-request-button {
    min-width: 240px;
}/* 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 {
  direction: ltr;
  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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2FSwissup_SlickCarousel%5C%2Fcss%5C%2Fslick.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CyBAAA%3BEACA%2CwBAAA%3BEACA%2CsBAAA%3BEACA%2CqBAAA%3BEACA%2CiBAAA%3BEACA%2CuBAAA%3BEACA%2CmBAAA%3BEACA%2CwCAAA%3B%3BAAEJ%3BEACI%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3BAAEA%2CWAAC%3BEACG%2CaAAA%3B%3BAAGJ%2CWAAC%3BEACG%2CeAAA%3BEACA%2CYAAA%3B%3BAAGR%2CaAAc%3BAACd%2CaAAc%3BEACV%2CmBAAmB%2CoBAAnB%3BEACA%2CgBAAgB%2CoBAAhB%3BEACA%2CeAAe%2CoBAAf%3BEACA%2CcAAc%2CoBAAd%3BEACA%2CWAAW%2CoBAAX%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2COAAA%3BEACA%2CMAAA%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3B%3BAAEA%2CYAAC%3BAACD%2CYAAC%3BEACG%2CSAAS%2CEAAT%3BEACA%2CcAAA%3B%3BAAGJ%2CYAAC%3BEACG%2CWAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGR%3BEACI%2CWAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3BEAWA%2CaAAA%3B%3BAAVA%2CWAAY%3BEACR%2CYAAA%3B%3BAALR%2CYAOI%3BEACI%2CcAAA%3B%3BAAEJ%2CYAAC%2CcAAe%3BEACZ%2CaAAA%3B%3BAAKJ%2CYAAC%2CSAAU%3BEACP%2CoBAAA%3B%3BAAGJ%2CkBAAmB%3BEACf%2CcAAA%3B%3BAAGJ%2CcAAe%3BEACX%2CkBAAA%3B%3BAAGJ%2CeAAgB%3BEACZ%2CcAAA%3BEACA%2CYAAA%3BEACA%2C6BAAA%3B%3BAAGR%2CYAAY%3BEACR%2CaAAA%22%7D */@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../../frontend/TemplateMonster/theme007/en_GB/Swissup_SlickCarousel/css/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMsAA0AAAAAB2wAAALWAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCYhEICoQsgzILEAABNgIkAxYEIAWCbgdFG/gFyI7RS8+YFyRJE056E9HHfujeC4MCtpkISUVWBDpCRleVVV2FY7SEwtdV/5+30/fDArimgHQpoBHiDk7k6k1D19SPIjnjN822/42rsGy49gFOJKKABjxK0NeRTWjD9GoQLuE0r0Lg+6AsA3xMzysVbo3Qi3GgRLSLVhRaSi5DG9mDYgBsB7/Of4IqKG1dwCbBDAAOXLSOAjPhs23orrmjkr/NJRDIX4AZCC1owQQEjiMKJpCsAL06lVacmaFJtEi0/Tf4Pm36bx9usm+yAJGCkHYCSKEAmoPmFn/bCnxXmkaBDtCPdtzBu8L7RJTawiMo94wF/DoT0yW+Ln7TbWMXqUG5UYEeXLBXfkx6iLledkSxGyvkNe6EzdFNvdWg3gbrCuMq03TVGcUJww3QW3tN3rSbt/MVV5q1W6XcXQ2iYMFxo15/Rz0yURLR+Xx8dUehC+bzeHXgvN6d0WudhvR9fbsxLoIv1wG45qXXIx/yDi+WcYZeBpw5wKEmp8tAdH2DW31jwmBiQ517Y12UdvOr6IFIczE0Yo1Qbpdrqbot9I0Zkk+SDcf6FtxUFVLwPavchSH4Y1x0dCL6U/QjenJk9wDZjQMvKuNhH195hicj9ciBFQN1C53uzeZNd7WiMjw8id72thFYfUvc2v+QwAME4eWys2Eou9E3A3NpuYq0TOXvEqBTgeA3lzDob8WahhdckWJRflyEDlsQQCGCFQDodVNAtOkVUDrMQaDFrBQItGpzS0CbHk8EtGvzBYjS2iW6cUHpNwxarFEArbpdBm3G9S9v1+0DZEoSL1IieIp3RiLAIdFiZUsSLgP80FYOsE2qFFnmVRliRcNoUKEGYwCTiehPqdOirIY1qHEaXDBl4JCM2GhMQ0UNM8AKY01PXUtZ5mYftaAq8LFUhkzxRYcx6sWZsDrsqK6ilqCR6qUO60CULapDSEvXmYyM1Nyf3nmb7/gBAAA=) format('woff2'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAATsAA0AAAAAB2wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE0AAAABoAAAAcdIcYB0dERUYAAAS0AAAAHAAAAB4AJwANT1MvMgAAAZwAAABRAAAAYFAQ/45jbWFwAAACAAAAAFcAAAFiIhFFt2dhc3AAAASsAAAACAAAAAj//wADZ2x5ZgAAAmgAAAE1AAACLD+btmBoZWFkAAABMAAAAC8AAAA2AAEx+2hoZWEAAAFgAAAAHAAAACQD5QIFaG10eAAAAfAAAAAQAAAAFgZKAEpsb2NhAAACWAAAABAAAAAQATYBoG1heHAAAAF8AAAAHQAAACAASwBHbmFtZQAAA6AAAADcAAABbgUngcJwb3N0AAAEfAAAAC4AAABFOXjBpHjaY2BkYGAA4vMGfuHx/DZfGbiZGEDgfGFFPZxWZVBlvM14G8jlYABLAwAT1QnNAHjaY2BkYGC8zcDAoMfEAAJANiMDKmABADBkAe942mNgZGBgYGdwYWBiAAEQycgAEnMA8xkACcgAkwAAAHjaY2BmYmCcwMDKwMDow5jGwMDgDqW/MkgytDAwMDGwcjKAQQNQCZBSYICCgDTXFAYHhkTFSYwP/j9g0GO8/f82A0QNA+NtsBIFBkYANHMN4wAAAHjaY2KAACYIVoVAAALCAJt42mNgYGBmgGAZBkYGEIgB8hjBfBYGByDNw8DBwARkMzAkKigpTlCc9P8/WB0S7/+i+4/uld4rgZoAB4xsDHAhRiYgwcSApoCBcsBMBTNYGGgGAEdEDyUAAAAAAAAAAAAAZgCKANABFnjadZBdToNAEMd3CrtAl5TQLtS0LCoN0A8SGkBI+mAfPET75B1896HppfQcvnII4w3cLYpW6k4ymdn9z8xvBwEKUQg11OgBIXAYWUEQR1uIZoFGpLGxKy3PqrIq8+waXIfJ+5mQSSvkvXwRqqocu1D39QMl2JgvN9zzhsyk1GRDz+OBfzMioCqx0rtdLYo0SiZTZttsOkmidBkveKibFF4Oep9SI46bqk3Twhp4iihUemrMWFPy2NRbthfqKkHi/PxlJLITZdAiSj6ouZ+tn9eZz78DuD9LZYB6bZ8rlCAUVuVdkULjxV4sIEysIc/KSyPmnJDdjhCOdQ0fCTliTX/tjH3ysWao+71qaNjHQjcQwrcuyl+WLZQthCMotJP/h+Xjazz+hfTeRWmG4zOiSyif/q1OtAAAAHjabY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV42mNgYkAGjAzogB0sysTgwtDOyMTIzJlYVJRfnpOaVsIFZhVlpmeUAABuKQkSAAAAAAAB//8AAnjaY2BkYGDgAWIxIGZiYARCNiBmAfMYAAPgADV42mNgYGBkAIKrS9Q5QPT5wop6GA0APf8GGAAA) format('woff');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2FSwissup_SlickCarousel%5C%2Fcss%5C%2Fslick-theme.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2CSAAS%3B%3BAAkBT%2CcAAe%3BEACX%2CqBAAqB%2C0CAArB%3B%3B%3BAAIJ%3BEACI%2CaAAa%2COAAb%3BEACA%2CmBAAA%3BEACA%2CkBAAA%3BEACA%2CwnCAAwnC%2COAAO%2CgtDAC2kB%2COAAO%2COADjtD%3B%3B%3BAAKJ%3BAACA%3BEACI%2CkBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CeAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3BEACA%2CQAAA%3BEACA%2CmBAAmB%2CkBAAnB%3BEACA%2CeAAe%2CkBAAf%3BEACA%2CWAAW%2CkBAAX%3BEACA%2CUAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3B%3BAACA%2CWAAC%3BAAAD%2CWAAC%3BAAAQ%2CWAAC%3BAAAD%2CWAAC%3BEACN%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CkBAAA%3B%3BAACA%2CWAJH%2CMAII%3BAAAD%2CWAJH%2CMAII%3BAAAD%2CWAJM%2CMAIL%3BAAAD%2CWAJM%2CMAIL%3BEACG%2CUAAA%3B%3BAAGR%2CWAAC%2CeAAe%3BAAAhB%2CWAAC%2CeAAe%3BEACZ%2CaAAA%3B%3BAAIR%2CWAAW%3BAAAS%2CWAAW%3BEAC3B%2CaA5DgB%2COA4DhB%3BEACA%2CeAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGJ%3BEACI%2CWAAA%3B%3BAACA%2CWAAY%3BEACR%2CUAAA%3BEACA%2CYAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSAvEe%2CKAuEf%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSAxEW%2CKAwEX%3B%3BAAKZ%3BEACI%2CYAAA%3B%3BAACA%2CWAAY%3BEACR%2CWAAA%3BEACA%2CWAAA%3B%3BAAEJ%2CWAAC%3BEACG%2CSApFe%2CKAoFf%3B%3BAACA%2CWAAY%2CYAFf%3BEAGO%2CSAvFW%2CKAuFX%3B%3B%3BAAOZ%2CaAAc%3BEACV%2CmBAAA%3B%3BAAGJ%3BEACI%2CkBAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CUAAA%3BEACA%2CSAAA%3BEACA%2CWAAA%3B%3BAARJ%2CWASI%3BEACI%2CkBAAA%3BEACA%2CqBAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CUAAA%3BEACA%2CeAAA%3B%3BAAhBR%2CWASI%2CGAQI%3BEACI%2CSAAA%3BEACA%2CuBAAA%3BEACA%2CcAAA%3BEACA%2CYAAA%3BEACA%2CWAAA%3BEACA%2CaAAA%3BEACA%2CgBAAA%3BEACA%2CcAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CeAAA%3B%3BAACA%2CWApBR%2CGAQI%2COAYK%3BAAAQ%2CWApBjB%2CGAQI%2COAYc%3BEACN%2CaAAA%3B%3BAACA%2CWAtBZ%2CGAQI%2COAYK%2CMAEI%3BAAAD%2CWAtBZ%2CGAQI%2COAYc%2CMAEL%3BEACG%2CUAAA%3B%3BAAGR%2CWA1BR%2CGAQI%2COAkBK%3BEACG%2CkBAAA%3BEACA%2CMAAA%3BEACA%2COAAA%3BEACA%2CSAvIM%2CKAuIN%3BEACA%2CWAAA%3BEACA%2CYAAA%3BEACA%2CaAjJI%2COAiJJ%3BEACA%2CcAAA%3BEACA%2CiBAAA%3BEACA%2CkBAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CmCAAA%3BEACA%2CkCAAA%3B%3BAAGR%2CWA3CJ%2CGA2CK%2CaAAc%2COAAM%3BEACjB%2CYAAA%3BEACA%2CaAAA%22%7D */.slick-slider:not(.slick-initialized) {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
.slick-slider:not(.slick-initialized) > * {
  flex-shrink: 0;
  flex-grow: 0;
  padding: 10px;
  box-sizing: border-box;
}
.slick-slider .slick-slide {
  padding: 10px;
  box-sizing: border-box;
}
.slick-slider .slick-slide .slide {
  box-sizing: border-box;
}
.slick-slider .slick-slide img {
  height: auto;
}
.slick-prev,
.slick-next {
  z-index: 10;
}
.slick-prev,
.slick-next,
.slick-dots li button {
  box-shadow: none !important;
  border: none !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-dots li button:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-dots li button:focus,
.slick-prev:active,
.slick-next:active,
.slick-dots li button:active {
  border: none;
}
.slick-prev:before,
.slick-next:before {
  color: #aaa;
}
.slick-prev {
  left: 5px;
}
.slick-next {
  right: 5px;
}
.slick-dots {
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
}
.columns .column.main {
  min-width: 0;
}
.page-layout-1column .block.widget .products-grid .slick-track {
  padding: 10px 0 0 10px;
}
.page-layout-1column .block.widget .products-grid .slick-slider .product-item,
.page-layout-1column .block.widget .products-grid .slick-slider .product-item:nth-child(4n + 1) {
  margin: 0;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FTemplateMonster%5C%2Ftheme007%5C%2Fen_GB%5C%2FSwissup_SlickCarousel%5C%2Fcss%5C%2Fslick-magento.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACA%2CaAAa%2CIAAI%3BEACb%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CgBAAA%3B%3BAAHJ%2CaAAa%2CIAAI%2CoBAIX%3BEACE%2CcAAA%3BEACA%2CYAAA%3BEACA%2CaAAA%3BEACA%2CsBAAA%3B%3BAAGR%2CaACI%3BEACI%2CaAAA%3BEACA%2CsBAAA%3B%3BAAHR%2CaACI%2CaAGI%3BEAEI%2CsBAAA%3B%3BAANZ%2CaACI%2CaAQI%3BEACI%2CYAAA%3B%3BAAKZ%3BAACA%3BEACI%2CWAAA%3B%3BAAEJ%3BAACA%3BAACA%2CWAAY%2CGAAG%3BEAuBX%2C2BAAA%3BEACA%2CuBAAA%3B%3BAACA%2CWAAC%3BAAAD%2CWAAC%3BAAAD%2CWAzBQ%2CGAAG%2COAyBV%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAAAD%2CWA1BQ%2CGAAG%2COA0BV%3BAACD%2CWAAC%3BAAAD%2CWAAC%3BAAAD%2CWA3BQ%2CGAAG%2COA2BV%3BEACG%2CYAAA%3B%3BAAzBR%2CWAAW%3BAACX%2CWAAW%3BEACP%2CWAAA%3B%3BAAIJ%3BEACI%2CSAAA%3B%3BAAEJ%3BEACI%2CUAAA%3B%3BAAGJ%3BEACI%2CsBAAA%3BEACA%2CSAAA%3BEACA%2CWAAW%2CgBAAX%3B%3BAAeJ%2CQAAS%2CQAAO%3BEACZ%2CYAAA%3B%3BAAIJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%3BEAE9C%2CsBAAA%3B%3BAAEJ%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%3BAAChE%2CoBAAqB%2COAAM%2COAAQ%2CeAAe%2CcAAc%2CcAAa%2CUAAU%3BEACnF%2CSAAA%22%7D */.timer-wrapper {
    border: 1px solid #000000;
}/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/

.slider-pro {
	position: relative;
	margin: 0 auto;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.sp-slides-container {
	position: relative;
}

.sp-mask {
	position: relative;
	overflow: hidden;
}

.sp-slides {
	position: relative;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}

.sp-slide {
	position: absolute;
}

.sp-image-container {
	overflow: hidden;
}

.sp-image {
	position: relative;
	display: block;
	border: none;
}

.sp-no-js {
	overflow: hidden;
	max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: relative;
	overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 4px;
}

.sp-bottom-thumbnails {
	margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 4px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 4px;
}

.sp-thumbnails {
	position: relative;
}

.sp-thumbnail {
    border: none;
}

.sp-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 2px;
	margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 2px;
	margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	left: 18px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	left: 0;
	top: 0;
	margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border-right: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	border-left: 5px solid #F00;
	right: 0;
	top: 0;
	margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -8px;
	border-left: 13px solid #F00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	top: 18px;
	margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	top: 0;
	margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	margin-left: -8px;
	border-bottom: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	border-bottom: 5px solid #F00;
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	border-top: 13px solid #F00;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
}

.sp-slides .sp-slide .sp-layer{
	opacity: 0;
}

.sp-black {
	color: #FFF;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
}

.sp-white {
	color: #000;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
	border-radius: 10px;
}

.sp-padding {
	padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
	cursor: url(../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FilmSlider/css/images/openhand.cur), move;
}

.sp-grabbing {
	cursor: url(../../frontend/TemplateMonster/theme007/en_GB/TemplateMonster_FilmSlider/css/images/closedhand.cur), move;
}

.sp-selectable {
	cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
	text-align: center;
	margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
	margin: 0 !important;
	background-color: #000;
}

.sp-full-screen-button {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sp-full-screen-button:before {
	content: '\2195';
}

.sp-fade-full-screen {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
	opacity: 1;
}

/* Buttons
--------------------------------------------------*/
.sp-buttons {
	position: relative;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.sp-button {
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 50%;
	margin: 4px;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.sp-selected-button {
	background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}

/* Arrows
--------------------------------------------------*/
.sp-arrows {
	position: absolute;
}

.sp-fade-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-slides-container:hover .sp-fade-arrows {
	opacity: 1;
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.sp-vertical .sp-arrows {
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -10px;
}

.sp-arrow {
	position: absolute;
	display: block;
	width: 20px;
	height: 30px;
	cursor: pointer;
}

.sp-vertical .sp-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
	left: 20px;
}

.sp-horizontal .sp-next-arrow {
	right: 20px;
}

.sp-vertical .sp-previous-arrow {
	top: 20px;
}

.sp-vertical .sp-next-arrow {
	bottom: 20px;
}

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
	content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
	border-top: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute;
}

.sp-fade-thumbnail-arrows {
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
	text-decoration: none;
}

a.sp-video img {
	-webkit-backface-visibility: hidden;
	border: none;
}

a.sp-video:after {
	content: '\25B6';
	position: absolute;
	width: 45px;
	padding-left: 5px;
	height: 50px;
	border: 2px solid #FFF;
	text-align: center;
	font-size: 30px;
	border-radius: 30px;
	top: 0;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	margin: auto;
	line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
	max-width: none;
	max-height: none;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	-webkit-box-shadow: none !important;
	-mox-box-shadow: none !important;
	box-shadow: none !important;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.slider-pro a {
	position: static;
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
	max-width: none;
	max-height: none;
}

.slider-pro p.sp-layer {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h1.sp-layer {
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h2.sp-layer {
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h3.sp-layer {
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h4.sp-layer {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h5.sp-layer {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro h6.sp-layer {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}

.slider-pro img.sp-layer {
	border: none;
}


/* TM styles */
@media screen and (max-width: 767px) {
	#maincontent .columns{
		display: block;
	}
}

.slider-pro-wrapper{
	overflow: hidden; 
	position:relative;
}
.slider-pro.abs{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider-pro-container{
	position: relative;
	display: block;
}

.loading-mask.for-slider{
	position: absolute;
	/*background: none;*/
}

.loading-mask.for-slider .loader img{
	position: absolute;
}

.loading-mask {
	background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*
* @subsection   RD Parallax
*
* @description  Describes style declarations for RD Parallax extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
* @version      3.6.4
*/
.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  clip: rect(0, auto, auto, 0); }
.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .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; }
.rd-parallax-swiper {
  z-index: 1 !important; }
.static-video{
  height: 100%;
}
.rd-parallax-inner .static-video-layer {
  position: absolute !important;
}
.parallax-container{
  position: relative;
}

.rd-parallax {
  position: relative
}

.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}

video,
source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}

.loaded .ytplayer-container {
  display: block;
}

.loaded .placeholder-image {
  opacity: 0;
}

.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.ytplayer-player {
  position: absolute;
}
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{visibility:hidden;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
@charset "UTF-8";
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

.vesbuilder {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.vesbuilder hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.vesbuilder hr:not([size]) {
  height: 1px;
}

.vesbuilder h6, .vesbuilder .h6, .vesbuilder h5, .vesbuilder .h5, .vesbuilder h4, .vesbuilder .h4, .vesbuilder h3, .vesbuilder .h3, .vesbuilder h2, .vesbuilder .h2, .vesbuilder h1, .vesbuilder .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.vesbuilder h1, .vesbuilder .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .vesbuilder h1,.vesbuilder  .h1 {
    font-size: 2.5rem;
  }
}

.vesbuilder h2, .vesbuilder .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .vesbuilder h2, .vesbuilder .h2 {
    font-size: 2rem;
  }
}

.vesbuilder h3, .vesbuilder .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .vesbuilder h3, .vesbuilder .h3 {
    font-size: 1.75rem;
  }
}

.vesbuilder h4, .vesbuilder .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .vesbuilder  h4, .vesbuilder .h4 {
    font-size: 1.5rem;
  }
}

.vesbuilder h5, .vesbuilder .h5 {
  font-size: 1.25rem;
}

.vesbuilder h6, .vesbuilder .h6 {
  font-size: 1rem;
}

.vesbuilder p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.vesbuilder abbr[title],
.vesbuilder abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.vesbuilder address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.vesbuilder ol,
.vesbuilder ul {
  padding-left: 2rem;
}

.vesbuilder ol,
.vesbuilder ul,
.vesbuilder dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.vesbuilder ol ol,
.vesbuilder ul ul,
.vesbuilder ol ul,
.vesbuilder ul ol {
  margin-bottom: 0;
}

.vesbuilder dt {
  font-weight: 700;
}

.vesbuilder dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.vesbuilder blockquote {
  margin: 0 0 1rem;
}

.vesbuilder b,
.vesbuilder strong {
  font-weight: bolder;
}

.vesbuilder small, .vesbuilder .small {
  font-size: 0.875em;
}

.vesbuilder mark, .vesbuilder .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.vesbuilder sub,
.vesbuilder sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.vesbuilder sub {
  bottom: -0.25em;
}

.vesbuilder sup {
  top: -0.5em;
}

.vesbuilder a {
  color: #0d6efd;
  text-decoration: underline;
}
.vesbuilder a:hover {
  color: #0a58ca;
}

.vesbuilder a:not([href]):not([class]), .vesbuilder a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.vesbuilder pre,
.vesbuilder code,
.vesbuilder kbd,
.vesbuilder samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

.vesbuilder pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.vesbuilder pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.vesbuilder code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.vesbuilder a > code {
  color: inherit;
}

.vesbuilder kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.vesbuilder kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.vesbuilder figure {
  margin: 0 0 1rem;
}

.vesbuilder img,
.vesbuilder svg {
  vertical-align: middle;
}

.vesbuilder table {
  caption-side: bottom;
  border-collapse: collapse;
}

.vesbuilder caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

.vesbuilder th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.vesbuilder thead,
.vesbuilder tbody,
.vesbuilder tfoot,
.vesbuilder tr,
.vesbuilder td,
.vesbuilder th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.vesbuilder label {
  display: inline-block;
}

.vesbuilder button {
  border-radius: 0;
}

.vesbuilder button:focus:not(:focus-visible) {
  outline: 0;
}

.vesbuilder input,
.vesbuilder button,
.vesbuilder select,
.vesbuilder optgroup,
.vesbuilder textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.vesbuilder button,
.vesbuilder select {
  text-transform: none;
}

.vesbuilder [role=button] {
  cursor: pointer;
}

.vesbuilder select {
  word-wrap: normal;
}

.vesbuilder [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.vesbuilder button,
.vesbuilder [type=button],
.vesbuilder [type=reset],
.vesbuilder [type=submit] {
  -webkit-appearance: button;
}
.vesbuilder button:not(:disabled),
.vesbuilder [type=button]:not(:disabled),
.vesbuilder [type=reset]:not(:disabled),
.vesbuilder [type=submit]:not(:disabled) {
  cursor: pointer;
}

.vesbuilder ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.vesbuilder textarea {
  resize: vertical;
}

.vesbuilder fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.vesbuilder legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .vesbuilder legend {
    font-size: 1.5rem;
  }
}
.vesbuilder legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

.vesbuilder [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

.vesbuilder output {
  display: inline-block;
}

.vesbuilder iframe {
  border: 0;
}

.vesbuilder summary {
  display: list-item;
  cursor: pointer;
}

.vesbuilder progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.vesbuilder .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.vesbuilder .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-1 {
    font-size: 5rem;
  }
}

.vesbuilder .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-2 {
    font-size: 4.5rem;
  }
}

.vesbuilder .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-3 {
    font-size: 4rem;
  }
}

.vesbuilder .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-4 {
    font-size: 3.5rem;
  }
}

.vesbuilder .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-5 {
    font-size: 3rem;
  }
}

.vesbuilder .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .vesbuilder .display-6 {
    font-size: 2.5rem;
  }
}

.vesbuilder .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.vesbuilder .list-inline {
  padding-left: 0;
  list-style: none;
}

.vesbuilder .list-inline-item {
  display: inline-block;
}
.vesbuilder .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.vesbuilder .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.vesbuilder .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.vesbuilder .blockquote > :last-child {
  margin-bottom: 0;
}

.vesbuilder .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.vesbuilder .blockquote-footer::before {
  content: "— ";
}

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

.vesbuilder .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.vesbuilder .figure {
  display: inline-block;
}

.vesbuilder .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.vesbuilder .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.vesbuilder .container,
.vesbuilder .container-fluid,
.vesbuilder .container-xxl,
.vesbuilder .container-xl,
.vesbuilder .container-lg,
.vesbuilder .container-md,
.vesbuilder .container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .vesbuilder .container-sm, .vesbuilder .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .vesbuilder  .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .vesbuilder .container-lg,.vesbuilder  .container-md, .vesbuilder .container-sm, .vesbuilder .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .container-xl, .vesbuilder .container-lg, .vesbuilder .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .vesbuilder  .container-xxl,.vesbuilder  .container-xl, .vesbuilder .container-lg,.vesbuilder  .container-md, .vesbuilder .container-sm,.vesbuilder  .container {
    max-width: 1320px;
  }
}
.vesbuilder .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.vesbuilder .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.vesbuilder .col {
  flex: 1 0 0%;
}

.vesbuilder .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.vesbuilder .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.vesbuilder .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.vesbuilder .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vesbuilder .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.vesbuilder .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.vesbuilder .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vesbuilder .col-auto {
  flex: 0 0 auto;
  width: auto;
}

.vesbuilder .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.vesbuilder .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.vesbuilder .col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.vesbuilder .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.vesbuilder .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.vesbuilder .col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.vesbuilder .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.vesbuilder .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.vesbuilder .col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.vesbuilder .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.vesbuilder .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.vesbuilder .col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.vesbuilder .offset-1 {
  margin-left: 8.3333333333%;
}

.vesbuilder .offset-2 {
  margin-left: 16.6666666667%;
}

.vesbuilder .offset-3 {
  margin-left: 25%;
}

.vesbuilder .offset-4 {
  margin-left: 33.3333333333%;
}

.vesbuilder .offset-5 {
  margin-left: 41.6666666667%;
}

.vesbuilder .offset-6 {
  margin-left: 50%;
}

.vesbuilder .offset-7 {
  margin-left: 58.3333333333%;
}

.vesbuilder .offset-8 {
  margin-left: 66.6666666667%;
}

.vesbuilder .offset-9 {
  margin-left: 75%;
}

.vesbuilder .offset-10 {
  margin-left: 83.3333333333%;
}

.vesbuilder .offset-11 {
  margin-left: 91.6666666667%;
}

.vesbuilder .g-0,
.vesbuilder .gx-0 {
  --bs-gutter-x: 0;
}

.vesbuilder .g-0,
.vesbuilder .gy-0 {
  --bs-gutter-y: 0;
}

.vesbuilder .g-1,
.vesbuilder .gx-1 {
  --bs-gutter-x: 0.25rem;
}

.vesbuilder .g-1,
.vesbuilder .gy-1 {
  --bs-gutter-y: 0.25rem;
}

.vesbuilder .g-2,
.vesbuilder .gx-2 {
  --bs-gutter-x: 0.5rem;
}

.vesbuilder .g-2,
.vesbuilder .gy-2 {
  --bs-gutter-y: 0.5rem;
}

.vesbuilder .g-3,
.vesbuilder .gx-3 {
  --bs-gutter-x: 1rem;
}

.vesbuilder .g-3,
.vesbuilder .gy-3 {
  --bs-gutter-y: 1rem;
}

.vesbuilder .g-4,
.vesbuilder .gx-4 {
  --bs-gutter-x: 1.5rem;
}

.vesbuilder .g-4,
.vesbuilder .gy-4 {
  --bs-gutter-y: 1.5rem;
}

.vesbuilder .g-5,
.vesbuilder .gx-5 {
  --bs-gutter-x: 3rem;
}

.vesbuilder .g-5,
.vesbuilder .gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .vesbuilder .col-sm {
    flex: 1 0 0%;
  }

  .vesbuilder .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .vesbuilder .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .vesbuilder .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .vesbuilder .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vesbuilder .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .vesbuilder .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .vesbuilder .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vesbuilder .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .vesbuilder .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .vesbuilder .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .vesbuilder .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .vesbuilder .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .vesbuilder .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .vesbuilder .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .vesbuilder .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .vesbuilder .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .vesbuilder .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .vesbuilder .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .vesbuilder .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .vesbuilder .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .vesbuilder .offset-sm-0 {
    margin-left: 0;
  }

  .vesbuilder .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .vesbuilder .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .vesbuilder .offset-sm-3 {
    margin-left: 25%;
  }

  .vesbuilder .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .vesbuilder .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .vesbuilder .offset-sm-6 {
    margin-left: 50%;
  }

  .vesbuilder .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .vesbuilder .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .vesbuilder .offset-sm-9 {
    margin-left: 75%;
  }

  .vesbuilder .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .vesbuilder .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .vesbuilder .g-sm-0,
  .vesbuilder .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .vesbuilder .g-sm-0,
  .vesbuilder .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .vesbuilder .g-sm-1,
  .vesbuilder .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .vesbuilder .g-sm-1,
  .vesbuilder .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .vesbuilder .g-sm-2,
  .vesbuilder .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .vesbuilder .g-sm-2,
  .vesbuilder .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .vesbuilder .g-sm-3,
  .vesbuilder .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .vesbuilder .g-sm-3,
  .vesbuilder .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .vesbuilder .g-sm-4,
  .vesbuilder .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .vesbuilder .g-sm-4,
  .vesbuilder .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .vesbuilder .g-sm-5,
  .vesbuilder .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .vesbuilder .g-sm-5,
  .vesbuilder .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .vesbuilder  .col-md {
    flex: 1 0 0%;
  }

  .vesbuilder .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.vesbuilder .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vesbuilder .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-select[multiple], .vesbuilder .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.vesbuilder .form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.vesbuilder .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.vesbuilder .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.vesbuilder .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.vesbuilder .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.vesbuilder .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.vesbuilder .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.vesbuilder .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.vesbuilder .form-check-input[type=radio] {
  border-radius: 50%;
}
.vesbuilder .form-check-input:active {
  filter: brightness(90%);
}
.vesbuilder .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.vesbuilder .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.vesbuilder .form-check-input[disabled] ~ .form-check-label, .vesbuilder .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.vesbuilder .form-switch {
  padding-left: 2.5em;
}
.vesbuilder .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-switch .form-check-input {
    transition: none;
  }
}
.vesbuilder .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.vesbuilder .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.vesbuilder .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.vesbuilder .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.vesbuilder .btn-check[disabled] + .btn, .vesbuilder .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.vesbuilder .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.vesbuilder .form-range:focus {
  outline: 0;
}
.vesbuilder .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .form-range::-moz-focus-outer {
  border: 0;
}
.vesbuilder .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.vesbuilder .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.vesbuilder .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.vesbuilder .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.vesbuilder .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.vesbuilder .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.vesbuilder .form-range:disabled {
  pointer-events: none;
}
.vesbuilder .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.vesbuilder .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.vesbuilder .form-floating {
  position: relative;
}
.vesbuilder .form-floating > .form-control,
.vesbuilder .form-floating > .vesbuilder .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.vesbuilder .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .form-floating > label {
    transition: none;
  }
}
.vesbuilder .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control::placeholder {
  color: transparent;
}
.vesbuilder .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:focus, .vesbuilder .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .vesbuilder .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.vesbuilder .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.vesbuilder .form-floating > .form-control:focus ~ label,
.vesbuilder .form-floating > .form-control:not(:placeholder-shown) ~ label,
.vesbuilder .form-floating > .vesbuilder .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.vesbuilder .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.vesbuilder .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.vesbuilder .input-group > .form-control,
.vesbuilder .input-group > .vesbuilder .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.vesbuilder .input-group > .form-control:focus,
.vesbuilder .input-group > .vesbuilder .form-select:focus {
  z-index: 3;
}
.vesbuilder .input-group .btn {
  position: relative;
  z-index: 2;
}
.vesbuilder .input-group .btn:focus {
  z-index: 3;
}

.vesbuilder .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.vesbuilder .input-group-lg > .form-control,
.vesbuilder .input-group-lg > .vesbuilder .form-select,
.vesbuilder .input-group-lg > .input-group-text,
.vesbuilder .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.vesbuilder .input-group-sm > .form-control,
.vesbuilder .input-group-sm > .vesbuilder .form-select,
.vesbuilder .input-group-sm > .input-group-text,
.vesbuilder .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.vesbuilder .input-group-lg > .vesbuilder .form-select,
.vesbuilder .input-group-sm > .vesbuilder .form-select {
  padding-right: 3rem;
}

.vesbuilder .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.vesbuilder .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.vesbuilder .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vesbuilder .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.vesbuilder .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.vesbuilder .was-validated :valid ~ .valid-feedback,
.vesbuilder .was-validated :valid ~ .valid-tooltip,
.vesbuilder .is-valid ~ .valid-feedback,
.vesbuilder .is-valid ~ .valid-tooltip {
  display: block;
}

.vesbuilder .was-validated .form-control:valid, .vesbuilder .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-control:valid:focus, .vesbuilder .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.vesbuilder .was-validated textarea.form-control:valid, .vesbuilder textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.vesbuilder .was-validated .form-select:valid, .vesbuilder .form-select.is-valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-select:valid:focus, .vesbuilder .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.vesbuilder .was-validated .form-check-input:valid, .vesbuilder .form-check-input.is-valid {
  border-color: #198754;
}
.vesbuilder .was-validated .form-check-input:valid:checked, .vesbuilder .form-check-input.is-valid:checked {
  background-color: #198754;
}
.vesbuilder .was-validated .form-check-input:valid:focus, .vesbuilder .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.vesbuilder .was-validated .form-check-input:valid ~ .form-check-label,.vesbuilder  .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.vesbuilder .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.vesbuilder .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.vesbuilder .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.vesbuilder .was-validated :invalid ~ .invalid-feedback,
.vesbuilder .was-validated :invalid ~ .invalid-tooltip,
.vesbuilder .is-invalid ~ .invalid-feedback,
.vesbuilder .is-invalid ~ .invalid-tooltip {
  display: block;
}

.vesbuilder .was-validated .form-control:invalid, .vesbuilder .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-control:invalid:focus, .vesbuilder .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.vesbuilder .was-validated textarea.form-control:invalid, .vesbuilder textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.vesbuilder .was-validated .form-select:invalid, .vesbuilder .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.vesbuilder .was-validated .form-select:invalid:focus, .vesbuilder .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.vesbuilder .was-validated .form-check-input:invalid, .vesbuilder .form-check-input.is-invalid {
  border-color: #dc3545;
}
.vesbuilder .was-validated .form-check-input:invalid:checked, .vesbuilder .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.vesbuilder .was-validated .form-check-input:invalid:focus, .vesbuilder .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.vesbuilder .was-validated .form-check-input:invalid ~ .form-check-label, .vesbuilder .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.vesbuilder .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.vesbuilder .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .btn {
    transition: none;
  }
}
.vesbuilder .btn:hover {
  color: #212529;
}
.vesbuilder .btn-check:focus + .btn, .vesbuilder .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.vesbuilder .btn:disabled, .vesbuilder .btn.disabled,.vesbuilder  fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.vesbuilder .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.vesbuilder .btn-check:focus + .btn-primary, .vesbuilder .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.vesbuilder .btn-check:checked + .btn-primary, .vesbuilder .btn-check:active + .btn-primary, .vesbuilder .btn-primary:active, .vesbuilder .btn-primary.active,.vesbuilder  .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.vesbuilder .btn-check:checked + .btn-primary:focus, .vesbuilder .btn-check:active + .btn-primary:focus,.vesbuilder  .btn-primary:active:focus,.vesbuilder  .btn-primary.active:focus, .vesbuilder .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.vesbuilder .btn-primary:disabled, .vesbuilder .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.vesbuilder .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.vesbuilder .btn-check:focus + .btn-secondary,.vesbuilder  .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.vesbuilder .btn-check:checked + .btn-secondary,.vesbuilder  .btn-check:active + .btn-secondary,.vesbuilder  .btn-secondary:active,.vesbuilder  .btn-secondary.active,.vesbuilder  .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.vesbuilder .btn-check:checked + .btn-secondary:focus, .vesbuilder .btn-check:active + .btn-secondary:focus,.vesbuilder  .btn-secondary:active:focus, .vesbuilder .btn-secondary.active:focus, .vesbuilder .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.vesbuilder .btn-secondary:disabled, .vesbuilder .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.vesbuilder .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.vesbuilder .btn-check:focus + .btn-success, .vesbuilder .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.vesbuilder .btn-check:checked + .btn-success,.vesbuilder  .btn-check:active + .btn-success,.vesbuilder .btn-success:active,.vesbuilder .btn-success.active,.vesbuilder  .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.vesbuilder .btn-check:checked + .btn-success:focus, .vesbuilder .btn-check:active + .btn-success:focus,.vesbuilder  .btn-success:active:focus, .vesbuilder .btn-success.active:focus,.vesbuilder  .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.vesbuilder .btn-success:disabled, .vesbuilder .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.vesbuilder .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.vesbuilder .btn-check:focus + .btn-info,.vesbuilder .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.vesbuilder .btn-check:checked + .btn-info,.vesbuilder  .btn-check:active + .btn-info,.vesbuilder  .btn-info:active,.vesbuilder  .btn-info.active,.vesbuilder  .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.vesbuilder .btn-check:checked + .btn-info:focus,.vesbuilder  .btn-check:active + .btn-info:focus, .vesbuilder .btn-info:active:focus, .vesbuilder .btn-info.active:focus, .vesbuilder .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.vesbuilder .btn-info:disabled,.vesbuilder  .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.vesbuilder .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.vesbuilder .btn-check:focus + .btn-warning,.vesbuilder  .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.vesbuilder .btn-check:checked + .btn-warning, .vesbuilder .btn-check:active + .btn-warning, .vesbuilder .btn-warning:active, .vesbuilder .btn-warning.active, .vesbuilder .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.vesbuilder .btn-check:checked + .btn-warning:focus, .vesbuilder .btn-check:active + .btn-warning:focus, .vesbuilder .btn-warning:active:focus, .vesbuilder .btn-warning.active:focus,.vesbuilder  .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.vesbuilder .btn-warning:disabled, .vesbuilder .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.vesbuilder .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.vesbuilder .btn-check:focus + .btn-danger,.vesbuilder  .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.vesbuilder .btn-check:checked + .btn-danger,.vesbuilder  .btn-check:active + .btn-danger,.vesbuilder  .btn-danger:active, .vesbuilder .btn-danger.active,.vesbuilder  .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.vesbuilder .btn-check:checked + .btn-danger:focus,.vesbuilder  .btn-check:active + .btn-danger:focus,.vesbuilder  .btn-danger:active:focus,.vesbuilder  .btn-danger.active:focus,.vesbuilder  .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.vesbuilder .btn-danger:disabled, .vesbuilder .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.vesbuilder .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.vesbuilder .btn-check:focus + .btn-light, .vesbuilder .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.vesbuilder .btn-check:checked + .btn-light,.vesbuilder  .btn-check:active + .btn-light,.vesbuilder  .btn-light:active,.vesbuilder  .btn-light.active,.vesbuilder  .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.vesbuilder .btn-check:checked + .btn-light:focus, .vesbuilder .btn-check:active + .btn-light:focus,.vesbuilder  .btn-light:active:focus,.vesbuilder  .btn-light.active:focus, .vesbuilder .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.vesbuilder .btn-light:disabled, .vesbuilder .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.vesbuilder .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.vesbuilder .btn-check:focus + .btn-dark,.vesbuilder  .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.vesbuilder .btn-check:checked + .btn-dark, .vesbuilder .btn-check:active + .btn-dark, .vesbuilder .btn-dark:active,.vesbuilder  .btn-dark.active, .vesbuilder .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.vesbuilder .btn-check:checked + .btn-dark:focus, .vesbuilder .btn-check:active + .btn-dark:focus, .vesbuilder .btn-dark:active:focus,.vesbuilder  .btn-dark.active:focus, .vesbuilder .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.vesbuilder .btn-dark:disabled, .vesbuilder .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.vesbuilder .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-check:focus + .btn-outline-primary, .vesbuilder .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-primary, .vesbuilder .btn-check:active + .btn-outline-primary,.vesbuilder  .btn-outline-primary:active,.vesbuilder  .btn-outline-primary.active,.vesbuilder  .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.vesbuilder .btn-check:checked + .btn-outline-primary:focus,.vesbuilder  .btn-check:active + .btn-outline-primary:focus,.vesbuilder  .btn-outline-primary:active:focus,.vesbuilder  .btn-outline-primary.active:focus, .vesbuilder .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.vesbuilder .btn-outline-primary:disabled, .vesbuilder .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.vesbuilder .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-check:focus + .btn-outline-secondary,.vesbuilder  .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-secondary, .vesbuilder .btn-check:active + .btn-outline-secondary, .vesbuilder .btn-outline-secondary:active,.vesbuilder  .btn-outline-secondary.active, .vesbuilder .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.vesbuilder .btn-check:checked + .btn-outline-secondary:focus,.vesbuilder  .btn-check:active + .btn-outline-secondary:focus,.vesbuilder  .btn-outline-secondary:active:focus, .vesbuilder .btn-outline-secondary.active:focus, .vesbuilder .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.vesbuilder .btn-outline-secondary:disabled, .vesbuilder .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.vesbuilder .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-check:focus + .btn-outline-success,.vesbuilder  .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-success, .vesbuilder .btn-check:active + .btn-outline-success, .vesbuilder .btn-outline-success:active, .vesbuilder .btn-outline-success.active,.vesbuilder  .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.vesbuilder .btn-check:checked + .btn-outline-success:focus, .vesbuilder .btn-check:active + .btn-outline-success:focus, .vesbuilder .btn-outline-success:active:focus, .vesbuilder .btn-outline-success.active:focus, .vesbuilder .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.vesbuilder .btn-outline-success:disabled, .vesbuilder .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.vesbuilder .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-check:focus + .btn-outline-info,.vesbuilder  .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-info,.vesbuilder  .btn-check:active + .btn-outline-info,.vesbuilder  .btn-outline-info:active,.vesbuilder  .btn-outline-info.active, .vesbuilder .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.vesbuilder .btn-check:checked + .btn-outline-info:focus, .vesbuilder .btn-check:active + .btn-outline-info:focus, .vesbuilder .btn-outline-info:active:focus,.vesbuilder  .btn-outline-info.active:focus,.vesbuilder  .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.vesbuilder .btn-outline-info:disabled, .vesbuilder .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.vesbuilder .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-check:focus + .btn-outline-warning,.vesbuilder  .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-warning,.vesbuilder  .btn-check:active + .btn-outline-warning, .vesbuilder .btn-outline-warning:active, .vesbuilder .btn-outline-warning.active, .vesbuilder .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.vesbuilder .btn-check:checked + .btn-outline-warning:focus,.vesbuilder  .btn-check:active + .btn-outline-warning:focus, .vesbuilder .btn-outline-warning:active:focus, .vesbuilder .btn-outline-warning.active:focus,.vesbuilder  .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.vesbuilder .btn-outline-warning:disabled, .vesbuilder .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.vesbuilder .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-check:focus + .btn-outline-danger,.vesbuilder  .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-danger, .vesbuilder .btn-check:active + .btn-outline-danger, .vesbuilder .btn-outline-danger:active,.vesbuilder  .btn-outline-danger.active, .vesbuilder .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.vesbuilder .btn-check:checked + .btn-outline-danger:focus, .vesbuilder .btn-check:active + .btn-outline-danger:focus, .vesbuilder .btn-outline-danger:active:focus, .vesbuilder .btn-outline-danger.active:focus, .vesbuilder .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.vesbuilder .btn-outline-danger:disabled, .vesbuilder .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.vesbuilder .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-check:focus + .btn-outline-light, .vesbuilder .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-light,.vesbuilder  .btn-check:active + .btn-outline-light, .vesbuilder .btn-outline-light:active,.vesbuilder  .btn-outline-light.active,.vesbuilder  .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.vesbuilder .btn-check:checked + .btn-outline-light:focus,.vesbuilder  .btn-check:active + .btn-outline-light:focus,.vesbuilder  .btn-outline-light:active:focus,.vesbuilder  .btn-outline-light.active:focus, .vesbuilder .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.vesbuilder .btn-outline-light:disabled, .vesbuilder .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.vesbuilder .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-check:focus + .btn-outline-dark, .vesbuilder .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.vesbuilder .btn-check:checked + .btn-outline-dark,.vesbuilder  .btn-check:active + .btn-outline-dark, .vesbuilder .btn-outline-dark:active, .vesbuilder .btn-outline-dark.active,.vesbuilder  .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.vesbuilder .btn-check:checked + .btn-outline-dark:focus, .vesbuilder .btn-check:active + .btn-outline-dark:focus, .vesbuilder .btn-outline-dark:active:focus,.vesbuilder  .btn-outline-dark.active:focus,.vesbuilder  .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.vesbuilder .btn-outline-dark:disabled, .vesbuilder .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.vesbuilder .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.vesbuilder .btn-link:hover {
  color: #0a58ca;
}
.vesbuilder .btn-link:disabled, .vesbuilder .btn-link.disabled {
  color: #6c757d;
}

.vesbuilder .btn-lg,.vesbuilder  .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.vesbuilder .btn-sm, .vesbuilder .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.vesbuilder .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .fade {
    transition: none;
  }
}
.vesbuilder .fade:not(.show) {
  opacity: 0;
}

.vesbuilder .collapse:not(.show) {
  display: none;
}

.vesbuilder .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder  .collapsing {
    transition: none;
  }
}

.vesbuilder .dropup,
.vesbuilder .dropend,
.vesbuilder .dropdown,
.vesbuilder .dropstart {
  position: relative;
}

.vesbuilder .dropdown-toggle {
  white-space: nowrap;
}
.vesbuilder .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.vesbuilder .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vesbuilder .dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.vesbuilder .dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
}

.vesbuilder .dropdown-menu-start {
  --bs-position: start;
}
.vesbuilder .dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.vesbuilder .dropdown-menu-end {
  --bs-position: end;
}
.vesbuilder .dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .vesbuilder .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .vesbuilder .dropdown-menu-md-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-md-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .vesbuilder .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .vesbuilder .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .vesbuilder .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .vesbuilder .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .vesbuilder .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.vesbuilder .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.vesbuilder .dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.vesbuilder .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.vesbuilder .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vesbuilder .dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.vesbuilder .dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.vesbuilder .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.vesbuilder .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.vesbuilder .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.vesbuilder .dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.vesbuilder .dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.vesbuilder .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.vesbuilder .dropstart .dropdown-toggle::after {
  display: none;
}
.vesbuilder .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.vesbuilder .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.vesbuilder .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.vesbuilder .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.vesbuilder .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.vesbuilder .dropdown-item:hover,.vesbuilder  .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.vesbuilder .dropdown-item.active, .vesbuilder .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.vesbuilder .dropdown-item.disabled, .vesbuilder .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.vesbuilder .dropdown-menu.show {
  display: block;
}

.vesbuilder .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.vesbuilder .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.vesbuilder .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.vesbuilder .dropdown-menu-dark .dropdown-item:hover, .vesbuilder .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item.active, .vesbuilder .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.vesbuilder .dropdown-menu-dark .dropdown-item.disabled, .vesbuilder .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.vesbuilder .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.vesbuilder .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.vesbuilder .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.vesbuilder .btn-group,
.vesbuilder .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.vesbuilder .btn-group > .btn,
.vesbuilder .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.vesbuilder .btn-group > .btn-check:checked + .btn,
.vesbuilder .btn-group > .btn-check:focus + .btn,
.vesbuilder .btn-group > .btn:hover,
.vesbuilder .btn-group > .btn:focus,
.vesbuilder .btn-group > .btn:active,
.vesbuilder .btn-group > .btn.active,
.vesbuilder .btn-group-vertical > .btn-check:checked + .btn,
.vesbuilder .btn-group-vertical > .btn-check:focus + .btn,
.vesbuilder .btn-group-vertical > .btn:hover,
.vesbuilder .btn-group-vertical > .btn:focus,
.vesbuilder .btn-group-vertical > .btn:active,
.vesbuilder .btn-group-vertical > .btn.active {
  z-index: 1;
}

.vesbuilder .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.vesbuilder .btn-toolbar .input-group {
  width: auto;
}

.vesbuilder .btn-group > .btn:not(:first-child),
.vesbuilder .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.vesbuilder .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.vesbuilder .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.vesbuilder .btn-group > .btn:nth-child(n+3),
.vesbuilder .btn-group > :not(.btn-check) + .btn,
.vesbuilder .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vesbuilder .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.vesbuilder .dropdown-toggle-split::after, .vesbuilder .dropup .dropdown-toggle-split::after, .vesbuilder .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.vesbuilder .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.vesbuilder .btn-sm + .dropdown-toggle-split,.vesbuilder  .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.vesbuilder .btn-lg + .dropdown-toggle-split, .vesbuilder .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.vesbuilder .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.vesbuilder .btn-group-vertical > .btn,
.vesbuilder .btn-group-vertical > .btn-group {
  width: 100%;
}
.vesbuilder .btn-group-vertical > .btn:not(:first-child),
.vesbuilder .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.vesbuilder .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.vesbuilder .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.vesbuilder .btn-group-vertical > .btn ~ .btn,
.vesbuilder .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vesbuilder .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.vesbuilder .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder .nav-link {
    transition: none;
  }
}
.vesbuilder .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.vesbuilder .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.vesbuilder .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.vesbuilder .nav-tabs .nav-link:hover, .vesbuilder .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.vesbuilder .nav-tabs .nav-link.active,
.vesbuilder .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.vesbuilder .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vesbuilder .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.vesbuilder .nav-pills .nav-link.active,
.vesbuilder .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.vesbuilder .nav-fill > .nav-link,
.vesbuilder .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.vesbuilder .nav-justified > .nav-link,
.vesbuilder .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.vesbuilder .tab-content > .tab-pane {
  display: none;
}
.vesbuilder .tab-content > .active {
  display: block;
}

.vesbuilder .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vesbuilder .navbar > .container,
.vesbuilder .navbar > .container-fluid,
.vesbuilder .navbar > .container-sm,
.vesbuilder .navbar > .container-md,
.vesbuilder .navbar > .container-lg,
.vesbuilder .navbar > .container-xl,
.vesbuilder .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.vesbuilder .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.vesbuilder .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vesbuilder .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.vesbuilder .navbar-nav .dropdown-menu {
  position: static;
}

.vesbuilder .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.vesbuilder .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.vesbuilder .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .vesbuilder  .navbar-toggler {
    transition: none;
  }
}
.vesbuilder .navbar-toggler:hover {
  text-decoration: none;
}
.vesbuilder .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.vesbuilder .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.vesbuilder .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .vesbuilder .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .vesbuilder .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .vesbuilder .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .vesbuilder .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .vesbuilder .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .vesbuilder .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .vesbuilder .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.vesbuilder .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.vesbuilder .navbar-expand .navbar-nav {
  flex-direction: row;
}
.vesbuilder .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.vesbuilder .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.vesbuilder .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.vesbuilder .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.vesbuilder .navbar-expand .navbar-toggler {
  display: none;
}

.vesbuilder .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-brand:hover, .vesbuilder .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.vesbuilder .navbar-light .navbar-nav .nav-link:hover, .vesbuilder .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.vesbuilder .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.vesbuilder .navbar-light .navbar-nav .show > .nav-link,
.vesbuilder .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.vesbuilder .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.vesbuilder .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.vesbuilder .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.vesbuilder .navbar-light .navbar-text a,
.vesbuilder .navbar-light .navbar-text a:hover,
.vesbuilder .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.vesbuilder .navbar-dark .navbar-brand {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-brand:hover, .vesbuilder .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.vesbuilder .navbar-dark .navbar-nav .nav-link:hover,.vesbuilder  .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.vesbuilder .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.vesbuilder .navbar-dark .navbar-nav .show > .nav-link,
.vesbuilder .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.vesbuilder .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.vesbuilder .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.vesbuilder .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.vesbuilder .navbar-dark .navbar-text a,
.vesbuilder .navbar-dark .navbar-text a:hover,
.vesbuilder .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.vesbuilder .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.vesbuilder .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.vesbuilder .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.vesbuilder .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.vesbuilder .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.vesbuilder .card > .card-header + .list-group,
.vesbuilder .card > .list-group + .card-footer {
  border-top: 0;
}

.vesbuilder .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.vesbuilder .card-title {
  margin-bottom: 0.5rem;
}

.vesbuilder .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.vesbuilder .card-text:last-child {
  margin-bottom: 0;
}

.vesbuilder .card-link:hover {
  text-decoration: none;
}
.vesbuilder .card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

.vesbuilder .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.vesbuilder .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.vesbuilder .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.vesbuilder .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.vesbuilder .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.vesbuilder .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.vesbuilder .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-img,
.vesbuilder .card-img-top,
.vesbuilder .card-img-bottom {
  width: 100%;
}

.vesbuilder .card-img,
.vesbuilder .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-img,
.vesbuilder .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.vesbuilder .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .vesbuilder .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .vesbuilder .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .vesbuilder .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .vesbuilder .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .vesbuilder card-group > .card:not(:last-child) .card-img-top,
  .vesbuilder .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:last-child) .card-img-bottom,
  .vesbuilder .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) .card-img-top,
  .vesbuilder .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .vesbuilder .card-group > .card:not(:first-child) .card-img-bottom,
  .vesbuilder .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.vesbuilder .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}
.modal-backdrop.fade {
  opacity: 0;
  display: block;
}
.modal-backdrop.show {
  opacity: 0.5;
  display: block;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.vesbuilder .gap-0 {
  gap: 0 !important;
}

.vesbuilder .gap-1 {
  gap: 0.25rem !important;
}

.vesbuilder .gap-2 {
  gap: 0.5rem !important;
}

.vesbuilder .gap-3 {
  gap: 1rem !important;
}

.vesbuilder .gap-4 {
  gap: 1.5rem !important;
}

.vesbuilder .gap-5 {
  gap: 3rem !important;
}

.vesbuilder .justify-content-start {
  justify-content: flex-start !important;
}

.vesbuilder .justify-content-end {
  justify-content: flex-end !important;
}

.vesbuilder .justify-content-center {
  justify-content: center !important;
}

.vesbuilder .justify-content-between {
  justify-content: space-between !important;
}

.vesbuilder .justify-content-around {
  justify-content: space-around !important;
}

.vesbuilder .justify-content-evenly {
  justify-content: space-evenly !important;
}

.vesbuilder .align-items-start {
  align-items: flex-start !important;
}

.vesbuilder .align-items-end {
  align-items: flex-end !important;
}

.vesbuilder .align-items-center {
  align-items: center !important;
}

.vesbuilder .align-items-baseline {
  align-items: baseline !important;
}

.vesbuilder .align-items-stretch {
  align-items: stretch !important;
}

.vesbuilder .align-content-start {
  align-content: flex-start !important;
}

.vesbuilder .align-content-end {
  align-content: flex-end !important;
}

.vesbuilder .align-content-center {
  align-content: center !important;
}

.vesbuilder .align-content-between {
  align-content: space-between !important;
}

.vesbuilder .align-content-around {
  align-content: space-around !important;
}

.vesbuilder .align-content-stretch {
  align-content: stretch !important;
}

.vesbuilder .align-self-auto {
  align-self: auto !important;
}

.vesbuilder .align-self-start {
  align-self: flex-start !important;
}

.vesbuilder .align-self-end {
  align-self: flex-end !important;
}

.vesbuilder .align-self-center {
  align-self: center !important;
}

.vesbuilder .align-self-baseline {
  align-self: baseline !important;
}

.vesbuilder .align-self-stretch {
  align-self: stretch !important;
}

.vesbuilder .order-first {
  order: -1 !important;
}

.vesbuilder .order-0 {
  order: 0 !important;
}

.vesbuilder .order-1 {
  order: 1 !important;
}

.vesbuilder .order-2 {
  order: 2 !important;
}

.vesbuilder .order-3 {
  order: 3 !important;
}

.vesbuilder .order-4 {
  order: 4 !important;
}

.vesbuilder .order-5 {
  order: 5 !important;
}

.vesbuilder .order-last {
  order: 6 !important;
}

.vesbuilder .m-0 {
  margin: 0 !important;
}

.vesbuilder .m-1 {
  margin: 0.25rem !important;
}

.vesbuilder .m-2 {
  margin: 0.5rem !important;
}

.vesbuilder .m-3 {
  margin: 1rem !important;
}

.vesbuilder .m-4 {
  margin: 1.5rem !important;
}

.vesbuilder .m-5 {
  margin: 3rem !important;
}

.vesbuilder .m-auto {
  margin: auto !important;
}

.vesbuilder .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.vesbuilder .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.vesbuilder .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.vesbuilder .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.vesbuilder .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.vesbuilder .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.vesbuilder .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.vesbuilder .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.vesbuilder .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.vesbuilder .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.vesbuilder .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.vesbuilder .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.vesbuilder .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.vesbuilder .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.vesbuilder .mt-0 {
  margin-top: 0 !important;
}

.vesbuilder .mt-1 {
  margin-top: 0.25rem !important;
}

.vesbuilder .mt-2 {
  margin-top: 0.5rem !important;
}

.vesbuilder .mt-3 {
  margin-top: 1rem !important;
}

.vesbuilder .mt-4 {
  margin-top: 1.5rem !important;
}

.vesbuilder .mt-5 {
  margin-top: 3rem !important;
}

.vesbuilder .mt-auto {
  margin-top: auto !important;
}

.vesbuilder .me-0 {
  margin-right: 0 !important;
}

.vesbuilder .me-1 {
  margin-right: 0.25rem !important;
}

.vesbuilder .me-2 {
  margin-right: 0.5rem !important;
}

.vesbuilder .me-3 {
  margin-right: 1rem !important;
}

.vesbuilder .me-4 {
  margin-right: 1.5rem !important;
}

.vesbuilder .me-5 {
  margin-right: 3rem !important;
}

.vesbuilder .me-auto {
  margin-right: auto !important;
}

.vesbuilder .mb-0 {
  margin-bottom: 0 !important;
}

.vesbuilder .mb-1 {
  margin-bottom: 0.25rem !important;
}

.vesbuilder .mb-2 {
  margin-bottom: 0.5rem !important;
}

.vesbuilder .mb-3 {
  margin-bottom: 1rem !important;
}

.vesbuilder .mb-4 {
  margin-bottom: 1.5rem !important;
}

.vesbuilder .mb-5 {
  margin-bottom: 3rem !important;
}

.vesbuilder .mb-auto {
  margin-bottom: auto !important;
}

.vesbuilder .ms-0 {
  margin-left: 0 !important;
}

.vesbuilder .ms-1 {
  margin-left: 0.25rem !important;
}

.vesbuilder .ms-2 {
  margin-left: 0.5rem !important;
}

.vesbuilder .ms-3 {
  margin-left: 1rem !important;
}

.vesbuilder .ms-4 {
  margin-left: 1.5rem !important;
}

.vesbuilder .ms-5 {
  margin-left: 3rem !important;
}

.vesbuilder .ms-auto {
  margin-left: auto !important;
}

.vesbuilder .p-0 {
  padding: 0 !important;
}

.vesbuilder .p-1 {
  padding: 0.25rem !important;
}

.vesbuilder .p-2 {
  padding: 0.5rem !important;
}

.vesbuilder .p-3 {
  padding: 1rem !important;
}

.vesbuilder .p-4 {
  padding: 1.5rem !important;
}

.vesbuilder .p-5 {
  padding: 3rem !important;
}

.vesbuilder .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.vesbuilder .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.vesbuilder .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.vesbuilder .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.vesbuilder .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.vesbuilder .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.vesbuilder .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.vesbuilder .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.vesbuilder .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.vesbuilder .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.vesbuilder .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.vesbuilder .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.vesbuilder .pt-0 {
  padding-top: 0 !important;
}

.vesbuilder .pt-1 {
  padding-top: 0.25rem !important;
}

.vesbuilder .pt-2 {
  padding-top: 0.5rem !important;
}

.vesbuilder .pt-3 {
  padding-top: 1rem !important;
}

.vesbuilder .pt-4 {
  padding-top: 1.5rem !important;
}

.vesbuilder .pt-5 {
  padding-top: 3rem !important;
}

.vesbuilder .pe-0 {
  padding-right: 0 !important;
}

.vesbuilder .pe-1 {
  padding-right: 0.25rem !important;
}

.vesbuilder .pe-2 {
  padding-right: 0.5rem !important;
}

.vesbuilder .pe-3 {
  padding-right: 1rem !important;
}

.vesbuilder .pe-4 {
  padding-right: 1.5rem !important;
}

.vesbuilder .pe-5 {
  padding-right: 3rem !important;
}

.vesbuilder .pb-0 {
  padding-bottom: 0 !important;
}

.vesbuilder .pb-1 {
  padding-bottom: 0.25rem !important;
}

.vesbuilder .pb-2 {
  padding-bottom: 0.5rem !important;
}

.vesbuilder .pb-3 {
  padding-bottom: 1rem !important;
}

.vesbuilder .pb-4 {
  padding-bottom: 1.5rem !important;
}

.vesbuilder .pb-5 {
  padding-bottom: 3rem !important;
}

.vesbuilder .ps-0 {
  padding-left: 0 !important;
}

.vesbuilder .ps-1 {
  padding-left: 0.25rem !important;
}

.vesbuilder .ps-2 {
  padding-left: 0.5rem !important;
}

.vesbuilder .ps-3 {
  padding-left: 1rem !important;
}

.vesbuilder .ps-4 {
  padding-left: 1.5rem !important;
}

.vesbuilder .ps-5 {
  padding-left: 3rem !important;
}

.vesbuilder .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.vesbuilder .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.vesbuilder .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.vesbuilder .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.vesbuilder .fs-5 {
  font-size: 1.25rem !important;
}

.vesbuilder .fs-6 {
  font-size: 1rem !important;
}

.vesbuilder .fst-italic {
  font-style: italic !important;
}

.vesbuilder .fst-normal {
  font-style: normal !important;
}

.vesbuilder .fw-light {
  font-weight: 300 !important;
}

.vesbuilder .fw-lighter {
  font-weight: lighter !important;
}

.vesbuilder .fw-normal {
  font-weight: 400 !important;
}

.vesbuilder .fw-bold {
  font-weight: 700 !important;
}

.vesbuilder .fw-bolder {
  font-weight: bolder !important;
}

.vesbuilder .text-lowercase {
  text-transform: lowercase !important;
}

.vesbuilder .text-uppercase {
  text-transform: uppercase !important;
}

.vesbuilder .text-capitalize {
  text-transform: capitalize !important;
}

.vesbuilder .text-start {
  text-align: left !important;
}

.vesbuilder .text-end {
  text-align: right !important;
}

.vesbuilder .text-center {
  text-align: center !important;
}

.vesbuilder .text-primary {
  color: #0d6efd !important;
}

.vesbuilder .text-secondary {
  color: #6c757d !important;
}

.vesbuilder .text-success {
  color: #198754 !important;
}

.vesbuilder .text-info {
  color: #0dcaf0 !important;
}

.vesbuilder .text-warning {
  color: #ffc107 !important;
}

.vesbuilder .text-danger {
  color: #dc3545 !important;
}

.vesbuilder .text-light {
  color: #f8f9fa !important;
}

.vesbuilder .text-dark {
  color: #212529 !important;
}

.vesbuilder .text-white {
  color: #fff !important;
}

.vesbuilder .text-body {
  color: #212529 !important;
}

.vesbuilder .text-muted {
  color: #6c757d !important;
}

.vesbuilder .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.vesbuilder .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.vesbuilder .text-reset {
  color: inherit !important;
}

.vesbuilder .lh-1 {
  line-height: 1 !important;
}

.vesbuilder .lh-sm {
  line-height: 1.25 !important;
}

.vesbuilder .lh-base {
  line-height: 1.5 !important;
}

.vesbuilder .lh-lg {
  line-height: 2 !important;
}

.vesbuilder .bg-primary {
  background-color: #0d6efd !important;
}

.vesbuilder .bg-secondary {
  background-color: #6c757d !important;
}

.vesbuilder .bg-success {
  background-color: #198754 !important;
}

.vesbuilder .bg-info {
  background-color: #0dcaf0 !important;
}

.vesbuilder .bg-warning {
  background-color: #ffc107 !important;
}

.vesbuilder .bg-danger {
  background-color: #dc3545 !important;
}

.vesbuilder .bg-light {
  background-color: #f8f9fa !important;
}

.vesbuilder .bg-dark {
  background-color: #212529 !important;
}

.vesbuilder .bg-body {
  background-color: #fff !important;
}

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

.vesbuilder .bg-transparent {
  background-color: transparent !important;
}

.vesbuilder .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.vesbuilder .text-wrap {
  white-space: normal !important;
}

.vesbuilder .text-nowrap {
  white-space: nowrap !important;
}

.vesbuilder .text-decoration-none {
  text-decoration: none !important;
}

.vesbuilder .text-decoration-underline {
  text-decoration: underline !important;
}

.vesbuilder .text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.vesbuilder .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.vesbuilder .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.vesbuilder .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.vesbuilder .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.vesbuilder .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.vesbuilder .pe-none {
  pointer-events: none !important;
}

.vesbuilder .pe-auto {
  pointer-events: auto !important;
}

.vesbuilder .rounded {
  border-radius: 0.25rem !important;
}

.vesbuilder .rounded-0 {
  border-radius: 0 !important;
}

.vesbuilder .rounded-1 {
  border-radius: 0.2rem !important;
}

.vesbuilder .rounded-2 {
  border-radius: 0.25rem !important;
}

.vesbuilder .rounded-3 {
  border-radius: 0.3rem !important;
}

.vesbuilder .rounded-circle {
  border-radius: 50% !important;
}

.vesbuilder .rounded-pill {
  border-radius: 50rem !important;
}

.vesbuilder .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.vesbuilder .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.vesbuilder .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.vesbuilder .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.vesbuilder .visible {
  visibility: visible !important;
}

.vesbuilder .invisible {
  visibility: hidden !important;
}

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

  .vesbuilder .float-sm-end {
    float: right !important;
  }

  .vesbuilder .float-sm-none {
    float: none !important;
  }

  .vesbuilder .d-sm-inline {
    display: inline !important;
  }

  .vesbuilder .d-sm-inline-block {
    display: inline-block !important;
  }

  .vesbuilder .d-sm-block {
    display: block !important;
  }

  .vesbuilder .d-sm-grid {
    display: grid !important;
  }

  .vesbuilder .d-sm-table {
    display: table !important;
  }

  .vesbuilder .d-sm-table-row {
    display: table-row !important;
  }

  .vesbuilder .d-sm-table-cell {
    display: table-cell !important;
  }

  .vesbuilder .d-sm-flex {
    display: flex !important;
  }

  .vesbuilder .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .vesbuilder .d-sm-none {
    display: none !important;
  }

  .vesbuilder .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .vesbuilder .flex-sm-row {
    flex-direction: row !important;
  }

  .vesbuilder .flex-sm-column {
    flex-direction: column !important;
  }

  .vesbuilder .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .vesbuilder .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .vesbuilder .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .vesbuilder .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .vesbuilder .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .vesbuilder .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .vesbuilder .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .vesbuilder .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .vesbuilder .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-sm-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-sm-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-sm-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-sm-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-sm-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-sm-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-sm-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-sm-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-sm-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-sm-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-sm-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-sm-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-sm-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-sm-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-sm-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-sm-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-sm-first {
    order: -1 !important;
  }

  .vesbuilder .order-sm-0 {
    order: 0 !important;
  }

  .vesbuilder .order-sm-1 {
    order: 1 !important;
  }

  .vesbuilder .order-sm-2 {
    order: 2 !important;
  }

  .vesbuilder .order-sm-3 {
    order: 3 !important;
  }

  .vesbuilder .order-sm-4 {
    order: 4 !important;
  }

  .vesbuilder .order-sm-5 {
    order: 5 !important;
  }

  .vesbuilder .order-sm-last {
    order: 6 !important;
  }

  .vesbuilder .m-sm-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-sm-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-sm-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-sm-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-sm-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-sm-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-sm-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-sm-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-sm-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-sm-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-sm-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-sm-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-sm-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-sm-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

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

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-md-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-md-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-md-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-md-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-md-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-md-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-md-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-md-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-md-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-md-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-md-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-md-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-md-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-md-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-md-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-md-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-md-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-md-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-md-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-md-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-md-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-md-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-md-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-md-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-md-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-md-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-md-first {
    order: -1 !important;
  }

  .vesbuilder .order-md-0 {
    order: 0 !important;
  }

  .vesbuilder .order-md-1 {
    order: 1 !important;
  }

  .vesbuilder .order-md-2 {
    order: 2 !important;
  }

  .vesbuilder .order-md-3 {
    order: 3 !important;
  }

  .vesbuilder .order-md-4 {
    order: 4 !important;
  }

  .vesbuilder .order-md-5 {
    order: 5 !important;
  }

  .vesbuilder .order-md-last {
    order: 6 !important;
  }

  .vesbuilder .m-md-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-md-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-md-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-md-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-md-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-md-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-md-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-md-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-md-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-md-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-md-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-md-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-md-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-md-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-md-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-md-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-md-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-md-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-md-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

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

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-lg-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-lg-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-lg-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-lg-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-lg-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-lg-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-lg-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-lg-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-lg-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-lg-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-lg-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-lg-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-lg-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-lg-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-lg-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-lg-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-lg-first {
    order: -1 !important;
  }

  .vesbuilder .order-lg-0 {
    order: 0 !important;
  }

  .vesbuilder .order-lg-1 {
    order: 1 !important;
  }

  .vesbuilder .order-lg-2 {
    order: 2 !important;
  }

  .vesbuilder .order-lg-3 {
    order: 3 !important;
  }

  .vesbuilder .order-lg-4 {
    order: 4 !important;
  }

  .vesbuilder .order-lg-5 {
    order: 5 !important;
  }

  .vesbuilder .order-lg-last {
    order: 6 !important;
  }

  .vesbuilder .m-lg-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-lg-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-lg-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-lg-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-lg-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-lg-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-lg-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-lg-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-lg-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-lg-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-lg-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-lg-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-lg-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-lg-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-xl-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-xl-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-xl-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-xl-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-xl-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-xl-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-xl-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-xl-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-xl-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-xl-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-xl-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-xl-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-xl-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-xl-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-xl-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-xl-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-xl-first {
    order: -1 !important;
  }

  .vesbuilder .order-xl-0 {
    order: 0 !important;
  }

  .vesbuilder .order-xl-1 {
    order: 1 !important;
  }

  .vesbuilder .order-xl-2 {
    order: 2 !important;
  }

  .vesbuilder .order-xl-3 {
    order: 3 !important;
  }

  .vesbuilder .order-xl-4 {
    order: 4 !important;
  }

  .vesbuilder .order-xl-5 {
    order: 5 !important;
  }

  .vesbuilder .order-xl-last {
    order: 6 !important;
  }

  .vesbuilder .m-xl-0 {
    margin: 0 !important;
  }

  .vesbuilder .m-xl-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .m-xl-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .m-xl-3 {
    margin: 1rem !important;
  }

  .vesbuilder .m-xl-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .m-xl-5 {
    margin: 3rem !important;
  }

  .vesbuilder .m-xl-auto {
    margin: auto !important;
  }

  .vesbuilder .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .mt-xl-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .mt-xl-auto {
    margin-top: auto !important;
  }

  .vesbuilder .me-xl-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .me-xl-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .me-xl-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .me-xl-auto {
    margin-right: auto !important;
  }

  .vesbuilder .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .ms-xl-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .vesbuilder .gap-xxl-0 {
    gap: 0 !important;
  }

  .vesbuilder .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .vesbuilder .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .vesbuilder .gap-xxl-3 {
    gap: 1rem !important;
  }

  .vesbuilder .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .vesbuilder .gap-xxl-5 {
    gap: 3rem !important;
  }

  .vesbuilder .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .vesbuilder .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .vesbuilder .justify-content-xxl-center {
    justify-content: center !important;
  }

  .vesbuilder .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .vesbuilder .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .vesbuilder .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .vesbuilder .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .vesbuilder .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .vesbuilder .align-items-xxl-center {
    align-items: center !important;
  }

  .vesbuilder .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .vesbuilder .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .vesbuilder .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .vesbuilder .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .vesbuilder .align-content-xxl-center {
    align-content: center !important;
  }

  .vesbuilder .align-content-xxl-between {
    align-content: space-between !important;
  }

  .vesbuilder .align-content-xxl-around {
    align-content: space-around !important;
  }

  .vesbuilder .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .vesbuilder .align-self-xxl-auto {
    align-self: auto !important;
  }

  .vesbuilder .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .vesbuilder .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .vesbuilder .align-self-xxl-center {
    align-self: center !important;
  }

  .vesbuilder .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .vesbuilder .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .vesbuilder .order-xxl-first {
    order: -1 !important;
  }

  .vesbuilder .order-xxl-0 {
    order: 0 !important;
  }

  .vesbuilder .order-xxl-1 {
    order: 1 !important;
  }

  .vesbuilder .order-xxl-2 {
    order: 2 !important;
  }

  .vesbuilder .order-xxl-3 {
    order: 3 !important;
  }

  .vesbuilder .order-xxl-4 {
    order: 4 !important;
  }

  .vesbuilder .order-xxl-5 {
    order: 5 !important;
  }

  .vesbuilder .order-xxl-last {
    order: 6 !important;
  }

  .vesbuilder .vesbuilder .m-xxl-0 {
    margin: 0 !important;
  }

  .vesbuilder .vesbuilder .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-3 {
    margin: 1rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-5 {
    margin: 3rem !important;
  }

  .vesbuilder .vesbuilder .m-xxl-auto {
    margin: auto !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .vesbuilder .vesbuilder .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .vesbuilder .vesbuilder .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .vesbuilder .vesbuilder .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .vesbuilder .vesbuilder .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .vesbuilder .vesbuilder .mt-xxl-auto {
    margin-top: auto !important;
  }

  .vesbuilder .vesbuilder .me-xxl-0 {
    margin-right: 0 !important;
  }

  .vesbuilder .vesbuilder .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .vesbuilder .vesbuilder .me-xxl-auto {
    margin-right: auto !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .vesbuilder .vesbuilder .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .vesbuilder .vesbuilder .ms-xxl-auto {
    margin-left: auto !important;
  }

  .vesbuilder .p-xxl-0 {
    padding: 0 !important;
  }

  .vesbuilder .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .vesbuilder .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .vesbuilder .p-xxl-3 {
    padding: 1rem !important;
  }

  .vesbuilder .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .vesbuilder .p-xxl-5 {
    padding: 3rem !important;
  }

  .vesbuilder .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .vesbuilder .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .vesbuilder .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .vesbuilder .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .vesbuilder .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .vesbuilder .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .vesbuilder .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .vesbuilder .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .vesbuilder .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .vesbuilder .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .vesbuilder .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .vesbuilder .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .vesbuilder .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .vesbuilder .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .vesbuilder .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .vesbuilder .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .vesbuilder .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .vesbuilder .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .vesbuilder .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .vesbuilder .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .vesbuilder .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .vesbuilder .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .vesbuilder .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .vesbuilder .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .vesbuilder .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .vesbuilder .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .vesbuilder .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .vesbuilder .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .vesbuilder .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .vesbuilder .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .vesbuilder .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .vesbuilder .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .vesbuilder .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .vesbuilder .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .vesbuilder .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .vesbuilder .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .vesbuilder .text-xxl-start {
    text-align: left !important;
  }

  .vesbuilder .text-xxl-end {
    text-align: right !important;
  }

  .vesbuilder .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .vesbuilder .fs-1 {
    font-size: 2.5rem !important;
  }

  .vesbuilder .fs-2 {
    font-size: 2rem !important;
  }

  .vesbuilder .fs-3 {
    font-size: 1.75rem !important;
  }

  .vesbuilder .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .vesbuilder .d-print-inline {
    display: inline !important;
  }

  .vesbuilder .d-print-inline-block {
    display: inline-block !important;
  }

  .vesbuilder .d-print-block {
    display: block !important;
  }

  .vesbuilder .d-print-grid {
    display: grid !important;
  }

  .vesbuilder .d-print-table {
    display: table !important;
  }

  .vesbuilder .d-print-table-row {
    display: table-row !important;
  }

  .vesbuilder .d-print-table-cell {
    display: table-cell !important;
  }

  .vesbuilder .d-print-flex {
    display: flex !important;
  }

  .vesbuilder .d-print-inline-flex {
    display: inline-flex !important;
  }

  .vesbuilder .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map *//*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 filter: alpha(opacity = 70);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; /*border-top: 1px solid #ddd; padding-top: 15px; */}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/loading.gif) no-repeat center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; top:-27px; right:-25px; display:block; color:transparent;background:url(../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/colorbox/images/fancy_close.png) no-repeat 0 0; width: 30px; height: 30px; }

.action_button li {
    float: left;
    width: 100%;
    clear: both;
    margin: 10px 0;
}

.action_button li a.button {padding:8px 10px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*!
Video.js Default Styles (http://videojs.com)
Version 4.12.11
Create your own skin at http://designer.videojs.com
*/
/* SKIN
================================================================================
The main class name for all skin-specific styles. To make your own skin,
replace all occurrences of 'vjs-default-skin' with a new name. Then add your new
skin name to your video tag instead of the default skin.
e.g. <video class="video-js my-skin-name">
*/
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
--------------------------------------------------------------------------------
The control icons are from a custom font. Each icon corresponds to a character
(e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
*/
@font-face {
  font-family: 'VideoJS';
  src: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/fonts/vjs.eot');
  src: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/fonts/vjs.woff') format('woff'), url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/fonts/vjs.ttf') format('truetype'), url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
--------------------------------------------------------------------------------
*/
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
--------------------------------------------------------------------------------
The default control bar that is a container for most of the controls.
*/
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
     If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */

  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
fonts to show/hide properly.
  - "\9" IE8 hack didn't work for this
  - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
*/
@media \0screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
  this is set to 0 */

}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
-------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */

  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
     handle relative to the volume bar, you'll need to update this value
     too. */

  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
    a little differently. It needs to be possible to tab to the volume slider
    without hitting space bar on the menu button. To do this we're not using
    display:none to hide the slider menu by default, and instead setting the
    width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
    This simply changes the overall font for the progress bar, and this
    updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
      the transition so they're handled correctly. */

  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */

  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
    Using a data URI to create the white diagonal lines with a transparent
      background. Surprisingly works in IE8.
      Created using http://www.patternify.com
    Changing the first color value will change the bar color.
    Also using a paralax effect to make the lines move backwards.
      The -50% left position makes that happen.
  */

  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
   specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
--------------------------------------------------------------------------------
*/
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
--------------------------------------------------------------------------------
Positioning of the play button in the center or other corners can be done more
easily in the skin designer. http://designer.videojs.com/
*/
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
    by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
--------------------------------------------------------------------------------
*/
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
     to the same as the button height */

  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
--------------------------------------------------------------------------------
*/
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
--------------------------------------------------------------------------------
*/
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */

  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */

  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */

}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */

  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */

  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
REQUIRED STYLES (be careful overriding)
================================================================================
When loading the player, the video tag is replaced with a DIV,
that will hold the video tag or object tag for other playback methods.
The div contains the video playback element (Flash or HTML5) and controls,
and sets the width and height of the video.

** If you want to add some kind of border/padding (e.g. a frame), or special
positioning, use another containing element. Otherwise you risk messing up
control positioning and full window mode. **
*/
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
     easily calculable. */

  font-size: 10px;
  /* Allow poster to be vertically aligned. */

  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/

  /* Provide some basic defaults for fonts */

  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */

  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
     The majority of player components will not be text blocks.
     Text areas will need to turn user selection back on. */

  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
    <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
   checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
    and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
    The .video-js classname on the video tag also isn't considered.
    This optional paragraph inside the video tag can provide a message to users
    about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
The original source of this file lives at
https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/**
 * Swiper 5.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 16, 2019
 */

 @font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.boxed-layout .slider.banners {
    margin: 0 -15px;
}

.slider.banners .swiper-slide .slide-inner {
    overflow: hidden;
    padding-right: 8px;
}

.slider.banners .swiper-slide:last-child .slide-inner {
    padding-right: 0;
}

.slider.banners .swiper-slide {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.slider.banners .swiper-slide-big {
    width: 400px;
}

.slider.banners .swiper-slide-small {
    width: 234px;
}

.slider.banners .swiper-slide-big.swiper-slide:last-child {
    width: 392px;
}

.slider.banners .swiper-slide-small.swiper-slide:last-child {
    width: 224px;
}

.slider.banners .slide-wrapper {
    overflow: hidden;
    position: relative;
}

.slider.banners .swiper-slide-small .slide-wrapper {
    margin: 0 0 6px 0;
}

.slider.banners .swiper-wrapper {
    width: 100%;
}

.slider.banners .swiper-slide-big .slide-wrapper,
.slider.banners .swiper-slide-big .slide-inner {
    height: 100%;
}

.slider.banners .swiper-slide img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

/* HOVER */
.slider.banners img {
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.slider.banners .slide-wrapper:hover img {
    -webkit-transform: scale(1.2) rotateZ(-5deg);
    -moz-transform: scale(1.2) rotateZ(-5deg);
    -ms-transform: scale(1.2) rotateZ(-5deg);
    -o-transform: scale(1.2) rotateZ(-5deg);
    transform: scale(1.2) rotateZ(-5deg);
}

/* OVERLAY */
.slider.banners .slide-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4);*/
    box-shadow: inset 0 0 20px 450px rgba(0,0,0, 0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.slider.banners .slide-wrapper:hover:after {
    visibility: visible;
    opacity: 1;
}

/* NAVIGATION */
.slider.banners .next,
.slider.banners .prev {
    padding: 6px 14px;
    width: 50px;
    height: 50px;
    margin: -26px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid;
    border-color: rgba(255,255,255,0);
    /* border-radius: 50%; */
    text-indent: 100%;
}

.slider.banners .prev {
    left: -51px;
}

.slider.banners .next {
    right: -51px;
}

.slider.banners:hover .prev {
    left: 15px;
    opacity: 0.8;
    color: #ffffff;
    border-color: rgba(255,255,255,0.8);
}

.slider.banners:hover .next {
    right: 15px;
    opacity: 0.8;
    color: #ffffff;
    border-color: rgba(255,255,255,0.8);
}

.slider.banners .next:before,
.slider.banners .prev:before{
    font-family: 'FontAwesome';
    font-size: 30px;
    width: 15px;
    position: absolute;
    top: 2px;
}

.slider.banners .next:before{
    content: "\f105";
    left: 0px;
}

.slider.banners .prev:before{
    content: "\f104";
    left: -3px;
}

.slider.banners .prev:hover,.slider.banners .next:hover {
    opacity: 1;
}

/* SLIDE TEXT */
.slider.banners .slide-text {
    position: absolute;
    display: block;
    left: 36px;
    right: 36px;
    z-index: 1;
    text-align: center;
    padding: 12px 0 4px;
    margin: 32px 0;
}

.slider.banners .slide-wrapper a.slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.slider.banners .swiper-slide-small .slide-text {
    left: 18px;
    right: 18px;
}

.slider.banners .slide-text.top {
    top: 0;
}

.slider.banners .slide-text.bottom {
    bottom: 0;
}

.slider.banners .slide-text.center {
    top: 0;
}

.slider.banners .slide-text.border {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.43);
}

.slider.banners .slide-text h3,
.slider.banners .slide-text h4 {
    color: #fff;
    margin: 0 0 5px;
    text-align: center;
    line-height: 0.85em;
}

.slider.banners .slide-text h3 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0px;
}

.slider.banners .slide-text h4 {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.widget-swiper .slider.banners{
    margin-top: -25px;
}.banner-countdowns .timeleft h3{
    color: #FFFFFF!important;
    padding:0; 
    margin:0; 
    line-height:40px;
    font-family: verdana,arial;
    font-size: 19px;
    font-weight: normal;
}
.banner-countdowns .item-countdown{
    padding: 10px 0;
    direction: ltr;
}
.banner-countdowns .item-countdown ul{
    /*text-align: center;*/
}
.banner-countdowns .item-countdown ul li{
    display: inline-block; 
    margin: 0px 8px 0 0;
    line-height: normal;
    border: 0;
}
.banner-countdowns .item-countdown ul li.first{}
.banner-countdowns .item-countdown ul li.last{ 
    margin: 0px;
}
.banner-countdowns .item-countdown ul li div{
    text-transform: lowercase; 
    clear: both;
    text-align:center;
    width:100%;
    font-size:12px;
}
.banner-countdowns .item-countdown ul li div.countdown_num{}
.banner-countdowns .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.banner-countdowns .timeleft{
    background-color: #6B9E1B; 
    background-image: linear-gradient(to bottom, #7aa832, #4b6f13);
}
.banner-countdowns .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    border: 1px solid #ebebeb;
    padding: 4px 6px;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#f8f8f8), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#f8f8f8 51%,#f8f8f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */

}
.banner-countdowns .item-countdown ul li div.countdown_num span + span{
    border-left: 0;
}

/*Carousel css*/

.banner-countdowns .product-block .group-item {
    display: inline-block;
}

.banner-countdowns .group-action .cart {
    float: none;
}
.banner-countdowns .group-action .cart input {
    background-color: #7eac22;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-indent: 0;
    width: auto;
}
.banner-countdowns .group-action .group-action-inner {
    background-color: #7eac22;
    bottom: 30px;
    height: 33px;
    margin: 0 ;
    position: absolute;
    width: 100%;
    right: -100%;
    opacity:0;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.banner-countdowns .product-block:hover .group-action .group-action-inner {
    right: 0;
    opacity:1;
    transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
}
.banner-countdowns .group-action .wishlist, 
.banner-countdowns .group-action .compare {
    float: left;
    width: 19.5%;
    border-left: 1px solid #8cbc2b;
    border-right: 1px solid #6d951d;
}
.banner-countdowns .group-action .cart {
    float: left;
    border-left: 1px solid #8cbc2b;
    width: 56%;
}
.banner-countdowns .group-action .wishlist:hover, 
.banner-countdowns .group-action .compare:hover, 
.banner-countdowns .group-action .cart:hover {
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a, 
.banner-countdowns .group-action .cart .button {
    background-image: url("../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/css/image/default/icon-action.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 100%;
}
.banner-countdowns .group-action .wishlist a, 
.banner-countdowns .group-action .compare a {
    overflow: hidden;
    text-indent: -9999em;
    padding: 0;
}
.banner-countdowns .group-action .wishlist a {
    background-position: 55% 12px;
}
.banner-countdowns .group-action .compare a {
    background-position: 58% -52px;
}
.banner-countdowns .group-action .cart .button {
    background-position: 14% -125px;
    color: #FFFFFF;
    font-weight: 400;
    padding-left: 30px;
}
.banner-countdowns .group-action .icon-plus {
    background-color: #F2711F;
    bottom: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
}

.banner-countdowns .product-block:hover .group-action .icon-plus {
    background-color: #7eac22;
}

.banner-countdowns .product-block .rating {
     display: none;
}

.banner-countdowns .carousel-controls {
    position: absolute;
    right: 0;
    top: 10px;
    width: 80px;
}
.banner-countdowns .carousel-control {
    border-radius: 15px;
    font-size: 24px;
    height: 20px;
    line-height: 15px;
    margin-top: 0;
    width: 20px;
    opacity: 0.5;
}


.widget-contenthtml {
    padding: 30px;
    border-radius: 5px;
}

.ajax-loading-img{
    background-image: url(../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}
.ves-container .label{
  color: #333;
}
/*Container size*/
.container-small, .container-large {
    max-width: 100%;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

/*Container size*/
@media (max-width: 992px) {
  .offcanvas-widget-siderbars .offcanvas-widget-sidebar {
      display: none;
      width: 100%;
  }
  .offcanvas-widget-siderbars.column-left-active .offcanvas-widget-sidebar.canvas-show {
      display: block;
  }
  .offcanvas-widget-siderbars.column-left-active .main-column, .offcanvas-widget-siderbars.column-right-active .main-column {
      display: none;
  }
}

.col-nopadding, .row-nopadding, .widget-nopadding{ padding:0px!important;}
/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"], 
.row.no-gutters > [class*=" col-"], .row.no-gutters > .row-inner > [class^="col-"],.row.no-gutters > .row-inner > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
/*Aligment*/

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left-block {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

/*Collapse opener*/
.block .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* Accordion style*/
.accordian-play .panel-item-content {
  display: none;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  overflow: hidden;
}

.accordian-play .menu-title {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #141414;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #d8d8d7; }
  
.accordian-play .menu-title .bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding-bottom: 80px;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 0; }
.accordian-play .menu-title h3 {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;

    /*font-weight: 400;*/
    font-style: normal;
    text-transform: uppercase;
    /*font-size: 4.5em;*/
    letter-spacing: 0.09em;
    line-height: 1em;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title h3 span {
      display: block;

      font-weight: 300;
      font-style: normal;
      font-style: italic;
      font-weight: normal;
      text-transform: none;
      font-size: 24px;
      line-height: 0;
      letter-spacing: 0;
      position: relative;
      top: 15px; }
.accordian-play .menu-title p {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    font-size: 2em;
    font-style: italic;
    margin: 0.3em 0 0;
    position: relative;
    z-index: 5; }
.accordian-play .menu-title i {
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    color: #ccc;
    display: block;
    height: 38px;
    position: absolute;
    font-size: 38px;
    width: 38px;
    margin-top: -19px;
    top: 50%;
    right: 90px;
    z-index: 5; }
.accordian-play .menu-title.adjust {
    padding: 50px 0; }
.accordian-play.press .menu-title a {
  color: inherit;
  text-decoration: none; }
.accordian-play.press .menu-title p {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #484747;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em; }
.accordian-play.press .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover; }
.accordian-play.press .menu-title i {
  border: solid 3px #ccc;
  border-radius: 36px;
  height: 32px;
  width: 32px;
  font-size: 20px; }
.accordian-play.press .menu-title i:before {
    left: 1px;
    top: 6px;
    position: relative; }
.accordian-play.press .menu-title:hover {
  background: #8f2626; }
.accordian-play.press .menu-title:hover p {
    color: #fff; }
.accordian-play.press .menu-title:hover i {
    border: solid 3px #fff; }
.widget-images .image-description p{margin:0;}
.widget-images .image-description br{display:none!important;}

/*widget social share links*/
.social-sharing-links li {
    float: left;
    padding: 0 7px 7px;
}
.social-sharing-links a{
   font-size: 18px;
}
/*widget social share links*/
.lookbook-products {
    overflow: hidden;
    overflow: auto;
    height: 100%;
    width: 100%;
    min-width: 100px;

}

.product-view .ves-container .product-img-box, .product-view .ves-container .product-shop, .product-view .ves-container .add-to-cart-wrapper, .product-view .ves-container .block-related { width: 100%;}

.jcarousel-control {
    display: block;
    text-align: center;
}

/*Product Deals Counting number*/
.ves-widget .item-countdown{
    padding: 10px 0;
}
.ves-widget .item-countdown ul{
    /*text-align: center;*/
}
.ves-widget .item-countdown ul li{
    display: inline-block; 
    margin: 0px 8px 0 0;
    line-height: normal;
    border: 0;
}
.ves-widget .item-countdown ul li.first{}
.ves-widget .item-countdown ul li.last{ 
    margin: 0px;
}
.ves-widget .item-countdown ul li div{
    text-transform: lowercase; 
    font-size:12px;
    display: inline-block; 
}
.ves-widget .item-countdown ul li div.countdown_num{}
.ves-widget .item-countdown ul li div.countdown_num span.mw_dld_detail_num{}
.ves-widget .timeleft{
}
.ves-widget .item-countdown ul li div.countdown_num span{
    display: inline-block; 
    font-size: 14px; 
    font-weight: bold; 
    color: #000;
    padding: 4px 0px;
}
.ves-widget .item-countdown ul li div.countdown_num span + span{
    border-left: 0;
}
/*Product Deals Counting number*/

/*Product builder: Media styles*/
.product-image-gallery .gallery-image {
    display: none;
}
.product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
}
.product-image-gallery .gallery-image.visible {
    display: block;
}

/*Products list style*/

.ves-base-productlist-widget{
  float: left;
  width: 100%
}
.ves-base-productlist-widget .etabs {
  margin: 0;
  padding: 0;
  text-align: center;
}

.ves-base-productlist-widget .tab {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 5px;
}
.ves-base-productlist-widget .tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.ves-base-productlist-widget .product-item-info .hover-image{
  display: none;
}
.panel-container {
  margin-bottom: 10px;
  float:left; width: 100%
}
.ves-base-productlist-widget{
  width: 100%;
  float: left;
}
.ves-base-productlist-widget .tab a { 
  font-size: 18px;
  line-height: 2em; 
  display: block; 
  padding: 0 15px; 
  color: #3d3d3d;
}

.ves-base-productlist-widget ul.etabs > li a:hover, .ves-base-productlist-widget ul.etabs > li a.active {
    color: #fb477e;
    border-top: 2px solid;
}
.ves-base-productlist-widget .paneltab{
  min-height: 300px;
}
.ves-base-productlist-widget .tab a:hover{
  text-decoration: none
}
.ves-base-productlist-widget .productlist-wait{
  height: 300px;
  background: url('../../frontend/TemplateMonster/theme007/en_GB/Ves_BaseWidget/images/preloader.gif') center no-repeat;
}
.ves-base-productlist-widget .ves-products-grid .product-item-info:hover,
.ves-base-productlist-widget .ves-products-grid .product-item-info.active {
  border: 1px solid #bbb;
  position: relative;
  z-index: 2;
  background: #fff
}
.ves-base-productlist-widget .product-item-info .item-countdown {
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul {
  margin: 0px;
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li {
  margin: 0px;
  width: 42px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #CCC;
  font-size: 11px;
  color: #000;
  line-height: 16px;
  padding: 9px 0px;
  float: left;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li:first-child{
  border-left: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li div.countdown_num span {
  background: none;
  border: none;
  padding: 0px;
  font-weight: 800;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul div {
  text-transform: uppercase;
  font-size: 11px;
}
.ves-base-productlist-widget .product-block .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 12;
}
.ves-base-productlist-widget .product-block .icon span{
  background: transparent;
}
.ves-base-productlist-widget .product-block .icon span span{
    background: #fb477e;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
}

.ves-base-productlist-widget .product-block .icon span span{
    background: #fb477e;
    color: #fff;
    font-size: 10px;
    padding: 0 5px;
    text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon .new-icon span{
    background: #4cb6ac;
}
/*End products list style*/
/*Instagram*/

.item-instagram ,.item-box-title{
  float: left;
}

#ves-instagram .row{
  margin-left: 10px;
}

.ves-instagram .grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.ves-instagram .grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  height: 250px;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.ves-instagram .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  z-index: 1;
}

.instagram-content {
  padding: 20px 8px 8px;
  width: 100%;
  height: 170px;
  z-index: 0;
}

.instagram-comment {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
}

.instagram-content > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-content > .instagram-avatar {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}

/**********Css for Hover**********/



.instagram-content-hover {
  padding: 100px 8px 8px;
  position: absolute;
  background: #edeff0;
  width: 150px;
  height: 150px;
  z-index: 0;
}

.instagram-comment-hover {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 88px;
  overflow: hidden;
}

.instagram-content-hover > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}

.instagram-avatar-hover {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
.carousel-next {
    float: right;
}
.carousel-prev {
  float: left;
}
/*Product item widget*/
.widget-singleproduct .product-item-details .product-item-name,.widget-singleproduct .product-item-details .product-item-name a{ display: block; }

.widget-singleproduct .product-item-info {
  width: auto;
}

/*Deal product widget*/
.dealproduct-widget .product-block .product-item-info {
    float: left;
    text-align: left;
    width: 100%;
    background: transparent;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.dealproduct-widget .product-block .product-item-info .product-item-name {
    padding: 0 !important;
    display: inline-block;
    zoom: 1;
    width: 50%;
}
.dealproduct-widget .product-block .product-item-info .product-image {
    width: 50%;
    float: left;
    display: inline-block;
    zoom: 1;
    position: relative;
}
.dealproduct-widget .product-block .product-item-info .product-item-details {
    width: 50%;
    padding: 0 !important;
    float: left;
}

.dealproduct-widget .product-block .product-item-info .product-item-name a {
    font-size: 18px;
    line-height: 25px;
}
.dealproduct-widget .product-block .product-image .product-thumb {
    float: right;
    width: 18%;
}
@media screen and (min-width: 768px) {
    .dealproduct-widget .owl-carousel .owl-item {
        padding-left: 30px !important;
        padding-right: 30px !important;
        border-right: 1px solid #eaeaea;
    }
    .dealproduct-widget .product-thumb .view_scroll_left, .dealproduct-widget .product-thumb .view_scroll_right {
      background: rgba(255,255,255,0.5);
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      width: 30px;
      height: 20px;
      line-height: 20px;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
    }
    .dealproduct-widget .product-thumb .view_scroll_left {
        top: 10px;
    }
    .dealproduct-widget .product-thumb .view_scroll_right {
      bottom: 10px;
    }
    .dealproduct-widget .product-block .product-item-info .price-box {
      margin: 10px 0;
    }
    .dealproduct-widget .product-block .product-image .product-img {
        display: inline-block;
        zoom: 1;
        float: left;
        width: 79%;
    }
    .dealproduct-widget .product-block .product-image .product-thumb {
        float: right;
        width: 18%;
    }
    .dealproduct-widget .product-block .product-item-info .product-image {
      top: 0;
      margin-bottom: 0;
      left: 0;
      padding-right: 20px;
    }
}
/*General styles*/
.ves-widget .product-block .icon .new-icon{ background: transparent; }
.ves-widget .product-block .icon{
    position: absolute;
    top: 20px;
    z-index: 12;
}
.ves-widget .product-block .icon > span > span,.ves-widget .product-block .icon > .new-icon{
    background: #f05253;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    padding: 2px 10px;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.ves-widget .owl-carousel ul, .ves-widget .owl-carousel li
{
	list-style: none;
}

.ves-widget .owl-carousel {
	width: auto;
	margin-left: -9px;
	margin-right: -9px;
}
.ves-widget .owl-carousel .owl-item {
	padding-left: 9px;
	padding-right: 9px;
	float: left;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.ves-widget .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	float: left;
}

.ves-widget .carousel-controls .carousel-control {
	background: #fff;
	color: #8e8e8e;
	font-size: 13px;
	text-shadow: none;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
}
.ves-widget .carousel-controls .carousel-control{
	color:#1979c3 !important;
}
.ves-widget .carousel-controls .carousel-control.left {
	left: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.left {
	right: -10px;
	left: auto;
	background-image: none;
}
.ves-widget .carousel-controls .carousel-control.right {
	right: -10px;
	background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.right {
	left: -10px;
	right: auto;
	background-image: none;
}

.brand-description{
	margin-top: 10px;
	margin-bottom: 30px;
}

.ves-widget .carousel-controls a{
	display: none;
}

.brand-widget:hover .carousel-controls a{
	display: block;
}

.brand-widget .block-title{
	text-align: center;
	margin-bottom: 30px;
}

.brand-widget .block-title strong{
	font-size: 25px;
}

.panel {
	margin: 0;
	background: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ves-brandlist .brandlist .brand-item{
	height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar{
	margin-top: 30px;
	text-align: right;
}

.brand-sidebar .brand-item {
	height: 50px;
}
@media (min-width: 768px), print {
	.page-main-fluid {
		max-width: 100%!important;
	}
}
.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../frontend/TemplateMonster/theme007/en_GB/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider.banner-type-3 {
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 0px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 600;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin-bottom: 15px;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

/* Post Gallery */
.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}

/* Widget Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;right: 10px;top: 0;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;text-decoration: none;text-shadow: none;font-weight: 400;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;background-size: 35px;opacity: 0.5;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}

/* Widget Tag Claud */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.blog-widget-recent .post-list {padding: 0;margin: 0;}
.blog-widget-recent .post-holder {width: 31.2%;float: left;margin: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {clear: both;}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}
@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-index-index .index-description,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {/*font-size: 1.4rem;*/line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.widget.blog-search .block-content {margin-bottom: 0;}
.widget.blog-search .block-content .form {position: relative;}
.widget.blog-search  label {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;text-decoration: none;display: inline-block;float: right;}
.widget.blog-search .control {border-top: 0;margin: 0;padding: 0;clear: both;}
.widget.blog-search input {position: static;padding-right: 35px;margin: 0;left: -300%;}
.widget.blog-search .action.search {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.widget.blog-search .action.search:before {-webkit-font-smoothing: antialiased;content: '';margin: 0;vertical-align: top;display: inline-block;overflow: hidden;speak: none;width: 16px;height: 32px;background: url(../../frontend/TemplateMonster/theme007/en_GB/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.widget.blog-search .action.search > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
.post-content .post-description ul, .post-content .post-description ol {
    list-style-position: inside;
    list-style: disc;
    padding-left: 18px;
    margin: 20px 0;
    line-height: 26px;
}/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 *//**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

#post-comments * {box-sizing: border-box;font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* Styles For All Blocks*/
.c-count {margin-bottom: 15px;font-weight: 700;padding-bottom: 10px;font-size: 16px;border-bottom: 1px solid #bbbbbb;color: #222;}
.c-img {width: 48px;position: absolute; left: 0;top: 0;z-index: 5;}
.c-img img {width: 100%;}
.c-reply, .c-comment {position: relative;margin-bottom: 18px;}
/*.c-replyform, .c-post {margin-left: 25px;}*/
.c-allcomments,
.c-allcomments:visited {display: block;width: 100%;font-weight: 700;font-size: 14px;color: #fff;background: #1979c3;margin-top: 24px;line-height: 40px;text-align: center;border-radius: 3px;transition: 200ms cubic-bezier(.08,.52,.52,1) background-color;text-decoration: none;}
.c-allcomments:hover {background-color: #e2e2e2;color: #fff;text-decoration: none;}

/* Reply Form */
.c-replyform textarea,
.c-replyform input {color: #222;background: #fff !important;display: block;}
.c-replyform textarea {padding: 8px;height: 70px;border: 1px solid #bbbbbb;}
.c-replyform.no-active textarea {border-bottom: 1px solid #bbbbbb;height: 60px;}
.c-replyform textarea:focus,
.c-replyform input:focus {box-shadow:none;}
.c-replyform button {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}
.c-replyform button:hover {-webkit-transition: all 0.2s;-ms-transition: all 0.2s;transition: all 0.2s;}

/* Message */
.c-replyform div.mage-error[generated] {display: none!important;}
.c-replyform .mage-error {background-color: #fff3f3!important;border-color:#d5d6da;}

/* Form */
.c-replyform .c-btn-hld {margin-top: 20px;}
.c-replyform.no-active .c-btn-hld {display: none;}
.c-replyform .c-btn-hld .lr-hld {
    display: -webkit-flex;display: -ms-flexbox;display: flex;
    -webkit-justify-content: center;-ms-flex-pack: justify;justify-content: space-between;
}
.c-replyform .left-hld,
.c-replyform .right-hld {
    width: 49%;padding: 0;-webkit-flex: 0 0 49%;-ms-flex: 0 0 49%;flex: 0 0 49%;
}
@media screen and (max-width: 480px) {
    .c-replyform .c-btn-hld {
        display: -webkit-flex;display: -ms-flexbox;display: flex;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform .lr-hld {
        -webkit-order: 0;-ms-flex-order: 0;order: 0;
        -webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;
    }
    .c-replyform form .c-btn-hld .input-box {
        -webkit-order: 1;-ms-flex-order: 1;order: 1;
    }
    #recaptcha-append-to {
        -webkit-order: 2;-ms-flex-order: 2;order: 2;
    }
    .c-replyform button {
        -webkit-order: 3;-ms-flex-order: 3;order: 3;
    }
    .c-replyform .left-hld {padding: 0 0 20px 0;}
}


/* Button */
.c-replyform button {display: inline-block;color: #fff;background-color: #4db2ec;border: none;border-radius: 0;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;margin-top: 20px;}
.c-replyform button:hover {color: #ffffff;background-color: #222222;}
.c-replyform button.cancel {background-color: #f6f7f9;border-color: #ced0d4;color: #4b4f56;}
.c-replyform button.cancel:hover {background-color: #e9ebee;}


.c-replyform form .c-btn-hld .input-box {width: 100%;text-align: left;padding: 6px 0;display: inline-block;float: left;margin: 20px 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry {float: left;margin: 2px 10px 0 0;}
.c-replyform form .c-btn-hld .input-box .checkbox.required-entry.mage-error {
    -webkit-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    -moz-box-shadow: 0 0 5px 0 rgb(250, 166, 166);
    box-shadow: 0 0 5px 0 rgb(250, 166, 166);
}

/* Comment */
.c-comments {margin-top: 20px;border-top: 1px solid #ddd;padding-top: 30px;padding-left: 25px;}
.c-comments .c-comment {border-bottom: 1px dashed #eee;}
.c-comments .c-comment:last-child{border-bottom: none}
.c-post .p-info {margin-bottom: 10px;}
.c-post .p-name {font-weight: 700;/*color: #222222;*/display: inline-block;margin-right: 10px;font-size: 14px;line-height: 20px;}
.c-post .publish-date {font-size: 11px;color: #bbbbbb;display: inline-block;line-height: 20px;}
.c-post .p-actions {padding: 8px 0 10px;}
.c-post .p-actions {font-size: 12px;}
.c-post .p-actions a {color: #bbbbbb;}
.c-post .p-actions a:hover {text-decoration: underline; }
.c-post .p-actions span {color: #90949c;}

/* Post's replies and reply form */
.p-replies {border-left: 1px dotted #bdbdbd; padding-left: 10px;}
.p-replies .c-img {width: 36px;}
.p-replies .c-post, .p-replies .c-replyform {margin-left: 20px;}
.p-replies .c-comment {margin-bottom: 10px;}
.p-replies .c-more {background: #d7eaf9;padding: 5px;font-size: 12px;border-radius: 3px;margin-bottom: 10px;}
.p-replies .c-more a {color: #4267b2; font-weight: 700; font-size: 11px;}
.p-replies .c-more a:hover {text-decoration: underline;}
.p-replies .c-more i{width: 0;height: 0;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0);border-top: 3px solid #768196;vertical-align: middle;margin-left: 3px;position: relative;top: 7px;}

/* MSP recaptcha */
#post-comments .c-replyform .c-btn-hld #msp-recaptcha-container {margin-top: 20px;}

@media screen and (max-width: 450px) {
    .c-img {width: 38px;}
    .c-post {font-size: 13px;}
    .c-post .p-actions {font-size: 11px;}
    .c-reply, .c-comment {position: relative;margin-bottom: 18px;}
    .c-replyform, .c-post {margin-left: 0}
    .p-replies {padding-left: 5px;}
    .p-replies .c-img {width: 28px;}
    .p-replies .c-post, .p-replies .c-replyform {margin-left: 34px;}
    .p-replies .c-more a {font-size: 10px;padding: 3px;}
    .c-replyform .left-hld,
    .c-replyform .right-hld {float:none;width: 100%;}
}

