@charset "UTF-8";
/* ===============================
Site Styles
================================== */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-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";
}

/*
* Author: Vasterad
* Template: Chow
* URL: http://themeforest.net/user/Vasterad/
*/
.mb_100 {
  margin-bottom: 100px;
}

.mt_100 {
  margin-top: 100px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mt_50 {
  margin-top: 50px;
}

#header {
  z-index: 999;
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 74px;
}

/* Logo
------------------------------------*/
.boxed #logo {
  margin-top: 35px;
}

#logo a img {
  float: left;
  width: auto;
  height: 70px;
  padding: 5px 0;
}

#logo-footer a img {
  float: left;
  width: auto;
  height: 75px;
  padding: 20px 0;
}

.boxed #logo a img {
  height: 37px;
}

#userMenuToggle img {
  float: left;
  width: auto;
  height: 45px;
}

/* ------------------------------------------------------------------- */
/* Navigation
---------------------------------------------------------------------- */
#navigation {
  float: right;
  top: 0;
}

.js .selectnav {
  display: none;
}

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

.menu ul li {
  position: relative;
  margin-left: 5px;
}

.menu ul ul {
  position: absolute;
  display: none;
  /* Подменю скрыто по умолчанию */
  top: 100%;
  left: 0;
  z-index: 100;
  width: 175px;
}

.menu > ul li {
  float: left;
}

.menu ul li:hover > ul {
  display: block;
  /* Подменю появляется при наведении на родительский элемент */
}

.menu ul a {
  display: block;
  position: relative;
}

.menu ul ul ul {
  top: 0;
  left: 100%;
}

/* Main Styles */
.menu ul a {
  text-decoration: none;
}

.navigation .active a {
  border-bottom: 3px solid #01438f !important;
  color: #505050;
}

.menu ul > li > a {
  color: #707070;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 28px 16px 25px 16px;
  overflow: hidden;
  border-bottom: 3px solid transparent;
}

#current {
  border-bottom: 3px solid #808080;
  color: #505050;
}

.menu ul li a:hover,
.menu ul > li:hover > a {
  border-bottom: 3px solid #808080;
  color: #505050;
}

.menu ul li a {
  transition: border 150ms ease-in-out, color 150ms ease-in-out;
}

/* Alternative Styles */
.menu.alternative ul li {
  position: relative;
  margin-left: 0;
}

.menu.alternative {
  background-color: #f2f2f2;
  width: 100%;
  margin: 35px 0 25px 0;
}

.menu.alternative ul > li > a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 17px 20px;
  overflow: hidden;
  border-bottom: 0;
  color: #808080;
}

.alternative #current {
  border-bottom: 0;
  background-color: #eaeaea;
  color: #808080;
}

.alternative #current:hover,
.menu.alternative ul li a:hover,
.menu.alternative ul > li.sfHover > a {
  border-bottom: 0;
  color: #fff !important;
  background-color: #808080 !important;
}

.menu.alternative ul li a,
.alternative.sf-arrows .sf-with-ul:hover:after {
  transition: all 0.2s ease-in-out;
}

.alternative.sf-arrows .sf-with-ul:hover:after,
.alternative.sf-arrows ul > li.sfHover .sf-with-ul:after {
  color: #fff;
}

.alternative.menu ul ul {
  border-top: 0;
  margin: 0;
}

.alternative.menu ul ul li a {
  font-weight: 500;
  text-transform: none;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 16px !important;
  border: 0;
}

/* Lenten menu */
.lenten-menu .menu-nav li {
  position: relative;
  display: block;
  padding: 10px 5px 10px 10px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 16px 16px;
  cursor: pointer;
}

.lenten-menu .menu-nav li a {
  color: #404040;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 16px 16px;
  cursor: pointer;
}

.lenten-menu .menu-nav li a:hover {
  color: #01438f;
}

.lenten-menu .menu-nav .fa {
  color: #01438f;
  font-size: 18px;
  padding-right: 5px;
}

#seasonal-menu .recipe-box-content {
  height: 50px;
}

#seasonal-menu .recipe-box-content h5 a {
  color: #606060;
}

/* Drop-Down */
.menu ul ul {
  background-color: #333;
  z-index: 999;
  border-top: 3px solid #808080;
  margin: -3px 0 0 0;
}

.menu > ul ul li:hover > a {
  border-bottom: 0;
  background: transparent;
}

.menu ul ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.menu ul ul li a {
  font-weight: 500;
  text-transform: none;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 18px;
  padding: 10px 16px !important;
  border: 0;
}

.menu ul ul li {
  border-top: 1px solid #484848;
}

.menu ul ul li:first-child {
  border: none;
}

.menu ul ul li a:hover {
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}

.menu ul ul li a,
.sf-arrows ul li ul a.sf-with-ul:after {
  transition: all 100ms ease-in-out;
}

.menu ul ul ul {
  margin: 0 0 0 3px;
  border: none;
}

.sf-arrows .sf-with-ul:after {
  content: "\F0D7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin: 0 0 0 6px;
  top: -1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #c4c4c4;
  float: right;
}

.sf-arrows ul li ul a.sf-with-ul:after {
  color: #777;
  right: 9px;
  top: 10px;
  position: absolute;
  content: "\F0DA";
}

.sf-arrows ul li ul a:hover.sf-with-ul:after {
  color: #fff;
}

.menu ul li ul li.sfHover {
  background: #3a3a3a;
}

.nav-toggle {
  display: none;
}

/* Mobile Navigation Styles */
@media only screen and (max-width: 990px) {
  .thirteen.columns.navigation {
    width: 100%;
  }

  a.nav-toggle {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #f2f2f2;
    color: #808080;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 22px 0 0 0;
    padding: 11px 20px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
  }

  a.nav-toggle.active {
    color: #fff;
    background-color: #808080;
  }

  #header {
    padding-bottom: 25px;
  }

  .nav-toggle:before {
    font-family: "FontAwesome";
    font-size: 21px;
    position: absolute;
    content: "\F0C9";
    right: 16px;
    top: 12px;
    color: #888;
  }

  .nav-toggle.active::before {
    content: "\F00D";
    color: #fff;
  }

  .nav-collapse,
.nav-collapse * {
    box-sizing: border-box;
  }

  .nav-collapse,
.nav-collapse ul {
    list-style: none;
    width: 150px;
    float: left;
    font-weight: 600;
    font-size: 14px;
  }

  .nav-collapse li {
    float: left;
    width: 100%;
    display: block;
    border-top: 1px solid #fff;
  }

  .nav-collapse a {
    background-color: #f0f0f0;
    text-decoration: none;
    width: 100%;
    float: left;
    padding: 12px 20px;
    color: #808080;
  }

  .nav-collapse ul ul a {
    padding-left: 30px;
    background-color: #f8f8f8;
    border: none;
  }

  .nav-collapse ul ul ul a {
    padding-left: 60px;
  }

  .nav-collapse ul ul ul ul a {
    padding-left: 90px;
  }

  .nav-collapse #current {
    border: none;
    color: #808080;
  }

  .nav-collapse ul li a:hover {
    background-color: #c0c0c0;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }

  .nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }

  .nav-collapse {
    display: none;
    /* По умолчанию скрыто */
  }

  .js-nav-active .nav-collapse {
    display: block;
  }

  .menu ul ul {
    display: none;
  }

  .menu ul li:hover > ul {
    display: block;
  }
}
@media only screen and (max-width: 990px) and (max-width: 768px) {
  .menu ul li {
    float: none;
    position: relative;
  }

  .menu ul {
    display: none;
  }

  .js-nav-active .menu ul {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .disable-pointer-events {
    pointer-events: none !important;
  }
}
@media only screen and (max-width: 990px) {
  .nav-toggle {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }
}
/* Logo Header
------------------------------------*/
.boxed #login {
  margin-top: 35px;
}

#login a img {
  float: left;
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}

#login a img:hover {
  transform: scale(1.1);
}

.boxed #login a img {
  height: 37px;
}

.d-flex-center {
  display: flex;
  justify-content: center;
}

/* Login Form
------------------------------------*/
.login-form {
  background-color: white;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 300px;
}

.login-form h2 {
  text-align: center;
  margin-bottom: 20px;
}

.login-form input {
  width: 100%;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}

.login-form button {
  width: 100%;
  padding: 15px;
  background-color: #01438f;
  border: none;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 22px;
  margin-top: 10px;
}

.login-form input[type=text],
.login-form input[type=password],
.login-form input[type=email],
textarea,
select {
  padding: 15px 12px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  max-width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font-weight: 600;
  margin-bottom: 10px;
}

.login-form button:hover {
  background-color: #808080;
}

.login-form .forgot-password {
  text-align: center;
  margin-top: 10px;
}

.login-form .forgot-password a {
  color: #007bff;
  text-decoration: none;
}

.login-form .forgot-password a:hover {
  text-decoration: underline;
}

.register-link {
  text-align: center;
  padding: 5px 0;
}

/* ------------------------------------------------------------------- */
/* SCEditor
/* http://www.ssceditor.com/

/* Copyright (C) 2011-12, Sam Clarke (samclarke.com)

/* SCEditor is licensed under the MIT license:
/* http://www.opensource.org/licenses/mit-license.php

---------------------------------------------------------------------- */
div.sceditor-grip,
.sceditor-button div {
  background-image: url("../images/famfamfam.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.sceditor-button-youtube div {
  background-position: 0px 0px;
}

.sceditor-button-link div {
  background-position: 0px -16px;
}

.sceditor-button-unlink div {
  background-position: 0px -32px;
}

.sceditor-button-underline div {
  background-position: 0px -48px;
}

.sceditor-button-time div {
  background-position: 0px -64px;
}

.sceditor-button-table div {
  background-position: 0px -80px;
}

.sceditor-button-superscript div {
  background-position: 0px -96px;
}

.sceditor-button-subscript div {
  background-position: 0px -112px;
}

.sceditor-button-strike div {
  background-position: 0px -128px;
}

.sceditor-button-source div {
  background-position: 0px -144px;
}

.sceditor-button-size div {
  background-position: 0px -160px;
}

.sceditor-button-rtl div {
  background-position: 0px -176px;
}

.sceditor-button-right div {
  background-position: 0px -192px;
}

.sceditor-button-removeformat div {
  background-position: 0px -208px;
}

.sceditor-button-quote div {
  background-position: 0px -224px;
}

.sceditor-button-print div {
  background-position: 0px -240px;
}

.sceditor-button-pastetext div {
  background-position: 0px -256px;
}

.sceditor-button-paste div {
  background-position: 0px -272px;
}

.sceditor-button-outdent div {
  background-position: 0px -288px;
}

.sceditor-button-orderedlist div {
  background-position: 0px -304px;
}

.sceditor-button-maximize div {
  background-position: 0px -320px;
}

.sceditor-button-ltr div {
  background-position: 0px -336px;
}

.sceditor-button-left div {
  background-position: 0px -352px;
}

.sceditor-button-justify div {
  background-position: 0px -368px;
}

.sceditor-button-italic div {
  background-position: 0px -384px;
}

.sceditor-button-indent div {
  background-position: 0px -400px;
}

.sceditor-button-image div {
  background-position: 0px -416px;
}

.sceditor-button-horizontalrule div {
  background-position: 0px -432px;
}

.sceditor-button-format div {
  background-position: 0px -448px;
}

.sceditor-button-font div {
  background-position: 0px -464px;
}

.sceditor-button-emoticon div {
  background-position: 0px -480px;
}

.sceditor-button-email div {
  background-position: 0px -496px;
}

.sceditor-button-date div {
  background-position: 0px -512px;
}

.sceditor-button-cut div {
  background-position: 0px -528px;
}

.sceditor-button-copy div {
  background-position: 0px -544px;
}

.sceditor-button-color div {
  background-position: 0px -560px;
}

.sceditor-button-code div {
  background-position: 0px -576px;
}

.sceditor-button-center div {
  background-position: 0px -592px;
}

.sceditor-button-bulletlist div {
  background-position: 0px -608px;
}

.sceditor-button-bold div {
  background-position: 0px -624px;
}

div.sceditor-grip {
  background-position: 0px -640px;
  width: 10px;
  height: 10px;
}

.rtl div.sceditor-grip {
  background-position: 0px -650px;
  width: 10px;
  height: 10px;
}

.sceditor-container {
  position: relative;
  background: #fff;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #222;
  line-height: 1;
  font-weight: bold;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sceditor-container,
.sceditor-container div,
div.sceditor-dropdown,
div.sceditor-dropdown div {
  padding: 0;
  margin: 0;
  z-index: 3;
}

.sceditor-container iframe,
.sceditor-container textarea {
  line-height: 1;
  border: 0;
  outline: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #111;
  padding: 0;
  margin: 5px;
  resize: none;
  background: #fff;
  display: block;
}

div.sceditor-resize-cover {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.3;
}

.ie6 div.sceditor-resize-cover,
.ie7 div.sceditor-resize-cover,
.ie8 div.sceditor-resize-cover {
  background: #efefef;
}

.sceditor-container.ie6 {
  overflow: hidden;
}

div.sceditor-grip {
  overflow: hidden;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.sceditor-maximize {
  position: fixed;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2000;
}

html.sceditor-maximize,
body.sceditor-maximize {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.ie6.sceditor-maximize {
  position: absolute;
}

.sceditor-maximize div.sceditor-grip {
  display: none;
}

.sceditor-maximize div.sceditor-toolbar {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/**
	 * Dropdown styleing
	 */
div.sceditor-dropdown {
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  color: #333;
  z-index: 4000;
  padding: 10px;
  line-height: 1;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}

div.sceditor-dropdown a,
div.sceditor-dropdown a:link {
  color: #333;
}

div.sceditor-dropdown form {
  margin: 0;
}

div.sceditor-dropdown label {
  display: block;
  font-weight: bold;
  color: #3c3c3c;
  padding: 4px 0;
}

div.sceditor-dropdown input,
div.sceditor-dropdown textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  outline: 0;
  padding: 4px;
  border: 1px solid #ccc;
  border-top-color: #888;
  margin: 0 0 0.75em;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

div.sceditor-dropdown textarea {
  padding: 6px;
}

div.sceditor-dropdown input:focus,
div.sceditor-dropdown textarea:focus {
  border-color: #aaa;
  border-top-color: #666;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

div.sceditor-dropdown .button {
  font-weight: bold;
  color: #444;
  padding: 6px 12px;
  background: #ececec;
  border: solid 1px #ccc;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  margin: 0.3em 0 0;
}

div.sceditor-dropdown .button:hover {
  background: #f3f3f3;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

div.sceditor-font-picker,
div.sceditor-fontsize-picker,
div.sceditor-format {
  padding: 6px 0;
}

div.sceditor-emoticons,
div.sceditor-more-emoticons,
div.sceditor-color-picker {
  padding: 0;
}

.sceditor-pastetext textarea {
  border: 1px solid #bbb;
  width: 20em;
}

.sceditor-emoticons img,
.sceditor-more-emoticons img {
  padding: 0;
  cursor: pointer;
  margin: 2px;
}

.sceditor-more {
  border-top: 1px solid #bbb;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 0;
}

.sceditor-dropdown a:hover {
  background: #eee;
}

.sceditor-fontsize-option,
.sceditor-font-option,
.sceditor-format a {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  text-decoration: none;
  color: #222;
}

.sceditor-fontsize-option {
  padding: 7px 13px;
}

.sceditor-color-column {
  float: left;
}

.sceditor-color-option {
  display: block;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  overflow: hidden;
}

.sceditor-color-option:hover {
  border: 1px solid #333;
}

/**
	 * Toolbar styleing
	 */
div.sceditor-toolbar {
  overflow: hidden;
  padding: 3px 5px 2px;
  background: #f7f7f7;
  line-height: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

div.sceditor-group {
  display: inline-block;
  background: #ddd;
  margin: 1px 5px 1px 0;
  padding: 1px;
  border-bottom: 1px solid #aaa;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ie6 div.sceditor-group,
.ie7 div.sceditor-group {
  display: inline;
  zoom: 1;
}

.sceditor-button {
  float: left;
  cursor: pointer;
  padding: 3px 5px;
  width: 16px;
  height: 20px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -9999px;
}

.ie .sceditor-button {
  text-indent: 0;
}

.ie6 .sceditor-button,
.ie7 .sceditor-button {
  float: none !important;
  display: inline;
  zoom: 1;
}

.ie6 .sceditor-button {
  padding: 0;
}

.ie6 .sceditor-button div {
  margin: 5px;
}

.ie7 .sceditor-button div {
  margin: 5px 0;
}

.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active {
  background: #fff;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.sceditor-button:active {
  background: #fff;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.3), inset -1px 0 rgba(0, 0, 0, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 8px rgba(0, 0, 0, 0.3);
}

.sceditor-button.disabled:hover {
  background: inherit;
  cursor: default;
  box-shadow: none;
}

.sceditor-button,
.sceditor-button div {
  display: block;
}

.sceditor-button div {
  margin: 2px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

.sceditor-button.disabled div {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

.text .sceditor-button,
.text .sceditor-button div,
.sceditor-button.text,
.sceditor-button.text div,
.text-icon .sceditor-button,
.text-icon .sceditor-button div,
.sceditor-button.text-icon,
.sceditor-button.text-icon div {
  width: auto;
  overflow: visible;
  line-height: 16px;
  font-size: 1em;
  color: inherit;
  text-indent: 0;
}

.text .sceditor-button div,
.sceditor-button.text div {
  padding: 0 2px;
  background: none;
}

.text-icon .sceditor-button div,
.sceditor-button.text-icon div {
  padding: 0 2px 0 20px;
}

.rtl div.sceditor-toolbar {
  text-align: right;
}

.rtl .sceditor-button {
  float: right;
}

.rtl div.sceditor-grip {
  right: auto;
  left: 0;
}

.sceditor-container {
  border: 1px solid #ddd;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sceditor-container textarea {
  font-family: Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace;
  background: #2e3436;
  color: #fff;
  margin: 0;
  padding: 5px;
}

div.sceditor-toolbar,
div.sceditor-group {
  background: #f6f6f6;
}

div.sceditor-toolbar {
  padding: 0;
  background-size: 100% 32px;
}

div.sceditor-group {
  margin: 0;
  padding: 2px 4px;
  border: 0;
  border-right: 1px solid #ccc;
  border-left: 1px solid #eaeaea;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

div.sceditor-group:last-child {
  border-right: 0;
}

div.sceditor-group:first-child {
  border-left: 0;
}

.sceditor-button {
  height: 16px;
  padding: 5px;
  margin: 1px;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.sceditor-button div {
  margin: 0;
}

.sceditor-button.active,
.sceditor-button:hover,
.sceditor-button:active,
.sceditor-button.active:hover {
  margin: 0;
  box-shadow: none;
}

.sceditor-button.active {
  background: #f4f4f4;
  border: 1px solid #ccc;
}

.sceditor-button:hover {
  background: #fefefe;
  border: 1px solid #ddd;
}

.sceditor-button.disabled:hover {
  margin: 1px;
  border: 0;
}

.sceditor-button:active {
  background: #eee;
  border: 1px solid #ccc;
}

.sceditor-button.active:hover {
  background: #f8f8f8;
  border: 1px solid #ddd;
}

/* ------------------------------------------------------------------- */
/* Miscellaneous
---------------------------------------------------------------------- */
.twelve.columns.left-sidebar-class {
  position: relative;
  right: -20px;
  float: right;
}

/* Headline
------------------------------------- */
.headline {
  font-size: 22px;
  background-color: #fff;
  padding-right: 10px;
  z-index: 5;
  position: relative;
  float: left;
}

h4.headline {
  font-size: 20px;
  padding-top: 20px;
}

.line,
.divider {
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  float: left;
  height: 1px;
  display: inline-block;
  margin: -16px 0 25px 0;
}

.divider {
  margin: 15px 0;
  float: none;
}

/* Regular Table
------------------------------------- */
table.basic-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}

table.basic-table.shortcode th {
  text-transform: uppercase;
}

table.basic-table th {
  text-align: left;
  padding: 10px 15px;
  color: #666;
  vertical-align: top;
  font-size: 14px;
  font-weight: 600;
}

table.basic-table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
}

.basic-table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.tab-content .basic-table {
  margin: 0 0 20px 0;
}

/* Titlebar
------------------------------------- */
#titlebar {
  background-color: #f6f6f6;
  min-height: 88px;
  margin: 0 0 40px 0;
}

#titlebar h2 {
  font-size: 24px;
  font-weight: 500;
  float: left;
  width: 100%;
  margin: 29px 0 0 0;
  /*	font-family: "Arvo";*/
  color: #606060;
}

#titlebar span {
  font-weight: 300;
  color: #aaa;
}

#titlebar.browse-all {
  margin: 0;
  min-height: 67px;
  border-bottom: none;
}

#titlebar.browse-all h2 {
  margin: 31px 0 0 0;
}

.browse-all {
  width: 100%;
  margin: 0 auto;
}

/* Breadcrumbs
------------------------------------- */
#breadcrumbs ul {
  float: right;
  font-size: 13px;
  margin-top: 30px;
  font-weight: 500;
}

#breadcrumbs ul li {
  display: inline-block;
  color: #909090;
  margin: 0 0 0 5px;
}

#breadcrumbs ul li:after {
  content: "\F105";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #ccc;
  margin: 0 0 0 9px;
}

#breadcrumbs ul li:last-child:after,
#breadcrumbs ul li:first-child:after {
  content: "";
  margin: 0;
}

#breadcrumbs ul li:last-child a,
#breadcrumbs ul li a {
  color: #808080;
  font-weight: 600;
}

#breadcrumbs ul li a:hover {
  color: #555;
}

