.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.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;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 0;
    padding: 0!important;
    font: inherit
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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
}

.owl-carousel .animated {
    animation-duration: 1s;
    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-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.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(owl.video.play.png)no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s 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-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0')format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0)format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0')format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0')format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.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(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    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: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"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}

@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/opensanshebrew-regular-webfont.eot);
    src: url(../fonts/opensanshebrew-regular-webfont.eot?#iefix)format('embedded-opentype'), url(../fonts/opensanshebrew-regular-webfont.woff)format('woff'), url(../fonts/opensanshebrew-regular-webfont.ttf)format('truetype')
}

* {
    font-weight: 300;
    font-family: 'Heebo', arial;
    font-size: 16px;
    line-height: 24px;
    color: #403e3d
}

.al {
    font-family: 'almoni-tzar', 'Heebo', arial;
    font-weight: 300
}

.alm {
    font-family: 'almoni-tzar', 'Heebo', arial;
    font-weight: 400
}

iframe[name="google_conversion_frame"] {
    display: none
}

body .page_inner .inst_oter .seg-instaportfolio {
    width: 100%!important;
    margin-right: -10px;
    float: right;
    width: 1260px!important
}

.seg-instaportfolio .seg-instaportfolio-photos.seg-flinders .seg-instaportfolio-photo .seg-instaportfolio-inside .seg-icon-like {
    top: 50%;
    margin-top: -13px;
    bottom: auto
}

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;
    vertical-align: middle
}

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

body {
    line-height: 1;
    background-color: #fff
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    display: block;
    width: 100%;
    max-width: 100%
}

