@charset "UTF-8";
/*
Theme Name: Hellen
Theme URI: https://themeforest.net/item/hellen-responsive-multipurpose-theme/18225458
Author: WiThemes
Author URI: https://withemes.com
Description: Modern & Minimalist Multi-Purpose WordPress Theme
Version: 1.3.3
Text Domain: hellen
License:
License URI:
Tags: two-columns, right-sidebar, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Table of contents
 *
 * 1 - bourbon framework
 * 2 - media queries framework
 *
 * THIRD PARTY PLUGINS
 * 3 - font awesome
 * 4 - hellen icons
 * 5 - royalSlider
 * 6 - flexslider
 * 7 - Magnific Popup Lightbox
 * 8 - Tipsy Tooltip
 
 * COMMON ELEMENTS
 * 9 - reset style
 * 10 - common elements
 * 11 - typography

 * COMPONENTS
 * 12 - layout
 * 13 - header
 * 14 - widgets
 * 15 - footer
 * 16 - lightbox
 * 17 - blog & single post
 * 18 - content dock
 * 19 - plugin compatibility: revslider, contact form 7, mailchimp
 * 20 - woocommerce
 *
 * 21 - Responsive
 */
/*!
 *  Font Awesome 4.7.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("css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("css/vendor/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype");
  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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

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

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

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

.fa-money:before {
  content: ""; }

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

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

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

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

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: 'Hellen-Custom-Font';
  src: url("css/vendor/hlicons/Hellen-Custom-Font.ttf?usfsgj") format("truetype"), url("css/vendor/hlicons/Hellen-Custom-Font.woff?usfsgj") format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="hlicon-"], blockquote:before, [class*=" hlicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Hellen-Custom-Font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hlicon-bubble:before {
  content: ""; }

.hlicon-quotes-left:before {
  content: ""; }

.hlicon-heart:before {
  content: ""; }

.hlicon-mail:before {
  content: ""; }

.hlicon-quote:before {
  content: ""; }

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  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;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  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: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-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: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .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 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(images/grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(images/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); }

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  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: 1045; }

.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.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: #000; }

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto; }

.mfp-figure {
  line-height: 0; }

.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.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@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; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .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; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.tipsy {
  position: absolute;
  padding: 5px;
  z-index: 100000;
  font-weight: 400; }

.tipsy-inner {
  background-color: rgba(0, 0, 0, 0.95);
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  font-size: 1em; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed rgba(0, 0, 0, 0.95); }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-s {
  border-top-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-e {
  border-left-color: rgba(0, 0, 0, 0.95); }

.tipsy-arrow-w {
  border-right-color: rgba(0, 0, 0, 0.95); }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

.image-fadein {
  -webkit-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  opacity: 0;
  visibility: hidden; }
  .image-fadein.loaded {
    opacity: 1;
    visibility: visible; }

/* Useful classes
--------------------- */
.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.uppercase {
  text-transform: uppercase; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.thin {
  font-weight: 100; }

.light {
  font-weight: 300; }

.bold {
  font-weight: 700; }

.regular {
  font-weight: 400; }

.semibold {
  font-weight: 600; }

.spacing-half {
  letter-spacing: .5px; }

.spacing-1 {
  letter-spacing: 2px; }

.spacing-2 {
  letter-spacing: 2px; }

.spacing-3 {
  letter-spacing: 3px; }

.spacing-4 {
  letter-spacing: 4px; }

.spacing-5 {
  letter-spacing: 5px; }

.spacing-6 {
  letter-spacing: 6px; }

.spacing-7 {
  letter-spacing: 7px; }

.spacing-8 {
  letter-spacing: 8px; }

.spacing-9 {
  letter-spacing: 9px; }

.spacing-10 {
  letter-spacing: 10px; }

.font-awesome, #nav > li.menu-item-has-children > a:after, #nav ul li.menu-item-has-children > a:after, .offcanvas-nav .menu > ul li > .indicator, .rsHellen .rsArrowIcn:before,
.rsHellen .rsThumbsArrowIcn:before, .post-navigation .nav-links > div:before, .hellen .tparrows:before {
  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; }

/* Accessibility
--------------------- */
.says,
.screen-reader-text,
.updated:not(.published) {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

/* Wraplink
--------------------- */
.wrap-link {
  outline: 0;
  border: 0;
  text-decoration: none;
  display: block;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20; }

/* SOCIAL LIST
----------------------------------------------- */
.social-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin: 0 -5px; }
.social-list li {
  display: block; }
.social-list a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: inherit;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  padding: 0 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  .social-list a:hover {
    color: inherit; }
  .social-list a i {
    display: block;
    line-height: inherit; }
.social-list.social-filled a {
  background: #333;
  color: #fff;
  margin: 0 3px; }
  .social-list.social-filled a:hover {
    background: #111;
    color: white; }

/* SEARCH FORM
----------------------------------------------- */
.search-form {
  max-width: 300px; }
  .search-form form {
    display: block;
    position: relative;
    margin: 0; }
  .search-form input[type="search"] {
    display: block;
    width: 100%; }
  .search-form button[type="submit"] {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: 0;
    font-size: 12px;
    color: #bababa;
    padding: 0;
    text-align: center;
    color: inherit;
    border: 0;
    outline: 0;
    background: none;
    box-shadow: none;
    border: 0; }
    .search-form button[type="submit"]:hover {
      color: #777; }
    .search-form button[type="submit"] i {
      display: block; }

/* BACKGROUND THUMBNAIL
----------------------------------------------- */
.bg-thumb {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden; }

.bg-thumb .bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.bg-thumb .height {
  display: block;
  padding-bottom: 75%; }

/* Jarallax
--------------------- */
.jarallax {
  background-color: transparent !important;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .jarallax[data-jarallax-video] {
    background-image: url(images/blank.gif); }
  .jarallax[data-jarallax-done="true"] {
    opacity: 1;
    visibility: visible;
    background-image: none !important;
    background-position: -9999px; }

[id^="jarallax-container"] > div {
  will-change: transform;
  background-attachment: scroll;
  -webkit-backface-visibility: hidden; }

/* Reset Flexslider
--------------------- */
.flexslider {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  background: none; }
  .flexslider .wpb_content_element,
  .flexslider blockquote {
    margin-bottom: 0; }

.flex-control-paging li a {
  position: relative;
  color: inherit;
  background: none;
  border: 0;
  opacity: .3;
  box-shadow: none;
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .flex-control-paging li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 4px;
    left: 4px;
    background: currentColor; }
  .flex-control-paging li a:hover {
    opacity: 1;
    background: none; }
    .flex-control-paging li a:hover:before {
      opacity: .5; }
  .flex-control-paging li a.flex-active {
    opacity: 1;
    background: none; }
    .flex-control-paging li a.flex-active:before {
      opacity: 1; }

.flex-control-nav {
  z-index: 20; }

/* Loading
--------------------------------------------- */
.cssload-container, .mfp-preloader, .blog-masonry .masonry-loader, .tp-loader.spinner0,
.tp-loader.spinner5, div.wpcf7 .ajax-loader {
  width: 40px;
  height: 40px;
  text-align: center; }

.cssload-speeding-wheel, .cssload-speeding-wheel-black, .blog-masonry .masonry-loader:before, div.wpcf7 .ajax-loader:before, .mfp-preloader:before, .tp-loader.spinner0:before,
.tp-loader.spinner5:before {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid white;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1100ms infinite linear;
  -o-animation: cssload-spin 1100ms infinite linear;
  -ms-animation: cssload-spin 1100ms infinite linear;
  -webkit-animation: cssload-spin 1100ms infinite linear;
  -moz-animation: cssload-spin 1100ms infinite linear; }

.cssload-speeding-wheel-black, .blog-masonry .masonry-loader:before, div.wpcf7 .ajax-loader:before {
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Box Sizing
--------------------- */
html,
input[type="search"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

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

/* General
--------------------- */
html {
  font-size: .625em;
  /* To make sure that 1rem = 10px */ }

.font-antialiased, .rsHellen .rsArrowIcn:before,
.rsHellen .rsThumbsArrowIcn:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
  font-style: normal; }

figure {
  display: block; }

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

strong,
b {
  font-weight: 600; }

.hide {
  display: none !important; }

/* Margin
--------------------- */
p, h1, h2, h3, h4, h5, h6, blockquote, table, figure, ul, ol, dl, pre, address, .media-container {
  margin: 0 0 20px; }

figure {
  margin: 0 0 20px; }

/* Headings
--------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: Oswald, sans-serif;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
  text-transform: uppercase; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 32px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

/* Link
--------------------- */
a {
  text-decoration: none;
  color: #db4a37;
  cursor: pointer; }

a:focus {
  outline: dotted thin; }

/* List
--------------------- */
ul {
  list-style: disc; }

/* Media
--------------------- */
iframe {
  display: block;
  width: 100%;
  border: 0;
  outline: 0; }

/* Blockquote
--------------------- */
blockquote {
  margin: 0 auto 20px;
  min-width: 100px;
  max-width: 800px;
  font-size: 20px;
  line-height: 1.6;
  position: relative;
  z-index: 20;
  text-align: center;
  border: 0;
  font-weight: 400;
  font-family: georogia, serif;
  padding-top: 30px; }
  blockquote.quote-left {
    text-align: left; }
    blockquote.quote-left:before {
      left: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  blockquote.quote-right {
    text-align: right; }
    blockquote.quote-right:before {
      left: auto;
      right: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  blockquote p {
    margin: 0 0 10px; }
  blockquote *:last-child {
    margin-bottom: 0; }
  blockquote:before {
    content: "";
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    display: block;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  blockquote cite,
  blockquote em {
    font-size: 12px;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    display: block;
    margin-top: 2em; }
    blockquote cite:before, blockquote cite:after,
    blockquote em:before,
    blockquote em:after {
      content: "\2014";
      margin: 0 5px;
      font-family: sans-serif; }
    blockquote cite a,
    blockquote em a {
      color: inherit;
      outline: 0; }
  blockquote.align-left {
    float: left;
    width: 400px;
    max-width: 100%;
    margin: 0 2em 0 0; }
  blockquote.align-right {
    float: right;
    max-width: 100%;
    width: 400px;
    margin: 0 0 0 2em; }

/* Table
--------------------- */
table {
  width: 100%;
  border-collapse: collapse; }

th,
td {
  border: 1px solid #ccc;
  padding: 8px 16px;
  text-align: left; }

th {
  font-family: Oswald, sans-serif; }

/* Misc
--------------------- */
address {
  font-style: italic;
  margin: 0 0 1.6em; }

hr {
  border-top: 1px solid;
  border-bottom: 0;
  margin: 1em 0; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

mark {
  background: #ffd;
  padding: 0 5px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  display: block;
  max-width: 100%;
  width: 400px;
  padding: 0 12px;
  line-height: 36px;
  font-size: 13px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .6; }
  input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
    color: inherit;
    opacity: .6; }
  input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder {
    color: inherit;
    opacity: .6; }
  input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .6; }

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  border-color: #aaa;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }

textarea {
  width: 100%;
  height: 8em;
  line-height: 1.6;
  padding-top: .5em;
  padding-bottom: .5em; }

select {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  padding: 0 12px;
  width: 100%;
  max-width: 100%;
  display: block;
  position: relative; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.hellen-btn {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 42px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  border: 0;
  padding: 0 1.4em;
  color: #fff;
  background: #db4a37;
  text-align: center;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,
.hellen-btn:hover {
  color: white; }

/* Image
--------------------- */
.alignleft {
  display: block;
  float: left;
  margin: .5em 2em 2em 0; }

.alignright {
  display: block;
  float: right;
  margin: .5em 0 2em 2em; }

.aligncenter {
  display: block;
  text-align: center;
  clear: both;
  float: none;
  margin: 1em 0;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  display: block;
  margin: 1.5em 0; }

.wp-caption {
  max-width: 100%;
  position: relative; }
  .wp-caption a {
    outline: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: inherit; }
    .wp-caption a:hover {
      color: inherit;
      border-bottom-color: transparent; }
  .wp-caption img {
    display: block; }

.wp-caption-text {
  font-size: .85em;
  margin: 8px 0 0;
  line-height: 1.5; }

/* Gallery
--------------------- */
.gallery::after {
  clear: both;
  content: "";
  display: table; }

.gallery {
  margin: -1em -.5em 1em;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }

.gallery-item {
  display: block;
  padding: 1em .5em 0;
  text-align: center;
  margin: 0; }

.gallery-item:hover {
  opacity: .85; }

.gallery-item a:focus {
  outline: none; }

.gallery-caption {
  display: none; }

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

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33.33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.66%; }

.gallery-columns-7 .gallery-item {
  width: 14.28%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

/* Video
------------------------------- */
.wpb_video_wrapper, .video-container {
  position: relative;
  background: #000; }
  .wpb_video_wrapper .video-thumb, .video-container .video-thumb {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .wpb_video_wrapper .video-play-btn, .video-container .video-play-btn {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 20px;
    z-index: 2;
    text-align: center;
    color: white;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
    .wpb_video_wrapper .video-play-btn:hover, .video-container .video-play-btn:hover {
      background: none;
      color: white;
      border: 0; }
    .wpb_video_wrapper .video-play-btn i, .video-container .video-play-btn i {
      display: block;
      line-height: inherit; }
  .wpb_video_wrapper iframe, .video-container iframe {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  .wpb_video_wrapper.video-loaded iframe, .video-container.video-loaded iframe {
    opacity: 1;
    visibility: visible; }
  .wpb_video_wrapper.video-loaded .video-thumb,
  .wpb_video_wrapper.video-loaded .video-play-btn, .video-container.video-loaded .video-thumb,
  .video-container.video-loaded .video-play-btn {
    opacity: 0;
    visibility: hidden; }

.video-container {
  padding-top: 56.25%; }
  .video-container > div {
    padding-top: 0 !important;
    position: static; }
  .video-container iframe,
  .video-container .embed-youtube {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

/* Base Grid
--------------------- */
.row {
  margin: 0 -2em;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col {
  display: block;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  padding: 0 2em;
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.3333333%; }

.col-2-3 {
  width: 66.6666666%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-2-5 {
  width: 40%; }

.col-3-5 {
  width: 60%; }

.col-4-5 {
  width: 80%; }

.col-1-6 {
  width: 16.6666666%; }

.col-5-6 {
  width: 83.3333333%; }

.col-1-7 {
  width: 14.2857143%; }

.col-1-8 {
  width: 12.5%; }

/* Container
--------------------- */
.container {
  width: 1080px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

/* Boxed Wide Layout
--------------------- */
body {
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  border: 0 solid; }

#page {
  position: relative;
  margin: 0 auto;
  z-index: 2999;
  overflow: hidden;
  min-height: 50vh; }

.layout-boxed #page {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 1200px;
  max-width: 100%; }

/* Page Layout
--------------------- */
#page-wrapper .container {
  display: block; }

#primary {
  width: 100%;
  max-width: 100%;
  min-width: 60%;
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 5em; }

.has-sidebar #primary {
  width: 74%;
  float: left;
  padding-right: 2em; }

#secondary {
  float: left;
  width: 26%;
  padding-top: 3em;
  padding-bottom: 5em; }

.sidebar-left #primary {
  float: right;
  padding-right: 0;
  padding-left: 2em; }
.sidebar-left #secondary {
  float: left; }

/* Page
--------------------- */
.fullwidth-thumbnail {
  margin: 0;
  display: block;
  position: relative; }

.fullwidth-thumbnail img {
  display: block;
  width: 100%;
  outline: 0; }

/* Titlebar
--------------------- */
#page-header {
  text-align: center; }
  #page-header .container {
    overflow: hidden; }

#page-title {
  margin: 0;
  font-size: 5em;
  letter-spacing: 2px;
  position: relative;
  display: inline-block; }
  #page-title:before, #page-title:after {
    position: absolute;
    content: "";
    display: block;
    width: 900px;
    border-top: 2px solid #777;
    border-bottom: 1px solid #ccc;
    height: 6px;
    top: 50%;
    margin-top: -3px; }
  #page-title:before {
    right: 100%;
    margin-right: 20px; }
  #page-title:after {
    left: 100%;
    margin-left: 20px; }

/* Archive Titlebar
------------------------ */
#archive-titlebar {
  padding: 2em 0; }
  #archive-titlebar .authorbox {
    margin: 0; }