#breadcrumbs ul li:first-child {
  padding-right: 0;
  margin-left: 0;
}

#breadcrumbs ul li:first-child,
#breadcrumbs ul li:last-child {
  color: #909090;
  background: none;
}

#breadcrumbs ul li:last-child {
  padding: 0;
  background: none;
}

#breadcrumbs.recipe-page {
  position: absolute;
  right: 10px;
  top: -120px;
  z-index: 99;
  width: 300px;
}

#breadcrumbs.recipe-page ul li:first-child {
  display: none;
}

#breadcrumbs.recipe-page ul li,
#breadcrumbs.recipe-page ul li:after,
#breadcrumbs.recipe-page ul li:last-child a,
#breadcrumbs.recipe-page ul li a,
#breadcrumbs.recipe-page ul li a:hover {
  color: #fff;
}

/* Image With Caption
------------------------------------- */
.image-with-caption {
  position: relative;
  margin: 0 0 30px 0;
}

.image-with-caption img {
  width: 100%;
}

.image-with-caption span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 16px;
  text-align: center;
}

/* Google Maps
------------------------------------- */
#googlemaps {
  padding-bottom: 30%;
}

.google-map-container {
  margin: 0 0 35px 0;
}

.google-map-container img {
  max-width: none !important;
}

/* Contact Form
------------------------------------- */
#contact fieldset div {
  margin-bottom: 15px;
}

#contact fieldset div input {
  width: 240px;
}

#contact textarea {
  width: auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 180px;
  resize: vertical;
}

#contact input,
#contact textarea,
#contact select {
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

#contact input:focus #contact textarea:focus,
#contact select:focus {
  outline: none;
  position: relative;
  z-index: 5;
}

#contact input.error,
#contact textarea.error,
#contact select.error {
  border: 1px solid #f6d5d3;
  background: #ffeceb;
}

#contact label {
  margin-bottom: 5px;
}

#contact label span {
  color: #e24747;
}

#message {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  background: transparent none;
}

/* Buttons
------------------------------------- */
input[type=button],
input[type=submit],
a.button {
  cursor: pointer;
  padding: 7px 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #a0a0a0;
  border: none;
  transition: all 0.2s ease-in-out;
}

input[type=button],
input[type=submit] {
  padding: 10px 14px;
}

a.button.color,
input[type=button],
input[type=submit] {
  background-color: #808080;
}

a.button.light {
  background-color: #f6f6f6;
  color: #909090;
}

input[type=button]:hover,
input[type=submit]:hover,
a.button:hover {
  background-color: #555 !important;
}

a.button.light:hover {
  background-color: #808080;
  color: #fff;
}

a.button.small {
  padding: 5px 10px;
  font-size: 12px;
}

a.button.medium {
  padding: 7px 14px;
}

a.button.big {
  padding: 10px 18px;
  font-size: 14px;
}

a.button i {
  margin-right: 2px;
}

/* Pagination
------------------------------------- */
.pagination {
  margin: 20px 0 0 0;
  text-align: center;
  overflow: hidden;
}

.pagination-next-prev {
  position: relative;
  top: -36px;
}

.pagination ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pagination ul li a,
.pagination-next-prev ul li a {
  padding: 9px 14px;
  border-bottom: none;
  display: inline-block;
  color: #909090;
  background-color: #f4f4f4;
  font-weight: 700;
  margin: 0;
  transition: all 200ms ease-in-out;
  margin-bottom: 10px;
}

.pagination ul li a.current-page {
  background-color: #808080;
  color: #fff;
}

.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
  background: #808080;
  color: #fff;
}

.pagination-next-prev a.next {
  float: right;
}

.pagination-next-prev a.prev {
  float: left;
}

.pagination-next-prev ul li a {
  width: 36px;
  height: 36px;
  padding: 0;
  color: #999;
}

.pagination-next-prev .prev:before,
.pagination-next-prev .next:before {
  font-family: "FontAwesome";
  font-size: 12px;
  position: relative;
  display: block;
  line-height: 19px;
}

.pagination-next-prev .next:before {
  content: "\F054";
  margin: 9px 0 0 14px;
}

.pagination-next-prev .prev:before {
  content: "\F053";
  margin: 9px 0 0 12px;
}

/* Custom Margins for Pages */
.pagination-container.masonry .pagination-next-prev .next {
  margin-right: 20px;
}

/* Advanced Search
------------------------------------- */
/* Advanced Search Container */
.advanced-search-container {
  background-color: #f6f6f6;
  padding: 0 0 33px 0;
}

#advanced-search label {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 3px 0;
}

#advanced-search .select {
  display: inline-block;
  float: left;
  margin: 12px 7px 0 7px;
}

#advanced-search .select strong {
  font-weight: 600;
  color: #606060;
}

a.adv-search-btn i,
a.adv-search-btn {
  transition: all 0.2s ease-in-out;
}

a.adv-search-btn {
  margin: 17px 0 0 7px;
  color: #808080;
  font-weight: 600;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

a.adv-search-btn i {
  margin-left: 1px;
  font-size: 12px;
  color: #c0c0c0;
}

a.adv-search-btn.active i,
a.adv-search-btn.active,
a.adv-search-btn:hover i,
a.adv-search-btn:hover {
  color: #808080;
}

.extra-search-options.closed {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

#advanced-search {
  left: -7px;
  position: relative;
}

#advanced-search {
  width: 1194px;
}

#advanced-search .select select {
  width: 245px;
}

#advanced-search .select.included-ingredients select {
  width: 662px;
}

#advanced-search .select.alergens select {
  width: 403px;
}

#advanced-search .select.excluded-ingredients select {
  width: 763px;
}

/* Submit Recipe Form
------------------------------------*/
.submit-recipe-form h4 {
  margin-bottom: 10px;
}

.submit-recipe-form textarea {
  box-sizing: border-box;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
}

/* Recipe Gallery */
.recipe-gallery {
  margin-bottom: 10px;
}

.recipe-gallery li {
  background-color: #fff;
  padding: 15px 20px;
  border-top: 1px solid #fff;
  color: #909090;
  font-size: 13px;
  font-weight: 600;
}

.recipe-gallery li:nth-child(odd) {
  background-color: #f8f8f8;
}

label input[type=file] {
  position: fixed;
  top: -1000px;
}

/* Example custom styling */
.upload-btn {
  cursor: pointer;
  padding: 7px 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  outline: none;
  overflow: hidden;
  position: relative;
  z-index: 10;
  color: #fff;
  background-color: #808080;
  border: none;
  transition: all 0.2s ease-in-out;
}

.upload-btn:hover {
  background: #555;
}

/* Add Ingredients Table */
.addrecipe-cont table,
.additional-info table {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.addrecipe-cont table th,
.additional-info table th {
  background: none repeat scroll 0 0 #fff;
  font-weight: normal;
  padding: 15px 20px 15px 20px;
  text-align: left;
}

.addrecipe-cont table td,
.additional-info table td {
  padding: 15px 20px 15px 20px;
}

.addrecipe-cont table tr.ingredients-cont,
.additional-info table tr.ingredients-cont {
  background: #fff;
}

.addrecipe-cont table tr.ingredients-cont:nth-child(odd),
.additional-info table tr.ingredients-cont:nth-child(odd) {
  background: #f8f8f8;
}

.addrecipe-cont table tr.ingredients-cont.separator,
.additional-info table tr.ingredients-cont.separator {
  background: #eee;
}

.ingredients-cont.separator td i.fa-remove {
  background-color: #fff;
}

.addrecipe-cont table tr.ingredients-cont.separator input,
.additional-info table tr.ingredients-cont.separator input {
  background: #fafafa;
}

.addrecipe-cont table tr.ingredients-cont.separator input.notes {
  display: none;
}

.addrecipe-cont table .ingredients-cont input,
.additional-info table .ingredients-cont input {
  background-color: #fff;
  width: 97%;
  border-color: #ddd;
}

.additional-info table .ingredients-cont input {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}

.additional-info table tr.ingredients-cont td.label {
  width: 140px;
}

.additional-info table .ingredients-cont label {
  font-size: 13px;
  font-weight: 600;
  color: #909090;
  position: relative;
}

.ingredients-cont td.icon {
  padding: 0;
  cursor: pointer;
  width: 50px;
  position: relative;
}

.ingredients-cont td.action {
  width: 40px;
  position: relative;
}

.ingredients-cont td i.fa-remove {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  color: #a0a0a0;
  background-color: #eee;
  padding: 11px 13px;
  top: 15px;
  transition: all 0.2s ease-in-out;
}

.ingredients-cont td i.fa-remove:hover {
  color: #fff;
  background-color: #df2727;
}

.ingredients-cont td i.fa-arrows {
  position: absolute;
  top: 27px;
  left: 27px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-sortable-handle {
  touch-action: none;
  visibility: visible !important;
}

.sortableHelper {
  border: 1px dotted #fafafa;
  opacity: 0.6;
  z-index: 1;
}

/* Search by Keyword
------------------------------------*/
.search-by-keyword {
  position: relative;
  margin: 20px 7px 0 7px;
  display: block;
}

.search-by-keyword button i {
  display: none;
}

.search-by-keyword input,
.submit-recipe-form .title input {
  font-weight: 600;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  position: absolute;
  display: inline-block;
  float: left;
  font-size: 14px;
  padding: 14px 15px 12px 15px;
  line-height: 24px;
  height: 52px;
  box-sizing: border-box;
  display: inline-block;
  top: 0;
}

.submit-recipe-form .title input {
  position: relative;
}

.search-by-keyword input:focus {
  border: 1px solid #ddd;
  background-color: #fff;
}

.search-by-keyword button {
  background-color: #808080;
  border: none;
  cursor: pointer;
  color: #fff;
  float: right;
  display: inline;
  padding: 14px 15px;
  line-height: 24px;
  font-weight: 700;
  font-size: 14px;
  border: none;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  z-index: 10;
  max-height: 52px;
  transition: background-color 0.2s ease-in-out;
  top: 0;
}

.search-by-keyword button:hover {
  background-color: #555;
}

#advanced-search ::-webkit-input-placeholder {
  color: #909090;
}

#advanced-search :-moz-placeholder {
  color: #909090;
}

#advanced-search ::-moz-placeholder {
  color: #909090;
}

#advanced-search :-ms-input-placeholder {
  color: #909090;
}

/* Chosen Plugin
------------------------------------- */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* Single Selectbox */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 39px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #909090;
  text-decoration: none;
  white-space: nowrap;
  line-height: 37px;
  font-weight: 600;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  position: relative;
}

.chosen-container-single .chosen-single div b:after {
  content: "\F0D7";
  font-family: "FontAwesome";
  font-size: 12px;
  margin: 0 8px 0 0;
  top: 0;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #c0c0c0;
  float: right;
  font-weight: normal;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 6px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 6px 20px 6px 6px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 9;
  background-color: #fafafa;
}

.chosen-container-single .chosen-search:before {
  content: "\F002";
  font-family: "FontAwesome";
  font-size: 13px;
  margin: 0 10px 0 0;
  top: 8px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-weight: normal;
  z-index: 10;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* Results */
.chosen-container .chosen-results {
  color: #808080;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 2px 0 6px;
  max-height: 232px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 7px 9px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
  padding: 7px 12px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #808080;
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #808080;
  display: list-item;
  background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
  background-color: #fff;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 12px;
  height: 39px;
  border: 1px solid #ddd;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 35px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #909090;
  line-height: normal;
  font-weight: 600;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 7px 5px 3px -4px;
  padding: 3px 20px 4px 7px;
  max-width: 100%;
  background-color: #808080;
  line-height: 16px;
  color: #fff;
  cursor: default;
  font-weight: 600;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 12px;
  top: -1px;
  position: relative;
  width: 11px;
  height: 5px;
  display: inline-block;
  color: #fff;
  float: right;
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #808080;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #ddd;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b:after {
  content: "\F0D8";
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #808080 !important;
}

/* Social Icons
------------------------------------- */
.social-icons li {
  display: inline;
  float: left;
  margin-right: 4px;
}

.social-icons li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #f5f5f5;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Header Icon Styles */
#top-bar .social-icons {
  float: right;
}

#top-bar .social-icons li {
  margin: 0 0 -4px 0;
  padding: 0;
  float: left;
}

#top-bar .social-icons li a {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
  font-size: 14px;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before {
  font-size: 12px;
}

/* Common Styles */
.social-icons li a i {
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20;
}

.social-icons li a:hover,
.social-icons li a i {
  color: #fff;
}

.social-icons li a i {
  top: -30px;
  opacity: 0;
}

.the-team-social.social-icons li a i,
.social-icons li a:hover i {
  top: 0;
  opacity: 1;
}

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  color: #aaa;
  transition: all 0.15s ease-in-out;
  position: absolute;
  z-index: 20;
}

.the-team a:before {
  display: none;
}

#top-bar .social-icons a:before {
  color: #c0c0c0;
}

/* Icon Styles */
.twitter:before {
  font-size: 14px;
}

.icon-twitter {
  font-size: 14px !important;
}

.twitter i,
.twitter:before {
  margin: 13px 0 0 12px;
}

#top-bar .twitter i,
#top-bar .twitter:before {
  margin: 10px 0 0 11px;
}

.twitter:before {
  content: "T";
  top: 0;
  opacity: 1;
}

.twitter:hover:before {
  top: 30px;
  opacity: 0;
}

.twitter:hover {
  background-color: #3bc1ed;
}

.the-team .twitter {
  background-color: #3bc1ed;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

#top-bar .dribbble i,
#top-bar .dribbble:before {
  margin: 11px 0 0 11px;
}

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92;
}

.the-team .dribbble {
  background-color: #ef5a92;
}

.facebook i,
.facebook:before {
  margin: 13px 0 0 16px;
}

#top-bar .facebook i,
#top-bar .facebook:before {
  margin: 11px 0 0 14px;
}

.facebook:before {
  content: "";
  top: 0;
  opacity: 1;
}

.facebook:hover:before {
  top: 30px;
  opacity: 0;
}

.facebook:hover {
  background-color: #4a6d9d;
}

.the-team .facebook {
  background-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
  margin: 13px 0 0 13px;
}

#top-bar .linkedin i,
#top-bar .linkedin:before {
  margin: 11px 0 0 11px;
}

.linkedin:before {
  content: "L";
  top: 0;
  opacity: 1;
}

.linkedin:hover:before {
  top: 30px;
  opacity: 0;
}

.linkedin:hover {
  background-color: #0b7bb5;
}

.the-team .linkedin {
  background-color: #0b7bb5;
}

.delicious i,
.delicious:before {
  margin: 13px 0 0 13px;
}

#top-bar .delicious i,
#top-bar .delicious:before {
  margin: 11px 0 0 11px;
}

.delicious:before {
  content: "#";
  top: 0;
  opacity: 1;
}

.delicious:hover:before {
  top: 30px;
  opacity: 0;
}

.delicious:hover {
  background-color: #3274d1;
}

.the-team .delicious {
  background-color: #3274d1;
}

.paypal i,
.paypal:before {
  margin: 13px 0 0 13px;
}

#top-bar .paypal i,
#top-bar .paypal:before {
  margin: 11px 0 0 11px;
}

.paypal:before {
  content: "$";
  top: 0;
  opacity: 1;
}

.paypal:hover:before {
  top: 30px;
  opacity: 0;
}

.paypal:hover {
  background-color: #2e689a;
}

.the-team .paypal {
  background-color: #2e689a;
}

.gplus i,
.gplus:before {
  margin: 13px 0 0 13px;
}

#top-bar .gplus i,
#top-bar .gplus:before {
  margin: 11px 0 0 11px;
}

.gplus:before {
  content: "+";
  top: 0;
  opacity: 1;
}

.gplus:hover:before {
  top: 30px;
  opacity: 0;
}

.gplus:hover {
  background-color: #d53824;
}

.the-team .gplus {
  background-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
  margin: 13px 0 0 11px;
}

#top-bar .stumbleupon i,
#top-bar .stumbleupon:before {
  margin: 11px 0 0 9px;
}

.stumbleupon:before {
  content: "/";
  top: 0;
  opacity: 1;
}

.stumbleupon:hover:before {
  top: 30px;
  opacity: 0;
}

.stumbleupon:hover {
  background-color: #eb4924;
}

.the-team .stumbleupon {
  background-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
  margin: 13px 0 0 11px;
}

#top-bar .fivehundredpx i,
#top-bar .fivehundredpx:before {
  margin: 11px 0 0 9px;
}

.fivehundredpx:before {
  content: "0";
  top: 0;
  opacity: 1;
}

.fivehundredpx:hover:before {
  top: 30px;
  opacity: 0;
}

.fivehundredpx:hover {
  background-color: #444;
}

.the-team .fivehundredpx {
  background-color: #444;
}

.pinterest i,
.pinterest:before {
  margin: 13px 0 0 15px;
}

#top-bar .pinterest i,
#top-bar .pinterest:before {
  margin: 11px 0 0 13px;
}

.pinterest:before {
  content: "1";
  top: 0;
  opacity: 1;
}

.pinterest:hover:before {
  top: 30px;
  opacity: 0;
}

.pinterest:hover {
  background-color: #cb1f25;
}

.the-team .pinterest {
  background-color: #cb1f25;
}

.forrst i,
.forrst:before {
  margin: 13px 0 0 15px;
}

#top-bar .forrst i,
#top-bar .forrst:before {
  margin: 11px 0 0 13px;
}

.forrst:before {
  content: ":";
  top: 0;
  opacity: 1;
}

.forrst:hover:before {
  top: 30px;
  opacity: 0;
}

.forrst:hover {
  background-color: #40833e;
}

.the-team .forrst {
  background-color: #40833e;
}

.digg i,
.digg:before {
  margin: 13px 0 0 12px;
}

#top-bar .digg i,
#top-bar .digg:before {
  margin: 11px 0 0 10px;
}

.digg:before {
  content: ";";
  top: 0;
  opacity: 1;
}

.digg:hover:before {
  top: 30px;
  opacity: 0;
}

.digg:hover {
  background-color: #205685;
}

.the-team .digg {
  background-color: #205685;
}

.spotify i,
.spotify:before {
  margin: 13px 0 0 13px;
}

#top-bar .spotify i,
#top-bar .spotify:before {
  margin: 11px 0 0 11px;
}

.spotify:before {
  content: "=";
  top: 0;
  opacity: 1;
}

.spotify:hover:before {
  top: 30px;
  opacity: 0;
}

.spotify:hover {
  background-color: #6ca405;
}

.the-team .spotify {
  background-color: #6ca405;
}

.reddit i,
.reddit:before {
  margin: 13px 0 0 12px;
}

#top-bar .reddit i,
#top-bar .reddit:before {
  margin: 11px 0 0 10px;
}

.reddit:before {
  content: ">";
  top: 0;
  opacity: 1;
}

.reddit:hover:before {
  top: 30px;
  opacity: 0;
}

.reddit:hover {
  background-color: #404040;
}

.the-team .reddit {
  background-color: #404040;
}

.appstore i,
.appstore:before {
  margin: 13px 0 0 14px;
}

#top-bar .appstore i,
#top-bar .appstore:before {
  margin: 11px 0 0 12px;
}

.appstore:before {
  content: "A";
  top: 0;
  opacity: 1;
}

.appstore:hover:before {
  top: 30px;
  opacity: 0;
}

.appstore:hover {
  background-color: #c0c0c0;
}

.the-team .appstore {
  background-color: #c0c0c0;
}

.blogger i,
.blogger:before {
  margin: 13px 0 0 15px;
  font-size: 14px !important;
}

#top-bar .blogger i,
#top-bar .blogger:before {
  margin: 10px 0 0 13px;
  font-size: 12px !important;
}

.blogger:before {
  content: "B";
  top: 0;
  opacity: 1;
}

.blogger:hover:before {
  top: 30px;
  opacity: 0;
}

.blogger:hover {
  background-color: #ff6501;
}

.the-team .blogger {
  background-color: #ff6501;
}

.dribbble i,
.dribbble:before {
  margin: 13px 0 0 13px;
}

#top-bar .dribbble i,
#top-bar .dribbble:before {
  margin: 11px 0 0 11px;
}

.dribbble:before {
  content: "D";
  top: 0;
  opacity: 1;
}

.dribbble:hover:before {
  top: 30px;
  opacity: 0;
}

.dribbble:hover {
  background-color: #ef5a92;
}

.the-team .dribbble {
  background-color: #ef5a92;
}

.evernote i,
.evernote:before {
  margin: 13px 0 0 15px;
}