input,
textarea {
    resize: none;
    outline: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

a {
    text-decoration: none
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.easeall2 *,
.easeall2 {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.easeopacity {
    -webkit-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: opacity 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.easeall {
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #403e3d;
    font-family: 'Heebo', arial
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #403e3d;
    font-family: 'Heebo', arial
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #403e3d;
    font-family: 'Heebo', arial
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #403e3d;
    font-family: 'Heebo', arial
}

strong,
strong * {
    font-weight: 500
}

button {
    border: 0;
    padding: 0;
    cursor: pointer
}

.boxsizing {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.alignmiddle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto
}

.flc {
    clear: both
}

.flr {
    float: right
}

.fll {
    float: left
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.col-1-1 {
    width: 100%
}

.flex {
    display: flex
}

.tac {
    text-align: center
}

.error span {
    color: inherit
}

.error {
    color: rgb(228, 0, 0);
    width: 560px
}

.register-form .error {
    position: absolute;
    bottom: 50px
}

.tar {
    text-align: right
}

.ofh {
    overflow: hidden
}

.hidden {
    display: none
}

.block {
    display: block
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut;
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both
}

.header_mask {
    width: 0;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #333;
    height: 0;
    opacity: 0;
    visibility: hidden
}

.header__a:hover {
    text-decoration: underline
}

.header__a {
    font-weight: 500;
    line-height: 24px
}

.header_mask.active {
    width: 100%;
    height: 100vh;
    opacity: 0.7;
    position: fixed;
    visibility: visible;
    z-index: 3
}

.page_wrapper {
    max-width: 1240px;
    margin: auto;
    margin-top: 95px
}

.single-post .page_wrapper {
    margin-top: 0
}

.page_inner {
    max-width: 1240px;
    margin: auto
}

.page_inner2 {
    max-width: 1030px;
    margin: auto
}

.header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff
}

.header_outer {
    z-index: 10000;
    top: 0;
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, .9);
    height: 85px;
    background-color: #fff;
    position: fixed
}

.innder_page_body .header {
    margin-bottom: 25px
}

.sitelogo {
    display: block;
    width: 240px;
    margin: auto;
    text-align: center
}

.sitelogo img,
.sitelogo svg {
    display: block;
    width: 100%
}

.sitelogo i {
    display: block
}

.headimg_wrpapper {
    top: 0;
    right: 0;
    width: 100%
}

.spacer {
    height: 100vh;
    position: relative;
    z-index: -1
}

.headimg_wrpapper {
    background: #fff;
    height: 100vh;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: background 1.5s .25s;
    transition: background 1.5s .25s
}

.headimg_wrpapper.loaded {}

.headimg_outer {
    width: 100%;
    height: 100vh;
    padding: 85px 25px 25px 25px
}

.headimg_abs,
.headimg_absout {
    height: 100%
}

.headimg_absout {
    opacity: 0;
    -webkit-transition: transform 1s, opacity 4s;
    transition: transform 1s, opacity 4s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.loaded .headimg_absout {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.headimg_outer,
.headimg_outer * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.headimg_outer img {
    width: 100%
}

.is-loading {
    z-index: -1;
    position: relative
}

.is-loading .btn-loader {
    display: block;
    opacity: 1
}

.is-loading button {
    cursor: not-allowed;
    opacity: 0.6
}

.btn-loader {
    width: 5em;
    height: 5em;
    position: absolute;
    border-radius: 100%;
    margin: auto auto;
    right: 0;
    left: 0;
    top: 0;
    display: none
}

.btn-loader:before,
.btn-loader:after {
    position: absolute;
    top: .625rem;
    left: -.625rem;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: .625rem solid transparent
}

.btn-loader:before {
    border-top-color: #FA7268;
    z-index: 100;
    animation: spin 1s ease-out infinite;
    -webkit-animation: spin 1s ease-out infinite, color-change 1s ease-out infinite alternate;
    -moz-animation: spin 1s ease-out infinite, color-change 1s ease-out infinite alternate;
    -ms-animation: spin 1s ease-out infinite, color-change 1s ease-out infinite alternate;
    -o-animation: spin 1s ease-out infinite, color-change 1s ease-out infinite alternate
}

.btn-loader:after {
    border-color: #ccc
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes color-change {
    0% {
        -webkit-border-top-color: #F2B6BF;
        -ms-border-top-color: #F2B6BF;
        -o-border-top-color: #F2B6BF;
        border-top-color: #F2B6BF
    }
    100% {
        -webkit-border-top-color: #F8F8F8;
        -ms-border-top-color: #F8F8F8;
        -o-border-top-color: #F8F8F8;
        border-top-color: #F8F8F8
    }
}

.head_social_outer {
    left: 0;
    top: 8px
}

.head_social {
    margin-right: 15px
}

.head_social i,
.head_social {
    line-height: 18px;
    color: #c7c3bd
}

.head_social:hover,
.head_social:hover i {
    color: #000
}

.menu_toggle {
    width: 30px;
    height: 13px;
    top: 13px;
    right: 0
}

.menu_toggle small {
    height: 1px;
    background-color: #c7c3bd;
    margin-bottom: 5px
}

.menu_toggle small:last-child {
    margin-bottom: 0
}

.menu_toggle small {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.menu_toggle.active small:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu_toggle.active small:nth-child(2) {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu_toggle.active small:nth-child(3) {
    opacity: 0
}

.dropmenu_jumbo {
    max-height: 0;
    overflow: hidden;
    top: 85px;
    background-color: rgba(255, 255, 255, .9)
}

.dropmenu_jumbo.active {
    max-height: 620px;
    z-index: 9
}

.dropmenu_jumbo_inder {
    display: none
}

.dropmenu_jumbo_inder.active {
    display: block
}

.dropmenu_jump_r {
    width: 50%;
    height: 600px
}

.dropmenu_jumbo_contact .dropmenu_jump_r {
    height: auto
}

.dropmenu_jumbo_contact .schwan_form {
    width: 530px;
    margin: 32px auto
}

.dropmenu_jumbo_contact .form_col {
    width: 250px
}

.dropmenu_jumbo_contact .schwan_form input,
.dropmenu_jumbo_contact .schwan_form textarea {
    width: 228px
}

.f_note {
    font-size: 14px;
    margin-bottom: 15px
}

.nav_row ul li,
.nav_row ul li a {
    width: 100%;
    font-size: 30px;
    line-height: 55px;
    padding-bottom: 5px;
    color: #888787;
    font-family: 'almoni-tzar', 'Heebo', arial;
    font-weight: 300
}

.nav_row ul li a:hover {
    color: #403e3d;
    border-bottom: 1px solid #403e3d
}

.nl_box {
    background-color: #ffccd4;
    height: 300px
}

.nl_box.single_ic_nl {
    height: auto;
    margin-top: 110px
}

.nl_title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 35px
}

.ply-btn img {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.ply-btn:hover {
    background-color: transparent
}

.ply-btn {
    box-sizing: border-box;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    transition: all .2s
}

.nl_box.single_ic_nl .nl_title {
    width: auto;
    position: absolute;
    right: 100px;
    line-height: 41px;
    text-align: right;
    color: #fff
}

.nl_box_form {
    width: 280px;
    margin: auto
}

.nl_box_form input {
    width: 198px;
    font-size: 16px;
    height: 17px;
    color: #403e3d;
    border: 1px solid #c7c3bd;
    padding: 11px 20px
}

.nl_box_form button {
    width: 40px;
    height: 41px;
    background-color: #403e3d;
    text-align: center;
    line-height: 40px;
    border: 0
}

.nl_box_form button i {
    display: inline-block
}

.nl_foo_wide .nl_box_inner2 {
    width: 1280px;
    margin: auto
}

.menu_nl_outer_middle {
    z-index: 2;
    right: 0
}

.menu_nl_outer_middle,
.menu_nl_outer_middle * {
    font-size: 30px;
    line-height: 36px
}

.footer_logo_r_outer {
    width: 104px
}

.footer_logo_r_outer p {
    color: #fff;
    font-size: 12px;
    margin-top: 20px
}

.footer i {
    color: #FFFFFF;
    font-size: 20px
}

.footer a {
    color: #FFFFFF;
    font-family: 'Heebo';
    font-size: 20px;
    font-weight: 300;
    line-height: 29px
}

.footer a:hover {
    text-decoration: underline
}

.footer-nav li.with-left-border {
    padding-left: 28px;
    border-left: 1px solid #fff
}

.footer-nav li {
    margin-left: 34px
}

.footer-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 34px auto
}

.footer {
    background-color: #000;
    padding: 20px 0 10px 0;
    position: relative;
    z-index: 1
}

.footer .page_wrapper {
    margin-top: 25px
}

.footer_nav {
    width: 410px;
    margin-right: 210px
}

.footer_nav ul li {
    margin-bottom: 10px;
    width: 50%;
    float: right
}

.footer_nav ul li a,
.tal_sadnaot {
    color: #fff
}

.footer_nav ul:after {
    content: '';
    display: block;
    clear: both
}

.tal_sadnaot {
    margin-bottom: 10px
}

.footer_nlb .nl_box {
    height: auto;
    background-color: transparent
}

.footer_nlb .nl_title {
    color: #fff;
    text-align: right;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 19px
}

.footer_nlb .alignmiddle {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.footer_nlb button {
    background-color: #c7c3bd
}

.footer_social {
    width: 190px
}

.footer_search,
.foo_social {
    margin-bottom: 25px
}

.footer_search input {
    border: 0;
    color: #fff;
    font-size: 12px;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    width: 160px;
    height: 15px
}

.footer_search button i {
    color: #fff
}

.footer_search button {
    border: 0;
    background-color: transparent
}

.foo_social i {
    color: #fff
}

.footer-ass span {
    color: #FFFFFF;
    font-family: 'Heebo';
    font-size: 20px;
    font-weight: 300;
    line-height: 29px
}

.footer-ass {
    width: 194px;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.search_toggle {
    width: 15px
}

.search_toggle i {
    display: none
}

.search_toggle i.fa-search {
    display: block
}

.search_toggle.active i.fa-search {
    display: none
}

.search_toggle.active i.fa-times {
    display: block
}

.search_outer {
    z-index: 9500;
    right: 0;
    top: 0;
    background-color: rgba(199, 195, 189, .9);
    width: 0;
    overflow: hidden;
    height: 0;
    opacity: 0
}

.search_outer.active {
    width: 100%;
    height: 100%;
    opacity: 1
}

.head_search {
    width: 580px;
    margin: auto;
    display: block
}

.head_search input {
    float: right;
    width: 500px;
    padding: 12px 10px;
    height: 16px;
    font-size: 16px
}

.head_search button {
    float: right;
    width: 40px;
    background-color: #403e3d;
    height: 40px;
    text-align: center;
    line-height: 40px
}

.head_search button i {
    display: inline-block
}

.badge_cat {
    top: 20px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    line-height: 32px;
    font-size: 16px;
    color: #e35961;
    border-bottom: 1px solid #fde5e6;
    font-weight: 500;
    padding: 0 10px
}

.play-video-btn {
    width: 100%;
    height: 100%;
    background: transparent
}

.single_top_img,
.single_article_header,
.single_post_title,
.single_meta,
.reci_col_title {
    margin-bottom: 30px
}

.header_row1 {
    width: 510px;
    margin: auto;
    max-width: 100%
}

.single_post_title {
    font-size: 25px;
    line-height: 30px
}

.single_post_mishne {
    margin-bottom: 20px
}

.single_meta {
    border-top: 1px solid #e6e4e1;
    padding: 23px 0;
    border-bottom: 1px solid #e6e4e1
}

.single_meta_item {
    width: 190px;
    margin-left: 20px
}

.single_meta_title {
    width: 80px;
    border-bottom: 1px solid #c7c3bd;
    line-height: 23px
}

.single_meta_text {
    width: 100%;
    line-height: 24px
}

.buy_button {
    background-color: #403e3d;
    color: #fff;
    width: 190px;
    line-height: 52px;
    height: 48px;
    font-size: 18px
}

.buy_button.cb_button_color {
    background-color: #b3adaa
}

.single_share {
    margin-bottom: 30px
}

.single_share:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e6e4e1;
    z-index: -1
}

.single_share_icons {
    padding: 0 20px;
    background-color: #fff;
    display: inline-block
}

.single_share_icons .social_sh_item {
    border: 1px solid #e5e4e1;
    width: 52px;
    height: 52px;
    border-radius: 100px
}

.single_share_icons .social_sh_item i {
    font-size: 30px;
    color: #c7c3bd
}

.single_share_icons .social_sh_item:hover {
    background-color: #e5e4e1
}

.single_share_icons .social_sh_item:hover i {
    color: #fff
}

.single_share_icons span,
.single_share_icons .social_sh_item,
.social_sh_item_out {
    margin: 0 5px;
    display: inline-block;
    line-height: 52px
}

.single_share_icons span {
    font-size: 18px
}

.social_sh_item_out .social_sh_item {
    margin: 0
}

.single_p_content {
    background-color: #f8f8f8;
    padding: 20px 0;
    padding-bottom: 50px
}

.single_content_inner {
    width: 500px;
    margin: 0 auto 30px auto
}

.single_article_header.recipes_post_header {
    margin-bottom: 0
}

.single_top_img.recipes_single_top_img {
    margin-bottom: 20px
}

.single_article_header.recipes_post_header h1 {
    margin-bottom: 15px
}

.single_article {
    margin-top: 34px
}

.sic_link_url a {}

.sic_link_url {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    top: 64px;
    right: -20px
}

.sic_link_url.active {
    width: 238px;
    height: 28px;
    opacity: 1
}

.sic_link_url_ibb {
    width: 236px;
    height: 26px;
    border: 1px solid #e6e4e1;
    background-color: #fff
}

.sic_link_url_ibb input {
    padding: 3px 10px;
    direction: ltr;
    width: 200px;
    height: 20px;
    font-size: 13px
}

.reci_r {
    width: 400px
}

.reci_l {
    width: 820px
}

.reci_col_title {
    line-height: 59px;
    font-size: 27px;
    border-bottom: 1px solid #c7c3bd;
    border-top: 1px solid #c7c3bd
}

.alncont h2,
.alncont h2 *,
.alncont h3,
.alncont h3 * {
    font-size: 30px;
    font-family: 'almoni-tzar', 'Heebo', arial;
    font-weight: 300
}

.alncont h2 {
    margin-bottom: 10px
}

.alncont p {
    margin-bottom: 20px
}

.alncont strong,
.alncont strong * {
    font-weight: 500
}

.alncont img {
    width: 100%;
    height: auto
}

.alncont iframe {
    width: 100%;
    height: 287px
}

.alncont span,
.alncont span * {
    font-weight: 300!important
}

.alncont strong span,
.alncont span strong* {
    font-weight: 500!important
}

.topcap {
    background-color: rgba(255, 255, 255, .8);
    line-height: 20px;
    font-size: 13px
}

.page_tb {
    margin-bottom: 70px
}

.reci_r.alncont h2,
.reci_l.alncont h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px
}

.reci_l.alncont h3 {
    margin-right: 55px
}

.reci_l.alncont ol {
    margin: 0 55px 40px 0;
    width: 600px;
    margin-bottom: 40px;
    margin-right: 55px;
    counter-reset: plus-one-counter
}

.reci_l.alncont ol li {
    position: relative;
    padding-top: 10px;
    margin-bottom: 16px
}

.reci_l.alncont ol li {
    counter-increment: plus-one-counter
}

.reci_l.alncont ol li:before {
    position: absolute;
    right: -55px;
    top: 1px;
    content: '1';
    content: counter(plus-one-counter);
    margin-left: 20px;
    border: 1px solid #403e3d;
    text-align: center;
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    line-height: 38px;
    font-size: 20px
}

.credit-cards__line {
    display: flex;
    margin-top: 100px;
    margin-right: 9px
}

.credit-cards__line img {
    margin-left: 20px;
    flex: 0
}

.credit-cards__line--footer {
    justify-content: center;
    margin: 15px 0
}

.credit-cards__line--footer img {
    flex: 0;
    margin: 0 15px
}

.reci_l.alncont ol li:nth-child(2):before {
    content: '2'
}

.reci_l.alncont ol li:nth-child(3):before {
    content: '3'
}

.reci_l.alncont ol li:nth-child(4):before {
    content: '4'
}

.reci_l.alncont ol li:nth-child(5):before {
    content: '5'
}

.reci_l.alncont ol li:nth-child(6):before {
    content: '6'
}

.reci_l.alncont ol li:nth-child(7):before {
    content: '7'
}

.reci_l.alncont ol li:nth-child(8):before {
    content: '8'
}

.reci_l.alncont ol li:nth-child(9):before {
    content: '9'
}

.reci_l.alncont ol li:nth-child(10):before {
    content: '10'
}

.reci_l.alncont ol li:nth-child(11):before {
    content: '11'
}

.reci_l.alncont ol li:nth-child(12):before {
    content: '12'
}

.reci_l.alncont ol li:nth-child(13):before {
    content: '13'
}

.reci_l.alncont ol li:nth-child(14):before {
    content: '14'
}

.reci_l.alncont ol li:nth-child(15):before {
    content: '15'
}

.closest_work {
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 50px 0
}

.closest_work_title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e4e1;
    font-size: 30px;
    line-height: 16px
}

.closest_work_ul {}

.closest_work_ul li {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1);
    display: inline-block;
    border: 1px solid #e5e4e1;
    vertical-align: top;
    width: 503px;
    margin: 0 10px;
    background-color: #fff
}

.w_i_content {
    width: 430px;
    margin: auto;
    padding: 15px 0
}

.w_i_content .time,
.w_i_content .address {
    border-bottom: 1px solid #c7c3bd;
    margin-bottom: 20px
}

.w_i_content h2 {
    font-size: 30px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: right;
    line-height: 30px
}

.w_i_content p {
    font-size: 15px;
    height: 72px;
    margin-bottom: 15px;
    text-align: right;
    line-height: 24px
}

.single_slider {
    overflow: hidden
}

.p_tags_list {
    margin: 20px 0
}

.p_tags_list a {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c7c3bd;
    margin: 0 15px
}

.category_workshop.closest_work_ul li {
    float: right;
    margin: 0 0 20px 20px;
    width: 403px
}

.category_workshop.closest_work_ul li .w_i_content {
    width: 363px
}

.category_workshop.closest_work_ul li.zeromarg {
    margin-left: 0
}

.category_workshop.closest_work_ul li.flc {
    margin: 0;
    box-shadow: none;
    width: auto;
    border: 0
}

.single_slider_ul {
    width: 12000px;
    right: 0
}

.bx-viewport {
    right: 0
}

.bxslider li {
    width: 400px;
    opacity: 0.3;
    margin-left: 20px!important;
    margin-right: 0!important
}

.bxslider {
    left: -20px
}

.bxslider li.current {
    opacity: 1
}

.slider_single_button {
    right: 440px;
    z-index: 1000
}

.slider_single_button a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5
}

.slider_single_button[data-action="left"] {
    right: auto;
    left: 440px
}

.readmore_button span {
    color: #403E3D;
    font-size: 18px;
    line-height: 27px;
    text-align: right
}

.readmore_button i {
    margin-left: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: #666564;
    font-size: 28px
}

.readmore_button.active i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.secret_content_l .readmore_button {
    margin-top: 20px
}

.secret_content_outer {
    max-width: 1150px;
    width: 92%;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.secret_content_inner {
    padding: 15px 65px;
    max-width: 1020px;
    width: 84%
}

.secret_img {
    width: 85px;
    margin-left: 70px;
    min-height: 70px
}

.secrit_num {
    width: 85px;
    height: 70px;
    margin-top: 29px
}

.wo-plus {
    background-image: url(../img/readmore.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    width: 25px;
    transition: all .3s;
    height: 25px
}

.secrit_num span {
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 1px solid #4f4d4c;
    line-height: 60px;
    font-size: 33px
}

.secret_content_r {
    width: 140px;
    min-height: 70px;
    margin-left: 20px;
    padding: 0 12px;
    margin-top: 25px;
    box-sizing: border-box
}

.secret_content_l {
    max-width: 650px;
    min-height: 70px
}

.secret_list ul li {
    margin-bottom: 35px
}

.secret_content_r {
    font-size: 24px;
    line-height: 24px
}

.secret_content.alncont * {
    font-size: 15px;
    line-height: 24px
}

.secret_content_out {
    max-height: 48px;
    overflow: hidden
}

.secret_content_out.active {
    max-height: 2200px
}

.colored_bg_f {
    background-color: #f8f8f8;
    padding: 30px 0
}

.private_prom_outer {
    background-color: #fff;
    margin-bottom: 70px;
    border: 1px solid #e5e4e1;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.private_prom_content {
    width: 600px;
    margin: 0 auto 30px auto
}

.private_prom_content a.readmore_button {
    text-align: center;
    display: inline-block;
    margin: 30px auto 0 auto;
    float: none
}

.private_prom_content,
.private_prom_content * {
    font-size: 20px;
    line-height: 24px
}

.private_prom {
    margin-bottom: 30px
}

.private_prom h2 {
    font-size: 30px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    z-index: 5;
    right: 0
}

.closest_work_slider {
    overflow: hidden;
    width: 1030px;
    margin: auto
}

.closest_work_slider ul {
    right: 0;
    width: 36000px
}

.closest_work_slider ul li {
    margin: 0 0 0 20px
}

.workshops_slider_button {
    right: 0
}

.workshops_slider_button[data-action="left"] {
    right: auto;
    left: 0
}

.closest_work_slider_outer {
    width: 1240px;
    margin: auto
}

.closest_recipes_outer {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 40px 0
}

.recipes_prom li {
    width: 403px;
    margin-left: 15px
}

.recipes_prom li:last-child {
    margin-left: 0
}

.rec_mask {
    opacity: 0;
    height: 100%;
    background-color: rgba(242, 182, 191, .9);
    z-index: 5;
    right: 0;
    top: 0
}

.rec_mask h3 {
    color: #fff;
    font-size: 24px
}

.recipes_prom li:hover .rec_mask,
.grid li:hover .rec_mask {
    opacity: 1
}

.category_page {}

.category_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px
}

.category_nav {
    margin-bottom: 20px
}

.category_nav ul li {
    display: inline-block;
    margin: 0 30px
}

.category_nav ul li a {
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #c7c3bd
}

.category_colors {
    margin-bottom: 20px
}

.category_colors ul li {
    display: inline-block;
    margin: 0 10px
}

.category_colors ul li a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #c7c3bd
}

.grid,
.grid * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.grid {
    padding: 0 0 0 0
}

.grid-item {
    width: 33.33%;
    float: right
}

.grid-item-inner {
    padding: 0 20px 20px 0
}

.posts_list {
    width: 1260px;
    position: relative;
    margin-bottom: 70px;
    right: -20px
}

.reci_bottom {
    margin-bottom: 80px
}

.reci_comments {
    max-width: 715px
}

.comment_tcount {
    line-height: 36px;
    margin-bottom: 25px
}

.comment-form input,
.comment-form textarea {
    width: 279px;
    font-size: 16px;
    font-weight: 300;
    color: #403e3d;
    height: 16px;
    border: 1px solid #c7c3bd;
    padding: 9px 7px;
    margin-bottom: 15px
}

.comment-form textarea {
    float: left;
    width: 384px;
    height: 67px;
    resize: none
}

.comment-form button {
    width: 103px;
    height: 34px;
    color: #fff;
    border: 1px solid #FA7268;
    background-color: #FA7268;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px
}

.comment-form button:hover {
    background-color: #fff;
    color: #403e3d
}

.comments_list_li .comment_box_inner {
    border: 1px solid #f5f3f0;
    background-color: #f5f3f0;
    padding: 10px 25px 10px 10px
}

.comments_list li.depthed_colored .comment_box_inner {
    background-color: #fff
}

.comments_list li.depth-2 {
    margin-right: 87px;
    width: 627px
}

.comments-area {}

.comments-area,
.comments-area * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.re_time {
    font-size: 16px;
    color: #d6d3cf
}

.comment_body_txt,
.comment_body_txt * {
    font-size: 16px;
    line-height: 24px
}

.comments-area {
    margin-bottom: 25px
}

a.comment-reply-link {
    margin-top: 20px;
    display: block
}

.gotocommentform {
    width: 103px;
    height: 34px;
    color: #fff;
    border: 1px solid #FA7268;
    background-color: #FA7268;
    line-height: 37px;
    font-weight: 400;
    font-size: 18px
}

.gotocommentform:hover {
    background-color: #fff;
    color: #403e3d
}

.recipes_l {
    width: 400px
}

.recipes_l .page_inner {
    width: 100%
}

.recipes_l .closest_recipes_outer {
    padding: 0;
    margin: 0
}

.recipes_l .recipes_prom li {
    width: 100%;
    margin: 0 0 40px 0
}

.mylist_sec_hp li {
    background-color: #fff;
    width: 293px;
    margin-left: 20px;
    border: 1px solid #e5e4e1;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.mylist_sec_hp li:last-child {
    margin-left: 0
}

.mylist_sec_hp li .w_i_content {
    width: 245px
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif)center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-viewport {
    direction: ltr
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png)no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png)no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png)-86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png)-86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.inst_oter {
    margin-top: 50px
}

.inst_oter * {
    color: #fff
}

.aln_ins_link,
.inst_oter .readmore_button {
    color: #403e3d;
    font-size: 16px;
    margin-bottom: 0
}

.aln_ins_link.flr {
    direction: ltr
}

.schwan_form {
    width: 820px;
    margin: 70px auto
}

.form_title {
    font-size: 30px;
    margin-bottom: 30px
}

.form_col {
    width: 400px
}

.schwan_form input:focus,
.schwan_form textarea {
    border-color: #FA7268
}

.schwan_form input,
.schwan_form textarea {
    width: 100%;
    height: 40px;
    margin-bottom: 12px;
    border: 1px solid #c7c3bd;
    padding: 0 10px;
    font-size: 16px;
    color: #403e3d;
    font-family: 'almoni-tzar', 'Heebo', arial;
    font-weight: 300;
    box-sizing: border-box
}

.schwan_form input[type="checkbox"],
.schwan_form input[type="radio"] {
    width: 0;
    height: 0;
    ;
    opacity: 0;
    padding: 0;
    border: 0
}

.schwan_form textarea {
    resize: none;
    height: 68px
}

.schwan_form button {
    display: block;
    margin: auto;
    height: 38px;
    line-height: 42px;
    width: 400px;
    font-size: 18px;
    border: 1px solid #403e3d;
    background-color: #403e3d;
    color: #fff;
    text-align: center
}

.schwan_form button:hover {
    color: #403e3d;
    background-color: #fff
}

.foo_spr {
    height: 1px;
    background-color: #a09f9e;
    margin-bottom: 10px
}

.footer a.credit {
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    display: block;
    margin: auto;
    line-height: 50px
}

.prev.page-numbers,
.next.page-numbers {
    display: none
}

.pagination {
    margin-bottom: 80px;
    float: right;
    width: 100%;
    text-align: center
}

a.page-numbers,
span.page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #4f4d4c;
    line-height: 40px;
    font-size: 23px
}