.title-description {
  display: block;
  overflow: hidden; }

#archive-title {
  font-size: 1.1em;
  margin: 0; }

.archive-description > *:last-child {
  margin-bottom: 0; }
.archive-description .author-social-list {
  margin-top: 1em; }

/* Topbar
------------------------------------------------------ */
#topbar {
  display: block;
  height: 32px;
  background: #111;
  color: #bababa;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Oswald, sans-serif;
  letter-spacing: 2px;
  font-weight: 400; }
  #topbar .container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%; }
  #topbar .topbar-right {
    margin-left: auto; }
  #topbar .topbar-right {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    #topbar .topbar-right > * + * {
      display: block;
      margin-left: 2em; }

.topbar-text {
  line-height: 32px;
  margin: 0; }

#topbarnav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #topbarnav li {
    display: block;
    float: left; }
    #topbarnav li + li {
      margin-left: 2em; }
  #topbarnav a {
    color: inherit;
    display: block;
    outline: 0;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  #topbarnav > li:hover a,
  #topbarnav > li.current-menu-item a {
    color: #fff; }

#topbar-social .social-list a {
  color: inherit;
  font-size: 16px;
  padding: 0 4px;
  outline: 0;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  #topbar-social .social-list a:hover {
    color: #fff; }

/* Navigation
------------------------------------------------------ */
.hellen-notice {
  font-style: normal; }
  .hellen-notice a {
    color: inherit;
    text-decoration: underline; }
    .hellen-notice a:hover {
      text-decoration: none; }

#mobile-nav {
  display: none; }

#navbar {
  margin-left: auto; }

#nav,
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

#nav li {
  display: block;
  position: relative; }
#nav a {
  display: block; }

/* first level */
#nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  /* Submenu
  ------------------------ */
  /* Mega Menu
  ------------------------ */ }
  #nav > li {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  #nav > li + li {
    margin-left: 18px; }
  #nav > li > a {
    outline: 0;
    position: relative;
    display: block;
    line-height: 56px;
    color: #111;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
  #nav > li:hover > a,
  #nav > li.current-menu-item > a,
  #nav > li.current-menu-ancestor > a,
  #nav > li.active > a {
    color: #aaa; }
  #nav > li.menu-item-has-children > a:after {
    content: "\f107";
    margin-left: 6px; }
  #nav ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2000;
    text-align: left;
    width: 160px;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    display: none;
    margin-top: -1px;
    font-size: 11px;
    letter-spacing: 2px; }
    #nav ul ul {
      top: 0;
      left: 100%; }
    #nav ul > li + li > a {
      border-top: 1px solid #ccc; }
    #nav ul a {
      padding: 8px 20px;
      outline: 0;
      color: inherit;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      #nav ul a:hover {
        color: #db4a37;
        background: #fafafa; }
    #nav ul li.current-menu-item > a,
    #nav ul li.current-menu-ancestor > a,
    #nav ul li.active > a {
      color: #999; }
    #nav ul li.menu-item-has-children > a:after {
      content: "\f105";
      margin-left: 4px;
      position: absolute;
      right: 24px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: block; }
  #nav > li.mega.column-2 > ul {
    width: 400px; }
    #nav > li.mega.column-2 > ul > li {
      width: 50%; }
  #nav > li.mega.column-3 > ul {
    width: 600px; }
    #nav > li.mega.column-3 > ul > li {
      width: 33.33%; }
  #nav > li.mega.column-4 {
    position: static; }
    #nav > li.mega.column-4 > ul {
      width: 100%; }
      #nav > li.mega.column-4 > ul > li {
        width: 25%; }
  #nav > li.mega > ul {
    padding: 14px; }
    #nav > li.mega > ul ul {
      position: static;
      overflow: hidden;
      display: block !important;
      opacity: 1  !important;
      visibility: visible !important;
      border: 0;
      box-shadow: none;
      width: 100%; }
      #nav > li.mega > ul ul > li {
        float: right;
        width: 100%; }
      #nav > li.mega > ul ul a {
        border: 0;
        font-size: 11px;
        padding: 5px 20px; }
    #nav > li.mega > ul > li {
      position: static;
      display: block;
      float: none;
      display: table-cell; }
      #nav > li.mega > ul > li + li {
        border-left: 1px solid #eee; }
      #nav > li.mega > ul > li > a {
        color: #db4a37;
        border: 0; }
      #nav > li.mega > ul > li > a:after {
        display: none; }

/* Navigation Skin Dark
--------------------------- */
.nav-skin-dark #nav {
  /* Mega Menu
  ------------------------ */ }
  .nav-skin-dark #nav ul {
    border: 0;
    box-shadow: none;
    background: #111; }
    .nav-skin-dark #nav ul ul {
      margin-top: 0; }
    .nav-skin-dark #nav ul a {
      color: #999;
      border-color: #444; }
      .nav-skin-dark #nav ul a:hover {
        background: #222;
        color: #db4a37; }
    .nav-skin-dark #nav ul > li.current-menu-item > a,
    .nav-skin-dark #nav ul > li.current-menu-ancestor > a,
    .nav-skin-dark #nav ul > li.active > a {
      background: #222;
      color: #db4a37; }
  .nav-skin-dark #nav > li.mega > ul ul a {
    color: #aaa; }
  .nav-skin-dark #nav > li.mega > ul ul > li.current-menu-item > a,
  .nav-skin-dark #nav > li.mega > ul ul > li.current-menu-ancestor > a,
  .nav-skin-dark #nav > li.mega > ul ul > li.active > a,
  .nav-skin-dark #nav > li.mega > ul ul > li:hover > a {
    color: #ddd; }
  .nav-skin-dark #nav > li.mega > ul > li > a {
    background: none !important; }
  .nav-skin-dark #nav > li.mega > ul > li + li {
    border-left-color: #333; }

#masthead {
  padding: 28px 0;
  background-color: white;
  background-position: center;
  background-attachment: scroll; }
  #masthead .container {
    position: relative;
    z-index: 9999; }

#masthead-inner {
  position: relative; }

/* Header Inline
-------------------- */
.masthead-inline .container,
.masthead-center .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center; }

.masthead-inline #navbar {
  margin-left: auto; }

.masthead-center #navbar-inner {
  position: relative; }
.masthead-center .container {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/* Header Stack
-------------------- */
.masthead-stack .site-branding,
.masthead-stack .main-navigation {
  display: table;
  margin: 0 auto; }
.masthead-stack #navbar {
  margin-top: 20px; }

.masthead-stack #navbar,
.masthead-center #navbar {
  position: relative; }
.masthead-stack #header-search,
.masthead-center #header-search {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* Header Center
-------------------- */
.masthead-center .site-branding {
  display: block;
  position: relative;
  z-index: 100; }
  .masthead-center .site-branding a {
    display: block; }
.masthead-center .container {
  position: relative;
  z-index: 9999; }
.masthead-center #navbar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.masthead-center #nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out; }
  .masthead-center #nav > li + li {
    margin: 0; }
  .masthead-center #nav > li > a {
    padding: 0 9px; }
  .masthead-center #nav.repositioned {
    opacity: 1;
    visibility: visible; }

.site-branding {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .site-branding a {
    display: table;
    outline: 0;
    color: inherit; }
    .site-branding a:hover {
      color: inherit; }
  .site-branding img {
    display: block; }

.text-logo {
  font-family: Oswald, sans-serif;
  display: block;
  font-size: 2.2em;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  color: #111;
  text-transform: uppercase;
  white-space: nowrap; }

#logo img {
  display: block;
  width: 160px; }
#logo .logo-transparent {
  display: none; }

#navbar-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

.masthead-inline #navbar-inner > * + * {
  margin-left: 16px; }

#masthead-height {
  height: 112px;
  display: none; }

#masthead {
  display: block;
  text-align: center;
  position: static;
  top: -200px;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  transition: top 0.6s; }
  #masthead.before-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 3000;
    overflow: hidden;
    /* when user hovers the menu doesn't behave weird */ }
    #masthead.before-sticky.masthead-custom-color {
      border: 0; }
    #masthead.before-sticky + #masthead-height {
      display: block; }
    #masthead.before-sticky .container {
      height: 56px; }
  #masthead.is-sticky {
    top: 0;
    overflow: visible; }
  #masthead.masthead-inline.before-sticky #logo img {
    width: 80px; }
  #masthead.masthead-stack.before-sticky #navbar {
    margin-top: 0; }
  #masthead.masthead-center.before-sticky .site-branding {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  #masthead.masthead-center.before-sticky #navbar {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  #masthead.masthead-center.before-sticky .main-navigation {
    display: table;
    margin: 0 auto; }
  #masthead.masthead-center.before-sticky #nav {
    margin: 0 !important; }
    #masthead.masthead-center.before-sticky #nav > li {
      margin-left: 0 !important;
      margin-right: 0 !important; }

.admin-bar #masthead.is-sticky {
  top: 32px; }

/* Header Search
------------------------------------------------------ */
#header-search {
  margin: 0;
  padding: 0;
  z-index: 99;
  position: relative;
  width: 20px;
  height: 56px; }
  #header-search .search-icon {
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    color: inherit;
    outline: 0; }
    #header-search .search-icon:hover {
      color: #999; }
    #header-search .search-icon i {
      display: block;
      line-height: inherit;
      -webkit-transition: all 0.6s ease-out;
      -moz-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out; }
    #header-search .search-icon .fa-close {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      opacity: 0;
      visibility: hidden; }

.hover-search-form {
  left: auto;
  right: -10px; }
  .hover-search-form:before {
    left: auto;
    right: 16px; }

.hover-search-form {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: -16px;
  width: 240px;
  background: #fff;
  padding: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95); }
  .hover-search-form:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e0e0e0 transparent;
    position: absolute;
    top: -6px;
    right: 16px; }
  .hover-search-form form {
    position: relative; }
  .hover-search-form input[type="search"] {
    display: block;
    margin: 0;
    width: 100%;
    background: #fff;
    line-height: 34px;
    padding: 0 48px 0 12px;
    border: 1px solid #ccc;
    height: auto; }
  .hover-search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center; }
    .hover-search-form button i {
      display: block;
      font-size: 16px; }
    .hover-search-form button:hover {
      opacity: .8; }

#header-search.active .search-icon .fa-search {
  opacity: 0;
  visibility: hidden; }
#header-search.active .search-icon .fa-close {
  opacity: 1;
  visibility: visible; }
#header-search.active .hover-search-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* Off Canvas Menu
-------------------------------------------------------------------------------------- */
#hamburger {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
  cursor: pointer;
  color: inherit;
  border: 0;
  outline: 0 !important;
  width: 24px;
  padding: 5px 0;
  background: none;
  border-radius: 0; }
  #hamburger span {
    height: 1px;
    background: currentColor;
    width: 100%;
    display: block; }
    #hamburger span + span {
      margin-top: 6px; }

#offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 280px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
  padding: 2.4rem;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(-280px, 0, 0);
  -moz-transform: translate3d(-280px, 0, 0);
  -ms-transform: translate3d(-280px, 0, 0);
  -o-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  /* Elements
  --------------- */ }
  #offcanvas .social-list,
  #offcanvas .search-form,
  #offcanvas .topbar-text {
    margin-top: 1em; }
  #offcanvas .social-list ul a {
    outline: 0;
    font-size: 16px;
    width: auto;
    padding: 0 10px 0 0; }

.admin-bar #offcanvas {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px); }

#offcanvas .topbar-text {
  display: none;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300; }

#offcanvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 4000;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }

.offcanvas-open {
  overflow: hidden; }
  .offcanvas-open #offcanvas {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .offcanvas-open #offcanvas-overlay {
    visibility: visible;
    opacity: .4; }