#top-bar .evernote i,
#top-bar .evernote:before {
  margin: 11px 0 0 13px;
}

.evernote:before {
  content: "E";
  top: 0;
  opacity: 1;
}

.evernote:hover:before {
  top: 30px;
  opacity: 0;
}

.evernote:hover {
  background-color: #6bb130;
}

.the-team .evernote {
  background-color: #6bb130;
}

.flickr i,
.flickr:before {
  margin: 13px 0 0 13px;
}

#top-bar .flickr i,
#top-bar .flickr:before {
  margin: 11px 0 0 11px;
}

.flickr:before {
  content: "F";
  top: 0;
  opacity: 1;
}

.flickr:hover:before {
  top: 30px;
  opacity: 0;
}

.flickr:hover {
  background-color: #136dd5;
}

.the-team .flickr {
  background-color: #136dd5;
}

.rss i,
.rss:before {
  margin: 13px 0 0 14px;
  font-size: 14px !important;
}

#top-bar .rss i,
#top-bar .rss:before {
  margin: 11px 0 0 12px;
  font-size: 12px !important;
}

.rss:before {
  content: "R";
  top: 0;
  opacity: 1;
}

.rss:hover:before {
  top: 30px;
  opacity: 0;
}

.rss:hover {
  background-color: #fe8f00;
}

.the-team .rss {
  background-color: #fe8f00;
}

.youtube i,
.youtube:before {
  margin: 13px 0 0 14px;
  font-size: 18px !important;
}

#top-bar .youtube i,
#top-bar .youtube:before {
  margin: 10px 0 0 12px;
  font-size: 16px !important;
}

.youtube:before {
  content: "U";
  top: 0;
  opacity: 1;
}

.youtube:hover:before {
  top: 30px;
  opacity: 0;
}

.youtube:hover {
  background-color: #bf2f29;
}

.the-team .youtube {
  background-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
  margin: 13px 0 0 13px;
  font-size: 14px !important;
}

#top-bar .vimeo i,
#top-bar .vimeo:before {
  margin: 11px 0 0 11px;
  font-size: 12px !important;
}

.vimeo:before {
  content: "V";
  top: 0;
  opacity: 1;
}

.vimeo:hover:before {
  top: 30px;
  opacity: 0;
}

.vimeo:hover {
  background-color: #4c8ab0;
}

.the-team .vimeo {
  background-color: #4c8ab0;
}

.xing i,
.xing:before {
  margin: 13px 0 0 14px;
}

#top-bar .xing i,
#top-bar .xing:before {
  margin: 11px 0 0 12px;
}

.xing:before {
  content: "X";
  top: 0;
  opacity: 1;
}

.xing:hover:before {
  top: 30px;
  opacity: 0;
}

.xing:hover {
  background-color: #036568;
}

.the-team .xing {
  background-color: #036568;
}

.yahoo i,
.yahoo:before {
  margin: 13px 0 0 11px;
}

#top-bar .yahoo i,
#top-bar .yahoo:before {
  margin: 11px 0 0 9px;
}

.yahoo:before {
  content: "Y";
  top: 0;
  opacity: 1;
}

.yahoo:hover:before {
  top: 30px;
  opacity: 0;
}

.yahoo:hover {
  background-color: #9251a2;
}

.the-team .yahoo {
  background-color: #9251a2;
}

.amazon i,
.amazon:before {
  margin: 13px 0 0 12px;
}

#top-bar .amazon i,
#top-bar .amazon:before {
  margin: 11px 0 0 10px;
}

.amazon:before {
  content: "a";
  top: 0;
  opacity: 1;
}

.amazon:hover:before {
  top: 30px;
  opacity: 0;
}

.amazon:hover {
  background-color: #2f3842;
}

.the-team .amazon {
  background-color: #2f3842;
}

.steam i,
.steam:before {
  margin: 13px 0 0 11px;
}

#top-bar .steam i,
#top-bar .steam:before {
  margin: 11px 0 0 9px;
}

.steam:before {
  content: "b";
  top: 0;
  opacity: 1;
}

.steam:hover:before {
  top: 30px;
  opacity: 0;
}

.steam:hover {
  background-color: #383838;
}

.the-team .steam {
  background-color: #383838;
}

.dropbox i,
.dropbox:before {
  margin: 13px 0 0 13px;
}

#top-bar .dropbox i,
#top-bar .dropbox:before {
  margin: 11px 0 0 11px;
}

.dropbox:before {
  content: "d";
  top: 0;
  opacity: 1;
}

.dropbox:hover:before {
  top: 30px;
  opacity: 0;
}

.dropbox:hover {
  background-color: #2c92dd;
}

.the-team .dropbox {
  background-color: #2c92dd;
}

.github i,
.github:before {
  margin: 13px 0 0 13px;
}

#top-bar .github i,
#top-bar .github:before {
  margin: 11px 0 0 11px;
}

.github:before {
  content: "g";
  top: 0;
  opacity: 1;
}

.github:hover:before {
  top: 30px;
  opacity: 0;
}

.github:hover {
  background-color: #5c7381;
}

.the-team .github {
  background-color: #5c7381;
}

.lastfm i,
.lastfm:before {
  margin: 13px 0 0 11px;
}

#top-bar .lastfm i,
#top-bar .lastfm:before {
  margin: 11px 0 0 9px;
}

.lastfm:before {
  content: "l";
  top: 0;
  opacity: 1;
}

.lastfm:hover:before {
  top: 30px;
  opacity: 0;
}

.lastfm:hover {
  background-color: #d21309;
}

.the-team .lastfm {
  background-color: #d21309;
}

.tumblr i,
.tumblr:before {
  margin: 13px 0 0 15px;
}

#top-bar .tumblr i,
#top-bar .tumblr:before {
  margin: 11px 0 0 13px;
}

.tumblr:before {
  content: "t";
  top: 0;
  opacity: 1;
}

.tumblr:hover:before {
  top: 30px;
  opacity: 0;
}

.tumblr:hover {
  background-color: #3d658d;
}

.the-team .tumblr {
  background-color: #3d658d;
}

.wordpress i,
.wordpress:before {
  margin: 13px 0 0 14px;
}

#top-bar .wordpress i,
#top-bar .wordpress:before {
  margin: 11px 0 0 12px;
}

.wordpress:before {
  content: "w";
  top: 0;
  opacity: 1;
}

.wordpress:hover:before {
  top: 30px;
  opacity: 0;
}

.wordpress:hover {
  background-color: #383838;
}

.the-team .wordpress {
  background-color: #383838;
}

.instagram i,
.instagram:before {
  margin: 13px 0 0 14px;
}

#top-bar .instagram i,
#top-bar .instagram:before {
  margin: 11px 0 0 12px;
}

.instagram:before {
  content: "\F31F";
  top: 0;
  opacity: 1;
}

.instagram:hover:before {
  top: 30px;
  opacity: 0;
}

.instagram:hover {
  background-color: #3f6f94;
}

.the-team .instagram {
  background-color: #3f6f94;
}

/* Web Font */
@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?31771571");
  src: url("../fonts/fontello.eot?31771571#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?31771571") format("woff"), url("../fonts/fontello.ttf?31771571") format("truetype"), url("../fonts/fontello.svg?31771571#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.social-icons li i {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 16px;
  font-size: 16px;
  width: auto;
}

.icon-delicious:before {
  content: "#";
}

/* '#' */
.icon-paypal:before {
  content: "$";
}

/* '$' */
.icon-gplus:before {
  content: "+";
}

/* '+' */
.icon-stumbleupon:before {
  content: "/";
}

/* '/' */
.icon-fivehundredpx:before {
  content: "0";
}

/* '0' */
.icon-pinterest:before {
  content: "1";
}

/* '1' */
.icon-forrst:before {
  content: ":";
}

/* ':' */
.icon-digg:before {
  content: ";";
}

/* ';' */
.icon-spotify:before {
  content: "=";
}

/* '=' */
.icon-reddit:before {
  content: ">";
}

/* '&gt;' */
.icon-appstore:before {
  content: "A";
}

/* 'A' */
.icon-blogger:before {
  content: "B";
}

/* 'B' */
.icon-dribbble:before {
  content: "D";
}

/* 'D' */
.icon-evernote:before {
  content: "E";
}

/* 'E' */
.icon-flickr:before {
  content: "F";
}

/* 'F' */
.icon-linkedin:before {
  content: "L";
}

/* 'L' */
.icon-rss:before {
  content: "R";
}

/* 'R' */
.icon-twitter:before {
  content: "T";
}

/* 'T' */
.icon-youtube:before {
  content: "U";
}

/* 'U' */
.icon-vimeo:before {
  content: "V";
}

/* 'V' */
.icon-xing:before {
  content: "X";
}

/* 'X' */
.icon-yahoo:before {
  content: "Y";
}

/* 'Y' */
.icon-amazon:before {
  content: "a";
}

/* 'a' */
.icon-steam:before {
  content: "b";
}

/* 'b' */
.icon-dropbox:before {
  content: "d";
}

/* 'd' */
.icon-facebook:before {
  content: "f";
}

/* 'f' */
.icon-github:before {
  content: "g";
}

/* 'g' */
.icon-lastfm:before {
  content: "l";
}

/* 'l' */
.icon-tumblr:before {
  content: "t";
}

/* 't' */
.icon-wordpress:before {
  content: "w";
}

/* 'w' */
.icon-linkedin-rect:before {
  content: "\F31B";
}

/* '?' */
.icon-instagram:before {
  content: "\F31F";
}

/* '?' */
/* ------------------------------------------------------------------- */
/* Shortcodes
---------------------------------------------------------------------- */
/* Tabs
------------------------------------- */
.large-notice {
  background-color: #f8f8f8;
  padding: 32px;
}

.large-notice h2 {
  margin-bottom: 10px;
}

.large-notice p {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}

.large-notice h2 {
  font-size: 22px;
}

/* Tabs
------------------------------------- */
.tabs-nav {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.tabs-nav li {
  float: left;
  line-height: 42px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs-nav li a,
.tab-reviews {
  transition: all 0.2s ease-in-out;
}

.tabs-nav li a {
  background-color: #f8f8f8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 600;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
}

.tabs-nav li.active .tab-reviews {
  color: #fff;
}

.tabs-nav li.active a {
  color: #fff !important;
}

.tabs-nav li a:hover {
  background-color: #f2f2f2;
}

.tab-content {
  padding: 15px 2px;
}

.tab-content strong {
  display: block;
  font-size: 16px;
  color: #606060;
  margin-bottom: 10px;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

/* Accordions & Toggles
------------------------------------- */
.ui-accordion .ui-accordion-header,
.trigger a {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0;
  line-height: 26px;
  outline: none;
  color: #888;
  font-size: 14px;
  font-weight: 600;
  background-color: #f6f6f6;
  transition: background-color 200ms ease-in-out;
  padding: 12px 18px 11px 18px;
  margin-bottom: 10px;
}

.ui-accordion .ui-accordion-header:hover,
.trigger a:hover {
  background-color: #f0f0f0;
}

.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
  background-color: #808080;
  color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
  margin: 0 4px 0 0;
  position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
  padding: 0 16px 10px 16px;
}

.ui-accordion .ui-accordion-content p,
.toggle-container p {
  margin: 0;
}

/* Tooltips
------------------------------------- */
a.tooltip {
  font-weight: 600;
}

#tiptip_holder {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
  -webkit-transform: translateX(12px);
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 10px;
  background-color: #666;
}

#tiptip_arrow,
#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #666;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #666;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #666;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #666;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #666;
}

/* Image Alignment
------------------------------------- */
.image-left {
  float: left;
  margin: 5px 25px 8px 0;
}

.image-right {
  float: right;
  margin: 5px 0 8px 25px;
}

figure.image-right figcaption,
figure.image-left figcaption {
  background-color: #f6f6f6;
  font-weight: 600;
  font-size: 13px;
  color: #909090;
  padding: 10px 20px;
}

/* Notification Boxes
------------------------------------- */
#result .success,
.notification {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 20px;
}

.notification p {
  margin: 0;
}

.notification span {
  font-weight: 600;
}

#result .success,
.notification.success,
.notification.success strong {
  background-color: #EBF6E0;
  color: #5f9025;
}

.notification.error,
.notification.error strong {
  background-color: #ffe9e9;
  color: #de5959;
}

.notification.warning,
.notification.warning strong {
  background-color: #FBFADD;
  color: #8f872e;
}

.notification.notice,
.notification.notice strong {
  background-color: #E9F7FE;
  color: #5091b2;
}

.notification strong {
  border: none !important;
}

/* Dropcaps
------------------------------------- */
.dropcap {
  float: left;
  color: #808080;
  font-size: 48px;
  line-height: 44px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px;
  font-weight: 600;
  font-family: "Arvo";
}

/* Highlights
------------------------------------- */
.highlight.color,
.highlight.gray,
.highlight.light {
  padding: 2px 6px;
  color: #fff;
}

.highlight.color {
  background: #808080;
}

.highlight.gray {
  background: #a0a0a0;
}

.highlight.light {
  background: #f2f2f2;
  color: #909090;
}

.recipe-box-content .news-date {
  float: right;
}

/* Blogquote
------------------------------------- */
.post-quote {
  background: #f8f8f8;
  padding: 25px;
  margin: 0 0 15px 0;
  position: relative;
}

.post-quote blockquote {
  color: #606060;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  padding: 0 0 0 50px;
  font-weight: 500;
}

.post-quote span {
  text-decoration: none;
  display: block;
  font-size: 14px;
  color: #a0a0a0;
  font-weight: 600;
  margin-top: 10px;
}

.post-quote .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
}

.post-quote .icon:before {
  font-family: "FontAwesome";
  font-size: 28px;
  content: "\F10E";
  color: #d0d0d0;
  position: relative;
  height: 15px;
  width: 25px;
  display: block;
  float: left;
  margin: 22px 0 0 25px;
  font-weight: normal;
}

/* List Styles
------------------------------------- */
.list-1 li,
.list-2 li,
.list-3 li,
.list-4 li {
  list-style: none;
  margin: 7px 0;
  margin-left: 20px;
}

.list-2 li {
  list-style: none;
  margin: 4px 0;
  margin-left: 25px;
}

.list-1 li:first-child,
.list-2 li:first-child,
.list-3 li:first-child,
.list-4 li:first-child {
  margin-top: 0;
}

.list-1 li:before,
.list-2 li:before,
.list-3 li:before,
.list-4 li:before {
  content: "\F00C";
  font-family: "FontAwesome";
  margin: 0 10px 0 0;
  position: relative;
  color: #a0a0a0;
}

.list-1.color li:before,
.list-2.color li:before,
.list-3.color li:before,
.list-4.color li:before {
  color: #808080;
}

.list-1 li:before {
  content: "\F00C";
}

.list-2 li:before {
  content: "\2022";
  font-size: 24px;
  top: 3px;
}

.list-3 li:before {
  content: "\F058";
}

.list-4 li:before {
  content: "\F138";
}

/* Example Gallery */
.example-gallery a {
  float: left;
  margin-right: 5px;
}

.example-gallery strong {
  display: block;
}

/* Example Grid */
.example-grid .column,
.example-grid .columns {
  display: block;
  background: #f2f2f2;
  padding: 10px 0;
  text-align: center;
  color: #909090;
  font-weight: 600;
  margin-top: 20px;
}

.example-grid .column:hover,
.example-grid .columns:hover {
  background: #c0c0c0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

/* ------------------------------------------------------------------- */
/* Royal Slider
---------------------------------------------------------------------- */
.royalSlider {
  position: relative;
  direction: ltr;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none;
}

.rsOverflow {
  width: 100%;
  height: 550px !important;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0;
}

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
  cursor: pointer;
}

.rsThumb {
  float: left;
  position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.rsHidden {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  transition: 0s;
  display: none;
}

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto;
}

.rsContent {
  width: 100%;
  height: 100%;
  position: absolute;
}

.rsPreloader {
  position: absolute;
  z-index: 0;
}

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22;
}

.rsTabs {
  float: left;
  background: none !important;
}

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative;
}

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px;
}

img.rsImg {
  max-width: none;
}

.grab-cursor {
  cursor: url(grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move;
}

.rsNoDrag {
  cursor: auto;
}

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif);
}

/* Homepage Slider
------------------------------------*/
#homeSlider {
  width: 100%;
  height: 625px;
  /* height: 590; */
  margin-bottom: 40px;
}

#homeSlider .rsThumbsHor {
  height: 75px;
  padding: 0;
}

.rsSlide:before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  display: block;
  opacity: 0.5;
}

.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
  background: #fff;
}

#homeSlider .rsThumbs {
  width: 1186px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
}

#homeSlider .rsNav:after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}

.rsDefaultInv .rsThumb {
  width: 207px;
  border-left: 1px solid #e3e3e3;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
  background: #f2f2f2;
  height: 75px;
  line-height: 72px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.08);
}

.rsTmb {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  background: #808080;
  border-left: 1px solid #808080;
  color: #fff;
  box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.12), 1px 0px 0px 0px #808080;
  z-index: 9;
}

.rsDefaultInv .rsThumb {
  color: #808080;
  font-size: 100%;
}

/* Arrow Navigation */
#slider-prev,
#slider-next {
  display: none;
}

/* Slider Caption */
.SlideTitleContainer {
  width: 1180px;
  margin: 0 auto;
  position: absolute;
  left: 3px;
  right: 0;
  top: 50%;
}

.CaptionAlignment {
  position: relative;
  transform: translateY(-50%);
}

.rsSlideTitle {
  color: #FFF;
  z-index: 1000;
  position: relative;
  width: 550px;
}

/* Tags */
.rsSlideTitle.tags ul li {
  display: inline-block;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 1px 0 0;
  background-color: #808080;
  padding: 5px 9px;
  float: left;
}

/* Recipe Title */
.rsSlideTitle.title a {
  font-family: "Arvo";
  font-size: 54px;
  line-height: 60px;
  margin-top: 14px;
  color: #fff;
}

.rsSlideTitle.title {
  margin-top: 14px;
}

/* Recipe Details */
.rsSlideTitle.details {
  margin-top: 8px;
}

.rsSlideTitle.details ul li {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 15px 0 0;
}

.rsSlideTitle.details ul li a {
  color: #fff;
}

.rsSlideTitle.details ul li i {
  margin: 0 2px 0 0;
}

/* Button */
.rsSlideTitle.button {
  border: 3px solid #fff;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  width: auto;
  text-align: center;
  transition: all 0.2s ease-in-out !important;
  margin-top: 18px;
}

.rsSlideTitle.button:hover {
  background-color: rgba(255, 255, 255, 0.35);
}

/* Homepage Slider Alternative
------------------------------------*/
#homeSliderAlt .rsThumbs {
  background-color: #333;
}

#homeSliderAlt {
  width: 100%;
}

.homeSliderAlt .rsThumbs .rsThumb {
  height: 93px;
  border-bottom: 1px solid #484848;
  transition: all 0.15s ease-in-out;
  line-height: 90px;
}

.homeSliderAlt .rsThumbs {
  padding: 0;
}

.homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
  width: 280px;
}

.homeSliderAlt .rsThumb:hover {
  background: #292929;
}

.rsABlock {
  left: 35px;
  bottom: 35px;
  position: absolute;
  z-index: 1010;
  padding: 0;
}

a.blockTitle {
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  font-family: "Arvo";
  background: rgba(32, 32, 32, 0.6);
  padding: 15px 20px;
  line-height: 34px;
  transition: all 0.2s ease-in-out !important;
  box-sizing: border-box;
}

a.blockTitle:hover {
  background: #808080;
}

/* Navigation */
.rsDefault .rsThumbsVer {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%;
}

.rsDefault .rsTmb {
  display: block;
}

.rsDefault .rsThumb h5 {
  color: #ddd;
}

.rsDefault .rsTmb {
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
}

.rsDefault .rsTmb h5 {
  font-size: 16px;
  font-weight: 600;
}

.rsDefault .rsThumb.rsNavSelected {
  background: #808080;
  border-color: #808080;
}

.rsDefault .rsThumb.rsNavSelected h5 {
  color: #fff;
}

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #484848;
  transition: all 0.15s ease-in-out;
}

.rsDefault .rsThumbsArrow:hover {
  background: #808080;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0;
}

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  font-family: "FontAwesome";
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before,
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  display: block;
  color: #fff;
  height: 10px;
  width: 10px;
  position: relative;
  top: -3px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\F0D7";
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\F0D8";
}

.rsDefault .rsThumbsArrowDisabled {
  display: none !important;
}

.rsContent img {
  width: 100% !important;
}

/* ------------------------------------------------------------------- */
/* Recipes
---------------------------------------------------------------------- */
/* Recipes Grid
------------------------------------*/
.recipe-box {
  margin-bottom: 20px !important;
}