span.page-numbers,
a.page-numbers:hover {
    color: #fff;
    background-color: #4f4d4c
}

.contact_form_spr {
    height: 1px;
    background-color: #E6E4E1;
    margin: 46px 0 36px 0
}

.schwan_form.contact_form_waiting {
    width: 402px
}

.checkout_box {
    width: 402px;
    margin: 0 auto 50px
}

.checkout_box,
.checkout_box * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.checkout_box h1 {
    font-size: 25px;
    font-weight: 300;
    line-height: 26px;
    color: #403E3D;
    text-align: center;
    margin-bottom: 36px
}

.checkout_steps {
    background-color: #F8F8F8;
    margin-bottom: 19px
}

.checkout_steps>div {
    font-family: 'Open Sans Hebrew';
    width: 33.33%;
    color: #8C8885;
    border-left: 1px solid #D8D8D8;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 36px
}

.checkout_steps>div:last-child {
    border-left: 0 solid #D8D8D8
}

.checkout_steps>div.current {
    background-color: #D8D8D8
}

.checkout_form_qty1 {
    width: 133px;
    padding: 0 10px
}

.checkout_form_qty2 {
    width: 208px;
    padding-left: 10px
}

.checkout_form_qty3 {
    width: 60px
}

.checkout_form_qty_head {
    border-bottom: 1px solid #403E3D;
    padding-bottom: 5px
}