/* Mobile Menu
--------------------- */
.offcanvas-nav .menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Oswald, sans-serif; }
  .offcanvas-nav .menu > ul li {
    display: block;
    position: relative; }
    .offcanvas-nav .menu > ul li > .indicator {
      display: none;
      position: absolute;
      top: 1.3rem;
      right: 0;
      font-size: 1.2em; }
      .offcanvas-nav .menu > ul li > .indicator:before {
        content: "\f107"; }
    .offcanvas-nav .menu > ul li.menu-item-has-children {
      cursor: pointer; }
      .offcanvas-nav .menu > ul li.menu-item-has-children > a {
        margin-right: 3rem; }
      .offcanvas-nav .menu > ul li.menu-item-has-children > .indicator {
        display: block; }
  .offcanvas-nav .menu > ul > li {
    display: block;
    position: relative;
    padding: 9px 0; }
    .offcanvas-nav .menu > ul > li + li {
      border-top: 1px solid #ccc; }
    .offcanvas-nav .menu > ul > li > a {
      text-transform: uppercase;
      color: inherit;
      font-size: 13px; }
  .offcanvas-nav .menu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    padding: 1rem 0 1rem 1rem; }
    .offcanvas-nav .menu > ul ul > li {
      padding: 6px 0; }
      .offcanvas-nav .menu > ul ul > li + li {
        border-top: 1px solid #ccc; }
      .offcanvas-nav .menu > ul ul > li > .indicator {
        top: .7rem; }
    .offcanvas-nav .menu > ul ul a {
      line-height: 18px;
      outline: 0;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px;
      color: inherit;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s; }
    .offcanvas-nav .menu > ul ul > li:hover > a,
    .offcanvas-nav .menu > ul ul > li.current-menu-item > a,
    .offcanvas-nav .menu > ul ul > li.current-menu-ancestor > a {
      color: #aaa; }

/* General
--------------------- */
.widget {
  border: 0 solid; }

.widget + .widget {
  margin-top: 30px; }

.widget-title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  letter-spacing: 5px;
  font-weight: 300;
  background: #f0f0f0;
  text-align: center;
  padding: 6px 10px; }
  .widget-title a {
    color: inherit; }

.widget select {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0; }

.widget > *:last-child,
.textwidget > *:last-child {
  margin-bottom: 0; }

/* Widget Image
--------------------- */
.image-figure {
  margin: 0;
  position: relative; }

.image-figure > a,
.image-figure img {
  display: block;
  color: inherit;
  outline: 0;
  margin: 0; }

.image-desc {
  margin: 1em 0 0;
  font-size: 13px; }

.image-desc.align-left {
  text-align: left; }

.image-desc.align-center {
  text-align: center; }

.image-desc.align-right {
  text-align: right; }

.image-desc.align-justify {
  text-align: justify; }

.about-desc > *:last-child {
  margin-bottom: 0; }

/* Archives, Categories, Menu...
--------------------- */
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .widget_archive ul ul,
  .widget_categories ul ul,
  .widget_nav_menu ul ul,
  .widget_meta ul ul,
  .widget_pages ul ul,
  .widget_recent_entries ul ul,
  .widget_recent_comments ul ul,
  .widget_product_categories ul ul {
    margin-top: 10px;
    margin-left: 20px; }
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_nav_menu ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_recent_entries ul li,
  .widget_recent_comments ul li,
  .widget_product_categories ul li {
    line-height: 1.5; }
    .widget_archive ul li + li,
    .widget_categories ul li + li,
    .widget_nav_menu ul li + li,
    .widget_meta ul li + li,
    .widget_pages ul li + li,
    .widget_recent_entries ul li + li,
    .widget_recent_comments ul li + li,
    .widget_product_categories ul li + li {
      border-top: 1px dotted;
      padding-top: 10px;
      margin-top: 10px; }
  .widget_archive ul a,
  .widget_categories ul a,
  .widget_nav_menu ul a,
  .widget_meta ul a,
  .widget_pages ul a,
  .widget_recent_entries ul a,
  .widget_recent_comments ul a,
  .widget_product_categories ul a {
    text-decoration: none;
    color: inherit;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s; }
    .widget_archive ul a:hover,
    .widget_categories ul a:hover,
    .widget_nav_menu ul a:hover,
    .widget_meta ul a:hover,
    .widget_pages ul a:hover,
    .widget_recent_entries ul a:hover,
    .widget_recent_comments ul a:hover,
    .widget_product_categories ul a:hover {
      color: #111; }

/* deeper menu */
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  margin-left: 1.5rem; }

/* recent entries */
.widget_recent_entries ul {
  counter-reset: count; }
  .widget_recent_entries ul li {
    position: relative;
    padding: 10px 0 10px 40px; }
    .widget_recent_entries ul li:before {
      display: block;
      content: counter(count);
      counter-increment: count;
      position: absolute;
      top: 55%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      left: 0;
      font-size: 32px;
      font-style: italic;
      font-family: serif; }

.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 12px; }

/* Calendar
--------------------- */
#wp-calendar caption {
  text-align: center;
  margin-bottom: 10px; }

#wp-calendar th,
#wp-calendar td {
  font-size: .9em;
  text-align: center;
  padding: .5em; }

/* Instagram
--------------------- */
.hellen-instagram {
  overflow: hidden; }
  .hellen-instagram .hellen-button {
    margin: 1em 0 0; }

.hellen-instagram ul {
  list-style: none;
  display: block;
  margin: -5px;
  padding: 0; }

.hellen-instagram ul:after {
  display: table;
  clear: both;
  content: ""; }

.hellen-instagram ul li {
  float: left;
  padding: 5px; }

.hellen-instagram ul li a {
  position: relative;
  display: block;
  outline: 0;
  text-decoration: none;
  overflow: hidden; }

.hellen-instagram ul li a:hover {
  opacity: .9; }

.hellen-instagram ul li a img {
  display: block;
  width: 100%; }

/* like count */
.hellen-instagram ul li a .photo-text {
  display: none;
  /* todo list */
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  color: #000;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

.hellen-instagram ul li a .photo-text span + span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle; }

.hellen-instagram ul li a .photo-text i {
  margin-right: 2px; }

.hellen-instagram.column-1 ul li {
  width: 100%; }

.hellen-instagram.column-2 ul li {
  width: 50%; }

.hellen-instagram.column-3 ul li {
  width: 33.33%; }

.hellen-instagram.column-4 ul li {
  width: 25%; }

.hellen-instagram.column-5 ul li {
  width: 20%; }

.hellen-instagram.column-6 ul li {
  width: 16.66%; }

.hellen-instagram.column-7 ul li {
  width: 14.28%; }

.hellen-instagram.column-8 ul li {
  width: 12.5%; }

.hellen-instagram.column-9 ul li {
  width: 11.11%; }

.instagram-button {
  text-align: center;
  margin: 20px 0 0; }

a.follow-us {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  color: #111;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2; }
  a.follow-us:hover {
    border-bottom-color: #aaa; }

/* Post List
--------------------- */
.widget-post::after {
  clear: both;
  content: "";
  display: table; }

.widget-post + .widget-post {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd; }

/* thumbnail */
.widget-post-thumbnail {
  width: 120px;
  float: left;
  margin: 0 20px 0 0; }
  .widget-post-thumbnail a {
    display: block;
    color: inherit;
    outline: 0; }
  .widget-post-thumbnail img {
    display: block;
    width: 100%; }

/* content */
.widget-post-section {
  overflow: hidden; }

.widget-post-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 .2em; }
  .widget-post-title a {
    color: inherit; }
    .widget-post-title a:hover {
      color: inherit; }

.widget-post .posted-on {
  font-size: 12px; }

/* RSS
--------------------- */
.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget_rss ul li + li {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px; }

/* Social
--------------------- */
.widget-social .social-list a {
  padding: 0 5px;
  font-size: 20px;
  color: #db4a37; }

.widget-social.align-center .social-list {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.widget-social.align-right .social-list {
  display: table;
  margin-left: auto; }

/* Tagcloud
--------------------- */
.tagcloud {
  font-family: Oswald, sans-serif; }
  .tagcloud::after {
    clear: both;
    content: "";
    display: table; }
  .tagcloud a {
    line-height: 1.3;
    cursor: pointer;
    margin: 0 5px 5px 0;
    outline: 0;
    color: inherit;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .tagcloud a:hover {
      color: #db4a37; }

/* Text Widget
--------------------- */
.textwidget > *:first-child {
  margin-top: 0; }

.textwidget > *:last-child {
  margin-bottom: 0; }

/* Recent Works
--------------------- */
.hellen-latest-projects-widget {
  margin: -5px;
  overflow: hidden; }

.hellen-latest-projects-widget.column-2 .widget-project-item {
  width: 50%; }

.hellen-latest-projects-widget.column-3 .widget-project-item {
  width: 33.33%; }

.hellen-latest-projects-widget.column-4 .widget-project-item {
  width: 25%; }

.widget-project-item {
  display: block;
  float: left;
  padding: 5px; }

.widget-project-item figure,
.widget-project-item a,
.widget-project-item img {
  display: block;
  width: 100%;
  outline: 0;
  color: inherit;
  margin: 0; }
.widget-project-item figure {
  border: 1px solid rgba(0, 0, 0, 0.06); }

.widget-project-item a:hover {
  opacity: .95; }

/* Footer Style
------------------------------------------------------------------------------------ */
#footer {
  color: #aaa; }

#footer-sidebar {
  background: #222323;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 12px; }
  #footer-sidebar .footer-sidebar-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    margin: 0 -2.2em; }
  #footer-sidebar .footer-col {
    display: block;
    padding: 5em 2.2em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none; }
  #footer-sidebar .widget {
    border: 0;
    background: none;
    padding: 0; }
    #footer-sidebar .widget + .widget {
      margin-top: 1.5em; }
  #footer-sidebar .widget-title {
    border: 0;
    background: 0;
    text-align: left;
    padding: 0;
    color: inherit;
    color: #fff;
    font-size: 16px;
    font-weight: 300; }
  #footer-sidebar .widget_archive ul li + li,
  #footer-sidebar .widget_categories ul li + li,
  #footer-sidebar .widget_nav_menu ul li + li,
  #footer-sidebar .widget_meta ul li + li,
  #footer-sidebar .widget_pages ul li + li,
  #footer-sidebar .widget_recent_entries ul li + li,
  #footer-sidebar .widget_recent_comments ul li + li {
    border-color: rgba(255, 255, 255, 0.2); }
  #footer-sidebar .widget_archive ul a:hover,
  #footer-sidebar .widget_categories ul a:hover,
  #footer-sidebar .widget_nav_menu ul a:hover,
  #footer-sidebar .widget_meta ul a:hover,
  #footer-sidebar .widget_pages ul a:hover,
  #footer-sidebar .widget_recent_entries ul a:hover,
  #footer-sidebar .widget_recent_comments ul a:hover {
    color: #fff; }
  #footer-sidebar a.follow-us {
    color: inherit;
    border-bottom-color: #444; }
    #footer-sidebar a.follow-us:hover {
      border-bottom-color: #666; }
  #footer-sidebar .social-list a {
    color: inherit; }
    #footer-sidebar .social-list a:hover {
      color: #fff; }
  #footer-sidebar .wpcf7 input[type="color"], #footer-sidebar .wpcf7 input[type="date"], #footer-sidebar .wpcf7 input[type="datetime"], #footer-sidebar .wpcf7 input[type="datetime-local"], #footer-sidebar .wpcf7 input[type="email"], #footer-sidebar .wpcf7 input[type="month"], #footer-sidebar .wpcf7 input[type="number"], #footer-sidebar .wpcf7 input[type="password"], #footer-sidebar .wpcf7 input[type="search"], #footer-sidebar .wpcf7 input[type="tel"], #footer-sidebar .wpcf7 input[type="text"], #footer-sidebar .wpcf7 input[type="time"], #footer-sidebar .wpcf7 input[type="url"], #footer-sidebar .wpcf7 input[type="week"], #footer-sidebar .wpcf7 input:not([type]), #footer-sidebar .wpcf7 textarea {
    border: 0;
    background: white; }
  #footer-sidebar .wpcf7 button, #footer-sidebar .wpcf7 input[type="button"], #footer-sidebar .wpcf7 input[type="reset"], #footer-sidebar .wpcf7 input[type="submit"] {
    color: #fff; }

.footer-sidebar-full .container {
  width: 95%; }

.footer-sidebar-wrapper.column-1 .footer-col {
  width: 100%; }
.footer-sidebar-wrapper.column-2 .footer-col {
  width: 50%; }
.footer-sidebar-wrapper.column-3 .footer-col {
  width: 33.33%; }
.footer-sidebar-wrapper.column-4 .footer-col {
  width: 25%; }

/* Footer Bottom
------------------------------------------------------------------------------------ */
#footer-bottom {
  padding: 40px 0;
  background: #111;
  color: #888; }
  #footer-bottom .social-list a:hover {
    color: #ddd; }

.footer-bottom-inline .container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }
.footer-bottom-inline .footer-right {
  margin-left: auto; }
.footer-bottom-inline .copyright-text {
  max-width: 600px; }

.copyright-text {
  display: block;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 1.5; }
  .copyright-text .fa-heart {
    color: #db4a37; }
  .copyright-text a {
    outline: 0; }
    .copyright-text a:hover {
      text-decoration: underline; }

#footernav {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: normal; }
  #footernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  #footernav a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
  #footernav:hover a {
    opacity: .4; }
    #footernav:hover a:hover {
      opacity: 1; }
  #footernav a:hover {
    color: inherit; }
  #footernav li {
    display: block; }
  #footernav li + li {
    margin-left: 1em; }

.hellen-royalSlider {
  opacity: 0;
  visibility: hidden;
  cursor: e-resize; }

.hellen-royalSlider.loaded {
  opacity: 1;
  visibility: visible; }

.royalslide {
  position: relative; }

/* General
--------------------- */
.rsHellen,
.rsHellen .rsOverflow,
.rsHellen .rsSlide,
.rsHellen .rsVideoFrameHolder,
.rsHellen .rsThumbs {
  background: transparent;
  color: inherit; }