.recipe-box a img {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: none;
  opacity: 1;
  filter: contrast(1.2);
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

.recipe-box-content {
  background-color: #f8f8f8;
  padding: 20px 25px;
}

.recipe-box-content h3 {
  font-size: 19px;
  line-height: 24px;
  font-family: "Arvo";
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 10px 0;
  padding: 0 0 15px 0;
  height: 60px;
}

.recipe-box-content h3 a {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #606060;
  display: block;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}

.recipe-also-like h3 {
  height: 100px !important;
}

.block_param,
.block_like_star {
  display: flex;
  justify-content: space-between;
  padding: 2px;
}

.recipe-meta {
  color: #909090;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  float: right;
  margin-left: 15px;
}

.param_ingredients {
  font-size: 12px;
}

.isotope-box {
  margin-bottom: 20px;
}

.recipe-meta i {
  font-size: 14px;
  margin-right: 1px;
}

.recipe-meta a {
  color: #909090;
}

.recipe-box-content .rating {
  float: left;
}

.meta-alignment {
  width: 70%;
  float: right;
}

/* Star Rating */
.rating {
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 18px;
  display: block;
}

.rating .star-rating {
  position: relative;
  width: inherit;
  display: block;
  padding: 0;
  margin: 0;
}

.rating.five-stars .star-rating:after {
  width: 100%;
}

.rating.four-stars .star-rating:after {
  width: 80%;
}

.rating.three-stars .star-rating:after {
  width: 60%;
}

.rating.two-stars .star-rating:after {
  width: 40%;
}

.rating.one-stars .star-rating:after {
  width: 20%;
}

.rating .star-rating:after {
  content: "\F005    \F005    \F005    \F005    \F005";
  font-family: "FontAwesome";
  color: #ffc741;
  display: block;
  position: absolute;
  font-size: 16px;
  z-index: 10;
  letter-spacing: -0.5px;
}

.rating .star-bg:after {
  content: "\F005    \F005    \F005    \F005    \F005";
  font-family: "FontAwesome";
  color: #e0e0e0;
  display: block;
  position: absolute;
  font-size: 16px;
  z-index: 9;
  padding: 0;
  margin: 0;
  letter-spacing: -0.5px;
}

/* Hover / Animations
------------------------------------- */
.hover-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  opacity: 0;
  visiblity: hidden;
}

.thumbnail-holder:hover .hover-cover {
  opacity: 0.3;
  visibility: visible;
}

.thumbnail-holder:hover .hover-icon {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
  top: 50%;
}

.hover-icon {
  display: inline-block;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  width: 100%;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
}

.hover-cover,
.hover-icon {
  transition: all 200ms ease-in-out;
}

.thumbnail-holder {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.blog-list .thumbnail-holder {
  height: 147px !important;
}

.thumbnail-holder img {
  width: 100%;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Recipes List Style
------------------------------------*/
.list-style .recipe-box.columns {
  width: 100% !important;
  position: relative;
}

.list-style .recipe-box-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 13px 0;
  border-bottom: none;
}

.list-style .recipe-box-content p {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
  padding: 0 0 22px 0;
}

.list-style .recipe-box-content h3 a {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #606060;
  display: block;
  line-height: 28px;
}

.list-style .thumbnail-holder {
  float: left;
  position: absolute;
}

.list-style .recipe-box-content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f8f8f8;
  padding: 33px 35px 29px 35px;
  float: left;
}

.list-style .thumbnail-holder img {
  height: 100%;
  width: auto;
}

/*Product list
------------------------------------*/
.product-box.columns {
  width: 100% !important;
  position: relative;
}

.product-box-content h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 13px 0;
  border-bottom: none;
}

.product-box-content p {
  margin: 0 0 15px 0;
  padding: 0 0 22px 0;
}

.product-box-content h3 a {
  color: #606060 !important;
  display: block;
  line-height: 22px;
}

.list-style .thumbnail-holder {
  float: left;
  position: absolute;
}

.product-box-content {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  background-color: #f8f8f8 !important;
  padding: 15px 35px 15px 35px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-style .thumbnail-holder img {
  height: 100%;
  width: auto;
}

/* ------------------------------------------------------------------- */
/* Sidebar
---------------------------------------------------------------------- */
.widget {
  padding-top: 3px;
}

/* Author Box
------------------------------------*/
.author-box {
  border: 1px solid #e8e8e8;
  padding: 28px 25px;
  position: relative;
}

.author-box span {
  display: block;
}

.author-box .title {
  color: #808080;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.author-box .name {
  font-size: 20px;
  font-weight: 700;
  color: #606060;
}

.author-box .contact a {
  color: #a0a0a0;
  margin: 5px 0 0 0;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.author-box .contact a:hover {
  color: #808080;
}

.author-box p {
  margin: 10px 0 0 0;
}

.author-box img {
  border-radius: 50%;
  position: absolute;
  top: 28px;
  right: 25px;
  height: 64px;
  width: 64px;
}

/* Search
------------------------------------*/
.top-search {
  display: block;
  margin: 0;
}

.search {
  position: relative;
}

.search input {
  padding: 14px 12px;
  width: 100%;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  max-width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font-weight: 600;
  float: left;
  box-sizing: border-box;
}

.search button {
  background-color: #808080;
  border: none;
  cursor: pointer;
  color: #fff;
  float: right;
  width: 44px;
  height: 44px;
  display: inline;
  padding: 0;
  right: 0;
  border: none;
  position: absolute;
  transition: background-color 0.2s ease-in-out;
}

.search button:hover {
  background-color: #555;
}

.search button i {
  top: 1px;
  left: 1px;
  position: relative;
  display: block;
  z-index: 20;
  font-size: 14px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  padding: 10px 12px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  max-width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font-weight: 600;
}

/* Categories
------------------------------------*/
ul.categories li a {
  color: #909090;
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s ease-in-out, box-shadow 0s ease-in-out;
}

ul.categories li:last-child a {
  border-bottom: none;
}

ul.categories li a:hover {
  background-color: #808080;
  padding-left: 15px;
  color: #fff;
  box-shadow: 0px -1px 0px 0px #fff;
  border-bottom-color: #fff;
}

ul.categories li a span {
  color: #808080;
  transition: all 0.2s ease-in-out;
}

ul.categories li a:hover span {
  color: #fff;
}

/* Featured Recipes
------------------------------------*/
.featured-recipe {
  position: relative;
  float: left;
  margin: 0 0 1px 0;
  display: block;
  overflow: hidden;
}

.featured-recipe img {
  position: relative;
  display: block;
  width: 100%;
}

.featured-recipe:before {
  height: 100%;
  width: 100%;
  background-color: #555;
  opacity: 0.6;
  position: absolute;
  display: block;
  z-index: 99;
  content: "";
  transition: all 0.2s ease-in-out;
}

.featured-recipe-content {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 100;
}

.featured-recipe-content h4 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  width: 60%;
}

/* Read More Icon */
.post-icon {
  height: 36px;
  width: 36px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #808080;
  display: block;
  color: #fff;
  font-size: 14px;
  z-index: 101;
  text-align: center;
  transition: all 0.2s ease-in-out;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
}

.post-icon:before {
  content: "\F064";
  font-family: "FontAwesome";
  position: relative;
  top: 7px;
  display: block;
}

.featured-recipe:hover .post-icon {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Social Icons
------------------------------------*/
.share-buttons {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

ul.share-buttons li {
  color: #fff;
  width: 90px;
  text-align: center;
  padding: 15px 0;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  position: relative;
  z-index: 97;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

ul.share-buttons li a {
  color: #fff;
}

ul.share-buttons li:before {
  font-family: "FontAwesome";
  font-size: 28px;
  display: block;
  height: 30px;
  padding: 10px 0 0 0;
}

ul.share-buttons li span {
  display: block;
}

.counter {
  font-weight: 700;
  font-size: 16px;
}

.counted {
  font-size: 13px;
}

ul.share-buttons li a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 99;
  content: "";
}

ul.share-buttons li:hover {
  opacity: 0.8;
}

.action-button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 13px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  display: inline-block;
  width: auto;
  transition: all 0.2s ease-in-out;
}

.counter,
.counted {
  visibility: visible;
  opacity: 1;
  transition: all 0.15s ease-in-out;
  transform: translateY(0);
}

ul.share-buttons li:hover .action-button {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

ul.share-buttons li:hover .counter,
ul.share-buttons li:hover .counted {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25%);
}

/* Social Other */
.social-other-header {
  width: 33px !important;
  height: 33px !important;
  padding: 0px 0px !important;
  border-radius: 50%;
}

.wrap-social-ig {
  border: 2px solid #ee82ee;
}
.wrap-social-ig:hover {
  background-color: #ee82ee;
}
.wrap-social-ig:hover:before {
  content: "\F16D";
  color: #ffffff;
}
.wrap-social-ig:before {
  content: "\F16D";
  color: #ee82ee;
  padding: 8px 0px 0px 0px !important;
}

.wrap-social-yt {
  border: 2px solid #e52d27;
}
.wrap-social-yt:hover {
  background-color: #e52d27;
}
.wrap-social-yt:hover:before {
  content: "\F167";
  color: #ffffff;
}
.wrap-social-yt:before {
  content: "\F167";
  color: #e52d27;
  padding: 8px 0px 0px 0px !important;
}

.wrap-social-fb {
  border: 2px solid #3b5998;
}
.wrap-social-fb:hover {
  background-color: #3b5998;
}
.wrap-social-fb:hover:before {
  content: "\F09A";
  color: #ffffff;
}
.wrap-social-fb:before {
  content: "\F09A";
  color: #3b5998;
  padding: 8px 0px 0px 0px !important;
}

/* Each Styles */
.facebook-share {
  background-color: #3b5998;
}

.facebook-share:before {
  content: "\F09A";
}

.twitter-share {
  background-color: #33bcf3;
}

.instagramm-share {
  background-color: #ee82ee;
}

.instagramm-share:before {
  content: "\F16D";
}

.tiktok-share {
  background-color: #010101;
  display: flex !important;
  justify-content: center !important;
}

.tiktok-icon {
  width: 30px;
  height: 40px;
  background: url("../images/tik-tok.png") no-repeat center;
  background-size: contain;
  display: inline-block;
}

.twitter-share:before {
  content: "\F099";
}

.google-plus-share {
  background-color: #dd4b39;
}

.google-plus-share:before {
  content: "\F0D5";
}

.pinterest-share {
  background-color: #cc2127;
}

.pinterest-share:before {
  content: "\F0D2";
}

.behance-share {
  background-color: #1769ff;
}

.behance-share:before {
  content: "\F1B4";
}

.dribbble-share {
  background-color: #ea4c89;
}

.dribbble-share:before {
  content: "\F17D";
}

.instagram-share {
  background-color: #3f729b;
}

.instagram-share:before {
  content: "\F16D";
}

.linkedin-share {
  background-color: #0976b4;
}

.linkedin-share:before {
  content: "\F0E1";
}

.github-share {
  background-color: #4183c4;
}

.github-share:before {
  content: "\F113";
}

.youtube-share {
  background-color: #e52d27;
}

.youtube-share:before {
  content: "\F167";
}

.pinterest0share {
  background-color: #cc2127;
}

.pinterest-share:before {
  content: "\F0D2";
}

/* Share Recipe
------------------------------------*/
.share-post {
  position: relative;
  width: 105%;
}

ul.share-post li a {
  color: #fff;
  text-align: center;
  display: inline-block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
  position: relative;
  transition: all 0.1s ease-in-out;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 12px;
}

ul.share-post li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  margin: 0 6px 0 0;
  font-weight: normal;
}

ul.share-post li a:hover {
  opacity: 0.85;
}

ul.share-post li a.rate-recipe:hover {
  background-color: #555;
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

/* Rate Button */
ul.share-post li a.rate-recipe {
  float: right;
  margin-right: 42px;
  text-transform: uppercase;
}

.rate-recipe {
  background-color: #808080;
}

.rate-recipe:before {
  content: "\F005";
}

/* Product Page
------------------------------------*/
.product-page {
  position: relative;
  padding-left: 20px;
}

.product-page h2 {
  font-weight: 500;
  font-size: 22px;
}

.product-page .product-price,
.product-page .product-price-discount {
  font-size: 22px;
  margin: 3px 0 0 0;
  font-weight: 600;
}

.product-page .product-price-discount i {
  font-weight: 600;
}

.product-page .product-price {
  color: #888;
  font-weight: 500;
}

.product-page .title {
  padding: 0 0 20px 0;
}

.product-page section {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}

.product-page section.project-section {
  padding: 0 0 22px 0;
}

.product-page input.qty {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

/* Post Meta
------------------------------------*/
.post-meta {
  color: #909090;
  margin: 10px 0 0 0;
}

.related-posts {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Comments
------------------------------------- */
.comments {
  margin: 10px 0 0 0;
}

.comments .button {
  margin: 0 0 10px 90px;
  padding: 7px 15px;
}

.comments.reviews .button {
  margin: 0;
}

.comments ul li {
  display: block;
  margin: 0 0 20px 90px;
  position: relative;
}

.comments ul li ul li {
  margin: 20px 0 0 90px;
}

.comment-content p {
  margin: 0;
  line-height: 23px;
}

.comment-content {
  background: #f8f8f8;
  color: #888;
  padding: 22px 25px 23px 25px;
  position: relative;
}

.comment-content strong {
  padding-right: 5px;
  font-size: 14px;
  color: #707070;
}

.comment-content span {
  color: #999;
}

.comment-content p {
  padding: 5px 0 !important;
}

.comments-amount {
  color: #909090;
}

.avatar {
  float: left;
  display: inline-block;
  position: absolute;
  left: -90px;
}

.avatar img {
  max-width: 70px;
}

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  padding-top: 5px;
}

.comment-by a.reply,
.comment-by a.reply i {
  transition: all 0.2s ease-in-out;
}

.comment-by a.reply {
  display: inline;
  background-color: #eee;
  padding: 7px 10px;
  color: #999;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
}

.comment-by a.reply i {
  color: #999;
  font-size: 12px;
  margin-right: 1px;
}

.comment-by a.reply:hover {
  background-color: #808080;
}

.comment-by a.reply:hover,
.comment-by a.reply:hover i {
  color: #fff;
}

.comment-by .rating .star-bg:after {
  color: #ddd;
}

.comment-by span.date {
  color: #a0a0a0;
  font-weight: 500;
  margin: 2px 0 0 0;
  float: none;
  display: block;
  text-align: left;
}

.comment-content .rating {
  margin-top: 10px;
  display: block;
}

/* Add Comment */
.add-comment label {
  margin: 0 0 4px 0;
}

.add-comment label span {
  color: #e24747;
}

.add-comment input {
  margin: 0 0 20px 0;
  min-width: 240px;
}

.add-comment textarea {
  margin: 0 0 18px 0;
  width: auto;
  width: 100%;
  box-sizing: border-box;
  min-height: 180px;
  resize: vertical;
  transition: none;
}

/* Rate */
.rate {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.rate span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  float: right;
  padding-right: 2px;
}

.rate span.star:hover {
  cursor: pointer;
}

.rate span.star:before {
  content: "\F005";
  color: #e0e0e0;
}

.rate span.star:hover:before,
.rate span.star:hover ~ span.star:before {
  content: "\F005";
  color: #FFC741;
}

.add-comment .rate {
  margin: -5px 0 20px 0;
}

/* Footer
---------------------------------------------------------------------- */
#footer {
  background: #333333;
  color: #b8b8b8;
  padding: 35px 0 0px 0;
  margin: 0;
}

#footer .headline {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #333;
  text-transform: none;
}

#footer .line {
  border-color: #484848;
}

#footer a {
  color: #b8b8b8;
}

/* Bottom Footer
------------------------------------- */
#footer-bottom {
  background: #2a2a2a;
  color: #b0b0b0;
  padding: 18px 0;
}

#footer-bottom a {
  color: #eee;
  font-weight: 600;
}

#footer-bottom a {
  color: #e0e0e0;
}

/* Newsletter
------------------------------------- */
.newsletter-btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  float: right;
  z-index: 5;
  position: relative;
  padding: 12px;
  line-height: 18px;
  margin: 0;
  height: 44px;
  transition: all 0.2s ease-in-out;
  background-color: #808080;
  border: none;
  color: #fff;
  box-shadow: none;
  margin-top: -43px;
}

.newsletter-btn:hover {
  background-color: #a0a0a0;
}

input.newsletter {
  float: left;
  color: #808080;
  font-weight: 600;
  z-index: 1;
  position: relative;
  font-size: 13px;
  width: 85%;
  padding: 11px 16px;
  line-height: 18px;
  height: 20px;
  background-color: #3a3a3a;
  border: 1px solid #474747;
  transition: all 0.2s ease-in-out;
}

input.newsletter::-webkit-input-placeholder {
  color: #808080;
}

input.newsletter:-moz-placeholder {
  color: #808080;
}

input.newsletter::-moz-placeholder {
  color: #808080;
}

input.newsletter:-ms-input-placeholder {
  color: #808080;
}

input:focus.newsletter {
  background-color: #404040;
  border-color: #505050;
  color: #999;
}

/* Footer Links
------------------------------------- */
ul.footer-links {
  margin: 0 0 15px 0;
}

.footer-links li a {
  padding: 0 0 8px 0;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.footer-links li a:hover {
  color: #fff !important;
}

.footer-links li:before {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\F0DA";
  color: #fff;
  position: relative;
  left: 0;
  top: -1px;
  padding: 0 7px 0 0;
  color: #fff;
}

/* ------------------------------------------------------------------- */
/* Shop
---------------------------------------------------------------------- */
.product {
  margin-top: 20px;
}

.ordering {
  width: 273px;
}

.product section {
  padding: 5px 0 5px 0;
  text-align: center;
  background-color: #f8f8f8;
  height: 50px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.product section h5 {
  color: #707070;
  font-size: 14px !important;
}

.product-button {
  right: 0;
  bottom: 0;
  background-color: #808080;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.2s, opacity 0.1s 0.2s;
}

a.product-button {
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 42px;
  height: 42px;
  display: block;
}

a.product-button i {
  top: 9px;
  margin-left: -1px;
  position: relative;
}

.product .mediaholder:hover .product-button {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 0.3s, opacity 0.1s, background 0.25s;
}

.product-button:hover {
  background-color: #555;
}

.product-category {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #aaa;
}

.product-price,
.product-price-discount {
  font-size: 16px;
  font-weight: 700;
  color: #606060;
  padding: 1px 0 5px 0;
  display: block;
}

.product-price-discount {
  color: #888;
  text-decoration: line-through;
  padding: 0;
}

.product-price-discount i {
  color: #666;
  text-decoration: none;
  display: inline-block;
  background-color: #ffecb7;
  padding: 3px 5px;
  margin: -1px 0 1px 4px;
}

.product-discount {
  background-color: #808080;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 9px;
  display: inline-block;
  position: absolute;
  color: #fff;
  z-index: 99;
  top: 0;
  right: 0;
}

.mediaholder {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: transparent;
  padding: 0px;
  border: none;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.mediaholder_innerwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mediaholder img {
  position: relative;
  max-width: 130px;
  height: 100px;
}

.products .mediaholder img {
  position: relative;
  max-width: 300px !important;
  height: 190px !important;
}

/* Widget Shopping Cart
------------------------------------- */
.widget_shopping_cart_content .buttons .button {
  width: 48%;
  text-align: center;
  box-sizing: border-box;
}

.widget_shopping_cart_content .buttons a:first-child {
  margin-right: 5px;
}

.product_list_widget li a {
  display: block;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  float: left;
}

.widget_shopping_cart_content {
  padding: 18px;
  display: inline-block;
  background-color: #f8f8f8;
  color: #606060;
  width: 85%;
  padding: 8px 20px 16px 20px;
}

.widget_shopping_cart_content li {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0 15px 0;
  display: block;
  overflow: hidden;
}

ul.product_list_widget li a:hover {
  color: #808080;
}

ul.product_list_widget li span.quantity {
  color: #888;
}

ul.product_list_widget li .product_title {
  margin-left: 80px;
}

ul.product_list_widget li .product_title a {
  display: block;
  width: 100%;
}

ul.product_list_widget li a img {
  width: 70px;
  margin: 0;
  float: left;
  position: relative;
}

.widget_shopping_cart_content li .amount {
  font-weight: 600;
}

.total {
  margin-top: 14px;
}

.amount {
  font-weight: 600;
  color: #909090;
}

/* Filter By Price
------------------------------------- */
.padding-range {
  padding: 0 8px;
}

#price-range {
  display: block;
  position: relative;
}

#price-range input {
  padding: 0;
  background: 0;
  border: 0;
  box-shadow: none;
  margin: 8px 0 0 4px;
  color: #888;
  font-weight: 500;
  display: inline-block;
  width: 100px;
  float: left;
  font-size: 14px;
}

#price-range label {
  float: left;
  margin: 6px 0 0 0;
}

#price-range .button {
  float: right;
  padding: 6px 13px;
  margin: 0;
}

#slider-range {
  margin: 0 0 16px 0;
}

#price-range .ui-slider {
  position: relative;
  text-align: left;
}

#price-range .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  margin: -3px 0 0 -8px;
  cursor: w-resize;
}

#price-range .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 11px;
  display: block;
  border: 0;
  background-position: 0;
}