.checkout_form_qty_head *,
.checkout_form_qty_body * {
    line-height: 35px;
    color: #403E3D;
    font-size: 16px;
    font-weight: 700
}

.checkout_form_qty_body {
    margin-bottom: 34px;
    padding: 11px 0;
    border-bottom: 1px solid #403E3D
}

.checkout_form_qty_body * {
    color: #403E3D;
    font-weight: 400;
    line-height: 18px
}

.checkout_form_in {
    width: 295px;
    margin: auto
}

.form-control {
    margin-bottom: 19px
}

.form-control label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #403E3D
}

.form-control input {
    background-color: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #8C8885;
    font-size: 14px;
    color: #8C8885;
    font-family: 'Open Sans Hebrew';
    padding: 9px 10px;
    width: 100%;
    height: 36px
}

.checkout_qty {
    background-color: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #8C8885;
    width: 115px;
    height: 36px;
    font-family: 'Open Sans Hebrew';
    color: #8C8885;
    font-size: 14px;
    padding: 9px 10px
}

.checkout_box input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #8C8885;
    font-family: 'Open Sans Hebrew'
}

.checkout_box input:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #8C8885;
    font-family: 'Open Sans Hebrew'
}

.checkout_box input::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #8C8885;
    font-family: 'Open Sans Hebrew'
}

.checkout_box input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #8C8885;
    font-family: 'Open Sans Hebrew'
}

.checkout_box .buy_button {
    display: block;
    margin: auto
}

.form-checkbox.form-control input {
    display: none
}

.form-checkbox label div i {
    opacity: 0;
    display: inline-block;
    color: #403E3D;
    vertical-align: top;
    line-height: 22px;
    font-size: 14px
}

.form-checkbox label div {
    height: 24px;
    text-align: center;
    float: right;
    display: inline-block;
    margin-left: 10px;
    width: 24px;
    background-color: #F8F8F8;
    border-radius: 4px;
    border: 1px solid #8C8885
}

.form-checkbox label span {
    color: #8C8885;
    width: 260px;
    float: right;
    display: inline-block;
    font-size: 14px;
    color: #8C8885;
    font-family: 'Open Sans Hebrew';
    line-height: 19px
}

.form-checkbox input[type="checkbox"]:checked+label div i {
    opacity: 1
}

.checkbout_form_button {
    border-top: 1px solid #403E3D;
    padding: 18px 0;
    border-bottom: 1px solid #403E3D
}

.checkbout_form_total {
    text-align: center;
    margin-bottom: 17px
}

.checkbout_form_total,
.checkbout_form_total * {
    font-weight: 400;
    line-height: 18px;
    color: #403E3D;
    font-size: 16px
}