.rsOverflow {
  overflow: hidden; }

.rsContent {
  background: #fff; }

.royalSlider {
  display: block;
  width: 100%;
  height: 500px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.royalSlider img {
  display: block; }

.slider-height-auto .royalSlider {
  height: auto; }

.rsFade .rsContent {
  background: #fff; }

/* Arrows
--------------------- */
.rsHellen .rsArrow {
  width: 48px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsHellen.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsHellen.rsVer .rsArrowRight {
  bottom: auto;
  left: 0; }

.rsHellen.rsHor .rsArrowLeft {
  left: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.rsHellen.rsHor .rsArrowRight {
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.rsHellen .rsArrowIcn {
  width: 100%;
  height: 100%;
  line-height: inherit;
  font-size: 18px;
  background: white;
  color: #111;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  cursor: pointer;
  text-align: center;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .rsHellen .rsArrowIcn:hover {
    color: #999; }

.rsHellen .rsArrowIcn:before,
.rsHellen .rsThumbsArrowIcn:before {
  line-height: inherit;
  z-index: 20;
  position: relative; }

.rsHellen .rsArrowLeft .rsArrowIcn:before,
.rsHellen .rsThumbsArrowLeft .rsThumbsArrowIcn:before {
  content: "\f053"; }

.rsHellen .rsArrowRight .rsArrowIcn:before,
.rsHellen .rsThumbsArrowRight .rsThumbsArrowIcn:before {
  content: "\f054"; }

.rsHellen .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/* Bullets
--------------------- */
.rsHellen .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 5%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  line-height: 8px;
  overflow: hidden;
  cursor: pointer; }

.rsHellen .rsBullet {
  display: inline-block;
  *zoom: 1;
  width: 14px;
  height: 14px;
  margin: 0 3px; }
  .rsHellen .rsBullet span {
    color: white;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; }

.rsHellen .rsBullet.rsNavSelected span {
  background: white; }

.rsHellen .rsBullet:hover span {
  background: rgba(255, 255, 255, 0.6); }

.rsHellen .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/* Thumbnails
--------------------- */
.rsHellen .rsThumbsHor {
  width: 100%;
  margin-top: 5px; }

.rsHellen .rsThumbsVer {
  width: 34px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsHellen.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsHellen.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsHellen .rsThumb {
  float: left;
  overflow: hidden;
  width: 56px; }

.rsHellen .rsThumb img {
  display: block;
  width: 100%;
  height: 100%; }

.rsHellen .rsTmb {
  display: block; }

/* ANIMATION */
.rsHellen .rsThumb img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: .5; }

.rsHellen .rsThumb:hover img {
  opacity: .6; }

.rsHellen .rsThumb.rsNavSelected img,
.rsHellen .rsThumb.shown.rsNavSelected img {
  opacity: 1; }

/* Thumbnails with text */
.rsHellen .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsHellen .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsHellen .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: rgba(0, 0, 0, 0.5);
  color: white; }

.rsHellen.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsHellen.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsHellen.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsHellen.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsHellen.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsHellen .rsThumbsArrowIcn {
  display: block;
  font-size: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  transform: translate(0, -50%);
  position: absolute;
  cursor: pointer; }

.rsHellen .rsThumbsArrowDisabled {
  opacity: .2; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsHellen .rsThumb {
    width: 59px;
    height: 44px; }

  .rsHellen .rsThumbsHor {
    height: 44px; }

  .rsHellen .rsThumbsVer {
    width: 59px; } }
/* Tabs
--------------------- */
.rsHellen .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsHellen .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsHellen .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsHellen .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsHellen .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsHellen .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/* Fullscreen Button
--------------------- */
.rsHellen .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsHellen .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") 0 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px; }

.rsHellen .rsFullscreenIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsHellen.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/* Play / Close Video Button
--------------------- */
.rsHellen .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsHellen .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsHellen .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsHellen .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsHellen .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsHellen .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsHellen .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsHellen .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/* Preloader
--------------------- */
.rsHellen .rsPreloader {
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/* Global Caption
--------------------- */
.rsHellen .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

i.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: default; }

.mfp-bg {
  z-index: 11042; }

.mfp-wrap {
  z-index: 11043; }

.mfp-container {
  padding: 0; }

/* Loader
------------------------ */
.mfp-preloader {
  display: block;
  direction: ltr;
  text-indent: -9999px;
  margin: -20px 0 0 -20px;
  left: 50%;
  z-index: 99999;
  background: none; }
  .mfp-preloader:before {
    display: block;
    content: "";
    position: absolute; }

.mfp-s-error .mfp-preloader {
  text-indent: 0;
  background: none; }

.mfp-s-error .mfp-preloader a {
  color: inherit;
  text-decoration: underline; }

/* Animation
------------------------ */
.mfp-gallery .mfp-figure {
  opacity: .5;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s; }
.mfp-gallery.mfp-image-loaded .mfp-figure {
  transform: scale(1);
  opacity: 1; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* Frame
------------------------ */
.mfp-bg {
  opacity: 1;
  background: #111;
  color: #fff;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s; }

.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-figure:after {
  display: none; }

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: none; }

.mfp-wrap {
  color: #fff; }

/* Video
------------------------ */
.mfp-content .wp-video {
  max-height: 80%;
  max-width: 80%;
  margin: auto; }

.mfp-content .wp-video-shortcode {
  margin: 0; }

/* Cursor
------------------------ */
.mfp-zoom-out-cur,
.mfp-zoom-out-cur
.mfp-image-holder .mfp-close {
  cursor: default; }

/* Next / Prev
------------------------ */
button.mfp-arrow,
button.mfp-arrow:hover {
  display: block;
  background: none;
  color: inherit;
  visibility: visible;
  top: auto;
  margin: 0;
  width: 30px;
  height: 40px;
  font-size: 24px;
  left: 30px;
  top: 50%;
  padding: 0;
  margin: 0;
  @incldue transition( color .3s ease-out);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  button.mfp-arrow i,
  button.mfp-arrow:hover i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

button.mfp-arrow.mfp-arrow-right {
  right: 30px;
  left: auto; }

button.mfp-arrow:before,
button.mfp-arrow:after {
  display: none; }

button.mfp-arrow {
  opacity: .7; }
  button.mfp-arrow:hover {
    opacity: 1; }

/* Close
------------------------ */
button.mfp-close,
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  top: 10px;
  left: auto;
  right: 20px;
  width: 28px;
  height: 28px;
  line-height: 24px;
  font-size: 14px;
  border-radius: 50%;
  color: inherit;
  border: 2px solid;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .7; }
  button.mfp-close:hover,
  .mfp-image-holder .mfp-close:hover,
  .mfp-iframe-holder .mfp-close:hover {
    opacity: 1;
    color: inherit; }
  button.mfp-close i,
  .mfp-image-holder .mfp-close i,
  .mfp-iframe-holder .mfp-close i {
    display: block;
    line-height: inherit; }

button.mfp-close:hover,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
  background: none; }

button.mfp-close i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.admin-bar .mfp-close {
  top: 42px; }

.mfp-close-btn-in .mfp-close {
  color: inherit; }

/* Fix MFP click target
------------------------ */
body button.mfp-arrow-left:before,
body button.mfp-arrow-right:before,
body .mfp-close:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 40;
  border: none !important;
  outline: 0;
  background: none !important;
  content: "";
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0; }

/* Caption
------------------------ */
.mfp-title,
.mfp-counter {
  color: inherit; }

/* TEXT
------------------------ */
.mfp-title {
  line-height: initial; }

.mfp-counter {
  font-size: inherit;
  line-height: initial; }

.mfp-content .hellen-royalSlider {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }
.mfp-content .royalSlider {
  height: 100vh; }
.mfp-content .rsFade .rsContent {
  background: #111; }
.mfp-content .rsHellen .rsArrowIcn {
  color: inherit !important;
  background: none !important; }
.mfp-content .rsHellen .rsThumbsHor {
  margin: 0 auto; }
.mfp-content .rsThumbsContainer {
  margin-bottom: 40px;
  overflow: hidden; }
.mfp-content .rsHellen .rsThumb {
  width: 56px; }

.lightbox-caption {
  position: absolute;
  bottom: 10%;
  right: 5%;
  text-align: right;
  padding: 1em;
  font-size: .85em;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  max-width: 300px;
  cursor: default;
  z-index: 30; }
  .lightbox-caption a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap; }
    .lightbox-caption a:hover {
      color: inherit;
      text-decoration: none; }

.lightbox-caption-title {
  display: block;
  font-weight: bold;
  font-size: 1.1em; }

.lightbox-caption-content {
  display: block;
  margin: .5em 0 0; }

/* Layout
------------------------ */
.post-standard {
  position: relative; }

.post-standard:not(:first-child) {
  margin-top: 60px; }

.sticky {
  display: block;
  background: #f0f0f0;
  padding: 32px; }

/* Date
------------------------ */
.isolated-date {
  width: 80px;
  float: left;
  text-align: left;
  font-family: Oswald, sans-serif;
  text-transform: uppercase; }
  .isolated-date span {
    display: block;
    line-height: 1.2; }
  .isolated-date .day {
    font-size: 40px; }
  .isolated-date .month {
    font-size: 20px;
    margin-top: 5px; }

.post-inner {
  overflow: hidden; }

/* Thumbnail
------------------------ */
.post-thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 30px; }
  .post-thumbnail .media-container {
    margin: 0; }
  .post-thumbnail figcaption {
    display: block;
    max-width: 70%;
    margin: 5px 0 0 auto;
    text-align: right;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .post-thumbnail figcaption a {
      display: inline; }
  .post-thumbnail a {
    display: block;
    outline: none;
    border: 0; }
  .post-thumbnail img {
    display: block; }
  .post-thumbnail a.pin-button {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    color: #fff;
    background: #bd081c;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    z-index: 30;
    opacity: 0;
    visibility: hidden;
    transition: all .2s; }
    .post-thumbnail a.pin-button i {
      display: block;
      line-height: inherit; }
  .post-thumbnail:hover > a.pin-button,
  .post-thumbnail .stack-image:hover a.pin-button,
  .post-thumbnail a.pin-button:hover {
    opacity: 1;
    visibility: visible; }

.royalslide:hover a.pin-button {
  opacity: 1;
  visibility: visible; }

.entry-header + .post-thumbnail {
  margin: 30px 0; }

/* Content
------------------------ */
.post-standard .entry-section,
.post-standard .entry-header {
  margin: 0 auto;
  max-width: 100%; }
.post-standard .entry-header + .entry-section {
  margin-top: 20px; }
.post-standard .post-title {
  font-size: 40px;
  margin: 0 0 10px;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }
  .post-standard .post-title a {
    outline: 0;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
.post-standard input[name="post_password"] {
  width: 300px;
  margin: 0 0 14px; }

.entry-excerpt {
  margin-bottom: 20px; }
  .entry-excerpt > *:last-child {
    margin-bottom: 0; }

a.more-link {
  display: table;
  margin: 0 auto;
  color: #111;
  border: 2px solid;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 24px;
  font-size: 12px;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a.more-link:hover {
    color: #999; }

/* Meta
------------------------ */
.entry-meta {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 400; }
  .entry-meta::after {
    clear: both;
    content: "";
    display: table; }
  .entry-meta > * {
    display: inline-block;
    vertical-align: middle; }
  .entry-meta > * + *:before {
    content: "/";
    margin: 0 5px; }
  .entry-meta a {
    color: inherit;
    text-decoration: underline; }
    .entry-meta a:hover {
      text-decoration: none; }

.entry-tax {
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 400; }
  .entry-tax a {
    color: inherit;
    text-decoration: underline; }
  .entry-tax .sep:before {
    content: "/";
    margin: 0 5px; }

.entry-categories ul {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
  .entry-categories ul li {
    display: block; }
    .entry-categories ul li:after {
      content: "\B7";
      opacity: .3;
      margin: 0 7px; }
    .entry-categories ul li:last-child:after {
      display: none; }

/* Content
------------------------ */
.entry-content > *:last-child {
  margin-bottom: 0; }

/* More Link
------------------------ */
/* Entry Tags
------------------------ */
.entry-tags-inner {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }

.entry-tags {
  margin: 3em 0;
  text-align: center;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px; }
  .entry-tags .tag-label {
    margin-right: 10px;
    display: none; }
  .entry-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }
    .entry-tags ul li {
      display: block;
      margin: 3px; }
  .entry-tags a {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    color: inherit;
    outline: 0;
    border: 1px solid #aaa;
    line-height: 1.5;
    padding: 4px 8px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
    .entry-tags a:hover {
      border-color: #444; }

/* Entry Share
------------------------ */
.entry-share {
  margin: 2.2em 0 0;
  text-align: center; }
  .entry-share .share-label {
    display: block;
    margin: 0 0 1.5em;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .entry-share .social-list {
    display: block; }
    .entry-share .social-list li {
      width: 25%; }
    .entry-share .social-list a {
      cursor: pointer;
      display: block;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      color: inherit;
      font-size: 1em;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0 10px;
      width: 100%;
      height: 24px;
      text-align: center;
      border-radius: 0;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      transition: all 0.1s; }
      .entry-share .social-list a i {
        display: block;
        line-height: inherit;
        background: none; }
    .entry-share .social-list .li-facebook a {
      background: #3b5998; }
    .entry-share .social-list .li-twitter a {
      background: #1da1f2; }
    .entry-share .social-list .li-pinterest a {
      background: #bd081c; }
    .entry-share .social-list .li-email a {
      background: #999; }

/* Pagination
------------------------ */
.hellen-nav {
  margin: 3em 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 13px; }
  .hellen-nav > a,
  .hellen-nav > span {
    display: inline-block;
    margin: 0 1px;
    padding: 5px 10px;
    border: 1px solid transparent; }
  .hellen-nav a {
    outline: 0;
    color: #111;
    border: 1px solid #ccc;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out; }
    .hellen-nav a:hover {
      border-color: #999; }
  .hellen-nav > span {
    color: #999; }
  .hellen-nav > div {
    display: inline-block;
    margin: 0 10px; }

.hellen-custom-query-nav {
  margin-bottom: 0; }

/* Page 404
------------------------------------------------------------------------------------------------ */
body.error404 #page-wrapper {
  min-height: 400px; }

.error-404 {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  border: 1px dashed #ccc;
  padding: 24px;
  background: #f5f5f5; }
  .error-404 .search-form {
    width: 100%;
    margin: 0 auto; }

/* Blog Grid
------------------------------------------------------------------------------------------------ */
/* Layout
------------------------ */
.blog-grid .blog-container {
  margin: -48px -16px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch; }

.post-grid {
  padding: 48px 16px 0;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative; }

.blog-grid.column-1 .post-grid {
  width: 100%; }

.blog-grid.column-2 .post-grid {
  width: 50%; }

.blog-grid.column-3 .post-grid {
  width: 33.33%; }

.blog-grid.column-4 .post-grid {
  width: 25%; }

.blog-grid.column-5 .post-grid {
  width: 20%; }

.blog-grid.column-6 .post-grid {
  width: 16.66%; }

/* Alignment
------------------------ */
.blog-align-left .post-grid,
.blog-align-left .post-list,
.blog-align-left .post-carousel {
  text-align: left; }

.blog-align-center .post-grid,
.blog-align-center .post-list,
.blog-align-center .post-carousel {
  text-align: center; }

.blog-align-right .post-grid,
.blog-align-right .post-list,
.blog-align-right .post-carousel {
  text-align: right; }

/* Thumbnail
------------------------ */
.post-grid-thumbnail {
  display: block;
  position: relative;
  margin: 0;
  background: #eee; }
  .post-grid-thumbnail > a,
  .post-grid-thumbnail img {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
    text-decoration: none; }
  .post-grid-thumbnail + .grid-section {
    margin-top: 20px; }

.thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.post-grid-thumbnail:hover .thumb-overlay,
.list-thumbnail:hover .thumb-overlay {
  opacity: .5;
  visibility: visible; }

.format-indicator {
  position: absolute;
  z-index: 20;
  display: block;
  font-size: 16px;
  text-align: center; }
  .format-indicator i {
    display: block;
    line-height: inherit; }

.video-indicator {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }

.gallery-indicator {
  top: 0;
  right: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px; }

/* Content
------------------------ */
.grid-section {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.grid-title {
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
  letter-spacing: 2px; }
  .grid-title a {
    color: inherit;
    outline: 0;
    border: 0;
    text-decoration: none; }
    .grid-title a:hover {
      color: inherit; }

.custom-color .grid-title {
  color: inherit; }

.grid-section > * + * {
  margin-top: .5rem; }
.grid-section > * + .grid-excerpt,
.grid-section > * + .list-excerpt {
  margin-top: 1.4rem; }
.grid-section .grid-meta + .grid-title {
  margin-top: .5rem; }
.grid-section a.more {
  display: inline-block;
  margin: 1em 0 0;
  white-space: nowrap;
  color: #111;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px; }
  .grid-section a.more:hover {
    text-decoration: none; }

.grid-meta {
  display: block;
  line-height: 1.3; }

.grid-excerpt,
.list-excerpt {
  line-height: 1.5;
  font-size: 13px; }
  .grid-excerpt p,
  .list-excerpt p {
    margin: 1em 0; }
  .grid-excerpt > *:first-child,
  .list-excerpt > *:first-child {
    margin-top: 0; }
  .grid-excerpt > *:last-child,
  .list-excerpt > *:last-child {
    margin-bottom: 0; }

/* Font Size
------------------------ */
.blog-size-small .grid-title {
  font-size: 18px;
  line-height: 1.4; }

.blog-size-normal .grid-title {
  font-size: 22px;
  line-height: 1.3; }

.blog-size-medium .grid-title {
  font-size: 28px;
  line-height: 1.2; }

.blog-size-large .grid-title {
  font-size: 40px;
  line-height: 1.1; }

/* Blog List
------------------------------------------------------------------------------------------------ */
/* Layout
------------------------ */
.blog-list .blog-container::after {
  clear: both;
  content: "";
  display: table; }

.post-list::after {
  clear: both;
  content: "";
  display: table; }
.post-list:not(:first-child) {
  margin: 40px 0 0; }
.post-list .post-inner {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

.list-thumbnail {
  display: block;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  box-flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  position: relative;
  background: #eee;
  margin: 0 5% 0 0;
  width: 40%;
  max-width: 90%; }
  .list-thumbnail > a,
  .list-thumbnail img {
    display: block;
    width: 100%;
    outline: 0;
    border: 0;
    text-decoration: none; }

.blog-list-thumbnail-align-top .post-list .post-inner {
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start; }

.blog-list-thumbnail-align-bottom .post-list .post-inner {
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end; }

.blog-list-thumbnail-align-right .list-thumbnail {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  margin: 0 0 0 5%; }
.blog-list-thumbnail-align-right .list-section {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1; }

/* Content
------------------------ */
.list-section {
  margin: 0; }

.list-excerpt + .hellen-button {
  margin: 20px 0 0; }

/* Blog Slider
------------------------------------------------------------------------------------ */
.full-caption-title {
  line-height: 1.2; }
  .full-caption-title a {
    color: inherit;
    outline: 0; }
    .full-caption-title a:hover {
      color: inherit; }

.slide-full-caption * + .slide-more-button {
  margin-top: 24px; }
.slide-full-caption .entry-meta {
  font-size: 16px;
  margin-bottom: 10px; }
.slide-full-caption .hellen-btn.btn-fill {
  color: inherit;
  border-color: currentColor; }
  .slide-full-caption .hellen-btn.btn-fill:hover {
    color: #111;
    border-color: white;
    background: white; }

/* Blog Masonry
------------------------------------------------------------------------------------------------ */
.blog-masonry {
  overflow: hidden;
  position: relative; }
  .blog-masonry .masonry-loader {
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    background: none;
    position: relative;
    width: 28px;
    height: 28px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    .blog-masonry .masonry-loader:before {
      width: 28px;
      height: 28px;
      position: absolute;
      content: ""; }
  .blog-masonry.loaded .masonry-loader {
    opacity: 0;
    visibility: hidden; }
  .blog-masonry .blog-container {
    margin: -48px -16px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
  .blog-masonry.loaded .blog-container {
    opacity: 1;
    visibility: visible; }
  .blog-masonry.column-2 .post-masonry,
  .blog-masonry.column-2 .grid-sizer {
    width: 50%; }
  .blog-masonry.column-2.masonry-featured-first .post-masonry:first-child {
    width: 100%; }
  .blog-masonry.column-3 .post-masonry,
  .blog-masonry.column-3 .grid-sizer {
    width: 33.33%; }
  .blog-masonry.column-3.masonry-featured-first .post-masonry:first-child {
    width: 66.66%; }
  .blog-masonry.column-4 .post-masonry,
  .blog-masonry.column-4 .grid-sizer {
    width: 25%; }
  .blog-masonry.column-4.masonry-featured-first .post-masonry:first-child {
    width: 50%; }
  .blog-masonry.column-5 .post-masonry,
  .blog-masonry.column-5 .grid-sizer {
    width: 20%; }
  .blog-masonry.column-5.masonry-featured-first .post-masonry:first-child {
    width: 40%; }

.post-masonry {
  display: block;
  float: left;
  padding: 48px 16px 0; }

/* Single Post
------------------------ */
.single-post #page-wrapper,
.single-product #page-wrapper {
  border-top: 1px solid #ccc; }

/* Page Links
------------------------ */
.page-links {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;
  padding-top: 20px;
  font-size: .9em; }
  .page-links:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid;
    border-width: 1px 0 0;
    opacity: .2;
    width: 30px; }
  .page-links .page-links-title {
    font-size: .9em;
    margin: 0 10px 0 0; }
  .page-links > span,
  .page-links > a {
    margin: 0 10px 0 0; }
  .page-links a {
    color: inherit; }
    .page-links a:hover {
      color: inherit; }
  .page-links > span {
    opacity: .4; }

/* Authorbox
------------------------ */
.authorbox {
  margin: 40px auto;
  display: block;
  padding: 5px;
  background: #f6f6f6; }
  .authorbox .author-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    padding: 32px; }
  .authorbox .author-avatar {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    width: 70px;
    height: 70px;
    margin: 5px 20px 0 0;
    position: relative; }
    .authorbox .author-avatar:before {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transform: translate(6px, 6px);
      -moz-transform: translate(6px, 6px);
      -ms-transform: translate(6px, 6px);
      -o-transform: translate(6px, 6px);
      transform: translate(6px, 6px);
      background: black;
      opacity: .8; }
    .authorbox .author-avatar a {
      display: block;
      outline: 0;
      border: 0; }
    .authorbox .author-avatar img {
      position: relative;
      z-index: 20;
      display: block;
      width: 100%;
      border: 2px solid white;
      -webkit-transform: rotate(-4deg);
      -moz-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
      -o-transform: rotate(-4deg);
      transform: rotate(-4deg); }
  .authorbox .author-title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .authorbox .author-title a {
      color: inherit;
      outline: 0;
      text-decoration: none; }
  .authorbox .author-bio p {
    font-size: 13px;
    margin: .5em 0;
    line-height: 1.5; }

a.author-external-link {
  outline: 0;
  border-bottom: 1px solid;
  white-space: nowrap;
  display: inline-block;
  margin-top: 8px;
  line-height: 1.3;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }
  a.author-external-link:hover {
    border-bottom-color: transparent; }

.author-social-list {
  margin-top: 1em;
  margin-left: auto;
  display: table; }
  .author-social-list ul a {
    margin: 0;
    font-size: 1em;
    padding: 0 5px;
    color: inherit;
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s; }
    .author-social-list ul a:hover {
      color: inherit;
      opacity: .6; }

/* Related Posts
------------------------ */
.related-content {
  margin: 3em 0; }
  .related-content .hellen-heading {
    margin: 0 0 20px; }
  .related-content .grid-title {
    font-size: 16px; }

.blog-related {
  overflow: hidden; }

.hellen-heading .heading-title.related-heading {
  font-size: 32px; }

/* Comment
------------------------ */
#comments {
  margin: 40px auto; }
  #comments .hellen-heading {
    margin: 0 0 20px; }
    #comments .hellen-heading .heading-title {
      font-size: 32px; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .comment-list ol.children {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2em; }
  .comment-list li.comment .comment-body {
    position: relative;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 4px double #d9d9d9; }
  .comment-list > li.comment:first-child > .comment-body {
    margin-top: 0;
    padding-top: 0;
    border: 0; }
    .comment-list > li.comment:first-child > .comment-body .reply {
      top: 0; }

.comment-meta {
  margin: 0 0 16px 0; }
  .comment-meta .comment-author img {
    display: block;
    float: left;
    width: 48px;
    margin-top: 1px; }
  .comment-meta .comment-author .fn {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    margin-left: 20px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal; }
  .comment-meta a {
    text-decoration: none;
    color: inherit;
    outline: 0; }
  .comment-meta .comment-metadata {
    margin-left: 68px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    color: #999; }

.reply {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  border: 1px solid #ccc;
  color: #999;
  padding: 1px 4px;
  font-size: 9px;
  letter-spacing: 2px;
  display: block;
  text-align: right;
  position: absolute;
  top: 24px;
  right: 0; }
  .reply a {
    color: inherit;
    text-decoration: none;
    outline: 0; }
    .reply a:hover {
      color: #111;
      background: #fcfcfc;
      border-color: #999; }

.bypostauthor .comment-author .fn {
  background: #db4a37;
  color: white;
  padding: 0 4px; }

.comment-content {
  margin-left: 68px;
  font-size: 13px; }
  .comment-content p,
  .comment-content ul,
  .comment-content ol {
    margin: 0 0 10px; }
  .comment-content > *:last-child {
    margin-bottom: 0; }

.comment-awaiting-moderation {
  color: red;
  margin-left: 68px;
  font-size: 10px;
  line-height: 1.5; }

/* Respond
------------------------ */
#respond {
  margin-top: 2em; }

#reply-title {
  font-size: 24px;
  line-height: 1.2; }

#cancel-comment-reply-link {
  color: inherit;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: underline; }
  #cancel-comment-reply-link:hover {
    text-decoration: none; }

#respond p {
  margin-top: 1em;
  margin-bottom: 1em; }

#respond .comment-form-url {
  margin-right: 0;
  margin-bottom: 1em;
  clear: right; }

.form-submit {
  clear: left; }
  .form-submit::after {
    clear: both;
    content: "";
    display: table; }

.woocommerce #review_form #respond .form-submit input {
  background: #db4a37;
  color: white;
  font-size: 14px; }

/* Post Navigation
------------------------ */
.post-navigation {
  margin: 40px 0 0;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-width: 1px 0;
  font-family: Oswald, sans-serif; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
    .post-navigation .nav-links > div {
      position: relative; }
      .post-navigation .nav-links > div:before {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: block;
        font-size: 32px; }
    .post-navigation .nav-links .nav-previous {
      padding-left: 30px; }
      .post-navigation .nav-links .nav-previous:before {
        left: 0;
        content: "\f104"; }
    .post-navigation .nav-links .nav-next {
      margin-left: auto;
      text-align: right;
      padding-right: 30px; }
      .post-navigation .nav-links .nav-next:before {
        right: 0;
        content: "\f105"; }
  .post-navigation a {
    text-decoration: none;
    color: inherit; }
    .post-navigation a:hover {
      color: inherit; }
      .post-navigation a:hover .meta-nav {
        text-decoration: underline; }
  .post-navigation .meta-nav {
    display: block;
    line-height: 1.3;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  .post-navigation .nav-title {
    display: block;
    font-size: 20px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px; }

/* Single Attachment
------------------------ */
.attachment a {
  display: table;
  border: 0; }
.attachment img {
  display: block; }

#content-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background: white;
  box-shadow: 3px 8px 10px rgba(0, 0, 0, 0.3);
  width: 300px;
  max-height: 50%;
  overflow: scroll;
  padding: 0 24px 24px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  /* Animation
  ------------------------------------ */ }
  #content-dock.shown {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #content-dock .close {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    border: 2px solid;
    border-radius: 50%;
    color: #111; }
    #content-dock .close i {
      display: block;
      line-height: inherit; }
  #content-dock .widget-title {
    display: block;
    color: inherit;
    background: #e9e9e9;
    padding: 0 10px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
    margin: 0 -24px 24px; }
  #content-dock .mc4wp-form-fields button, #content-dock .mc4wp-form-fields input[type="button"], #content-dock .mc4wp-form-fields input[type="reset"], #content-dock .mc4wp-form-fields input[type="submit"] {
    width: 100%; }
  #content-dock .hellen-instagram li,
  #content-dock .widget-project-item {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }
  #content-dock.shown .hellen-instagram li,
  #content-dock.shown .widget-project-item {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  #content-dock .widget-post {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  #content-dock.shown .widget-post {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* Slider Revolution
--------------------------------------------------------------- */
.hellen .hesperiden .tp-bullet {
  background: rgba(255, 255, 255, 0.6);
  border: 0;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .hellen .hesperiden .tp-bullet.selected {
    background: #fff; }
.hellen .hesperiden.tparrows {
  background: white; }
  .hellen .hesperiden.tparrows:before {
    color: black; }
.hellen .tparrows {
  background: #fff;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0; }
  .hellen .tparrows:before {
    color: #111;
    font-size: 16px;
    line-height: inherit;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  .hellen .tparrows:hover:before {
    color: #999; }

.tparrows.tp-rightarrow:before {
  content: "\f054"; }

.tparrows.tp-leftarrow:before {
  content: "\f053"; }

.rev-btn {
  font-family: Oswald, sans-serif !important;
  letter-spacing: 1px; }

.tp-loader.spinner0,
.tp-loader.spinner5 {
  background: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  margin: -20px 0 0 -20px; }
  .tp-loader.spinner0:before,
  .tp-loader.spinner5:before {
    display: block;
    content: "";
    position: absolute; }

.tp-loader.spinner0,
.tp-loader.spinner1 {
  animation: none; }

/* Mailchimp for WP
--------------------------------------------------------------- */
/* Layout
--------------------- */
.hellen-mailchimp-form.custom-color .wpb_heading {
  color: inherit; }
.hellen-mailchimp-form .form-description {
  margin: 0 0 20px;
  border: 1px dashed #ccc;
  padding: 10px 20px;
  font-size: .9em; }
.hellen-mailchimp-form p {
  margin: 1em 0; }
  .hellen-mailchimp-form p:last-of-type {
    margin-bottom: 0; }
  .hellen-mailchimp-form p:first-of-type {
    margin-top: 0; }

.widget .mc4wp-form p {
  margin: 0 0 10px; }
  .widget .mc4wp-form p:last-child {
    margin-bottom: 0; }
.widget .mc4wp-form input[type="color"], .widget .mc4wp-form input[type="date"], .widget .mc4wp-form input[type="datetime"], .widget .mc4wp-form input[type="datetime-local"], .widget .mc4wp-form input[type="email"], .widget .mc4wp-form input[type="month"], .widget .mc4wp-form input[type="number"], .widget .mc4wp-form input[type="password"], .widget .mc4wp-form input[type="search"], .widget .mc4wp-form input[type="tel"], .widget .mc4wp-form input[type="text"], .widget .mc4wp-form input[type="time"], .widget .mc4wp-form input[type="url"], .widget .mc4wp-form input[type="week"], .widget .mc4wp-form input:not([type]), .widget .mc4wp-form textarea {
  width: 100%; }
.widget .mc4wp-form button, .widget .mc4wp-form input[type="button"], .widget .mc4wp-form input[type="reset"], .widget .mc4wp-form input[type="submit"] {
  line-height: 40px; }

#footer-sidebar .mc4wp-form input[type="color"], #footer-sidebar .mc4wp-form input[type="date"], #footer-sidebar .mc4wp-form input[type="datetime"], #footer-sidebar .mc4wp-form input[type="datetime-local"], #footer-sidebar .mc4wp-form input[type="email"], #footer-sidebar .mc4wp-form input[type="month"], #footer-sidebar .mc4wp-form input[type="number"], #footer-sidebar .mc4wp-form input[type="password"], #footer-sidebar .mc4wp-form input[type="search"], #footer-sidebar .mc4wp-form input[type="tel"], #footer-sidebar .mc4wp-form input[type="text"], #footer-sidebar .mc4wp-form input[type="time"], #footer-sidebar .mc4wp-form input[type="url"], #footer-sidebar .mc4wp-form input[type="week"], #footer-sidebar .mc4wp-form input:not([type]), #footer-sidebar .mc4wp-form textarea {
  border: 0;
  background: white; }

.form-disclaimer {
  display: inline-block;
  margin: 1.2em 0 0;
  max-width: 400px; }
  .form-disclaimer p {
    margin: 0;
    font-size: .8em;
    opacity: .7; }

/* Align
--------------------- */
.hellen-mailchimp-form.form-align-center {
  text-align: center; }
.hellen-mailchimp-form.form-align-right {
  text-align: right; }

/* Response
--------------------- */
.mc4wp-response {
  font-size: .9em; }

.mc4wp-response p {
  margin: 1em 0; }

.mc4wp-alert {
  margin: 1em 0 0;
  font-size: .9em;
  line-height: 1.66; }

.mc4wp-alert p {
  padding: 1em;
  background: #fafafa;
  border: 1px solid #e9e9e9;
  position: relative; }

.mc4wp-alert.mc4wp-success p {
  border-color: #e5efe2;
  color: #71a971;
  background: #ebffeb; }

.mc4wp-alert.mc4wp-notice p {
  border-color: #c5e1ec;
  color: #5ca8ce;
  background: #f2faff; }

.mc4wp-alert.mc4wp-error p {
  border-color: #efd2d2;
  color: #bb6a6a;
  background: #fff4f2; }

.mailchimp-form-stack .mailchimp-form-inner {
  width: 320px;
  max-width: 100%;
  display: inline-block; }
.mailchimp-form-stack input[type="submit"] {
  display: block;
  width: 100%; }

.mailchimp-form-inline .mailchimp-form-inner {
  display: inline-block; }
.mailchimp-form-inline input[type="color"], .mailchimp-form-inline input[type="date"], .mailchimp-form-inline input[type="datetime"], .mailchimp-form-inline input[type="datetime-local"], .mailchimp-form-inline input[type="email"], .mailchimp-form-inline input[type="month"], .mailchimp-form-inline input[type="number"], .mailchimp-form-inline input[type="password"], .mailchimp-form-inline input[type="search"], .mailchimp-form-inline input[type="tel"], .mailchimp-form-inline input[type="text"], .mailchimp-form-inline input[type="time"], .mailchimp-form-inline input[type="url"], .mailchimp-form-inline input[type="week"], .mailchimp-form-inline input:not([type]), .mailchimp-form-inline textarea,
.mailchimp-form-inline textarea {
  width: 240px; }
.mailchimp-form-inline .mc4wp-form-fields,
.mailchimp-form-inline .mc4wp-form-fields p {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap; }
.mailchimp-form-inline .mc4wp-form-fields {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.mailchimp-form-inline .mc4wp-form-fields p {
  margin: .5em 0; }
  .mailchimp-form-inline .mc4wp-form-fields p + p {
    margin-left: 10px; }
  .mailchimp-form-inline .mc4wp-form-fields p:last-of-type {
    margin-left: -1px; }
  .mailchimp-form-inline .mc4wp-form-fields p > * + * {
    margin-left: 10px; }
.mailchimp-form-inline button, .mailchimp-form-inline input[type="button"], .mailchimp-form-inline input[type="reset"], .mailchimp-form-inline input[type="submit"] {
  line-height: 38px; }

/* Contact Form 7
--------------------------------------------------------------- */
div.wpcf7 .row {
  margin: 0 -10px 30px; }
div.wpcf7 .col {
  padding: 0 10px; }
div.wpcf7 > *:last-child {
  margin-bottom: 0; }
div.wpcf7 .wpcf7-submit {
  display: inline-block;
  vertical-align: middle; }
div.wpcf7 .ajax-loader {
  background: none;
  position: relative;
  width: 28px;
  height: 28px; }
  div.wpcf7 .ajax-loader:before {
    width: 28px;
    height: 28px;
    position: absolute;
    content: ""; }
div.wpcf7 input[type="color"], div.wpcf7 input[type="date"], div.wpcf7 input[type="datetime"], div.wpcf7 input[type="datetime-local"], div.wpcf7 input[type="email"], div.wpcf7 input[type="month"], div.wpcf7 input[type="number"], div.wpcf7 input[type="password"], div.wpcf7 input[type="search"], div.wpcf7 input[type="tel"], div.wpcf7 input[type="text"], div.wpcf7 input[type="time"], div.wpcf7 input[type="url"], div.wpcf7 input[type="week"], div.wpcf7 input:not([type]), div.wpcf7 textarea,
div.wpcf7 select {
  width: 100%; }
div.wpcf7 button, div.wpcf7 input[type="button"], div.wpcf7 input[type="reset"], div.wpcf7 input[type="submit"] {
  display: block;
  margin: 0 auto;
  border: 2px solid;
  background: none;
  color: #111; }
div.wpcf7 img.ajax-loader {
  width: 20px;
  margin: 0 0 0 10px;
  vertical-align: middle; }
div.wpcf7 div.wpcf7-response-output {
  margin: 0 0 20px;
  border-width: 1px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 1.5; }
div.wpcf7 div.wpcf7-validation-errors {
  border-color: #f7e700;
  color: #afa50f;
  background: #fffeee; }
div.wpcf7 div.wpcf7-mail-sent-ok {
  background: #f5fff0;
  border-color: #a8ca99;
  color: #73b556; }
div.wpcf7 div.wpcf7-mail-sent-ng {
  border-color: #e49292;
  background: #fff6f6;
  color: #d45858; }
div.wpcf7 div.wpcf7-spam-blocked {
  color: #e09f27;
  border-color: #e2bd78;
  background: #fffbf2; }

.wpcf7-form p:last-of-type {
  margin-bottom: 0; }

.select2-dropdown {
  z-index: 3000; }

/* Header Cart
-------------------------------------------------------------------------------------- */
.masthead-inner {
  position: relative; }

.header-cart {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center; }
  .header-cart.header-cart-hidden {
    display: none; }

.header-cart a {
  display: block;
  color: inherit;
  font-size: 18px;
  outline: 0; }
  .header-cart a .items-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #db4a37;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px; }

.header-cart a:hover {
  color: inherit; }

.header-cart a span,
.header-cart a i {
  display: inline-block;
  vertical-align: middle; }

.header-cart a span {
  margin-left: 1px; }

#logo-area .header-cart {
  display: none; }

/* Widgets
-------------------------------------------------------------------------------------- */
/* Product List Widget
--------------------- */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  outline: 0; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 48px; }

.woocommerce ul.product_list_widget li {
  overflow: hidden;
  padding: 0; }
.woocommerce ul.product_list_widget li + li {
  border-top: 1px dotted;
  padding-top: 8px;
  margin-top: 8px; }
.woocommerce ul.product_list_widget .product-title {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  color: #111;
  font-weight: 400;
  letter-spacing: 2px; }

/* Price Filter
--------------------- */
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #db4a37; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ccc; }

/* Minicart
--------------------- */
.mini_cart_item a {
  color: inherit; }

/* Catalog
-------------------------------------------------------------------------------------- */
.woocommerce-result-count {
  line-height: 32px;
  letter-spacing: 1px;
  font-size: 12px; }

.woocommerce .woocommerce-ordering select {
  height: 24px;
  margin-top: 4px; }

.woocommerce .products ul,
.woocommerce ul.products {
  margin-bottom: -2.992em; }

.woocommerce nav.woocommerce-pagination {
  clear: both; }
  .woocommerce nav.woocommerce-pagination::after {
    clear: both;
    content: "";
    display: table; }

/* Thumbnail */
.product-thumbnail {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden; }

.product-thumbnail-inner {
  overflow: hidden; }

.product-thumbnail a {
  display: block;
  outline: 0;
  border: 0;
  text-decoration: none;
  color: inherit; }

.product-thumbnail img {
  display: block;
  width: 100%; }

.woocommerce ul.products li.product a {
  border: 0;
  outline: 0; }

.woocommerce ul.products li.product a img {
  margin: 0; }

/* Effect */
.woocommerce ul.products li.product .product-thumbnail {
  position: relative;
  display: block;
  overflow: hidden; }
  .woocommerce ul.products li.product .product-thumbnail .image-secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 20;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
    .woocommerce ul.products li.product .product-thumbnail .image-secondary + img {
      display: block;
      -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  .woocommerce ul.products li.product .product-thumbnail:hover .image-secondary {
    opacity: 1; }

/* title */
.woocommerce ul.products li.product h3 {
  display: block;
  margin: 0;
  padding: .5em 0 .2em;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center; }

.woocommerce-page.columns-3 ul.products li.product h3,
.woocommerce.columns-3 ul.products li.product h3 {
  font-size: 22px; }

.woocommerce-page.columns-2 ul.products li.product h3,
.woocommerce.columns-2 ul.products li.product h3 {
  font-size: 28px; }

.woocommerce ul.products li.product h3 a {
  color: inherit;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.woocommerce ul.products li.product h3 a:hover {
  color: #999; }

/* cat */
.woocommerce ul.products li.product .entry-tax {
  text-align: center;
  font-size: 11px; }
  .woocommerce ul.products li.product .entry-tax a {
    text-decoration: underline; }
    .woocommerce ul.products li.product .entry-tax a:hover {
      text-decoration: none; }

/* rating */
.woocommerce ul.products li.product .star-rating {
  font-size: 14px; }

.woocommerce .star-rating {
  line-height: 1.1;
  font-size: 14px; }

.woocommerce .products .star-rating {
  margin: .5em auto; }

.woocommerce .star-rating span:before {
  color: #db4a37; }

/* price */
.woocommerce ul.products li.product .price {
  color: inherit;
  font-size: 15px;
  text-align: center; }

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: normal; }

.woocommerce ul.products li.product .price del {
  display: inline;
  margin-right: 10px; }

/* sale label */
.woocommerce span.onsale {
  left: auto; }

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  display: block;
  background: #db4a37;
  color: #fff;
  top: 40px;
  right: -20px;
  z-index: 30;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0; }

/* Button
-------------------------------------------------------------------------------------- */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: inherit;
  border-radius: 0;
  font-weight: normal;
  line-height: 42px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  border: 0;
  padding: 0 1.4em;
  background: #f0f0f0;
  color: #333;
  border: 0 !important; }

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
  padding-right: 1.2em; }

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
  display: none; }

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #e9e9e9; }

.woocommerce a.added_to_cart {
  color: inherit;
  border-bottom: 1px dotted;
  padding-top: 0;
  vertical-align: middle;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px; }

.woocommerce a.added_to_cart:hover {
  color: #999;
  border-bottom: 1px solid; }

/* Alt Buttons
--------------------- */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #111;
  color: #fff;
  border-radius: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  padding: 0 2rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #db4a37;
  opacity: 1; }

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background: #999; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  padding: 0 20px; }

/* Cart Button
-------------------------------------------------------------------------------------- */
.woocommerce a.add_to_cart_button,
.woocommerce .product-thumbnail .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  z-index: 40;
  color: #fff;
  margin: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 0;
  outline: 0;
  display: block;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

.woocommerce a.add_to_cart_button:hover {
  background: #db4a37;
  color: white; }

.woocommerce .product-thumbnail:hover a.add_to_cart_button,
.woocommerce .product-thumbnail:hover a.button {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }
  .woocommerce .product-thumbnail:hover a.add_to_cart_button.loading,
  .woocommerce .product-thumbnail:hover a.button.loading {
    opacity: .25; }

.woocommerce .product-thumbnail .added_to_cart {
  display: none; }

/* Pagination
-------------------------------------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: Oswald, sans-serif;
  font-size: 13px; }

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
  border: 0; }

.woocommerce nav.woocommerce-pagination ul li + li {
  margin-left: 5px; }
.woocommerce nav.woocommerce-pagination ul li > a {
  outline: 0;
  color: #111;
  border: 1px solid #ccc;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }
  .woocommerce nav.woocommerce-pagination ul li > a:hover {
    color: #111;
    border-color: #999;
    background: none; }
  .woocommerce nav.woocommerce-pagination ul li > a:active, .woocommerce nav.woocommerce-pagination ul li > a:focus {
    background: none; }
.woocommerce nav.woocommerce-pagination ul li > a,
.woocommerce nav.woocommerce-pagination ul li > span.current {
  background: none;
  line-height: inherit;
  display: inline-block;
  margin: 0 1px;
  padding: 5px 10px; }
.woocommerce nav.woocommerce-pagination ul li > span {
  color: #999; }

/* Single
-------------------------------------------------------------------------------------- */
.single-product .content {
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 2px solid; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 44%; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 52%; }

/* Images
--------------------- */
.woocommerce div.product div.images {
  position: relative; }

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: -5px; }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div {
    padding: 5px; }

.woocommerce div.product div.images div.thumbnails {
  padding-top: 1.5em; }

.woocommerce div.product div.images a {
  color: inherit;
  border: 0;
  outline: 0;
  display: block; }

.woocommerce div.product div.images img {
  border: 0; }

/* Title
--------------------- */
.woocommerce div.product .product_title {
  text-align: left;
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 1rem; }

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: normal;
  text-decoration: none; }

/* Price
--------------------- */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit;
  letter-spacing: .5px; }

.woocommerce div.product .woocommerce-product-rating a {
  color: inherit;
  text-decoration: underline;
  letter-spacing: .5px; }
  .woocommerce div.product .woocommerce-product-rating a:hover {
    text-decoration: none; }

/* Variations
--------------------- */
.woocommerce-variation-price {
  margin: 0 0 1em; }

/* In Stock
--------------------- */
.woocommerce div.product .stock {
  color: #77a464;
  font-weight: bold;
  background: #fafafa;
  display: table;
  padding: 6px 12px;
  border: 1px dashed #ccc; }

/* Cart
--------------------- */
.woocommerce button.single_add_to_cart_button {
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

/* Meta
--------------------- */
.product_meta {
  font-size: 12px; }

.product_meta > span {
  display: block; }

.product_meta a {
  color: inherit; }

.product_meta a:hover {
  border-bottom-color: transparent; }

/* Quantity
--------------------- */
.woocommerce div.quantity,
.woocommerce-page div.quantity {
  border: 1px solid #e5e5e5;
  float: left;
  overflow: hidden;
  width: 114px;
  margin: 0 20px 0 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* prevent FOUC */
  opacity: 0;
  visibility: hidden; }

.woocommerce div.quantity,
.woocommerce-page div.quantity {
  opacity: 1;
  visibility: visible; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus {
  -webkit-appearance: none;
  /* remove input form */
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.plus,
.woocommerce-page div.quantity input.plus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border: none;
  font-family: inherit;
  font-weight: 400;
  -moz-appearance: textfield;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333;
  float: left;
  font-size: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none; }

.woocommerce div.quantity input.minus:hover,
.woocommerce-page div.quantity input.minus:hover,
.woocommerce div.quantity input.plus:hover,
.woocommerce-page div.quantity input.plus:hover {
  background: #fafafa; }

.woocommerce div.quantity input.minus,
.woocommerce-page div.quantity input.minus,
.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  border-right: 1px solid #e5e5e5; }

.woocommerce div.quantity input.qty,
.woocommerce-page div.quantity input.qty {
  background: transparent;
  width: 40px; }

.woocommerce div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-inner-spin-button,
.woocommerce div.quantity input.qty::-webkit-outer-spin-button,
.woocommerce-page div.quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Tabs
--------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  padding: 0;
  margin: 0 10px 0 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #ccc; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  outline: 0;
  display: block;
  font-family: Oswald, sans-serif;
  font-weight: normal;
  color: inherit;
  font-size: 13px;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-width: 1px 1px 0; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background: #fff; }

/* Tab Content */
#tab-additional_information h2,
.woocommerce-Tabs-panel--description > h2:first-child {
  display: none; }

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
  font-style: normal;
  font-weight: normal;
  padding: 10px 20px;
  border: 1px solid #999;
  background: none;
  text-align: inherit; }

/* Review Layout
--------------------- */
.woocommerce #reviews {
  overflow: hidden;
  padding: 20px 0; }

.woocommerce #reviews #comments,
.woocommerce #review_form_wrapper {
  display: block;
  min-height: 1px; }

#review_form_wrapper {
  margin: 20px 0 0; }

.woocommerce #reviews #comments {
  border: 0; }

.woocommerce #reviews #comments h2 {
  margin-bottom: 20px; }

/* Review Form
--------------------- */
.woocommerce-Reviews #comments {
  margin: 0; }

.woocommerce-Reviews-title {
  font-size: 22px;
  margin: 0; }

.woocommerce #reviews #comments h2 {
  margin: 0; }

.woocommerce-noreviews {
  margin: 20px 0 0;
  letter-spacing: 1px;
  border: 1px dashed #ccc;
  text-align: center;
  padding: 10px;
  background: #fafafa; }

#review_form #reply-title {
  text-align: inherit;
  font-size: 24px; }

.comment-form-rating label {
  font-size: 12px;
  letter-spacing: 1px; }

.woocommerce #review_form #respond p.stars {
  margin: 0 0 5px; }

.woocommerce #review_form #respond p.stars > span {
  display: block;
  height: 1em; }

.woocommerce p.stars a {
  border: 0 !important;
  outline: 0; }

.woocommerce #review_form #respond .form-submit input:hover {
  background: #db4a37; }

/* Reviews
--------------------- */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li {
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 3px double #ddd; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  background: none;
  padding: 0; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 0;
  padding: 0;
  margin-left: 70px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin: 0 0 5px;
  font-family: Oswald,sans-serif;
  font-weight: 400;
  color: inherit; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal; }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: #999;
    font-size: 10px;
    letter-spacing: 2px;
    text-decoration: none;
    font-style: normal;
    text-transform: uppercase; }

/* Related Products
--------------------- */
.products.related > h2,
.products.upsells > h2,
.cross-sells > h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px;
  letter-spacing: 2px;
  font-weight: 300;
  text-align: center; }

/* Message
-------------------------------------------------------------------------------------- */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  color: #000;
  border: 0;
  background: #f9f9f9;
  padding: 10px 20px !important;
  line-height: 42px; }

.woocommerce .woocommerce-message {
  background: #e5edf1;
  color: #4f89a7; }

.woocommerce .woocommerce-error {
  background: #F5EFEF;
  color: #DC6B6B; }

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  display: none; }

.woocommerce .woocommerce-message #respond input#submit,
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-message button.button,
.woocommerce .woocommerce-message input.button {
  background: white; }

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  border-bottom: 1px dotted; }

.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover {
  border-bottom: 1px solid; }

/* Cart
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table {
  border-collapse: collapse;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ccc; }

.woocommerce table.shop_table th {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 11px; }

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 20px;
  vertical-align: middle;
  border-top: 0;
  overflow: hidden; }

.woocommerce a.remove {
  margin: 0 auto; }

.woocommerce a.remove:hover {
  color: red !important;
  background: none; }

.woocommerce-cart table.cart .product-thumbnail {
  width: 100px; }

.woocommerce-cart table.cart img {
  width: 100%;
  display: block; }

.woocommerce table.shop_table td.product-name a {
  color: inherit;
  font-family: Oswald, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px; }
  .woocommerce table.shop_table td.product-name a:hover {
    text-decoration: underline; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: 1px solid #ccc; }

#coupon_code {
  width: 200px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0; }

.woocommerce #content table.cart td.actions #coupon_code,
.woocommerce table.cart td.actions #coupon_code,
.woocommerce-page #content table.cart td.actions #coupon_code,
.woocommerce-page table.cart td.actions #coupon_code {
  width: 200px;
  padding-top: 0;
  padding-bottom: 0; }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  line-height: 36px; }

.woocommerce-cart table.cart input[name="update_cart"] {
  display: block;
  margin-left: auto; }

.woocommerce-cart .wc-proceed-to-checkout {
  padding-bottom: 0; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px; }

.cart_totals h2 {
  font-size: 18px; }

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
  border-top: 0; }

.woocommerce table.shop_table {
  border-bottom: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
  vertical-align: middle; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 400; }

.entry-content .select2-container .select2-choice,
.entry-content .select2-container .select2-choice:hover {
  border-bottom: 1px solid #ccc; }

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: #ccc;
  padding-left: 10px; }

/* Checkout
-------------------------------------------------------------------------------------- */
.woocommerce form .form-row .required {
  text-decoration: none; }

.woocommerce form .form-row input.input-text {
  line-height: 36px; }

.select2-drop.select2-drop-above .select2-search input {
  line-height: 1;
  width: 100%; }

#order_review_heading {
  margin: 20px 0; }

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fafafa; }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-color: #f0f0f0; }

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #efefef; }

/* Order Received
-------------------------------------------------------------------------------------- */
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 0; }

.product-quantity {
  font-weight: normal; }

/* My Account
-------------------------------------------------------------------------------------- */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.woocommerce-MyAccount-navigation ul li + li {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid; }

.woocommerce-MyAccount-navigation ul a {
  color: inherit; }

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #aaa; }

/* Login Form
-------------------------------------------------------------------------------------- */
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-radius: 0;
  border-color: #111; }

.woocommerce form.checkout_coupon > p {
  margin-bottom: 0; }
.woocommerce form.checkout_coupon #coupon_code {
  width: 100%; }

@media only screen and (max-width: 740px) {
  .woocommerce #reviews {
    display: block;
    margin: 0; }

  .woocommerce #review_form_wrapper,
  .woocommerce #reviews #comments {
    width: auto;
    padding: 0; }

  .woocommerce #review_form_wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
    border: 0;
    box-shadow: none;
    border-top: 1px solid; } }
@media only screen and (max-width: 400px) {
  /* Catalog
  --------------------------- */
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    float: none; }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 1rem 0 2rem; }

  /* Product Item
  --------------------------- */
  .woocommerce span.onsale,
  .woocommerce ul.products li.product .onsale {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    top: 20px; } }
@media only screen and (max-width: 1279px) {
  /* Header
  ------------------------------------ */
  #nav > li + li {
    margin-left: 12px; }

  /* Layout
  ------------------------------------ */
  .container {
    max-width: 940px;
    width: 940px; }

  .row {
    margin-left: -20px;
    margin-right: -20px; }

  .col {
    padding-left: 20px;
    padding-right: 20px; }

  .layout-boxed .container {
    width: 900px; }
  .layout-boxed #page {
    width: 960px; }
  .layout-boxed .header-cart {
    right: 5px; }

  #page-title {
    font-size: 3.4em; }

  /* Blog
  ------------------------------------ */
  .isolated-date {
    width: 60px; }
    .isolated-date .day {
      font-size: 28px; }

  /* Widgets
  ------------------------------------ */
  .widget-post-thumbnail {
    width: 90px; }

  .textwidget {
    font-size: 12px; }

  /* WooCommerce
  ------------------------------------ */
  .header-cart {
    right: 10px; } }
/**
 * Portrait Tablet
 * target screen 768px
 */
@media only screen and (max-width: 1023px) {
  /* Typography
  ------------------------------------ */
  body {
    font-size: 13px; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 32px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 16px; }

  /* Header
  ------------------------------------ */
  #topbar .topbar-right {
    margin-left: 0;
    width: 100%; }

  #topbar .topbar-right #topbar-social {
    margin-left: auto; }

  #mobile-nav {
    display: block; }

  #nav,
  #topbarnav {
    display: none; }

  #masthead .container {
    position: relative; }

  #hamburger {
    display: block; }

  #navbar {
    display: none !important; }

  #masthead.masthead-stack {
    padding-top: 20px;
    padding-bottom: 20px; }

  /* Layout
  ------------------------------------ */
  .container {
    width: 724px;
    max-width: 724px; }

  .layout-boxed {
    background: none; }
    .layout-boxed .container {
      width: 724px; }
    .layout-boxed #page {
      box-shadow: none !important;
      width: 100% !important; }

  .has-sidebar #primary,
  .has-sidebar #secondary {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    float: none; }

  #secondary {
    margin-top: 0;
    padding-top: 0 !important; }

  /* Blog Standard
  ------------------------------------ */
  .post-standard:not(:first-child) {
    margin-top: 50px; }

  .entry-tags {
    margin: 1em 0; }

  .post-standard .post-title {
    margin-bottom: 0; }

  /* Post Slider
  ------------------------------------ */
  /* WooCommerce
  ------------------------------------ */
  .header-cart,
  .layout-boxed .header-cart {
    right: 60px; }

  .slide-full-caption {
    padding: 0; }

  .blog-size-medium .grid-title,
  .blog-size-large .grid-title {
    font-size: 24px; }

  .blog-grid .blog-container {
    margin: -36px -12px 0; }
  .blog-grid .post-grid {
    padding: 36px 12px 0; }
  .blog-grid.column-4 .post-grid, .blog-grid.column-5 .post-grid {
    width: 50%; }
  .blog-grid.column-6 .post-grid {
    width: 33.33%; }

  .blog-masonry .blog-container {
    margin: -36px -12px 0; }
  .blog-masonry .post-masonry {
    padding: 36px 12px 0; }
  .blog-masonry.column-4 .post-masonry,
  .blog-masonry.column-4 .grid-sizer, .blog-masonry.column-5 .post-masonry,
  .blog-masonry.column-5 .grid-sizer, .blog-masonry.column-6 .post-masonry,
  .blog-masonry.column-6 .grid-sizer {
    width: 33.33%; }
  .blog-masonry.column-4.masonry-featured-first .post-masonry:first-child, .blog-masonry.column-5.masonry-featured-first .post-masonry:first-child, .blog-masonry.column-6.masonry-featured-first .post-masonry:first-child {
    width: 66.66%; }

  .vc_col-sm-6 .list-thumbnail {
    margin-right: 1em; }
  .vc_col-sm-6 .blog-list-thumbnail-align-right .list-thumbnail {
    margin-right: 0;
    margin-left: 1em; }

  .footer-sidebar-wrapper {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }

  .footer-sidebar-wrapper.column-4 .footer-col {
    width: 50%; }

  #footer-sidebar .footer-col:nth-child(3), #footer-sidebar .footer-col:nth-child(4) {
    padding-top: 0; } }