#price-range .ui-widget-content {
  background-color: #d4d4d4;
  border-radius: 25px;
}

#price-range .ui-widget-header {
  background: #f0f0f0;
}

#price-range .ui-state-default {
  background: #a0a0a0;
  border-radius: 50%;
}

#price-range .ui-slider.ui-state-disabled .ui-slider-handle,
#price-range .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

#price-range .ui-slider-horizontal {
  height: 11px;
}

#price-range .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

#price-range .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

#price-range .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* Quantity
------------------------------------- */
section.linking {
  border-bottom: 0;
  padding-top: 28px;
}

#quantity {
  position: relative;
  float: left;
}

.qty {
  width: 25px;
  height: 22px;
  text-align: center;
  float: left;
  padding: 8px 9px;
}

input.qty {
  padding: 8px 9px;
  color: #909090;
}

.qtyplus,
.qtyminus,
a.cart-remove {
  background: #c0c0c0;
  color: #fff;
  border: none;
  float: left;
  font-family: "FontAwesome";
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 13px;
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}

a.cart-remove {
  background-color: #f6f6f6;
  color: #a0a0a0;
}

.qtyplus:hover,
.qtyminus:hover {
  background: #808080;
  color: #fff;
}

a.cart-remove:hover {
  background: #df2727;
  color: #fff;
}

.qtyplus:before {
  content: "\F067";
}

.qtyminus:before {
  content: "\F068";
}

.cart-remove:before {
  content: "\F00D";
}

.qtyplus:before,
.qtyminus:before {
  position: relative;
  display: block;
  top: 10px;
  left: 15px;
}

.cart-remove:before {
  position: relative;
  display: block;
  top: 8px;
  left: 15px;
}

/* Add to Cart Button */
.linking a.button {
  margin: 0 0 0 25px;
  padding: 8px 15px 8px 52px;
  float: left;
}

.linking a.button.adc:before {
  content: "\F07A";
  position: absolute;
  font-family: "FontAwesome";
  padding: 8px 15px 8px 12px;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  top: 0;
  left: 0;
}

.linking a.button:hover {
  background-color: #606060;
}

/* ------------------------------------------------------------------- */
/* Magnific Popup
---------------------------------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 18px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #aaa;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-s-loading .mfp-arrow {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  right: 0px;
  top: 40px;
}

/* Close Button */
.mfp-close {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  cursor: pointer !important;
  z-index: 9999;
  background: #c0c0c0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.mfp-close:before {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 16px;
  top: 0;
  left: 0;
  position: relative;
}

.mfp-close:hover {
  background: #808080;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 13px;
  line-height: 18px;
}

.mfp-arrow {
  opacity: 0;
  margin: 0;
  top: 50%;
  margin-top: -24px;
  padding: 0;
  position: absolute;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9999;
  background: #c0c0c0;
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.mfp-arrow:hover {
  background: #808080;
}

.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
  content: "\F00D";
  font-family: "FontAwesome";
  font-size: 16px;
}

.mfp-arrow.mfp-arrow-right {
  right: 0;
}

.mfp-arrow.mfp-arrow-left:before {
  content: "\F053";
  top: 1px;
  left: -1px;
  position: relative;
}

.mfp-arrow.mfp-arrow-right:before {
  content: "\F054";
  top: 1px;
  left: 1px;
  position: relative;
}

.mfp-content:hover .mfp-arrow {
  opacity: 1;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

.mfp-iframe-holder .mfp-close {
  top: 0px;
}

/* Popup */
#small-dialog {
  background: #fff;
  padding: 30px 40px 35px 40px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}

#small-dialog h3 {
  margin-bottom: 20px;
}

#small-dialog span.line {
  padding-top: 7px;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
  line-height: 0;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/* Media Queries for Magnific Popup */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    width: 70px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* ------------------------------------------------------------------- */
/* Recipe Page
---------------------------------------------------------------------- */
.recipeBackground {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  margin: 0 0 40px 0;
}

.recipeBackground:before {
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  z-index: 99;
  position: absolute;
  display: block;
  opacity: 0.5;
}

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

/* Recipe Alignments */
.alignment {
  padding-right: 20px;
  position: relative;
  top: -57px;
  z-index: 100;
}

.title-alignment {
  position: relative;
  top: -15px;
}

/* Recipe Content
------------------------------------- */
.recipe-header {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 11px 35px 0 35px;
  position: relative;
}

.recipe-header:before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  right: 48px;
  border-width: 48px;
  border-style: solid;
  border-color: #f8f8f8;
  z-index: 1;
}

.recipe-header:after {
  content: "";
  position: absolute;
  top: -48px;
  right: 0;
  border-width: 0 48px 48px 0;
  border-style: solid;
  border-color: #e0e0e0 transparent;
  z-index: 1;
}

.recipe-header h2 {
  font-family: Open Sans, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 30px;
  margin: 0 0 1px 0;
  z-index: 20;
  position: relative;
  width: 90%;
  line-height: 36px;
}

/* Ratings
------------------------------------- */
.recipe-header .rating {
  height: 20px;
  width: 110px;
}

.recipe-header .rating .star-rating:after,
.recipe-header .rating .star-bg:after {
  font-size: 18px;
}

.recipe-header span a {
  position: relative;
  color: #909090;
  z-index: 20;
}

/* Recipe Slider
------------------------------------- */
recipeSlider {
  width: 100%;
  height: auto;
}

.productSlider {
  width: 100%;
}

.productSlider img {
  max-width: 580px;
}

.productSlider {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipeSlider .rsSlide:before,
.productSlider .rsSlide:before,
.homeSliderAlt .rsSlide:before,
.recipeSlider #slider-prev,
.productSlider #slider-prev,
.homeSliderAlt #slider-prev,
.homeSliderAlt #slider-next,
.recipeSlider #slider-next,
.productSlider #slider-next {
  display: none;
}

.recipeSlider .rsOverflow,
.productSlider .rsOverflow {
  float: none;
}

.recipeSlider img {
  width: 100%;
}

.rsDefault .rsArrow {
  height: 100%;
  width: 40px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsNav.rsBullets {
  display: none;
}

.rsDefault.rsHor .rsArrowLeft {
  right: 64px;
  bottom: 0;
}

.rsDefault.rsHor .rsArrowRight {
  right: 23px;
  bottom: 0;
}

.rsDefault .rsArrowIcn {
  position: absolute;
  cursor: pointer;
  z-index: 999999;
  background-color: #fff;
  height: 40px;
  width: 40px;
  bottom: 23px;
  right: 0px;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #606060;
  display: inline-block;
  transition: all 200ms ease-in-out;
}

.rsDefault .rsArrowIcn:hover {
  background-color: #808080;
  color: #fff;
}

.rsArrowLeft .rsArrowIcn:before {
  top: 9px;
  left: 14px;
  position: relative;
  content: "\F053";
}

.rsArrowRight .rsArrowIcn:before {
  content: "\F054";
  top: 9px;
  left: 15px;
  position: relative;
}

/* Text
------------------------------------- */
.alignment p {
  padding: 15px 0;
  margin-bottom: 0;
}

.alignment h3 {
  font-size: 22px;
}

/* Recipe Details
------------------------------------- */
.recipe-details {
  background-color: #f8f8f8;
  padding: 20px 23px 20px 35px;
  z-index: 99;
  position: relative;
  margin-bottom: 50px;
}

.recipe-details ul li {
  display: inline;
  float: left;
  margin-right: 21px;
  padding-right: 21px;
  border-right: 1px solid #d8d8d8;
}

.recipe-details ul li:last-child {
  border: none;
}

.recipe-details ul li strong {
  display: block;
}

/* Print Button */
a.print {
  background-color: #808080;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  float: right;
  margin-top: 1px;
  transition: all 200ms ease-in-out;
}

a.print:hover {
  background-color: #555;
}

a.print i {
  font-size: 14px;
  margin-right: 2px;
}

/* Ingredients
------------------------------------- */
.ingredients {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 39px 0;
  position: relative;
  margin: 12px 0 35px 0;
}

.ingredients li {
  border-bottom: 1px solid #e9e9e9;
  height: auto;
  box-sizing: border-box;
  padding: 4px 0 4px 0;
  padding-left: 120px;
}

.ingredients li:first-child {
  border-top: 1px solid #e9e9e9;
}

.ingredients:before,
.ingredients:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #ffd4d4;
  position: absolute;
  top: 0;
}

.ingredients:before {
  left: 70px;
}

.ingredients:after {
  left: 74px;
}

.ingredients li {
  padding-left: 120px;
}

/* Custom Checkbox */
.ingredients label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  margin-right: 15px;
  display: flex;
  justify-content: space-between;
}

.ingredients input[type=checkbox] {
  display: none;
}

.ingredients label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #fff;
  border: 2px solid #d0d0d0;
  box-sizing: border-box;
}

.ingredients input[type=checkbox]:checked + label:before {
  content: "\F00C";
  font-family: "FontAwesome";
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  background-color: #808080;
  border: 2px solid #808080;
}

.ingredients input[type=checkbox]:checked + label {
  text-decoration: line-through;
}

/* Directions
------------------------------------- */
ol.directions {
  list-style-type: none;
  margin: 15px 0 0 34px;
  padding: 0;
  counter-reset: li-counter;
}

ol.directions > li {
  position: relative;
  margin-bottom: 15px;
  padding: 8px 14px;
  line-height: 24px;
}

ol.directions > li:last-child {
  margin-bottom: 35px;
}

ol.directions > li:before {
  position: absolute;
  top: 3px;
  left: -34px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  color: #999;
  font-weight: 700;
  font-size: 16px;
  background-color: #f4f4f4;
  content: counter(li-counter);
  counter-increment: li-counter;
  cursor: default;
}

/* Alternative Recipe Look
------------------------------------- */
.ingredients-container,
.directions-container {
  float: none;
  padding: 30px 35px 0 35px;
  vertical-align: top;
  box-sizing: border-box;
}

.recipe-container {
  display: table;
  margin: 15px 0 35px 0;
}

.ingredients-container {
  display: table-cell;
  background-color: #f8f8f8;
  width: 42%;
}

.directions-container {
  display: table-cell;
  background-color: #fff;
  width: 58%;
}

.ingredients-container .ingredients {
  background-color: #f8f8f8;
  border: none;
  padding: 0;
  position: relative;
  margin: 15px 0 0 0;
}

.ingredients-container .ingredients:before,
.ingredients-container .ingredients:after {
  display: none;
}

.ingredients-container .ingredients li {
  border: none;
  height: auto;
  box-sizing: border-box;
  padding: 7px 0;
}

.ingredients-container .ingredients li:last-child {
  padding-bottom: 35px;
}

#advanced-search {
  width: 1194px;
}

#advanced-search .select {
  width: 245px;
}

#advanced-search .select.included-ingredients {
  width: 662px;
}

#advanced-search .select.alergens {
  width: 403px;
}

#advanced-search .select.excluded-ingredients {
  width: 763px;
}

/* ------------------------------------------------------------------- */
/* Media Queries
---------------------------------------------------------------------- */
/* Standard 1180 (devices and browsers) */
@media only screen and (min-width: 1200px) {
  /* styles here */
}
/* Smaller than standard 1180 (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1389px) {
  #homeSlider {
    height: 550px;
  }

  #homeSlider .rsThumbs,
.SlideTitleContainer {
    width: 940px;
  }

  .rsDefaultInv .rsThumb {
    width: 204px;
  }

  .rsSlideTitle {
    width: 400px;
  }

  .rsSlideTitle.title a {
    font-size: 48px;
    line-height: 50px;
  }

  ul.share-buttons li {
    width: 107px;
  }

  .featured-recipe {
    height: 150px;
    width: 220px;
  }

  .featured-recipe img {
    width: auto;
    height: 100%;
  }

  .featured-recipe-content h4 {
    width: 80%;
  }

  .recipeSlider {
    height: 355px;
  }

  #advanced-search {
    width: 954px;
  }

  #advanced-search .select {
    width: 220px;
  }

  #advanced-search .select.included-ingredients {
    width: 472px;
  }

  #advanced-search .select.alergens {
    width: 238px;
  }

  #advanced-search .select.excluded-ingredients {
    width: 688px;
  }

  .widget_shopping_cart_content .buttons .button {
    width: 100%;
  }

  .homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
    width: 220px;
  }

  #news-page .recipeSlider {
    height: auto !important;
  }

  .menu ul > li > a {
    padding: 28px 10px 25px 10px !important;
  }

  .menu ul > li > a.active {
    border-bottom: 3px solid #000;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 990px) {
  #responsive {
    display: none;
  }

  #homeSlider {
    height: 550px;
  }

  #homeSlider .rsThumbs,
.SlideTitleContainer {
    width: 748px;
  }

  .rsDefaultInv .rsThumb {
    width: 219px;
  }

  .rsSlideTitle {
    width: 400px;
  }

  .rsSlideTitle.title a {
    font-size: 48px;
    line-height: 50px;
  }

  ul.share-buttons li {
    width: 83px;
  }

  .featured-recipe {
    height: 120px;
    min-width: auto !important;
    width: 172px !important;
  }

  .container-custom-recipe .featured-recipe img {
    width: 170px;
    height: 100%;
  }

  .container-custom-recipe .featured-recipe:before {
    width: 170px;
  }

  .featured-recipe-content h4 {
    width: 80%;
  }

  .author-box img {
    height: 48px;
    width: 48px;
  }

  .thirteen.columns.navigation {
    width: 97%;
  }

  .search input {
    padding: 12px 15px 12px 9px;
  }

  .newsletter-btn {
    margin-top: 0;
  }

  .recipeSlider {
    height: 260px;
  }

  #news-page .recipeSlider {
    height: auto !important;
  }

  #news-page .title-alignment {
    position: relative;
    padding-right: 0px !important;
  }

  #news-page .recipe-box {
    width: 250px !important;
  }

  .recipe-details ul li {
    margin-right: 18px;
    padding-right: 18px;
  }

  .ingredients:before {
    left: 60px;
  }

  .ingredients:after {
    left: 64px;
  }

  .ingredients li {
    padding-left: 110px;
  }

  .ingredients-container,
.directions-container {
    display: block;
    width: 100%;
  }

  .directions-container {
    padding-left: 0;
    padding-bottom: 0;
  }

  .recipe-container {
    margin-bottom: 0;
  }

  #advanced-search {
    width: 762px;
  }

  #advanced-search .select,
#advanced-search .select.included-ingredients,
#advanced-search .select.alergens,
#advanced-search .select.excluded-ingredients {
    width: 748px;
  }

  .widget_shopping_cart_content .buttons .button {
    width: 100%;
  }

  .homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
    width: 170px;
  }

  .rsDefault .rsTmb h5 {
    font-size: 14px;
    line-height: 20px;
  }

  a.blockTitle {
    font-size: 21px;
  }

  #navigation {
    top: auto;
    right: auto;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  .rsNav {
    display: none;
  }

  .SlideTitleContainer {
    width: 100%;
    left: 40px;
  }

  #slider-prev,
#slider-next {
    position: absolute;
    cursor: pointer;
    bottom: 40px;
    right: 40px;
    z-index: 1 !important;
    background-color: #fff;
    height: 40px;
    width: 40px;
    font-family: "FontAwesome";
    font-size: 16px;
    color: #606060;
    display: inline-block;
    transition: all 200ms ease-in-out;
  }

  #slider-prev:hover,
#slider-next:hover {
    background-color: #808080;
    color: #fff;
  }

  #slider-prev {
    right: 81px;
  }

  #slider-prev:before {
    top: 9px;
    left: 14px;
    position: relative;
    content: "\F053";
  }

  #slider-next:before {
    content: "\F054";
    top: 9px;
    left: 15px;
    position: relative;
  }

  .rsSlideTitle {
    width: 400px;
  }

  .rsSlideTitle.title a {
    font-size: 42px;
    line-height: 48px;
  }

  #homeSlider .rsThumbsHor {
    height: 0;
  }

  .pagination-container.masonry .pagination-next-prev .next {
    margin-right: 0;
  }

  .search button {
    right: 0;
  }

  .alignment {
    padding-right: 0;
  }

  .recipeSlider {
    height: 220px;
  }

  #news-page .recipe-box {
    width: 200px;
  }

  #news-page .container {
    width: 350px !important;
  }

  #news-page .container .sixteen.columns {
    width: 350px !important;
  }

  .twelve.columns.left-sidebar-class {
    position: relative;
    right: 0;
    float: right;
  }

  .recipe-details ul li {
    margin-bottom: 10px;
    margin-right: 14px;
    padding-right: 14px;
  }

  a.print {
    float: left;
    margin-top: 10px;
  }

  .tabs-nav li {
    width: 100%;
  }

  .linking a.button {
    margin: 0;
  }

  .qtyplus {
    margin-right: 20px;
  }

  .ingredients {
    padding: 30px 0;
  }

  .ingredients:before,
.ingredients:after {
    display: none;
  }

  .ingredients li {
    padding-left: 30px;
    border: none;
  }

  .ingredients li:first-child {
    border: none;
  }

  ul.share-post li a.rate-recipe {
    float: left;
    margin: 0;
  }

  .ingredients-container,
.directions-container {
    display: block;
    width: 100%;
  }

  .directions-container {
    padding-left: 0;
    padding-bottom: 0;
  }

  .recipe-container {
    margin-bottom: 0;
  }

  #breadcrumbs {
    float: left;
  }

  #breadcrumbs ul {
    margin-top: 0;
    padding-bottom: 0px;
  }

  #breadcrumbs {
    padding: 20px 0;
    padding-left: 15px !important;
  }

  #advanced-search .select label {
    line-height: 18px;
  }

  .search-by-keyword button span {
    display: none;
  }

  .search-by-keyword button i {
    display: inline-block;
  }

  .image-with-caption {
    position: relative;
    height: 150px;
    width: 100%;
    overflow: hidden;
  }

  .image-with-caption img {
    width: auto;
    height: 100%;
  }

  .widget_shopping_cart_content .buttons .button {
    width: 100%;
  }

  .homeSliderAlt .rsThumbs,
.homeSliderAlt .rsThumbs .rsThumb {
    display: none;
    width: 0;
  }

  .rsABlock {
    left: 0;
    bottom: 0;
    display: block;
  }

  a.blockTitle {
    font-size: 19px;
    line-height: 26px;
  }

  .isotope-box {
    margin-bottom: 20px !important;
  }

  .product-page {
    padding: 25px 0 0 0;
  }

  .image-with-caption span {
    text-align: left;
    box-sizing: border-box;
    width: 100%;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #homeSlider {
    height: 550px;
  }

  #homeSlider .rsThumbs {
    width: 420px;
  }

  .rsDefaultInv .rsThumb {
    width: 179px;
  }

  ul.share-buttons li {
    width: 101px;
  }

  #advanced-search {
    width: 434px;
  }

  #advanced-search .select,
#advanced-search .select.included-ingredients,
#advanced-search .select.alergens,
#advanced-search .select.excluded-ingredients {
    width: 420px;
  }

  .rsABlock {
    width: 420px;
  }

  #navigation {
    top: auto;
    right: auto;
  }
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #homeSlider {
    height: 550px;
  }

  #homeSlider .rsThumbs {
    width: 300px;
  }

  .rsDefaultInv .rsThumb {
    width: 139px;
  }

  .rsSlideTitle.title a {
    font-size: 28px;
    line-height: 40px;
  }

  ul.share-buttons li {
    width: 96px;
  }

  .recipeSlider {
    height: 180px;
  }

  .comments ul li,
.comments ul li ul li {
    margin-left: 0;
  }

  .avatar {
    display: none;
  }

  #advanced-search {
    width: 314px;
  }

  #advanced-search .select,
#advanced-search .select.included-ingredients,
#advanced-search .select.alergens,
#advanced-search .select.excluded-ingredients {
    width: 300px;
  }

  .rsABlock {
    width: 300px;
  }

  #logo a img {
    height: 40px;
    padding-top: 25px;
  }

  #navigation {
    top: auto;
    right: auto;
  }
}
/* ------------------------------------------------------------------- */
/* Styles Switcher
---------------------------------------------------------------------- */
#style-switcher h3 {
  color: #fff;
  font-size: 13px;
  margin: 5px 0 -5px 1px;
  font-weight: 600;
}

#style-switcher {
  background: #606060;
  width: 205px;
  position: fixed;
  top: 53px;
  z-index: 9999;
  left: -205px;
}

#style-switcher div {
  padding: 2px 18px 10px 18px;
}

#style-switcher h2 {
  background-color: #505050;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 0 6px 20px;
}

#style-switcher h2 a {
  background: url("../images/switcher.png") no-repeat 9px center transparent;
  background-color: #505050;
  display: block;
  height: 43px;
  position: absolute;
  right: -43px;
  text-indent: -9999px;
  top: 0;
  width: 43px;
}

.colors {
  list-style: none;
  margin: 0 0px 10px 0;
  overflow: hidden;
}

.colors li {
  float: left;
  margin: 4px 2px 0 2px;
}

.colors li a {
  display: block;
  width: 17px;
  height: 17px;
  cursor: pointer;
}