.workshopfaq_banners {
    width: 1137px;
    margin: auto;
    float: none
}

.workshopfaq_banners {
    margin-bottom: 56px
}

.workshopfaq_banners_r {
    width: 715px
}

.workshopfaq_banners_r h2,
.workshopfaq_banners_l h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6E4E1;
    padding-bottom: 23px;
    color: #403E3D
}

.faq_acc_item {
    padding: 12px 25px;
    border: 1px solid #E6E4E1;
    margin-bottom: 12px
}

.faq_acc_r {
    width: 82px;
    min-height: 20px
}

.faq_acc_ans,
.faq_acc_item_toggle h3 {
    width: 578px
}

.faq_acc_item_toggle h3 {
    color: #403E3D;
    font-size: 24px;
    line-height: 38px
}

.faq_acc_ans_in,
.faq_acc_ans_in * {
    font-size: 20px;
    line-height: 24px
}

.faq_acc_ans_in {
    padding-top: 20px
}

.faq_acc_ans {
    max-height: 0;
    overflow: hidden
}

.faq_acc_item.active .faq_acc_ans {
    max-height: 3000px
}

.faq_acc_item .faq_acc_item_toggle i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.faq_acc_item.active .faq_acc_item_toggle i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.workshopfaq_banners_l {
    width: 400px
}

.work_side_banners li {
    margin-bottom: 34px
}

.work_side_banners li h4 {
    color: #fff;
    opacity: 0;
    font-size: 24px;
    line-height: 28px;
    right: 0;
    z-index: 2
}

.work_side_banners li .work_side_banners_img:after {
    position: absolute;
    opacity: 0;
    background-color: rgba(255, 204, 212, .85);
    top: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.work_side_banners li:hover .work_side_banners_img:after {
    opacity: 1
}

.work_side_banners li:hover h4 {
    opacity: 1
}

.work_side_banners li h3 {
    color: #403E3D;
    font-size: 24px;
    color: #403E3D;
    line-height: 22px;
    text-align: center;
    margin-top: 17px
}

.about_location h1 {
    font-size: 30px;
    margin-bottom: 0
}

.about_location .alncont h2 {
    margin-bottom: 24px
}

.about_location .page_tb {
    margin-bottom: 35px
}

.about_location .schwan_form {
    margin-top: 35px
}

.about_location .alncont p {
    margin-bottom: 38px
}

.about_location .alncont ul {
    list-style-type: disc
}

.headergiftcarrd {
    top: -7px;
    right: 50px;
    font-size: 16px;
    line-height: 57px;
    height: 55px;
    width: 90px;
    text-align: center;
    color: #c7c3bd;
    border: 1px solid #c7c3bd;
    border-radius: 6px
}

.headergiftcarrd:hover {
    background-color: #ffd2d9;
    color: white;
    border-color: #ffd2d9
}

.single-header {
    width: 100%;
    background-color: #000;
    padding-top: 125px;
    padding-bottom: 28px
}

.single-header__image {
    height: 697px;
    height: calc(90vh - 84px);
    max-width: 1240px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.single-header__image iframe {
    display: none
}

.single-header__image.active iframe {
    display: block
}

.single-header__image.active .ply-btn {
    display: none
}

.single-header__image.active {
    background-size: 0 0;
    background-image: none!important
}

.single-header__meta h1 {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 24px
}

.single-header__meta {
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.single-header__sub {
    margin: 16px auto 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #403E3D;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    margin: 0 5px
}

.single-header__btn i {
    color: #fff
}

.single-header__btn span {
    font: inherit;
    color: inherit;
    margin-right: 3px
}

.single-header__btn {
    width: auto;
    margin: auto;
    height: 41px;
    line-height: 41px;
    background-color: #FA7268;
    border: 1px solid #FA7268;
    padding: 0 10px;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    text-align: center
}

.single-header__btn:hover {
    background-color: transparent
}

.cat-header {
    height: 483px;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgb(29, 29, 29);
    margin: 86px auto 43px;
    padding: 17px 72px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-end
}

.cat-header::after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .09)71%, rgba(0, 0, 0, .65)100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .09)71%, rgba(0, 0, 0, .65)100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0)0, rgba(0, 0, 0, .09)71%, rgba(0, 0, 0, .65)100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000', endColorstr='#a6000000', GradientType=0);
}

.catheader__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    position: relative;
    z-index: 2
}

.cat-header .ply-btn {
    margin-bottom: 36px
}

body.page-template-page-archive {
    background: #000;
    color: #fff
}

.cat-header__btn {
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    background-color: #FFFFFF;
    text-align: center;
    margin-bottom: 19px;
    color: #000;
    font-size: 24px;
    font-weight: 300
}

.cat-header__p {
    margin-bottom: 6px;
    color: #FFFFFF;
    font-family: 'Heebo';
    font-size: 22px;
    font-weight: 300;
    line-height: 32px
}

.cat-header__h1 {
    line-height: 67px;
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 300
}

.cats-nav__a:hover,
.cats-nav__a.current {
    padding-bottom: 6px;
    border-bottom: 1px solid #fff
}

.cats-nav__a.current {
    font-weight: 500
}

.cats-nav__a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    transition-delay: .2s;
    margin-left: 39px;
    transition: all .3s linear;
}

.cats-nav__a:last-child {
    margin-left: 0
}

.cats-nav {
    margin: 0 auto 41px;
    display: flex;
    justify-content: center
}

.cat-main {
    margin: 0 79px 171px 0
}

.catlist {
    margin: 0 0 75px;
    width: 100%;
    overflow: auto;
    position: relative;
    height: 515px
}

.catlist__title {
    line-height: 33px;
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 500
}

.catlist__subtitle {
    color: #FFFFFF;
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    height: 24px;
}

.owl-cat {
    display: flex;
    margin-top: 14px;
    padding-top: 25px;
    border-top: 1px solid #fff
}

.owl-cat__img {
    height: 300px;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: relative;
    object-fit: cover;
    display: block;
    margin-bottom: 22px
}

.owl-cat__box {
    height: 392px;
    width: 505px;
    border: 1px solid #FFFFFF;
    flex: 1 0 auto;
    position: relative;
    box-sizing: border-box
}

.post-prev.post-prev--black {
    margin-top: 0;
    max-width: 1240px
}

.post-prev--block-contnet {
    max-width: 1240px;
    height: 406px
}

.block-contnet-pick {
    text-align: center;
    font-weight: 500;
    font-size: 18px
}

.post-prev--black .post-prev__h3,
.post-prev--black .owl-cat__small,
.post-prev--black .owl-cat__title {
    color: #000
}

.post-prev--black .owl-hp__btn img {
    filter: invert(1)
}

.post-prev--black .owl-cat__box {
    border-color: #000
}

.owl-cat__box .ply-btn {
    top: 42%
}

.owl-cat__title {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 27px;
    padding: 0 21px
}

.owl-cat__small {
    display: block;
    margin: 8px 0 9px;
    height: 24px;
    color: #FFFFFF;
    font-family: 'Heebo';
    line-height: 24px;
    padding: 0 21px
}

.owl-cat__btn {
    position: absolute;
    opacity: 0;
    height: 392px;
    width: 50px;
    background: rgba(255, 255, 255, .37);
    z-index: -1;
    bottom: 25px;
    top: auto;
    left: 0;
    transition: all .3s ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px
}

.catlist:hover .owl-cat__btn {
    opacity: 1;
    z-index: 9;
    color: #fff
}

.signup-form {
    opacity: 0
}

.form-wrapper {
    min-height: 300px
}

.signup-header {
    margin: 100px auto 45px;
    height: 300px;
    width: 1240px;
    background-color: #D8D8D8;
    overflow: hidden
}

.new_title {
    color: #000;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px
}

.signup__title {
    max-width: 338px;
    color: #000;
    font-size: 45px;
    font-weight: 300;
    line-height: 55px;
    margin: 0 auto 32px
}

.wp-content-signup p {
    margin: 0 auto 53px
}

.wp-content-signup hr {
    height: 1px;
    width: 70px;
    background-color: #403E3D;
    border: 0;
    margin: 0 auto 53px
}

.qasignup__h3 {
    height: 87px;
    line-height: 87px;
    border-bottom: 1px solid #E5E4E1;
    margin-bottom: 40px;
    padding: 0 5vw;
    color: #403E3D;
    font-size: 30px;
    font-weight: 300;
    box-sizing: border-box
}