@media only screen and (max-width: 767px) {
  /* General
  ------------------------------------------------ */
  blockquote p br {
    display: none; }

  blockquote {
    font-size: 16px;
    line-height: 1.5; }

  .spacing-4,
  .spacing-5,
  .spacing-6,
  .spacing-7,
  .spacing-8,
  .spacing-9,
  .spacing-10 {
    letter-spacing: 2px; }

  /* Header
  ------------------------------------------------ */
  body #masthead {
    padding-top: 16px;
    padding-bottom: 16px; }

  /* Basic Structure
  ------------------------------------------------ */
  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap; }

  .col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .col + .col {
      margin-top: 1em; }

  div.wpcf7 .row {
    margin-bottom: 20px; }
    div.wpcf7 .row .col + .col {
      margin-top: 20px; }

  .container {
    width: 90%;
    min-width: 300px; }

  /* Layout
  ------------------------------------------------ */
  #page-wrapper .container {
    display: block; }

  #primary,
  #secondary {
    padding: 30px 0;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .layout-boxed .container {
    width: 90%; }

  #page-title {
    font-size: 2.4em;
    letter-spacing: 1px; }

  /* Blog
  ------------------------------------------------ */
  .post-standard:not(:first-child) {
    margin-top: 40px; }

  /* Blog Grid
  ------------------------------------------------ */
  .blog-grid.column-3 .post-grid,
  .blog-grid.column-5 .post-grid,
  .blog-grid.column-6 .post-grid {
    width: 50%; }

  .grid-excerpt {
    font-size: .85em;
    line-height: 1.5; }

  .blog-masonry.column-3 .post-masonry,
  .blog-masonry.column-3 .grid-sizer,
  .blog-masonry.column-4 .post-masonry,
  .blog-masonry.column-4 .grid-sizer,
  .blog-masonry.column-5 .post-masonry,
  .blog-masonry.column-5 .grid-sizer,
  .blog-masonry.column-6 .post-masonry,
  .blog-masonry.column-6 .grid-sizer {
    width: 50%; }
  .blog-masonry.column-3.masonry-featured-first .post-masonry:first-child,
  .blog-masonry.column-4.masonry-featured-first .post-masonry:first-child,
  .blog-masonry.column-5.masonry-featured-first .post-masonry:first-child,
  .blog-masonry.column-6.masonry-featured-first .post-masonry:first-child {
    width: 100%; }

  /* Blog Slider
  ------------------------------------------------ */
  .slide-full-caption .entry-meta {
    font-size: 12px; }

  /* Blog List
  ------------------------------------------------ */
  .blog-size-large .grid-title {
    font-size: 1.3em; }

  .list-excerpt {
    font-size: .85em;
    line-height: 1.5; }

  .list-thumbnail {
    max-width: 50%; }

  /* Mailchimp
  ------------------------------------------------ */
  .mailchimp-form-inline .mailchimp-form-inner,
  .mailchimp-form-stack input[type=submit] {
    display: block; }

  .mailchimp-form-inline input[type="color"], .mailchimp-form-inline input[type="date"], .mailchimp-form-inline input[type="datetime"], .mailchimp-form-inline input[type="datetime-local"], .mailchimp-form-inline input[type="email"], .mailchimp-form-inline input[type="month"], .mailchimp-form-inline input[type="number"], .mailchimp-form-inline input[type="password"], .mailchimp-form-inline input[type="search"], .mailchimp-form-inline input[type="tel"], .mailchimp-form-inline input[type="text"], .mailchimp-form-inline input[type="time"], .mailchimp-form-inline input[type="url"], .mailchimp-form-inline input[type="week"], .mailchimp-form-inline input:not([type]), .mailchimp-form-inline textarea {
    width: 100%; }

  /* Single
  ------------------------------------------------ */
  .post-standard .more-link {
    display: table;
    margin: 0 auto; }

  .authorbox {
    min-width: 0; }
    .authorbox .author-inner {
      padding: 18px; }
    .authorbox .author-avatar {
      width: 50px;
      height: 50px; }
    .authorbox .author-bio p {
      font-size: 12px; }

  .comment-list ol.children {
    margin: 0 0 0 1em; }

  .comment-meta .comment-author .fn {
    margin-left: 12px;
    letter-spacing: 1px;
    font-size: 11px; }
  .comment-meta .comment-author img {
    display: block;
    float: left;
    width: 32px; }
  .comment-meta .comment-metadata {
    letter-spacing: 0; }

  .comment-meta .comment-metadata,
  .comment-content,
  .comment-awaiting-moderation {
    margin-left: 44px; }

  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin-right: 0; }

  .hellen-heading .heading-title.related-heading {
    width: 100%; }

  .entry-tags {
    letter-spacing: 0; }

  .related-content .blog-grid.column-3 .post-grid {
    width: 33.33%;
    padding-left: 5px;
    padding-right: 5px; }
  .related-content .blog-grid.column-3 .blog-container {
    margin-left: -5px;
    margin-right: -5px; }
  .related-content .blog-grid.column-3 .post-grid-thumbnail + .grid-section {
    margin-top: 10px; }

  .post-navigation .nav-title {
    font-size: 16px;
    letter-spacing: 0; }

  /* Footer
  ------------------------------------------------ */
  body #footer-sidebar {
    padding: 40px 0; }

  .footer-sidebar-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important; }

  .footer-col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #footer-sidebar {
    padding: 30px 0; }
    #footer-sidebar .footer-col {
      padding-top: 0;
      padding-bottom: 0; }
      #footer-sidebar .footer-col + .footer-col {
        margin-top: 24px; }

  #footer-bottom .container {
    display: block;
    text-align: center; }
  #footer-bottom .footer-right {
    margin: 20px 0 0; }
  #footer-bottom #footernav {
    display: table;
    margin: 0 auto; }

  .mailchimp-form-inline .mc4wp-form-fields,
  .mailchimp-form-inline .mc4wp-form-fields p {
    display: block;
    width: 100%;
    margin-left: 0 !important; }

  .hellen-mailchimp-form input[type=submit] {
    width: 100%; }

  .woocommerce-result-count {
    letter-spacing: 0; }

  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%; }

  .woocommerce #content table.cart td.actions #coupon_code, .woocommerce table.cart td.actions #coupon_code, .woocommerce-page #content table.cart td.actions #coupon_code, .woocommerce-page table.cart td.actions #coupon_code {
    width: 120px; }

  .woocommerce td.product-quantity .quantity,
  .woocommerce-page td.product-quantity .quantity {
    float: none;
    margin-left: auto;
    margin-right: 0; }
  .woocommerce td.product-quantity:before,
  .woocommerce-page td.product-quantity:before {
    line-height: 36px; }

  .woocommerce table.shop_table {
    border-left: 0;
    border-right: 0; } }