div.layout-style {
  padding: 0 !important;
}

.layout-style select {
  width: 164px;
  padding: 5px;
  color: #888;
  cursor: pointer;
  font-size: 13px;
  margin: 2px 0 10px 2px;
}

.green,
.green-bg {
  background: #8dc63f;
}

.blue,
.blue-bg {
  background: #2db2ea;
}

.orange,
.orange-bg {
  background: #fa5b0f;
}

.navy,
.navy-bg {
  background: #495d7f;
}

.yellow,
.yellow-bg {
  background: #ffb400;
}

.peach,
.peach-bg {
  background: #fcab55;
}

.red,
.red-bg {
  background: #dd3737;
}

.beige,
.beige-bg {
  background: #bfa980;
}

.pink,
.pink-bg {
  background: #d64391;
}

.cyan,
.cyan-bg {
  background: #37b6bd;
}

.celadon,
.celadon-bg {
  background: #74aea1;
}

.brown,
.brown-bg {
  background: #784e3d;
}

.cherry,
.cherry-bg {
  background: #911938;
}

.gray,
.gray-bg {
  background: #808080;
}

.purple,
.purple-bg {
  background: #917ae9;
}

.darkcol,
.dark-bg {
  background: #404040;
}

.light {
  background: #e9e9e9;
}

.bg1 {
  background-image: url("../images/bg/squared_metal.png");
}

.bg2 {
  background-image: url("../images/bg/retina_wood.png");
}

.bg3 {
  background-image: url("../images/bg/brushed_alu.png");
}

.bg4 {
  background-image: url("../images/bg/crisp_paper_ruffles.png");
}

.bg5 {
  background-image: url("../images/bg/navy_blue.png");
}

.bg6 {
  background-image: url("../images/bg/bedge_grunge.png");
}

.bg7 {
  background-image: url("../images/bg/diamond_upholstery.png");
}

.bg8 {
  background-image: url("../images/bg/shattered.png");
}

.bg9 {
  background-image: url("../images/bg/light_toast.png");
}

.bg10 {
  background-image: url("../images/bg/noise_pattern_with_crosslines.png");
}

.bg11 {
  background-image: url("../images/bg/purty_wood.png");
}

.bg12 {
  background-image: url("../images/bg/subtle_stripes.png");
}

.bg13 {
  background-image: url("../images/bg/textured_stripes.png");
}

.bg14 {
  background-image: url("../images/bg/tileable_wood_texture.png");
}

.bg15 {
  background-image: url("../images/bg/stardust.png");
}

.bg16 {
  background-image: url("../images/bg/vichy.png");
}

.colors li a.active {
  box-shadow: 0 0 0 2px #fff inset;
}

#reset {
  margin: 0 0 10px 2px;
}

#reset a.button {
  padding: 7px 14px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}

#reset a.button:hover {
  background-color: #a0a0a0 !important;
}

@media only screen and (max-width: 1024px) {
  #style-switcher {
    display: none;
  }
}
/*Copyraght*/
.copyright-area,
.copyright-left li {
  display: flex;
  justify-content: center !important;
  height: 30px;
}

.copyright-area .copyright-left {
  padding-top: 15px;
}

#homeSlider {
  display: none;
}

/*Copyraght*/
.paginate_left {
  float: left;
}

.paginate_right {
  float: right;
}

.page-numbers {
  padding-right: 20px;
}

/*Profile*/
/* Основные стили для выпадающего меню */
.user-menu {
  position: relative;
}

#userMenuToggle {
  cursor: pointer;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  width: 200px;
  height: auto;
  background-color: #fff !important;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 5px;
}

.dropdown-menu li a,
.dropdown-menu li button {
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
}

.dropdown-menu li button {
  border: none;
  background-color: grey;
  cursor: pointer;
  border-radius: 5px;
  width: 90%;
  margin: 0 5%;
  padding: 10px 5px;
  display: flex;
  justify-content: center;
}

.dropdown-menu li button:hover {
  background-color: #000;
}

/* Показать меню при наведении */
.user-menu:hover .dropdown-menu {
  display: block;
}

.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: opacity 0.15s linear;
}

@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-modal.uk-open {
  opacity: 1;
}

.uk-modal-page {
  overflow: hidden;
}

.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
  border-radius: 14px;
}

.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

.uk-modal-container .uk-modal-dialog {
  width: 80%;
}

.uk-modal-full {
  padding: 0;
  background: none;
}

.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

.uk-modal-body {
  padding: 30px 30px;
}

.uk-modal-header {
  padding: 15px 30px;
  background: #fff;
}

.uk-modal-footer {
  padding: 15px 30px;
  background: #fff;
}

.uk-modal-body::before,
.uk-modal-body::after,
.uk-modal-header::before,
.uk-modal-header::after,
.uk-modal-footer::before,
.uk-modal-footer::after {
  content: "";
  display: table;
}

.uk-modal-body::after,
.uk-modal-header::after,
.uk-modal-footer::after {
  clear: both;
}

.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  border-radius: 2px;
  background-color: #FFF;
  border: none;
}

[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

@media only screen and (min-width: 1396px) and (max-width: 1536px) {
  .wrap-main-block .row {
    height: 940px;
  }

  .wrap-calc {
    padding-top: 105px;
  }

  #blocks-first-info .block {
    width: calc(376px + 20%);
    width: calc(376px + 20%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 20%);
  }

  #blocks-first-info .block-info {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 1536px) and (max-width: 1759px) {
  .wrap-main-block .row {
    height: 1095px;
  }

  .wrap-calc {
    padding-top: 140px;
  }

  .pb-60 {
    padding-bottom: 155px;
  }

  #blocks-first-info .block {
    width: calc(376px + 30%);
    width: calc(376px + 30%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 20%);
  }

  #blocks-first-info .block-info {
    font-size: 17px !important;
  }

  .carousel_content li {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1760px) and (max-width: 2000px) {
  .wrap-main-block .row {
    height: 1230px;
  }

  .wrap-calc {
    padding-top: 250px;
  }

  .pb-60 {
    padding-bottom: 190px;
  }

  #blocks-first-info .block {
    width: calc(376px + 40%);
    width: calc(376px + 40%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 30%);
  }

  #blocks-first-info .block-info {
    font-size: 18px !important;
  }

  .carousel_content li {
    font-size: 18px !important;
  }

  #infocompanie .infocompanie_info p {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 2000px) and (max-width: 2304px) {
  .wrap-main-block .row {
    height: 1315px;
  }

  .wrap-calc {
    padding-top: 300px;
  }

  .pb-60 {
    padding-bottom: 200px;
  }

  #blocks-first-info .block {
    width: calc(376px + 40%);
    width: calc(376px + 40%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 30%);
  }

  #blocks-first-info .block-info {
    font-size: 18px !important;
  }

  .carousel_content li {
    font-size: 18px !important;
  }

  #infocompanie .infocompanie_info p {
    font-size: 19px !important;
  }
}
@media only screen and (min-width: 2304px) and (max-width: 3072px) {
  .wrap-main-block .row {
    height: 1480px;
  }

  .wrap-calc {
    padding-top: 400px;
  }

  .pb-60 {
    padding-bottom: 290px;
  }

  .wrap_maib_block {
    width: 88%;
  }

  #blocks-first-info .block {
    width: calc(376px + 50%);
    width: calc(376px + 50%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 50%);
  }

  #blocks-first-info .block-info {
    font-size: 19px !important;
  }

  .carousel_content li {
    font-size: 19px !important;
  }

  #infocompanie .infocompanie_info p {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 3072px) {
  .wrap-main-block .row {
    height: 1980px;
  }

  .wrap-calc {
    padding-top: 600px;
  }

  .pb-60 {
    padding-bottom: 560px;
  }

  .wrap_maib_block {
    width: 88%;
  }

  #blocks-first-info .block {
    width: calc(376px + 50%);
    width: calc(376px + 50%);
  }

  .review-card--option-1 {
    max-width: calc(437px + 50%);
  }

  #blocks-first-info .block-info {
    font-size: 20px !important;
  }

  .carousel_content li {
    font-size: 20px !important;
  }

  #infocompanie .infocompanie_info p {
    font-size: 21px !important;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 30%;
}

.modal-content p {
  font-family: Qanelas;
  display: flex;
  justify-content: center;
}