body.home {
    background-color: #000;
    color: #fff
}

.hp-header__placeholder {
    min-height: calc(100vh - 85px);
    margin: 85px auto 0
}

.hp-header {
    width: 100%;
    top: 85px;
    min-height: calc(100vh - 85px);
    height: 684px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: 0;
    position: fixed
}

.parallax-front {
    position: relative;
    z-index: 2;
    background: #000
}

.hp-header__title {
    color: #fff;
    height: 130px;
    max-width: 489px;
    font-size: 58px;
    line-height: 65px;
    text-align: right;
    margin-bottom: 19px
}

.hp-header__left {
    margin-right: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.hp-header__subtitle {
    margin-bottom: 25px;
    max-width: 248px;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500
}

.hp-text p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 41px;
    max-width: 340px;
    margin: auto;
    font-family: inherit
}

.hp-text {
    color: #fff;
    min-height: 265px;
    max-width: 841px;
    margin: 0 auto 85px;
    padding-top: 69px
}

.hp-text ul li img {
    margin-bottom: 26px;
    object-fit: contain
}

.hp-text ul li {
    max-width: 33%;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    font-family: inherit;
    text-align: center
}

.hp-text ul {
    display: flex;
    justify-content: space-between;
    margin-top: 45px
}

.hp-header__btns a {
    display: inline-block;
    line-height: 42px;
    padding: 0 28px;
    background-color: #FFFFFF;
    color: #000;
    font-family: inherit;
    font-size: 22px;
    font-weight: 300;
    line-height: 41px;
    text-align: center;
    margin-left: 18px;
    box-sizing: border-box;
    border: 1px solid transparent
}

.hp-header__btns a:last-child {
    background-color: #FA7268;
    color: #FFFFFF
}

.hp-header__btns a:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff
}

.hp-header__btns a:hover:last-child {
    border-color: #FA7268
}

.owl-hp {
    display: flex;
    margin-top: 14px;
    padding-top: 14px;
    overflow: auto;
    margin: auto;
    max-width: 1033px
}

.post-prev__h3 {
    margin-bottom: 25px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 41px
}

.post-prev {
    height: 470px;
    max-width: 1240px;
    position: relative;
    margin: 85px auto 50px
}

.owl-hp__btn:hover {
    opacity: 0.7
}

.owl-hp__btn img {
    height: 68px;
    width: 25px
}

.owl-hp__btn {
    height: 391px;
    position: absolute;
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 63px;
    font-size: 183px;
    background: transparent;
    color: #fff
}

.owl-hp__btn--right {
    right: 0;
    left: auto
}

.owl-hp__btn--left {
    left: 0;
    right: auto
}

.post-prev--block-contnet .owl-hp__btn--right {
    right: -66px
}

.post-prev--block-contnet .owl-hp__btn--left {
    left: -66px
}

.hero {
    padding: 20px 0;
    min-height: 267px;
    max-width: 1028px;
    border: 1px solid #E5E4E1;
    background-color: #FFFFFF;
    text-align: center;
    transform: translateY(50%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.hero h3 {
    margin-bottom: 17px;
    font-family: inherit;
    font-size: 35px;
    font-weight: 300;
    line-height: 41px
}

.hero h4 {
    margin-bottom: 25px;
    font-family: inherit;
    font-size: 28px;
    line-height: 41px
}

.hero a {
    display: block;
    line-height: 48px;
    background-color: #FA7268;
    text-align: center;
    padding: 0 57px;
    font-family: inherit;
    color: #fff;
    font-size: 30px;
    border: 1px solid #FA7268;
    font-family: 'almoni-tzar', 'Heebo', arial
}

.hero a:hover {
    background-color: transparent;
    color: #000
}

.qahp {
    padding-top: 275px
}

.signin-form .login-username label,
.signin-form .login-password label {
    display: block;
    text-align: right
}

.signin-form .login-remember input[type="checkbox"] {
    height: 12px;
    width: 12px;
    border: 1px solid #C7C3BD;
    margin: 0 0 0 11px;
    opacity: 1
}

.signin-form .login-remember input[type="checkbox"]:checked {
    -webkit-appearance: checkbox
}

.err-404 {
    min-height: calc(100vh - 470px)
}

.signin-form .login-remember {
    text-align: right
}

.signin-form {
    max-width: 272px;
    margin: auto;
    text-align: center;
    position: relative
}

.signin-form__lost {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: -25px
}

#wp-submit {
    cursor: pointer;
    height: auto
}

.login-error {
    min-height: calc(100vh - 198px);
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 13vh 0;
    box-sizing: border-box
}

.block_contact img {
    max-height: 500px;
    max-width: 1240px
}

.block_contact h2 {
    color: #000;
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    line-height: 41px;
    padding: 0 5vw
}

.block_contact__a {
    display: block;
    height: 48px;
    width: 230px;
    background-color: #FA7268;
    padding: 0 30px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    font-weight: 300;
    margin: 15px auto
}

.modal.lostpass-modal {
    display: none
}

.lostpasswordform.is-loading {
    opacity: 0.6;
    cursor: no-drop
}

.lostpasswordform .input,
.lostpasswordform .input::placeholder {
    color: #403E3B;
    font-family: Heebo;
    font-size: 16px;
    font-weight: 300
}

.lostpasswordform .input {
    height: 48px;
    width: 100%;
    border: 1px solid #C7C3BD;
    padding: 0 16px;
    box-sizing: border-box
}

.lostpassword-button {
    display: block;
    height: 48px;
    line-height: 48px;
    max-width: 186px;
    background-color: #FA7268;
    margin: 57px auto 0;
    color: #FFFFFF;
    font-size: 30px;
    text-align: center
}

.lostpasswordform .error {
    width: 100%
}

.lostpasswordform {
    max-width: 272px;
    margin: 27px auto 13px
}

.register-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 582px;
    margin: auto;
    position: relative;
    opacity: 1;
    transition: all .2s
}

.register-form.is-loading {
    opacity: 0.6
}

.register-form.block {
    display: block
}

.signup-form__filed {
    width: 272px;
    margin: 0 auto 26px;
    height: 48px
}

.prices hr {
    margin: 8px auto 19px;
    height: 1px;
    width: 70px;
    background-color: #403E3D;
    border: 0
}

.prices {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 769px;
    margin: 0 auto 88px
}

.prices__box {
    max-width: 362px;
    height: 192px;
    border: 1px solid #403E3D;
    padding: 22px 40px 0;
    box-sizing: border-box;
    margin: 0 0 45px auto;
    width: 100%;
    text-align: center
}

.prices__name {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 27px;
    text-align: center
}

.prices__price {
    text-align: center;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center
}

.prices__price--notes {
    height: 27px;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px
}

.prices__number {
    color: #000;
    font-size: 75px;
    font-weight: 300;
    text-align: center;
    font-family: inherit
}

.prices__shekel {
    color: #000;
    font-size: 16px;
    font-family: inherit;
    margin-top: auto
}

.prices__btn:hover {
    background: white;
    color: #000
}

.prices__btn {
    height: 48px;
    line-height: 48px;
    max-width: 186px;
    background-color: #FA7268;
    transform: translateY(9px);
    color: #FFFFFF;
    font-size: 30px;
    text-align: center;
    padding: 0 62px;
    border: 1px solid #FA7268
}

.prices.hidden {
    display: none
}

.prices.fadeOut {
    margin: auto;
    height: 0;
    z-index: -1
}

.prices-form input[type="radio"] {
    height: 12px;
    width: 12px;
    border: 1px solid #C7C3BD;
    opacity: 1;
    position: relative;
    margin: auto auto auto 11px
}

.prices-form input[type="radio"]:checked:after {
    content: 'X';
    position: absolute;
    top: -6px;
    right: 2px;
    font-size: 10px
}

.prices-form input[type="radio"]:checked {
    border-color: #FA7268
}

.modal__hr {
    height: 172px;
    width: 1px;
    background: #403E3D;
    margin: auto 0
}

.modal-bg {
    position: fixed;
    opacity: 0;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5)
}

.modal-bg.active {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9
}

.modal-bg.active.lostpassword .js-login-modal-inner {
    display: none
}

.modal-bg.active.lostpassword .lostpass-modal {
    display: block
}