@media only screen and (max-width: 480px) {
  /* Typography
  ------------------------------------------------ */
  body blockquote {
    font-size: 1.2em; }

  .royalSlider {
    max-height: 300px; }

  button, input[type="button"], input[type="reset"], input[type="submit"],
  .hellen-btn {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 36px; }

  h1 {
    font-size: 28px; }

  h2 {
    font-size: 22px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 16px; }

  /* Header
  ------------------------------------------------ */
  .topbar-text {
    display: none; }

  #offcanvas .topbar-text {
    display: block; }

  #topbar-social .social-list a {
    padding: 0 6px; }

  .masthead-center .site-branding,
  .masthead-stack .site-branding {
    max-width: 240px; }
  .masthead-center .header-cart,
  .masthead-stack .header-cart {
    left: 0;
    right: auto; }

  /* Layout
  ------------------------------------------------ */
  #page-title {
    font-size: 1.8em;
    letter-spacing: 0px; }
    #page-title:before {
      margin-right: 10px; }
    #page-title:after {
      margin-left: 10px; }

  /* Slider
  ------------------------------------------------ */
  .rsHellen .rsArrow {
    width: 36px;
    height: 36px;
    line-height: 36px; }

  .rsHellen .rsArrowIcn {
    font-size: 14px; }

  .rsHellen.rsHor .rsArrowLeft {
    left: 0; }

  .rsHellen.rsHor .rsArrowRight {
    right: 0; }

  /* Blog
  ------------------------------------------------ */
  .entry-header + .post-thumbnail {
    margin: 20px 0; }

  a.more-link {
    padding: 6px 12px;
    letter-spacing: 1px; }

  .isolated-date {
    width: 40px;
    text-align: left; }
    .isolated-date .day {
      font-size: 22px; }
    .isolated-date .month {
      font-size: 14px; }

  .entry-meta {
    font-size: 10px; }

  .post-standard .post-title {
    font-size: 1.25em;
    font-weight: 600; }

  .entry-meta .entry-meta-inner > * + :before {
    margin: 0 4px; }

  .entry-categories ul li + li:before {
    margin: 0 4px; }

  .entry-tags ul li + li:before {
    margin: 0 5px; }

  .hellen-nav > a,
  .hellen-nav > span {
    padding: 2px 6px; }

  /* Blog Grid
  ------------------------------------------------ */
  .blog-grid .post-grid,
  .blog-masonry .post-masonry,
  .blog-masonry .grid-sizer {
    width: 100% !important; }

  .grid-title,
  .blog-size-small .grid-title,
  .blog-size-normal .grid-title,
  .blog-size-medium .grid-title,
  .blog-size-large .grid-title {
    font-size: 16px; }

  /* Blog List
  ------------------------------------------------ */
  .post-list:not(:first-child) {
    margin: 24px 0 0; }

  .list-thumbnail {
    max-width: 32%; }

  .list-section .hellen-button {
    display: none; }

  /* Post Slider
  ------------------------------------------------ */
  .hellen-button.slide-more-button {
    display: none; }

  /* Single Post
  ------------------------------------------------ */
  .authorbox .author-avatar {
    width: 50px; }

  .comment-list li.comment .comment-body {
    display: block; }
  .comment-list li.comment .comment-meta {
    width: 100%;
    margin: 0 0 10px; }

  .post-navigation .nav-title {
    font-size: 1.1em; }

  /* RevSlider
  ------------------------------------------------ */
  .hellen .tparrows {
    width: 36px;
    height: 36px;
    line-height: 36px; }

  /* WooCommerce
  ------------------------------------------------ */
  .woocommerce ul.products li.product h3,
  .woocommerce-page.columns-3 ul.products li.product h3,
  .woocommerce.columns-3 ul.products li.product h3,
  .woocommerce-page.columns-2 ul.products li.product h3,
  .woocommerce.columns-2 ul.products li.product h3 {
    font-size: 14px;
    letter-spacing: 0; }

  .woocommerce ul.products li.product .star-rating {
    font-size: 12px; }

  .woocommerce ul.products li.product .price {
    font-size: 12px; }

  .woocommerce nav.woocommerce-pagination ul li > a, .woocommerce nav.woocommerce-pagination ul li > span.current {
    padding: 2px 6px; }

  .woocommerce div.product .product_title {
    font-size: 24px; }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px; }

  .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    line-height: 1.5;
    font-size: 12px;
    padding: 8px !important; } }
@media only screen and (max-width: 782px) {
  .admin-bar #masthead.before-sticky {
    top: 46px !important; } }
@media only screen and (max-width: 600px) {
  .admin-bar #masthead.before-sticky {
    top: 0 !important; } }

/*# sourceMappingURL=style.css.map */