.close {
  color: #212221;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.spinner {
  display: none;
  position: absolute;
  z-index: 1000;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #04B040;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
  margin-right: 20px;
  background: transparent !important;
  border-radius: 5px;
  border: 2px solid #707070;
  color: #707070;
  padding: 4px;
  cursor: pointer;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 3rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start ;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end ;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 320px) {
  .dropdown-menu-sm-start {
    --bs-position: start ;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end ;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  .page-numbers {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start ;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end ;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }

  .page-numbers {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start ;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end ;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start ;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end ;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start ;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end ;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start ;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end ;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
  width: 10px;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd ;
}

.d-flex {
  display: flex;
  align-items: center;
  padding: 10px 0 0 0 !important;
  justify-content: space-between;
}

.favorite-btn {
  font-size: 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wishlist-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/wishlist.png") no-repeat center;
  background-size: contain;
}

.favorite-btn.active .wishlist-icon {
  background: url("../images/wishlist-active.png") no-repeat center;
  background-size: contain;
}

.success-message {
  color: green;
  margin-bottom: 20px;
}

li.error {
  color: red;
}

.login-form h2 {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

button {
  background-color: #01438f;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}

button:hover {
  background-color: #808080;
}

.back-link p {
  margin-top: 20px;
  text-align: center;
}

.back-link a {
  color: #007BFF;
  text-decoration: none;
}

.back-link a:hover {
  text-decoration: underline;
}

/* Footer Social Icons
------------------------------------*/
.share-footer-buttons {
  position: relative;
  width: 105%;
}

ul.share-footer-buttons li {
  color: #fff;
  width: 35px;
  text-align: center;
  padding: 5px 0;
  display: inline-block;
  float: right;
  margin: 0 7px 7px 0;
  position: relative;
  z-index: 97;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

ul.share-footer-buttons li a {
  color: #fff;
  width: 35px;
}

ul.share-footer-buttons li:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: block;
  height: 20px;
  padding: 5px 0 0 0;
}

ul.share-footer-buttons li span {
  display: block;
}

/* Центровка видео-блока */
.wrap-video-youtube {
  max-width: 860px;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.share-footer-buttons a .fa {
  font-size: 20px;
  padding: 10px;
}

.share-footer-buttons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: #333;
  transition: background-color 0.3s;
}

.share-footer-buttons li a:hover {
  background-color: #555;
}

.share-footer-buttons li a .fa {
  font-size: 20px;
  padding: 0;
  line-height: 35px;
}

.share-footer-buttons li .facebook-share {
  background-color: #3b5998;
}

.share-footer-buttons li .youtube-share {
  background-color: #3b5998;
}

.share-footer-buttons li .instagram-share {
  background-color: #3b5998;
}

.privacy-policy {
  margin: 50px 0;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.privacy-policy h1,
.privacy-policy h2 {
  color: #333;
  margin: 25px 0 10px 0;
}

.privacy-policy p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.privacy-policy a {
  color: #007BFF;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}

.wrap-search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-search-form #breadcrumbs ul {
  float: left;
}

/* Category lists */
.news-categories-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
}

.news-category-item {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.news-category-item:hover {
  background: #01438f;
  color: #fff;
  border-color: #01438f;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-category-item.active {
  background: #01438f;
  color: #fff;
  border-color: #01438f;
}

.news-category-item i {
  margin-right: 8px;
  font-size: 16px;
}

span.error {
  color: red;
}

.review-success {
  display: inline-block;
}

.review-success p {
  color: green;
}

.auth-required {
  text-align: center;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 5px;
}

.auth-required p {
  margin-bottom: 15px;
  color: #666;
}

.auth-required-button {
  background-color: #01438f !important;
  color: #f8f8f8 !important;
  color: #fff;
  border: none;
  padding: 10px 20px;
}

/* ===============================
Color
================================== */
/* ------------------------------------------------------------------- */
/* Green #8dc63f, Blue #01438f
---------------------------------------------------------------------- */
#current,
.menu ul li a:hover,
.menu ul > li:hover > a,
.menu ul ul,
.rsDefaultInv .rsThumb.rsNavSelected,
.rsDefault .rsThumb.rsNavSelected,
.ingredients input[type=checkbox]:checked + label:before {
  border-color: #01438f !important;
}

.alternative #current:hover,
.menu.alternative ul li a:hover,
.menu.alternative ul > li.sfHover > a {
  background-color: #01438f !important;
}

.rsDefault .rsArrowIcn:hover,
a.print,
.ingredients input[type=checkbox]:checked + label:before,
#slider-prev:hover,
#slider-next:hover,
.search button,
.rsSlideTitle.tags ul li,
ul.categories li a:hover,
.post-icon,
.rate-recipe,
.comment-by a.reply:hover,
.newsletter-btn,
.product-button,
.search-by-keyword button,
.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-choices li.search-choice,
.tabs-nav li.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
a.nav-toggle.active,
.upload-btn,
a.button.color,
input[type=button],
input[type=submit],
a.button.light:hover,
.pagination ul li a.current-page {
  background-color: #01438f;
}

.rsDefaultInv .rsThumb.rsNavSelected,
a.blockTitle:hover,
.rsDefault .rsThumb.rsNavSelected,
.rsDefault .rsThumbsArrow:hover,
.qtyplus:hover,
.qtyminus:hover,
.mfp-close:hover,
.mfp-arrow:hover,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover,
.highlight.color {
  background: #01438f;
  padding: 9px 14px;
}

.rsThumbsContainer .rsNavSelected {
  padding: 0 14px !important;
}

.author-box .title,
.author-box .contact a:hover,
ul.product_list_widget li a:hover,
a.adv-search-btn.active i,
a.adv-search-btn.active,
a.adv-search-btn:hover i,
a.adv-search-btn:hover,
.list-1.color li:before,
.list-2.color li:before,
.list-3.color li:before,
.list-4.color li:before {
  color: #01438f;
}

.rsDefaultInv .rsThumb.rsNavSelected {
  box-shadow: inset 0px -1px 0px 0px rgba(50, 50, 50, 0.12), 1px 0px 0px 0px #01438f;
}

.container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
}

.column.alpha,
.columns.alpha {
  margin-left: 0;
}

.column.omega,
.columns.omega {
  margin-right: 0;
}

.container .one.column,
.container .one.columns {
  width: 55px;
}

.container .two.columns {
  width: 130px;
}

.container .three.columns {
  width: 205px;
}

.container .custom-three.columns {
  width: 265px;
}

.container .four.columns {
  width: 280px;
}

.container .five.columns {
  width: 355px;
}

.container .six.columns {
  width: 430px;
}

.container .seven.columns {
  width: 505px;
}

.container .eight.columns {
  width: 580px;
}

.container .nine.columns {
  width: 655px;
}

.container .ten.columns {
  width: 730px;
}

.container .eleven.columns {
  width: 805px;
}

.container .twelve.columns {
  width: 880px;
}

.container .thirteen.columns {
  width: 955px;
}

.container .fourteen.columns {
  width: 1030px;
}

.container .fifteen.columns {
  width: 1105px;
}

.container .sixteen.columns {
  width: 1180px;
}

.container .one-third.column {
  width: 380px;
}

.container .two-thirds.column {
  width: 780px;
}

.container .twelve.sidebar-right.columns {
  width: 860px;
  margin-right: 30px;
}

.container .twelve.sidebar-left.columns {
  width: 860px;
  margin-left: 30px;
}

.container .four.recipe-box.columns,
.container .four.shop.columns {
  width: 273px;
  margin: 0 20px 0 0;
}

.line.rb {
  width: 97.7%;
}

body.boxed {
  width: 1280px;
}

.list-style .recipe-box-content {
  width: 590px;
  margin-left: 270px;
}

.list-style .thumbnail-holder {
  width: 270px;
  height: 238px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1389px) {
  .container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }

  .container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }

  .row {
    margin-bottom: 20px;
  }

  /* Nested Column Classes */
  .column.alpha,
.columns.alpha {
    margin-left: 0;
  }

  .column.omega,
.columns.omega {
    margin-right: 0;
  }

  /* Base Grid */
  .container .one.column,
.container .one.columns {
    width: 40px;
  }

  .container .two.columns {
    width: 100px;
  }

  .container .three.columns {
    width: 160px;
  }

  .container .four.columns {
    width: 220px;
  }

  .container .five.columns {
    width: 280px;
  }

  .container .six.columns {
    width: 340px;
  }

  .container .seven.columns {
    width: 400px;
  }

  .container .eight.columns {
    width: 460px;
  }

  .container .nine.columns {
    width: 520px;
  }

  .container .ten.columns {
    width: 580px;
  }

  .container .eleven.columns {
    width: 640px;
  }

  .container .twelve.columns {
    width: 700px;
  }

  .container .thirteen.columns {
    width: 760px;
  }

  .container .fourteen.columns {
    width: 820px;
  }

  .container .fifteen.columns {
    width: 880px;
  }

  .container .sixteen.columns {
    width: 940px;
  }

  .container .one-third.column {
    width: 300px;
  }

  .container .two-thirds.column {
    width: 620px;
  }

  .container .twelve.sidebar-right.columns {
    width: 680px;
    margin-right: 30px;
  }

  .container .twelve.sidebar-left.columns {
    width: 680px;
    margin-left: 30px;
  }

  .container .four.recipe-box.columns,
.container .four.shop.columns {
    width: 213px;
    margin: 0 20px 0 0;
  }

  .related-posts .four.recipe-box {
    width: 213px !important;
  }

  .line.rb {
    width: 97%;
  }

  body.boxed {
    width: 1040px;
  }

  /* List Style */
  .list-style .recipe-box-content {
    width: 445px;
    margin-left: 235px;
  }

  .list-style .thumbnail-holder {
    width: 235px;
    height: 286px;
  }

  .ordering {
    width: 213px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    width: 768px;
  }

  .container .column,
.container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha,
.columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega,
.columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .one.column,
.container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  .container .twelve.sidebar-right.columns {
    width: 546px;
    margin-right: 20px;
  }

  .container .twelve.sidebar-left.columns {
    width: 546px;
    margin-left: 20px;
  }

  .container .four.recipe-box.columns,
.container .four.shop.columns {
    width: 258px;
    margin: 0 20px 0 0;
  }

  .container .four.isotope-box.columns {
    width: 236px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .related-posts .four.recipe-box {
    width: 258px !important;
  }

  .line.rb {
    width: 96.5%;
  }

  .list-style .recipe-box-content {
    width: 326px;
    margin-left: 220px;
  }

  .list-style .thumbnail-holder {
    width: 220px;
  }

  body.boxed {
    width: 100%;
  }

  .ordering {
    width: 258px !important;
  }

  .list-style .recipe-box-content {
    width: 536px;
    margin-left: 0;
    position: relative;
  }

  .list-style .thumbnail-holder {
    width: 536px;
    position: relative !important;
    float: left;
    height: 280px !important;
  }

  .list-style .thumbnail-holder img {
    width: 100% !important;
    height: auto !important;
    transform: translateY(-25%);
  }

  #products-list .two {
    width: 225px;
  }

  #products-list .mediaholder img {
    max-width: 180px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }

  .container .columns,
.container .column {
    margin: 0;
  }

  .line.rb {
    width: 100%;
  }

  .ordering {
    width: 100% !important;
  }

  body.boxed {
    width: 100%;
  }

  .list-style .recipe-box-content {
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .list-style .thumbnail-holder {
    width: 100%;
    position: relative !important;
    float: none;
    height: auto;
  }

  .list-style .thumbnail-holder img {
    width: 100% !important;
    height: auto !important;
  }

  .recipe-box-content h3 a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-clamp: 2;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .container .columns,
.container .column {
    margin: 0;
  }

  .container .one.column,
.container .one.columns,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column,
.container .twelve.sidebar-right.columns,
.container .twelve.sidebar-left.columns,
.container .five.sidebar-right.columns,
.container .eleven.sidebar-right.columns {
    width: 420px;
  }

  body.boxed {
    width: 100%;
  }

  .container .four.recipe-box.columns,
.container .four.shop.columns {
    width: 420px;
    margin: 0;
  }

  .related-posts .four.recipe-box {
    width: 420px !important;
  }

  .line.rb {
    width: 100%;
  }

  .ordering {
    width: 100% !important;
  }

  .container .two.columns {
    width: 210px;
  }
}
@media only screen and (max-width: 480px) {
  .container .custom-three.columns {
    width: 300px;
  }

  .container-custom {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container .custom-three.columns {
    width: 425px;
  }

  .featured-recipe img {
    position: relative;
    display: block;
    width: 425px;
  }

  .ingredients-list .ingr-custom .recipe-box {
    width: 425px !important;
  }

  .blog-list .thumbnail-holder {
    height: 250px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 990px) {
  .container .custom-three.columns {
    width: 250px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .container .custom-three.columns {
    width: 320px;
  }

  .mediaholder img {
    position: relative;
    max-width: 230px;
    height: 100px;
  }

  .container .two.columns {
    width: 165px;
  }

  .container .two.columns {
    width: 165px;
  }

  .recipe-box-content h3 {
    height: 90px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1395px) {
  .container .custom-three.columns {
    width: 320px;
  }

  .mediaholder img {
    position: relative;
    max-width: 230px;
    height: 100px;
  }

  .container .two.columns {
    width: 165px;
  }

  .recipe-box-content {
    padding: 20px 20px;
    height: 150px;
  }

  .recipe-box-content h3 {
    margin-bottom: 10px;
    height: 110px;
  }

  .thumbnail-holder {
    height: 160px;
  }

  .thumbnail-holder img {
    height: 100%;
  }
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*
* Based on Skeleton by Dave Gamache (www.getskeleton.com)
* Modified by Vasterad
*/
/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

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

.no-select {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

/* #Basic Styles
================================================== */
body {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body.overflow-reset {
  overflow: visible;
}

#wrapper {
  padding: 0;
  background-color: #fff;
}

/* Boxed Layout Style */
body.boxed {
  margin: 0 auto;
  background: #e9e9e9;
}

#header {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

/* Main Font */
body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=button],
input[type=submit],
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
button {
  font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* #Margin Styles
================================================== */
/* Margin Reset */
.margin-reset {
  margin: 0 !important;
}

/* Margin Top */
.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

/* Margin Bottom */
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

/* Basic Alginment
================================================== */
.columns.google-map img {
  max-width: none;
}

img,
object,
video {
  height: auto;
  display: block;
}

img {
  width: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Flexible Embeds */
.embed {
  position: relative;
  padding: 0px;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}

.embed iframe,
.embed object,
.embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #606060;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 28px;
  line-height: 50px;
}

h2 {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 20px;
  line-height: 34px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 16px;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

p {
  margin: 0 0 15px 0;
  line-height: 24px;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #808080;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
  color: #707070;
}

small {
  font-size: 80%;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

/* #Links
================================================== */
a,
a:visited {
  color: #01438f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -transition: color 0.2s ease-in-out;
}

a:hover {
  color: #808080;
}

p a,
p a:visited {
  line-height: inherit;
}

/* #Lists
================================================== */
ul,
ol {
  margin: 0;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

li {
  line-height: 18px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* #Forms
================================================== */
input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  padding: 10px 12px;
  outline: none;
  font-size: 13px;
  color: #777;
  margin: 0;
  max-width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  font-weight: 600;
}

select {
  padding: 0;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  color: #777;
  transition: all 0.1s ease-in-out;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  opacity: 1;
}

textarea {
  min-height: 60px;
}

label,
legend {
  display: block;
  font-weight: bold;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}

input {
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.info_translate {
  width: 100%;
  height: auto;
  border: 1px solid red;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  padding: 10px 0;
}

.info_translate p {
  color: red;
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.telegram-share {
  background-color: #0088cc;
}

.viber-share {
  background-color: #665cac;
}

.email-share {
  background-color: #ffa500;
}

.email-share:before {
  content: "\F0E0";
  /* Email icon */
}

.print-share {
  background-color: #000;
}

.print-share:before {
  content: "\F02F";
  /* Print icon */
}

.share-post li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-post li a svg {
  width: 14px;
  height: 14px;
}

.main-container {
  max-width: 1500px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 100% !important;
  }

  .dropdown-toggle {
    margin-top: 20px;
    margin-left: 15px;
  }

  .recipe-details {
    background-color: #f8f8f8;
    padding: 20px 23px 20px 35px;
    z-index: 99;
    position: relative;
    top: 57px;
    margin-bottom: 100px;
  }

  .rsContent img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .widget.search-form {
    margin: 0 !important;
  }

  .widget,
.widget.search-form {
    margin: 0;
  }

  .share-footer-buttons {
    position: relative;
    width: 100%;
  }

  .title-alignment h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  #header .share-other-social {
    display: none;
  }

  .recipeBackground img {
    width: 100%;
  }

  #login {
    padding-top: 20px;
  }

  .js .nav-collapse-0.opened {
    max-height: 200px !important;
  }

  #userMenuToggle img {
    margin-top: 20px;
  }

  .rsContent img {
    width: 100% !important;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .widget,
.widget.search-form {
    margin: 0;
    margin-bottom: 20px;
  }

  input[type=search], .product-search-input {
    margin-bottom: 20px;
  }

  .share-footer-buttons {
    position: relative;
    width: 100%;
  }

  .title-alignment h2 {
    font-size: 20px;
  }

  .container-custom-recipe {
    width: 100% !important;
  }

  .container-custom-recipe .twelve.columns {
    width: 100% !important;
    box-sizing: border-box;
  }

  #products-list .mediaholder img {
    width: 350px;
    max-width: 350px;
    height: 225px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.social-other {
  width: 35px !important;
  height: 35px !important;
  padding: 0px 0px !important;
}

.share-other-social {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  padding-right: 0;
}

.footer-newsletter {
  display: flex !important;
  flex-direction: column !important;
}

#footer .widget {
  margin: 0;
}

.footer-legal {
  text-align: center;
  font-size: 14px;
  padding: 20px 0 10px 0;
}

.footer-legal a {
  color: #007bff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-legal a:hover {
  color: #fff !important;
}

#footer ul.share-buttons li:before {
  font-size: 18px !important;
}

#header ul.share-buttons li:before {
  font-size: 18px !important;
}

#header .share-other-social {
  padding: 0 0 0 20px;
}

#header .widget {
  margin: 0;
}

#header .social-other {
  width: 35px !important;
  height: 35px !important;
  padding: 0px 0px !important;
}

#header ul.share-buttons li {
  margin: 0 5px 0px 0;
}

/* Иконка профиля для неавторизованных — серая и меньше */
#header .user-menu-guest img {
  height: 28px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.7;
}

#header .user-menu-guest:hover img {
  opacity: 1;
}

.g-style {
  width: 220px;
  padding: 8px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
}

.user-info {
  padding: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.user-avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-details {
  text-align: center;
}

.user-name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.user-email {
  font-size: 14px;
  color: #5f6368;
}

.menu-items {
  padding: 8px 0;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  color: #3c4043;
  text-decoration: none;
  transition: background-color 0.2s;
}

.menu-item:hover {
  background-color: #f1f3f4;
}

.menu-item i {
  margin-right: 12px;
  width: 20px;
  color: #5f6368;
  transition: color 0.2s ease;
}

.menu-item:hover i {
  color: #01438f;
  transition: color 0.2s ease;
}

.menu-footer {
  padding: 8px 24px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
}

.logout-button {
  width: auto;
  min-width: 130px;
  padding: 12px 16px;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #3c4043;
  transition: background-color 0.2s;
  border-radius: 4px;
}

.logout-button:hover {
  background-color: #f1f3f4;
}

.logout-button:hover i {
  color: #01438f;
  transition: color 0.2s ease;
}

.logout-button span {
  font-size: 14px;
}

.reset-description {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.alert-success {
  background-color: #e8f5e9;
  color: #2e7d32;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.login-link {
  text-align: center;
  margin-top: 20px;
}

.login-link a {
  color: #01438f;
  text-decoration: none;
}

.login-link a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .main-container {
    width: 1300px;
  }

  .container .twelve-columns-custom.columns {
    width: 950px;
  }

  .container .custom-three.columns {
    width: 285px;
  }
}
@media only screen and (min-width: 1450px) {
  .main-container {
    width: 1500px;
  }

  .container .twelve-columns-custom.columns {
    width: 1155px;
  }

  .container .custom-three.columns {
    width: 260px;
  }

  #shop .result-custom .recipe-box {
    width: 260px !important;
  }
}
.login-form {
  background: #fff;
  padding: 40px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}

.success-content {
  text-align: center;
  margin: 30px 0;
}

.fa-check-circle {
  font-size: 64px;
  color: #4caf50 !important;
  margin-bottom: 20px;
}

.success-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.buttons-group {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.buttons-group .button {
  min-width: 140px;
  text-align: center;
}

button a {
  color: #fff !important;
}

@media (max-width: 768px) {
  .login-form {
    padding: 20px;
  }

  .buttons-group {
    flex-direction: column;
  }

  .buttons-group .button {
    width: 100%;
    margin-bottom: 10px;
  }
}
.result-custom .recipe-box {
  width: 265px !important;
}

.ingr-custom-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.ingr-custom-wrap .custom-three.recipe-box.columns {
  margin: 0;
}

.ingredients-list .ingr-custom .recipe-box {
  width: 280px;
}

@media (max-width: 1390px) {
  .ingredients-list .ingr-custom .recipe-box {
    width: 300px;
  }
}
@media (max-width: 990px) {
  .ingredients-list .ingr-custom .recipe-box {
    width: 360px;
  }

  #subscribeFrm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #subscribeFrm .newsletter-btn {
    margin: 20px;
  }
}
@media (max-width: 768px) {
  .ingredients-list .ingr-custom .recipe-box {
    width: 100%;
  }

  /* В карточках скрываем текстовую подпись ингредиентов на мобильных, оставляем только число */
  .param-ingredients__label {
    display: none;
  }

  /* Контент списка рецептов на мобилках на всю ширину */
  .container .twelve-columns-custom.columns {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* Главная и список рецептов: два рецепта в ряд на мобильной, по центру и с отступами */
  .main-container .ingr-custom .custom-three.recipe-box.columns,
.ingr-custom-wrap .custom-three.recipe-box.columns {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  a.nav-toggle {
    padding: 11px 10px;
  }

  .productSlider img {
    max-width: 320px;
  }

  .container-custom-recipe {
    align-items: center;
    flex-direction: column;
  }

  .container-custom-recipe .featured-recipe {
    width: 100%;
    min-width: 320px;
    max-width: 500px;
  }

  header .share-other-social {
    display: none;
  }

  .share-buttons {
    align-items: center;
    flex-direction: row;
  }

  .recipeBackground img {
    width: 100%;
    max-height: 520px;
    min-height: 320px;
    width: auto;
    position: relative;
    display: block;
  }

  #titlebar {
    background-color: #f6f6f6;
    min-height: 40px;
    margin: 0 0 40px 0;
  }

  .wrap-search-form .six {
    margin-bottom: 20px;
  }

  .portions-control {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .ingredients-new-style {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .rsSlideTitle.title {
    width: auto;
  }

  .related-posts {
    flex-direction: column !important;
  }
}
/* Partner */
.partners-section {
  padding: 50px 0;
  text-align: center;
}

.partners-title {
  color: #ff4444;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

.partners-subtitle {
  color: #ff4444;
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: bold;
}

.partners-description {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.partners-info {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

.partners-grid {
  max-width: 1200px;
  margin: 0 auto;
}

.partners-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

.partner-item {
  flex: 0 0 180px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.partner-item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-item:hover img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .partners-row {
    gap: 20px;
  }

  .partner-item {
    flex: 0 0 150px;
  }

  .recipe-details ul li {
    margin-top: 5px;
  }
}
@media (max-width: 768px) {
  .partners-row {
    flex-wrap: wrap;
    gap: 15px;
  }

  .partner-item {
    flex: 0 0 120px;
  }

  .partners-title {
    font-size: 28px;
  }

  .partners-subtitle {
    font-size: 32px;
  }
}
.title-alignment {
  position: relative;
  padding-right: 50px;
}

.edit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: #333;
  transition: all 0.3s ease;
  z-index: 9999;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  visibility: visible !important;
}

.edit-button:hover {
  background: #f5f5f5;
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.edit-button i {
  font-size: 18px;
  color: #333;
}

.recipe-count-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.recipe-count-box:hover {
  transform: translateY(-5px);
}

.recipe-count-icon {
  background: #01438f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.recipe-count-icon i {
  color: #fff;
  font-size: 24px;
}

.recipe-count-content {
  display: flex;
  flex-direction: column;
}

.recipe-count-number {
  font-size: 28px;
  font-weight: bold;
  color: #01438f;
  line-height: 1;
}

.recipe-count-text {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

/* Scroll to top */
#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: none !important;
  cursor: pointer;
  display: none;
  z-index: 9999;
}

#scrollToTop:hover {
  background-color: none !important;
}

.ingredients li label span img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  margin-right: 10px;
}

.portions-control {
  text-align: center;
  margin-bottom: 30px;
  width: 93%;
}

.portions-adjuster {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.portions-btn {
  width: 30px;
  height: 30px;
  border: 1.5px solid #01438f;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  box-shadow: none;
  outline: none;
  padding: 0;
  padding-bottom: 5px;
}

.portions-btn:active,
.portions-btn:focus {
  background: #c5d5e7;
}

.portion-sign {
  color: #01438f;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
}

.portion-count {
  min-width: 60px;
  height: 44px;
  background: #fafafa;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border: none;
  margin: 0 2px;
}

#portion-label {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
  padding-right: 40px;
}

/* Custom Ingredients */
.ingredients-new-style-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.ingredients-new-style {
  list-style: none;
  padding: 0 0 100px 0;
  margin: 0;
  width: 75%;
}

.ingredient-row {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
  padding: 7px 0 7px 0;
  min-height: 60px;
  transition: background 0.2s;
}

.ingredient-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.ingredient-checkbox {
  flex-shrink: 0;
  margin-right: 16px;
  width: 20px;
  height: 20px;
  accent-color: #01438f;
  cursor: pointer;
}

.ingredient-row.checked .ingredient-name,
.ingredient-row.checked .ingredient-amount-block {
  text-decoration: line-through;
  color: #bbb;
}

.ingredient-img-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  border: 1px solid #f0f0f0;
}

.ingredient-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  background: #fff;
}

.ingredient-name {
  flex: 1 1 auto;
  font-size: 1.1em;
  font-weight: 500;
  transition: color 0.2s;
}

.ingredient-link {
  color: #3a2e1a;
  text-decoration: underline;
  transition: color 0.2s;
}

.ingredient-link:hover {
  color: #01438f;
  text-decoration: underline;
}

.ingredient-amount-block {
  min-width: 90px;
  text-align: right;
  font-size: 1.1em;
  font-weight: 500;
  color: #4a4a4a;
  transition: color 0.2s;
}

@media print {
  /* Скрыть навигацию, футер, share-кнопки, сайдбар, YouTube-видео, похожие товары, комментарии и т.д. */
  nav, .share-post, .edit-button, .print-share, .headline, .products, .margin-top-50, .margin-bottom-40,
#header, #footer, footer, header,
#sidebar, .sidebar, .sidebar-left, .sidebar-right, .sidebar-left-class, .sidebar-right-class,
iframe, .youtube-video, .video-block.youtube-video, .video-wrapper,
.container.margin-top-5, .widget, .products-related .featured-recipe,
.comments, .review, .reviews, .add-review, .comments-amount, .livewire-add-review, .recipe-also-like, .related-posts, .auth-required {
    display: none !important;
  }

  /* Сделать фон белым и текст чёрным */
  body, .container {
    background: #fff !important;
    color: #000 !important;
  }

  /* Убрать тени, рамки, лишние отступы */
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* Подогнать ширину */
  .container, .sixteen.columns, .eight.columns, .four.columns {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Увеличить шрифт для печати */
  body {
    font-size: 14pt !important;
  }
}
/* Cross-browser search input and placeholder fixes */
input[type=search], .product-search-input {
  box-sizing: border-box;
  height: 45px;
  padding: 0 20px;
  font-size: 1.1em;
  font-weight: bold;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  color: #333;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border 0.2s;
}

input[type=search]:focus, .product-search-input:focus {
  border: 1.5px solid #01438f;
}

/* Placeholder cross-browser */
input[type=search]::-moz-placeholder, .product-search-input::-moz-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}
input[type=search]:-ms-input-placeholder, .product-search-input:-ms-input-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}
input[type=search]::placeholder,
.product-search-input::placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

input[type=search]::-webkit-input-placeholder,
.product-search-input::-webkit-input-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

input[type=search]:-ms-input-placeholder,
.product-search-input:-ms-input-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

input[type=search]::-ms-input-placeholder,
.product-search-input::-ms-input-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

input[type=search]::-moz-placeholder,
.product-search-input::-moz-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

input[type=search]:-moz-placeholder,
.product-search-input:-moz-placeholder {
  color: #aaa;
  font-weight: bold;
  opacity: 1;
}

.ingredients-list .twelve.columns {
  width: 100% !important;
}

.recipe-also-like h3,
.recipe-box-content h3 {
  height: 40px !important;
}

.search-form-sidebar .search-form {
  padding-bottom: 60px !important;
}

.shop .container h4 {
  padding: 20px 0 !important;
}

.ingredients-new-style {
  font-size: 16px;
}

.container-custom-recipe .directions {
  font-size: 16px;
}

.container-custom-recipe .wishlist-icon {
  width: 30px;
  height: 35px;
}

/* Custom Pagination Styles */
.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  gap: 5px;
}

.custom-pagination .page-item {
  margin: 0 2px;
}

.custom-pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.custom-pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #007bff;
  color: #007bff;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-pagination .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
}

.custom-pagination .page-item.disabled .page-link {
  background-color: #f8f9fa;
  border-color: #e0e0e0;
  color: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

.custom-pagination .page-link i {
  font-size: 12px;
}

/* Search Results Info Styles */
.search-info {
  text-align: center;
  margin-bottom: 20px;
}

.search-info p {
  color: #6c757d;
  font-size: 14px;
  margin: 0;
}

/* Per Page Selector Styles */
.per-page-selector {
  text-align: center;
  margin-bottom: 20px;
}

.per-page-selector form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.per-page-selector label {
  font-weight: 500;
  color: #333;
  margin: 0;
}

.per-page-selector select {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.per-page-selector select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Responsive Pagination */
@media (max-width: 768px) {
  .custom-pagination {
    flex-wrap: wrap;
    gap: 3px;
  }

  .custom-pagination .page-link {
    min-width: 35px;
    height: 35px;
    padding: 6px 8px;
    font-size: 13px;
  }

  .per-page-selector form {
    flex-direction: column;
    gap: 5px;
  }

  .per-page-selector label {
    font-size: 13px;
  }

  .per-page-selector select {
    font-size: 13px;
    padding: 4px 8px;
  }

  #desktop-header {
    display: none;
  }

  #mobile-header {
    display: block;
  }

  #header {
    padding-bottom: 0px;
  }

  #mobile-header {
    width: 100vw;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 100;
    /* Панель поиска — скрыта по умолчанию, выезжает по клику */
  }
  #mobile-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #01438f 50%, transparent 100%);
    opacity: 0.3;
  }
  #mobile-header .row {
    margin-bottom: 0;
    padding: 17px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mobile-header .col-4 {
    width: 33.3333333333%;
  }
  #mobile-header .burger-menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #mobile-header .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile-header .logo-container .logo {
    width: auto;
    height: 40px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  }
  #mobile-header .logo-container .logo:hover {
    transform: scale(1.05);
  }
  #mobile-header .logo-container .logo img {
    transition: filter 0.3s ease;
  }
  #mobile-header .locale-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
  }
  #mobile-header .locale-container .mobile-search-btn {
    width: 42px;
    height: 37px;
    border: 1px solid rgba(1, 67, 143, 0.25);
    border-radius: 8px;
    background: #fff !important;
    color: #01438f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    position: relative;
  }
  #mobile-header .locale-container .mobile-search-btn i {
    font-size: 18px;
    color: #01438f !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    transition: opacity 0.2s ease;
  }
  #mobile-header .locale-container .mobile-search-btn i.fa-search:before {
    content: "\F002";
    color: #01438f;
  }
  #mobile-header .locale-container .mobile-search-btn i.fa-times:before {
    content: "\F00D";
    color: #01438f;
  }
  #mobile-header .locale-container .mobile-search-btn .mobile-search-icon-search {
    opacity: 1;
  }
  #mobile-header .locale-container .mobile-search-btn .mobile-search-icon-close {
    opacity: 0;
  }
  #mobile-header .locale-container .mobile-search-btn.active .mobile-search-icon-search {
    opacity: 0;
  }
  #mobile-header .locale-container .mobile-search-btn.active .mobile-search-icon-close {
    opacity: 1;
  }
  #mobile-header .locale-container .mobile-search-btn:hover {
    background: rgba(1, 67, 143, 0.08) !important;
    border-color: #01438f;
    box-shadow: 0 2px 8px rgba(1, 67, 143, 0.2);
    transform: translateY(-1px);
  }
  #mobile-header .locale-container .mobile-search-btn:hover i {
    color: #01438f;
  }
  #mobile-header .locale-container .mobile-search-btn.active {
    background: rgba(1, 67, 143, 0.12) !important;
    border-color: #01438f;
  }
  #mobile-header .locale-container .mobile-search-btn.active i {
    color: #01438f;
  }
  #mobile-header .locale-container .locale {
    position: relative;
  }
  #mobile-header .locale-container .locale .dropdown-toggle {
    background: #01438f !important;
    border: none;
    border-radius: 8px;
    padding: 8px 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-right: 0px;
  }
  #mobile-header .locale-container .locale .dropdown-toggle::after {
    content: "\F078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    margin-left: 0;
    font-size: 10px;
    transition: transform 0.3s ease;
  }
  #mobile-header .locale-container .locale .dropdown-toggle[aria-expanded=true] {
    background: linear-gradient(135deg, #00A4CA 0%, #01438f 100%);
    box-shadow: 0 4px 12px rgba(1, 67, 143, 0.35);
    transform: translateY(-1px);
  }
  #mobile-header .locale-container .locale .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  #mobile-header .locale-container .locale .dropdown-toggle:hover {
    background: linear-gradient(135deg, #00A4CA 0%, #01438f 100%);
    box-shadow: 0 4px 12px rgba(1, 67, 143, 0.35);
    transform: translateY(-1px);
  }
  #mobile-header .locale-container .locale .dropdown-toggle:active {
    transform: translateY(0);
  }
  #mobile-header .locale-container .locale .dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px;
    margin-top: 8px;
    width: 43px;
    background: #fff;
    overflow: hidden;
  }
  #mobile-header .locale-container .locale .dropdown-menu > li {
    padding: 10px 13px;
  }
  #mobile-header .locale-container .locale .dropdown-menu .dropdown-item {
    padding: 0;
    border-radius: 6px;
    font-weight: 500;
    color: #333;
    transition: all 0.2s ease;
    margin-bottom: 4px;
  }
  #mobile-header .locale-container .locale .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
  }
  #mobile-header .locale-container .locale .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #f0f7ff 0%, #e3f2fd 100%);
    color: #01438f;
    transform: translateX(4px);
  }
  #mobile-header .locale-container .locale .dropdown-menu .dropdown-item:active {
    background: linear-gradient(135deg, #01438f 0%, #00A4CA 100%);
    color: #fff;
  }
  #mobile-header .burger-btn {
    background: transparent;
    border-radius: 8px;
    padding: 3px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45px;
    height: 33px;
    z-index: 999997;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #mobile-header .burger-btn:hover {
    background: rgba(1, 67, 143, 0.15);
    box-shadow: 0 4px 12px rgba(1, 67, 143, 0.25);
    transform: scale(1.05);
  }
  #mobile-header .burger-btn:active {
    transform: scale(0.95);
  }
  #mobile-header .burger-btn .burger-line {
    display: block;
    width: 100%;
    height: 6px;
    background: #01438f;
    border-radius: 3px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
  }
  #mobile-header .burger-btn.active .burger-line {
    background: linear-gradient(90deg);
  }
  #mobile-header .burger-btn.active .burger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
  }
  #mobile-header .burger-btn.active .burger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
  }
  #mobile-header .burger-btn.active .burger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
  }
  #mobile-header .mobile-header-search {
    display: none;
    max-height: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    border-top: 1px solid transparent;
    box-sizing: border-box;
    transition: max-height 0.35s ease-out, border-color 0.25s ease;
  }
  #mobile-header .mobile-header-search.is-open {
    display: block;
    max-height: 120px;
    border-top-color: rgba(1, 67, 143, 0.12);
  }
  #mobile-header .mobile-header-search .container-fluid {
    padding: 12px 15px 16px;
    transition: padding 0.35s ease;
  }
  #mobile-header .mobile-header-search:not(.is-open) .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
  }
  #mobile-header .mobile-header-search .widget.search-form {
    margin: 0;
  }
  #mobile-header .mobile-header-search .search {
    position: relative;
  }
  #mobile-header .mobile-header-search .search input {
    padding: 12px 50px 12px 14px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
  }
  #mobile-header .mobile-header-search .search button {
    height: 44px;
    border-radius: 0 8px 8px 0;
    background-color: #01438f;
  }
  #mobile-header .mobile-header-search .search button:hover {
    background-color: #013070;
  }

  /* Скрыть поиск в сайдбаре и в titlebar на мобильной */
  .search-form-sidebar {
    display: none !important;
  }

  #titlebar .widget.search-form {
    display: none !important;
  }

  .recipeBackground {
    display: none;
  }

  .container-custom-recipe {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .container-custom-recipe .twelve.columns {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .container-custom-recipe .alignment {
    top: 30px;
    padding: 0 15px;
  }
  .container-custom-recipe .alignment .recipe-header {
    padding: 20px 10px 0 10px;
  }
  .container-custom-recipe .alignment .recipe-header:before {
    top: 0;
    right: 0;
    border-width: 0;
  }
  .container-custom-recipe .alignment .recipe-header:after {
    top: 0;
    display: none;
  }
  .container-custom-recipe .alignment .recipe-header h2 {
    line-height: 25px;
    padding-bottom: 10px;
  }
  .container-custom-recipe .alignment .recipe-header .alignment-title {
    padding-right: 10px;
  }
  .container-custom-recipe .alignment .recipeSlider {
    height: auto;
  }
  .container-custom-recipe .alignment .recipe-details {
    background-color: #f8f8f8;
    padding: 0px 10px 0px 10px;
    z-index: 99;
    position: relative;
    margin: 0;
  }
  .container-custom-recipe .alignment .recipe-details ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .container-custom-recipe .alignment .recipe-details ul li {
    border-right: none;
    margin: 0;
    padding: 10px 2px;
  }
  .container-custom-recipe .alignment .recipe-videos {
    margin-top: 30px;
  }
  .container-custom-recipe .alignment .ingredients-new-style-container .ingredients-new-style {
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0;
    width: 75%;
  }
  .container-custom-recipe .alignment .directions-wrapper ol.directions > li:last-child {
    margin-bottom: 0;
  }
  .container-custom-recipe .alignment .related-posts .recipe-box {
    width: 100%;
  }
  .container-custom-recipe .sidebar-container .container-custom {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .container-custom-recipe .sidebar-container .container-custom .sidebar-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 15px 30px 15px;
  }

  .login-container {
    width: 93%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  #titlebar {
    width: 100%;
    box-sizing: border-box;
  }
  #titlebar .container {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #titlebar .container .eight.columns {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #titlebar .container .wrap-breadcrumbs {
    width: 100%;
    box-sizing: border-box;
  }
  #titlebar .container .six.columns {
    width: 100%;
    box-sizing: border-box;
  }

  .container-wrapper-custom {
    width: 100%;
    padding: 0 15px;
  }

  .container .four.columns {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 15px;
  }
}
/* Related posts: two cards in a row on mobile */
@media (max-width: 768px) {
  .related-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }

  .related-posts .recipe-box {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  .container .sixteen.columns {
    width: 100% !important;
  }

  .recipe-box-content {
    padding: 8px 8px;
  }

  .ingr-custom-wrap .thumbnail-holder .recipe-box a img {
    height: auto !important;
  }

  .ingr-custom-wrap {
    gap: 10px;
  }

  .recipe-box a img {
    height: 120px !important;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(1, 67, 143, 0.4) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 999997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay #breadcrumbs {
  padding-left: 15px !important;
}

@media (max-width: 767px) {
  #slider-prev,
#slider-next {
    z-index: 1 !important;
  }

  body.mobile-menu-open #slider-prev,
body.mobile-menu-open #slider-next {
    z-index: 1 !important;
  }
}
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85vw;
  height: 100vh;
  height: 100dvh;
  /* для iOS - динамическая высота экрана */
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
  z-index: 999998;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.mobile-sidebar.active {
  transform: translateX(0);
}
.mobile-sidebar .mobile-sidebar-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}
.mobile-sidebar .mobile-sidebar-scroll::-webkit-scrollbar {
  width: 6px;
}
.mobile-sidebar .mobile-sidebar-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.mobile-sidebar .mobile-sidebar-scroll::-webkit-scrollbar-thumb {
  background: #01438f;
  border-radius: 3px;
}
.mobile-sidebar .mobile-sidebar-scroll::-webkit-scrollbar-thumb:hover {
  background: #00A4CA;
}
.mobile-sidebar .mobile-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
}
.mobile-sidebar .mobile-sidebar-header .mobile-sidebar-logo img {
  max-width: 130px;
  height: auto;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.mobile-sidebar .mobile-sidebar-header .mobile-sidebar-logo:hover img {
  transform: scale(1.05);
}
.mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #01438f;
  font-size: 35px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
  transform: rotate(90deg) scale(1.1);
}
.mobile-sidebar .mobile-sidebar-header .mobile-sidebar-close:active {
  transform: rotate(90deg) scale(0.95);
}
.mobile-sidebar .mobile-sidebar-nav {
  flex: 1;
  padding: 13px 0;
}
.mobile-sidebar .mobile-sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 12px;
}
.mobile-sidebar .mobile-sidebar-nav ul li {
  margin: 0 0 4px 0;
}
.mobile-sidebar .mobile-sidebar-nav ul li a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid transparent;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.mobile-sidebar .mobile-sidebar-nav ul li a span {
  font-size: 18px !important;
}
.mobile-sidebar .mobile-sidebar-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  transform: scaleY(0);
  transition: transform 0.3s ease;
  transform-origin: bottom;
}
.mobile-sidebar .mobile-sidebar-nav ul li a i {
  width: 28px;
  margin-right: 14px;
  font-size: 20px;
  color: #01438f;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-sidebar .mobile-sidebar-nav ul li a span {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.mobile-sidebar .mobile-sidebar-nav ul li a:hover {
  color: #01438f;
  transform: translateX(4px);
}
.mobile-sidebar .mobile-sidebar-nav ul li a:hover::before {
  transform: scaleY(1);
}
.mobile-sidebar .mobile-sidebar-nav ul li a:hover i {
  transform: scale(1.15);
  color: #00A4CA;
}
.mobile-sidebar .mobile-sidebar-nav ul li a:active {
  transform: translateX(2px);
}
.mobile-sidebar .mobile-sidebar-nav ul li.active a {
  color: #01438f;
  font-weight: 600;
}
.mobile-sidebar .mobile-sidebar-nav ul li.active a::before {
  transform: scaleY(1);
}
.mobile-sidebar .mobile-sidebar-nav ul li.active a i {
  transform: scale(1.1);
}
.mobile-sidebar .mobile-sidebar-lenten {
  padding-bottom: 20px;
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 12px;
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-nav li {
  margin: 0 0 2px 0;
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-nav li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #404040;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.2s ease;
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-nav li a:hover {
  color: #01438f;
  background: rgba(1, 67, 143, 0.06);
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-nav li.active a {
  color: #01438f;
  font-weight: 600;
  background: rgba(1, 67, 143, 0.08);
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.mobile-sidebar .mobile-sidebar-lenten .mobile-sidebar-lenten-icon {
  width: 28px;
  height: 28px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.mobile-sidebar .mobile-sidebar-user {
  border-top: 2px solid rgba(1, 67, 143, 0.1);
  padding: 20px 16px;
  background: linear-gradient(180deg, rgba(1, 67, 143, 0.03) 0%, transparent 100%);
  margin-top: auto;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-info {
  margin-bottom: 20px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(1, 67, 143, 0.05) 0%, rgba(0, 164, 202, 0.05) 100%);
  border-radius: 12px;
  border: 1px solid rgba(1, 67, 143, 0.1);
  border-bottom: 2px solid rgba(1, 67, 143, 0.15);
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-info .mobile-sidebar-user-name {
  font-size: 17px;
  font-weight: 700;
  color: #01438f;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-info .mobile-sidebar-user-name::before {
  content: "\F007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  color: #00A4CA;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-info .mobile-sidebar-user-email {
  font-size: 14px;
  color: #666;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-info .mobile-sidebar-user-email::before {
  content: "\F0E0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #999;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  border: 1px solid transparent;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item i {
  width: 28px;
  margin-right: 14px;
  font-size: 18px;
  color: #01438f;
  transition: all 0.3s ease;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item span {
  font-size: 15px;
  font-weight: 500;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item:hover {
  background: linear-gradient(90deg, rgba(1, 67, 143, 0.1) 0%, rgba(0, 164, 202, 0.08) 100%);
  color: #01438f;
  transform: translateX(4px);
  border-color: rgba(1, 67, 143, 0.2);
  box-shadow: 0 2px 8px rgba(1, 67, 143, 0.1);
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item:hover i {
  transform: scale(1.15);
  color: #00A4CA;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item.mobile-sidebar-logout {
  color: #dc3545;
  background: linear-gradient(90deg, rgba(220, 53, 69, 0.05) 0%, rgba(200, 35, 51, 0.05) 100%);
  border: 1px solid rgba(220, 53, 69, 0.2);
  width: auto;
  padding: 8px 30px;
  text-align: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item.mobile-sidebar-logout span {
  font-size: 15px;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item.mobile-sidebar-logout i {
  color: #dc3545;
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item.mobile-sidebar-logout:hover {
  background: linear-gradient(90deg, rgba(220, 53, 69, 0.12) 0%, rgba(200, 35, 51, 0.1) 100%);
  color: #c82333;
  border-color: rgba(220, 53, 69, 0.3);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.15);
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-user-item.mobile-sidebar-logout:hover i {
  color: #c82333;
  transform: scale(1.15);
}
.mobile-sidebar .mobile-sidebar-user .mobile-sidebar-user-menu .mobile-sidebar-logout-form {
  margin: 12px 0 0;
  display: flex;
  justify-content: center;
}
.mobile-sidebar .mobile-sidebar-auth {
  border-top: 2px solid rgba(1, 67, 143, 0.1);
  padding: 20px 16px;
  margin-top: auto;
}
.mobile-sidebar .mobile-sidebar-auth .mobile-sidebar-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: #01438f;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(1, 67, 143, 0.3);
  border: 2px solid transparent;
}
.mobile-sidebar .mobile-sidebar-auth .mobile-sidebar-login-btn i {
  margin-right: 10px;
  font-size: 18px;
  transition: transform 0.3s ease;
}
.mobile-sidebar .mobile-sidebar-auth .mobile-sidebar-login-btn:hover {
  background: linear-gradient(135deg, #00A4CA 0%, #01438f 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(1, 67, 143, 0.4);
  border-color: rgba(255, 255, 255, 0.3);
}
.mobile-sidebar .mobile-sidebar-auth .mobile-sidebar-login-btn:hover i {
  transform: translateX(4px);
}
.mobile-sidebar .mobile-sidebar-auth .mobile-sidebar-login-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(1, 67, 143, 0.3);
}
.mobile-sidebar .mobile-sidebar-social {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 20px 16px;
  margin: 0 0 10px 0;
}
.mobile-sidebar .mobile-sidebar-social .widget {
  margin: 0;
}
.mobile-sidebar .mobile-sidebar-social ul.share-buttons {
  justify-content: center;
  margin: 0;
  padding: 0;
}
.mobile-sidebar .mobile-sidebar-social ul.share-buttons li {
  float: none;
  margin: 0 5px 0 0;
}
.mobile-sidebar .mobile-sidebar-social ul.share-buttons li:before {
  font-size: 18px !important;
}

body.mobile-menu-open {
  overflow: hidden;
}

#breadcrumbs ul li:first-child:after {
  content: "\F105" !important;
  margin: 0 0 0 9px !important;
}

.menu-icon-sidebar {
  display: flex;
  align-items: center;
}

.icon-wrap-sidebar {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
}

#chat-widget {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 9999;
}

@media (max-width: 767px) {
  #chat-widget #chat-fab {
    display: none !important;
  }
}
#chat-fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: #00A4CA;
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
}

#chat-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  background: #008aa9;
}

#chat-fab:active {
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

#chat-modal {
  position: fixed;
  right: 20px;
  bottom: 88px;
  width: 360px;
  max-width: calc(100vw - 40px);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
}

#chat-modal.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-window {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  display: flex;
  flex-direction: column;
  height: 520px;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 12px 12px 14px;
  background: #01438f;
  color: #fff;
}

.chat-header .agent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat-header .agent-info {
  line-height: 1.1;
}

.chat-header .agent-name {
  font-weight: 700;
  font-size: 14px;
}

.chat-header .agent-status {
  font-size: 12px;
  opacity: 0.9;
}

.chat-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}

.chat-close:hover {
  background: #01438f;
  scale: 1.1;
}

.chat-body {
  flex: 1;
  background: #f7f7f7;
  padding: 12px;
  overflow: auto;
}

.chat-messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.msg {
  max-width: 85%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.35;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.msg.agent {
  background: #ffffff;
  border-top-left-radius: 4px;
}

.msg.user {
  background: #dcf8c6;
  margin-left: auto;
  border-top-right-radius: 4px;
}

.msg .time {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  opacity: 0.6;
}

.chat-input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #eee;
  background: #fff;
}

.chat-input input[type=text] {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.15s ease;
}

.chat-input input[type=text]:focus {
  border-color: #01438f;
}

.chat-input button[type=submit] {
  border: 0;
  background: #01438f;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
}

@media (max-height: 640px) {
  .chat-window {
    height: 70vh;
  }
}
.menu-icon-sidebar {
  display: flex;
  align-items: center;
}

.icon-wrap-sidebar {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
}

.interactive-rating {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 86px;
  height: 18px;
}

.interactive-rating .rating {
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.interactive-rating .star-hover-rating {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.interactive-rating .star-interactive {
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 18px;
  z-index: 20;
  display: flex;
}

.interactive-rating .star-interactive .star {
  flex: 1;
  height: 100%;
  cursor: pointer;
  position: relative;
}

.recipe-header .interactive-rating {
  width: 100px;
  height: 20px;
}

.recipe-header .interactive-rating .rating,
.recipe-header .interactive-rating .star-hover-rating {
  width: 100px;
  height: 20px;
}

.recipe-header .interactive-rating .star-interactive {
  width: 100px;
  height: 20px;
}

.instagram-video-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
  min-height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.instagram-video-wrapper iframe {
  max-width: 740px;
  width: 100%;
  min-width: 326px;
  border: 0;
  display: block;
  min-height: 700px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .instagram-video-wrapper {
    min-height: 380px;
  }

  .instagram-video-wrapper iframe {
    min-height: 380px;
  }
}
/* Facebook video iframe wrapper */
.facebook-iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.facebook-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.overflow-hidden {
  overflow: hidden !important;
}

@media (min-width: 769px) {
  #mobile-header {
    display: none;
  }
}
.container-fluid {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
}

@media (max-width: 767px) {
  html body #slider-prev,
html body #slider-next {
    z-index: 1 !important;
  }

  html body.mobile-menu-open #slider-prev,
html body.mobile-menu-open #slider-next {
    z-index: 1 !important;
  }

  html body.mobile-menu-open #homeSlider,
html body.mobile-menu-open .royalSlider {
    z-index: 1 !important;
  }
}
/* Mobile bottom navigation menu */
.mobile-bottom-menu {
  display: none;
}

@media (max-width: 767px) {
  .mobile-bottom-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    z-index: 990;
    background: #fff;
    box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.08);
    border-top: 1px solid rgba(1, 67, 143, 0.1);
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .mobile-bottom-menu__list {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    margin: 0;
    padding: 8px 0 8px;
    list-style: none;
    max-width: 100%;
  }

  .mobile-bottom-menu__item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
  }

  .mobile-bottom-menu__link,
.mobile-bottom-menu__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
    text-decoration: none;
    color: #707070;
    font-size: 10px;
    font-weight: 500;
    transition: color 0.2s ease;
    background: none;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: inherit;
  }
  .mobile-bottom-menu__link i,