.lostpass-modal.just-msg .lostpasswordform .error {
    color: #000;
    font-size: 35px;
    text-align: center;
    line-height: 1.2
}

.lostpass-modal.just-msg .lostpassword-button,
.lostpass-modal.just-msg .input {
    display: none
}

.modal {
    overflow: auto;
    min-height: 387px;
    width: 782px;
    border: 1px solid #403E3D;
    background-color: #FFFFFF;
    flex-wrap: wrap;
    display: flex;
    box-sizing: border-box;
    padding: 24px 33px
}

.modal_left,
.modal_right {
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.modal_left {
    box-sizing: border-box;
    width: 186px;
    margin: 0 auto
}

.modal .legend {
    font-size: 35px;
    line-height: 55px
}

.modal .login-submit #wp-submit {
    cursor: pointer;
    height: auto;
    background: transparent;
    border: 0;
    font-size: inherit;
    color: inherit;
    transition: all .2s
}

.modal .login-submit:hover {
    background: transparent;
    color: #000
}

.modal .modal_left .login-submit {
    margin: 0 auto 14px
}

.modal .login-submit {
    height: 48px;
    line-height: 48px;
    width: 186px;
    background-color: #FA7268;
    color: #FFFFFF;
    font-size: 30px;
    font-family: 'almoni-tzar', 'Heebo', arial;
    margin: 28px auto 0;
    text-align: center;
    border: 1px solid #FA7268
}

.prices-form {
    width: 100%;
    text-align: right;
    padding: 0 12px 0 0
}

button.register__btn {
    margin: 100px auto 0 0;
    height: 48px;
    line-height: 48px;
    width: 186px;
    background-color: #FA7268;
    color: #FFFFFF;
    font-size: 30px;
    border-color: #FA7268;
    margin-left: 9px
}

.register-form__small {
    line-height: 24px;
    margin: 11px auto 41px
}

.login-dropdwon {
    transition: all .2s;
    padding-left: 5px;
    margin-left: 5px;
    position: relative
}

.on.login-dropdwon i.fa:before {
    content: "\f00d"
}

.login-dropdwon i.fa {
    margin-right: 5px
}

.login-dropwodn__text {
    font-weight: 500;
    background: transparent;
    display: flex;
    align-items: center
}

.login-dropdwon::after {
    content: '';
    width: 1px;
    background: #000;
    height: 24px;
    top: 0;
    left: 0;
    position: absolute
}

.off .login-dropdown__ul {
    max-height: 0
}

.on .login-dropdown__ul {
    max-height: 100vh;
    padding: 16px
}

.login-dropdown__ul {
    top: 55px;
    height: auto;
    transition: all .3s;
    position: absolute;
    z-index: 9;
    width: 100%;
    width: 183px;
    background-color: #F2F1F1;
    overflow: hidden
}

.login-dropdown__li a {
    color: inherit;
    font: inherit
}

.login-dropdown__li {
    text-align: right;
    margin-bottom: 7px;
    color: #000;
    font-family: Heebo;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.user-top {
    display: flex;
    align-items: center
}

.page-user {
    min-height: calc(100vh - 400px)
}

.user-left {
    margin-top: 20px;
    width: 50%;
    background-color: #D8D8D8;
    max-height: 431px;
    max-width: 631px
}

.user-right {
    width: 50%;
    margin-top: 20px;
    max-width: 602px
}

.user-right h1 {
    line-height: 55px;
    color: #000;
    font-size: 45px;
    margin-bottom: 22px
}

.user-data {
    color: #403E3D;
    font-family: 'Heebo';
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 21px
}

.user-data span {
    font: inherit;
    color: inherit
}

.user-data span.bold {
    font-weight: 700;
    padding-right: 11px
}

.user-logout {
    padding-bottom: 21px;
    border-bottom: 1px solid #000;
    margin-bottom: 17px
}

.user-contact a,
.user-contact button {
    line-height: 36px;
    height: 36px;
    padding: 0 32px;
    text-align: center;
    background-color: #FA7268;
    color: #FFFFFF;
    font-size: 20px;
    display: inline-block;
    margin: 0 0 17px 5px
}

.user-contact {
    margin-top: 15px
}

.user-logout a {
    height: 29px;
    line-height: 29px;
    padding: 0 18px;
    background-color: #F2F1F1;
    font-family: 'Heebo';
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: inline-block
}

.copun-forn-placeholder {
    height: 120px
}

.coupon-form button {
    flex: 1 1 170px;
    box-sizing: content-box
}

.coupon-form input {
    margin: 0 0 0 10px
}

.coupon-form {
    transform: translate(-128px, -130px);
    display: flex;
    height: 50px;
    max-width: 320px;
    align-items: center;
    justify-content: center
}

.js-iframe.active {
    background-image: none!important
}

.js-iframe.active iframe {
    opacity: 1;
    z-index: 99;
    width: 100%;
    height: 100%
}


 


.mobile {
    display: none
}

@media only screen and (max-width:1024px)and (max-device-width:1024px) {
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
    .sitelogo {
        width: 60%;
        margin-left: 0
    }
    .logged-in .sitelogo {
        width: 35%
    }
    .post-prev {
        width: 100%
    }
    .header {
        padding: 0 9px;
        box-sizing: border-box;
        height: 85px;
        box-shadow: 0 1px 3.88px .12px rgba(0, 0, 0, .14)
    }
    .hp-header {
        max-height: calc(100vh - 85px)
    }
    .hp-header__btns a {
        padding: 0;
        flex: 1 0 auto
    }
    .hp-header__btns a:last-child {
        margin-left: 0
    }
    .hp-header__btns {
        display: flex;
        height: 41px;
        width: 90%;
        justify-content: center;
        align-items: center
    }
    .header_outer {
        height: 80px;
        margin-bottom: 40px;
        width: 100%;
        right: 0
    }
    .footer-nav li {
        margin: auto;
        text-align: center;
        margin: 19px
    }
    .footer-nav {
        width: 75%;
        flex-wrap: wrap;
        margin: auto
    }
    .footer-nav li.with-left-border {
        padding: 0
    }
    .footer-nav li.with-left-border {
        border: 0
    }
    .hp-header__left {
        margin: auto;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0)40%, #000 100%)
    }
    .hp-header__btns {
        margin-bottom: 11vh
    }
    .hp-header__title {
        height: auto;
        text-align: center;
        font-size: 38px;
        font-weight: 300;
        line-height: 45px;
        text-align: center;
        margin-bottom: 6px;
        max-width: 248px
    }
    .hp-header__subtitle {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 30px;
        text-align: center
    }
    .hp-text {
        padding: 5%
    }
    .owl-cat__box {
        margin: 0;
        height: auto;
        width: 100%
    }
    .owl-cat .owl-item {
        max-width: 80vw
    }
    .owl-hp {
        width: 80%
    }
    .owl-hp__btn {
        width: 5%;
        z-index: 8
    }
    .owl-hp__btn--left {
        left: 1%
    }
    .owl-hp__btn--right {
        right: 1%
    }
    .secret_content_outer {
        width: 96%;
        margin: auto;
        float: none
    }
    .coupon-form {
        transform: translate(-12px, -140px)
    }
    .secret_content_inner {
        width: auto;
        padding: 25px 30px 15px
    }
    .error {
        right: 12px;
        width: 100%
    }
    .is-loading .btn-loader {
        top: 50%
    }
    .secrit_num span,
    .secrit_num {
        width: 100%;
        height: 100%;
        line-height: 66px;
        font-size: 30px;
        margin: 0 2.3% 0 auto
    }
    .secrit_num {
        float: none;
        height: 66px;
        width: 66px;
        margin: 0 auto 12px
    }
    .secret_content_r {
        width: auto;
        padding: 0;
        margin: 0 auto 13px;
        font-size: 24px;
        line-height: 25px;
        text-align: right;
        float: none;
        min-height: 0
    }
    .footer a.sitelogo {
        margin: 0 auto 40px
    }
    .footer .page_wrapper {
        margin-top: 0
    }
    .secret_content_l .readmore_button {
        width: 100%;
        text-align: right
    }
    .cat-main {
        width: 100%;
        padding: 0 2.3%;
        margin: 0;
        box-sizing: border-box
    }
    .cat-header {
        margin-top: 0;
        height: auto;
        padding: 88px 2% 0;
        background-attachment: unset
    }
    .owl-cat__btn {
        opacity: 1;
        bottom: 0;
        width: 7%
    }
    .owl-cat__small {
        margin-top: 2px
    }
    .rec_mask {
        opacity: 1;
        background-color: rgba(242, 182, 191, .3)
    }
    .recipes_l {
        width: 95%;
        margin: 0 auto 0;
        float: none
    }
    .recipes_l .closest_recipes_outer {
        margin: 50px auto 0;
        float: none
    }
    .modal-bg {
        height: calc(100vh - 79px)
    }
    .signup-header img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .signup-header {
        width: 100%;
        margin: 0 auto 45px
    }
    .prices__box {
        margin: 0 auto 69px;
        width: 95%;
        max-width: none
    }
    .page_wrapper {
        margin-top: 0
    }
    .modal {
        width: 95%;
        flex-direction: column;
        max-height: 76vh;
        overflow: auto;
        flex-wrap: nowrap;
        margin-bottom: 20vh
    }
    .modal .login-submit {
        margin: 15px auto 13px
    }
    .signin-form__lost {
        bottom: -80px
    }
    .modal_left,
    .modal_right {
        width: 100%;
        max-width: none
    }
    .signin-form {
        max-width: none;
        width: 100%
    }
    .schwan_form {
        width: 100%
    }
    .single-header {
        padding-top: 31px
    }
    .single-header__image {
        width: 100%;
        background-attachment: unset;
        height: 211px
    }
    .ply-btn {
        width: 102px;
        height: 102px
    }
    .reci_l,
    .reci_l.alncont h3,
    .reci_l.alncont ol,
    .reci_r {
        float: none;
        width: 100%;
        margin: 0
    }
    .reci_l.alncont ol {
        max-width: 76%;
        margin-right: auto
    }
    .reci_l.alncont h3 {
        margin: 55px 0 13px;
        color: #403E3D;
        font-size: 24px;
        line-height: 25px;
        max-width: 76%;
        margin-right: auto;
        font-weight: 500
    }
    .reci_l.alncont ol li:before {
        line-height: 30px;
        height: 30px;
        width: 30px;
        right: -64px;
        top: 6px;
        font-size: 18px
    }
    .single-post .page_wrapper {
        width: 95%;
        margin: auto
    }
    .catheader__inner .ply-btn {
        width: 90px;
        height: 90px
    }
    .cat-header__h1 {
        line-height: 1
    }
    .catlist {
        overflow: hidden
    }
    .user-left,
    .user-right {
        width: 100%;
        float: none
    }
    .page-user {
        padding: 10px
    }
    .comment-form textarea,
    .reci_comments {
        float: none;
        width: 100%;
        box-sizing: border-box
    }
    .hero iframe {
        max-width: 100%
    }
    .hero {
        padding: 32px 13vw;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
        transform: unset
    }
    .qahp {
        padding-top: 0
    }
    .login-error {
        display: block
    }
    .post-prev--block-contnet {
        width: 100%;
        height: auto
    }
    .post-prev--block-contnet .owl-hp__btn--left {
        left: 1%
    }
    .post-prev--block-contnet .owl-hp__btn--right {
        right: 1%
    }
    .post-prev--black .post-prev__h3 {
        font-size: 17px;
        line-height: 23px;
        padding: 0 5vw;
        margin: 20px 0
    }
    .block_contact__a {
        margin: 15px auto 30px
    }
    .block_contact h2 {
        line-height: 1
    }
    .comments_list li.depth-3,
    .comments_list li.depth-2 {
        margin-right: 87px;
        width: calc(100% - 87px);
    }
    
    .cats-nav:after{
        content:''; display: block; clear: both;
    }
    .cats-nav {
        margin: 0 auto 41px;
        display: block;
        text-align: center;
    }
    .cats-nav__a{
        margin-left:0; line-height: 40px;
        float: right;
    width: 50%;
    }
}


/* gift card */
.signup_giftcard{
    max-width: 605px;margin: auto;
}
.signup_giftcard .signup__title{
    max-width: 100%;
}
.signup_giftcard .wp-content-signup p{
  line-height: 41px; text-align:center; font-family: 'almoni-tzar', 'Heebo', arial; max-width: 100%;font-size: 28px;font-weight: 300;
}
.giftcard_form{
     width: 605px;margin: auto;
}
.form_center_b{
     margin-bottom: 38px;
}
.form_center_b *,
.form_center_b{line-height: 24px;  text-align: center;
    color: #403E3B;font-size: 16px;
}
.form_center_b strong{
    font-weight: 700;
}
.gift_card_spr{
    background-color: #D8D8D8; height:1px; margin-bottom:30px;width:200px; margin:0 auto 30px;
}
.giftcard_form h2{font-weight: 300;line-height: 41px;
    text-align: center;font-size: 28px;color: #000000; margin-bottom: 23px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.signup-form__filed.signup-form__filed_giftcard{
    width:100%; height:auto;
}
.signup-form__filed_giftcard textarea{
    height: 120px;      padding: 10px;
}
.giftcard_text{
    margin-bottom:40px;
}
.giftcard_text,.giftcard_text *{
    font-size: 16px;line-height: 24px;color: #403E3B;
}
.giftcard_text strong{
    font-weight: 700;
}
.giftcard_form  button.register__btn{
    margin:0 0 20px;     float: left;
}
.giftcard_form{
    margin-bottom:100px;
}
.giftcard_form .error{
        margin-top: -10px;
}
.giftcard_form_outer iframe{margin:0 auto 100px;    display: block;}
.giftcard_thank_text *,
.giftcard_thank_text{
    font-size: 24px; text-align: center;
    line-height: 30px;
}

.user-top,.user-top2,
.head_social_outer{
    width:400px;
}

.head_gift_card span{font-weight: 300;
    color: #C7C3BD;font-size: 16px;
}
.head_gift_card img{
    display:inline-block; vertical-align: middle; width:16px; margin-right: 5px;
}
.head_social_outer a{margin-top:15px;}
.head_social_outer a.head_gift_card{border-radius: 6px; margin-top:0;
                line-height:46px; text-align: center;
   width: 133px; height: 46px;border: 1px solid #C7C3BD;
}
@media only screen and (max-width:1024px)and (max-device-width:1024px) {
    .signup_giftcard{
        max-width:90%;
    }
    .giftcard_form_fields  .signup-form__filed,
    .giftcard_form{width:100%;}
    
    .menu_toggle_m{
           width: 32px;
    margin-right: 10px;
    position: relative;
    top: 3px;
    }
    .menu_toggle_m small{
        position: relative; display: block; width:100%; margin-bottom:5px; height:4px; background-color: #403e3d;
    }
    .menu_box_m a{    padding: 0 10px;
        display: block; width:100%;     line-height: 55px;
    }
    .menu_box_m{  display: none;  z-index: -1;
        position: absolute; top:100%; right:0; width:100%; background-color: #fff;
    }
    body.mobile_menu_opened .menu_box_m{
        display: block;
    }
    body.mobile_menu_opened .menu_toggle_m small:nth-child(2){
        opacity: 0;
    }
    body.mobile_menu_opened .menu_toggle_m small:nth-child(1){
        top:11px;
      -webkit-transform: rotate(-45deg);  
      -ms-transform: rotate(-45deg);  
          transform: rotate(-45deg);
    }
    body.mobile_menu_opened .menu_toggle_m small:nth-child(3){
    
    top: -7px;
         -webkit-transform: rotate(45deg);  
      -ms-transform: rotate(45deg);  
          transform: rotate(45deg);
    }
    .user-top2{width:auto;}
    .user-top{
        width:200px;
    }
}
/* gift card */


/* update payment */
.modal-update{
       top: 0;display: none;
    right: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
}
.modal-update.active{
    display: block;
}
.modal-update-in2{
    width:600px; margin:auto; background-color:#fff;
    padding:20px; box-sizing: border-box; position: relative;
}
.modal-update-in2 h2{
    line-height: 55px;
    color: #000;
    font-size: 45px;
    margin-bottom: 22px;
}
.dal-update-close{
position: absolute;
    left: 21px;
    top: 35px;
    width: 20px;
    z-index: 2;
}

@media screen and (max-width:1024px){
    .modal-update-in2{width:100%;}
}
/* update payment */