.mobile-bottom-menu__btn i {
    font-size: 25px;
    margin-bottom: 2px;
    display: block;
  }
  .mobile-bottom-menu__link:hover, .mobile-bottom-menu__link:focus,
.mobile-bottom-menu__btn:hover,
.mobile-bottom-menu__btn:focus {
    color: #01438f;
  }

  .mobile-bottom-menu__item.active .mobile-bottom-menu__link {
    color: #01438f;
  }

  /* Chat FAB in bottom panel - same style as floating button */
  .mobile-bottom-menu__item--chat {
    flex: 0 0 auto;
  }

  .mobile-bottom-menu__chat-fab {
    width: 55px;
    height: 55px;
    min-width: 55px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #00A4CA;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 164, 202, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.2s ease;
    padding: 0;
    margin-bottom: 0 10px;
  }

  .mobile-bottom-menu__chat-fab:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 164, 202, 0.5);
    background: #008aa9;
  }

  .mobile-bottom-menu__chat-fab:active {
    transform: translateY(0);
  }

  body {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .mobile-bottom-menu {
    display: none !important;
  }

  body {
    padding-bottom: 0;
  }
}
/* Home: 6 recipe categories — only on mobile, below slider */
.home-mobile-categories {
  display: none;
}

@media (max-width: 767px) {
  .home-mobile-categories {
    display: block;
    padding: 20px 0 0 0;
    background: #fff;
  }

  .home-mobile-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 -4px;
    padding-top: 20px;
  }

  .home-mobile-categories__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    border-radius: 12px;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .home-mobile-categories__item:hover, .home-mobile-categories__item:focus {
    background: rgba(1, 67, 143, 0.08);
    color: #01438f;
  }

  .home-mobile-categories__img-wrap {
    display: block;
    position: relative;
    width: 116px;
    height: 87px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 10px;
  }
  .home-mobile-categories__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }

  .home-mobile-categories__name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2;
    padding: 6px 4px 4px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
  }
}
#desktop-header {
  padding: 0px !important;
}