/*** CONTENT ***/
/*****************************************************************/
/*
/*** 00. Reset (Normalize)
/*** 01. Global
/*** 02. Header
/*** 03. Pages / Blog / Portfolio
/*** 04. Shop Categories
/*** 05. Product page
/*** 06. Cart
/*** 07. Checkout
/*** 08. Sliders
/*** 09. Banners
/*** 10. Lightbox
/*** 11. Shortcodes
/*** 12. Widgets
/*** 13. Dark styles (Styles for dark backgrounds)
/*** 14. Div Fixes
/*** 15. Mobile styles
/*** 16. Foundation Components (Grid, Buttons,Type,Forms,Alert boxes,pagination) */
/*
/*****************************************************************/
/*
/*
/*/
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #fff;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**********************************************************************/
/**********------------------- 01. GLOBAL ----------------*************/
/**********************************************************************/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }


a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important;}

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* -- containers / wrappers -- */
body, html {
  min-height: 100%; }
body.bg-full-size {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: none;
  background-position: 50% 50%; }

#wrapper {
  background-color: #FFF; }

body.full-width #wrapper {
  width: 100%; }

body.boxed #wrapper {
  max-width: 71.25em;
  margin: 0 auto; }

body.framed-layout {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #555; }

body.boxed {
  background-color: #555; }

.nav-dropdown {
  max-width: 67.5em; }

#content > *:last-child, #content > .ux_slider_wrapper:last-child .iosSlider {
  margin-bottom: -1px !important; }

.page-wrapper {
  padding: 30px 0 30px;
  *zoom: 1; }
  .page-wrapper:before, .page-wrapper:after {
    content: " ";
    display: table; }
  .page-wrapper:after {
    clear: both; }

.category-page {
  padding-top: 30px; }

.product-page {
  padding-top: 30px; }

.row.container {
  margin-bottom: 30px !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/* row */
.width-fluid > .row, .width-fluid > .row > .large-12 {
  width: 100% !important;
  min-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.row.divided .columns {
  border-right: 1px solid rgba(0, 0, 0, 0.05); font-size:60%; }

.row.divided .columns:last-child {
  border: 0; }

/* -- top divider (shown for white header) -- */
.top-divider {
  border-top: 1px solid #eeeeee; }

/* -- global text styles --  */
.uppercase {
  text-transform: uppercase; }

.thin-font {
  font-weight: normal;
  font-weight: 300; }

p:empty {
  display: none !important; }

table {
  width: 100%; }

/* -- social icons --  */
.social-icons {
  line-height: 100%; }

.social-icons .icon, .yith-wcwl-share li a {
  font-family: 'icomoon';
  line-height: 16px;
  font-size: 16px;
  border: 2px solid #ccc;
  display: inline-block;
  padding: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #ccc;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: "background-color" 200ms ease-out;
  -moz-transition: "background-color" 200ms ease-out;
  transition: "background-color" 200ms ease-out; }

.social-icons.size-small .icon {
  border: 0;
  padding: 5px;
  margin-right: 3px; }

.social-icons .icon:hover, .yith-wcwl-share li a:hover {
  color: #FFF; }

.social-icons .icon.icon_facebook:hover, .yith-wcwl-share li a.facebook:hover {
  background-color: #3a589d;
  border-color: #3a589d; }

.social-icons .icon.icon_twitter:hover, .yith-wcwl-share li a.twitter:hover {
  background-color: #2478ba;
  border-color: #2478ba; }

.social-icons .icon.icon_email:hover {
  background-color: #111;
  border-color: #111; }

.social-icons .icon.icon_pintrest:hover, .yith-wcwl-share li a.pinterest:hover {
  background-color: #cb2320;
  border-color: #cb2320; }

.social-icons .icon.icon_rss:hover {
  background-color: #fc7600;
  border-color: #fc7600; }

.social-icons .icon.icon_twitter:hover {
  background-color: #2478ba;
  border-color: #2478ba; }

.social-icons .icon.icon_instagram:hover {
  background-color: #3b6994;
  border-color: #3b6994; }

.social-icons .icon.icon_googleplus:hover, .yith-wcwl-share li a.googleplus:hover {
  background-color: #dd4e31;
  border-color: #dd4e31; }

.social-icons .icon.icon_linkedin:hover {
  background-color: #0072b7;
  border-color: #0072b7; }

.social-icons .icon.icon_youtube:hover {
  background-color: #c33223;
  border-color: #c33223; }

.social-icons .icon.icon_flickr:hover {
  background-color: #e5086f;
  border-color: #e5086f; }

.yith-wcwl-share ul {
  margin-left: 0 !important; }

.yith-wcwl-share li a.facebook:before {
  content: "\e002" !important; }

.yith-wcwl-share li a.twitter:before {
  content: "\e001" !important; }

.yith-wcwl-share li a.pinterest:before {
  content: "\e010" !important; }

.yith-wcwl-share li a.googleplus:before {
  content: "\e00f" !important; }

.product-page .social-icons {
  margin-bottom: 30px; }

/* -- social share-row -- */
.social-icons.share-row span.title {
  font-weight: bold;
  margin-right: 5px; }

.product-info .social-icons {
  border-top: 1px dotted #dddddd;
  padding-top: 25px; }

/* -- stars --  */
.star-rating,
.star-rating {
  text-align: left;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  width: 5.4em;
  font-family: 'icomoon'; }

.star-rating:before, .woocommerce-page .star-rating:before {
  content: "\e006 \e006 \e006 \e006 \e006";
  color: #d26e4b;
  float: left;
  top: 0;
  left: 0;
  position: absolute; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-weight: normal !important; }

.star-rating span:before {
  content: "\e005 \e005 \e005 \e005 \e005";
  color: #d26e4b;
  top: 0;
  position: absolute;
  left: 0; }

li.product-small .star-rating {
  font-size: 80% !important;
  margin-bottom: 5px; }

li.product-small .text-center .star-rating {
  margin: 0 auto 5px; }

.product-info .star-rating {
  margin-bottom: 20px; }

/* -- tabbed content -- */
ul.tabs {
  margin-left: 0 !important; }

.tabbed-content ul.tabs {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }

.tabbed-content ul.tabs li {
  list-style: none;
  display: inline-block; }

.tabbed-content ul.tabs li a {
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 25px;
  font-size: 90%;
  border-top: 4px solid #fff;
  padding: 10px 0;
  display: block;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  transition: border 200ms ease-out; }

.tabbed-content ul.tabs li a:hover {
  border-color: #777;
  color: #777; }

.tabbed-content ul.tabs li.active a {
  border-color: #333;
  color: #333; }

.tabbed-content.shortcode_tabgroup .tabs {
  border-top: 2px solid #eee; }

.tabbed-content .entry-content {
  padding-top: 0; }

.shortcode_tabgroup h3 {
  margin-bottom: 15px; }

.shortcode_tabgroup_vertical, .shortcode_tabgroup {
  margin-bottom: 15px !important; }

.tabbed-content .iosSlider, .tabbed-content .product-small {
  margin-bottom: 0; }

.tabbed-content.pos_pills > h3, .tabbed-content.pos_center > h3 {
  text-align: center; }

.tabbed-content.pos_pills > ul.tabs, .tabbed-content.pos_center > ul.tabs {
  border: 0;
  text-align: center; }

.tabbed-content.pos_pills ul.tabs li {
  border-right: 1px solid rgba(0, 0, 0, 0.1); }

.tabbed-content.pos_pills ul.tabs li:last-child {
  border: 0; }

.tabbed-content.pos_pills ul.tabs li a {
  border: 0;
  padding: 5px 10px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-size: 80%;
  margin: 0 15px; }

.tabbed-content.pos_pills ul.tabs li.active a {
  background: #627f9a;
  color: #FFF; }

.tabbed-content.pos_pills ul.tabs {
  margin-bottom: 30px; }

/* -- vertical tabs -- */
.vertical-tabs ul.tabs-nav {
  margin-top: 15px;
  margin-left: 0;
  z-index: 9;
  border-right: 1px solid #dddddd;
  margin-right: -1px;
  height: 100%; }

.vertical-tabs ul.tabs-nav li {
  list-style: none;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: bold; }

.vertical-tabs ul.tabs-nav li a {
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
  display: block;
  color: #999;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  transition: border 200ms ease-out; }

.vertical-tabs ul.tabs-nav li.current a, .vertical-tabs ul.tabs-nav li a:hover, .vertical-tabs ul.tabs-nav li.current-menu-item a {
  color: #333;
  border-right: 4px solid #dddddd; }

.vertical-tabs .tabs-inner {
  border-left: 1px solid #dddddd;
  padding-left: 40px; }

.vertical-tabs .tabs-inner.active {
  padding-top: 25px; }

.shortcode_tabgroup_vertical h3 {
  border-bottom: 2px solid #eee;
  padding-bottom: 15px;
  margin: 0; }

/* -- tab content -- */
.vertical-tabs .tabs-inner,
.tabbed-content .panel {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0.0;
  -webkit-transition: opacity 0ms ease-out;
  -moz-transition: opacity 0ms ease-out;
  transition: opacity 0ms ease-out; }

.vertical-tabs .tabs-inner.active,
.tabbed-content .panel.active {
  visibility: visible;
  height: auto;
  overflow: visible;
  opacity: 1.0;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out; }

/* -- accordian -- */
.accordion_title {
  padding-bottom: 10px; }

.accordion {
  margin-bottom: 30px; }

.accordion .accordion-inner {
  display: none;
  padding: 15px 30px 30px;
  font-size:100%;
  line-height:28px; }

.accordion .accordion-title a {
  font-size: 110%;
  line-height: 130%;
  color: #999;
  padding: 20px 15px;
  display: block;
  border-top: 1px solid #dddddd;
  -webkit-transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  transition: border 200ms ease-out; }

.accordion .accordion-title.active a {
  color: #333;
  background-color: #f9f9f9;
  border-top: 3px solid #dddddd;
  border-bottom: 1px solid #eeeeee; }

.product-details .accordion-title.active a {
  background: transparent;
  border-width: 1px; }

.large-6 .accordion-title a, .large-5 .accordion-title a, .large-4 .accordion-title a, .large-7 .accordion-title a {
  font-size: 95%; }

.accordion .accordion-title a:before {
  font-family: 'icomoon';
  content: "\e00c";
  font-size: 16px;
  margin-right: 15px; }

.accordion .accordion-title.active a:before {
  content: "\e00d"; }

/* -- icon styles -- */
.span.icon-instagram {
  font-size: 16px; }

.search-icon {
  font-size: 16px !important; }

/* -- Avatar + extras --  */
.avatar, .circle {
  -webkit-border-radius: 999px;
  border-radius: 999px; }

/* -- quantity box -- */
.quantity {
  display: inline-block; }

.quantity .input-text.qty {
  width: 35px;
  height: 41px;
  padding: 0 5px;
  text-align: center; }

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.quantity.buttons_added .minus, .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 41px;
  background-color: #fff;
  border: 1px solid #ccc; }

.quantity.buttons_added .minus {
  border-right: 0; }

.quantity.buttons_added .plus {
  border-left: 0; }

.quantity.buttons_added .minus:hover, .quantity.buttons_added .plus:hover {
  background: #eee; }

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-info .quantity {
  margin-left: 10px; }

/* -- disabled buttons --*/
button[disabled] {
  background-color: #333333 !important;
  opacity: 0.6; }

/* --  message box -- */
.alert-box a.button {
  margin: 0 15px 0 0;
  display: inline-block; }

.alert-box ul {
  margin-bottom: 0; }

.alert-box li {
  list-style: none; }

/* -- woocommerce message --*/
.woocommerce-message {
  color: #7a9c59 !important;
  font-size: 120%;
  position: relative;
  margin: 30px 0; }

.woocommerce-message {
  padding-right: 320px;
  background: none !important;
  border: 0; }

.woocommerce-message a.button {
  position: absolute;
  right: 0;
  font-size: 80%;
  padding: 10px 20px;
  margin-top: -8px; }

.woocommerce-message:before {
  color: #FFF;
  background: #7a9c59;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  padding: 3px;
  font-family: 'icomoon';
  content: "\e00a";
  margin-right: 10px; }

.single-product .woocommerce-message {
  margin-bottom: 0; }

/* -- scroll to top --  */
#top-link {
  display: none;
  background: #ef5921;
  position: fixed;
  right: 35px;
  text-align: center;
  bottom: 20%;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  background: #ef5921;
  width: 40px;
  padding: 2px 8px 6px;
  font-size: 32px;
  opacity: 0.9;
  z-index: 99; }

#top-link.active {
  display: block; }

/* -- Global UL / OL -- */
.entry-content > ul, .short-description > ul, .tabs-inner ul, .tabs-inner ol, .accordian-inner ul, .accordian-inner ol {
  margin-left: 20px; }

ul.checkmarks li {
  margin-bottom: 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #dddddd;
  line-height: 110%; }

ol.commentlist li {
  list-style: none; }

.entry-content ol {
  margin-left: 20px; }

#content > ul {
  margin-left: 20px; }

/* -- Paginations -- */
.pagination-centered {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
  margin-bottom: 30px; }

ul.page-numbers {
  line-height: 42px; }

ul.page-numbers a, .page-numbers li > span {
  text-align: center;
  border: 2px solid #627f9a;
  padding: 6px 12px 7px;
  font-weight: bold;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out; }

ul.page-numbers a:hover {
  background-color: #627f9a;
  border-color: #627f9a;
  color: #FFF; }

ul.page-numbers li > span {
  color: #FFF;
  background-color: #627f9a;
  border-color: #627f9a; }

/* -- Welcome popup -- */
#welcome-popup {
  background: #FFF;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 100px rgba(255, 255, 255, 0.3); }

#welcome-popup .mfp-close {
  top: 10px;
  right: 10px;
  z-index: 10; }

/* -- section titles -- */
h3.section-title {
  margin: 0 0 20px;
  text-transform: uppercase;
  border-bottom: 3px solid #f1f1f1; }

h3.section-title a {
  float: right;
  padding-top: 5px;
  font-size: 80%; }

h3.section-title a:after {
  font-family: 'icomoon';
  content: "\f105";
  color: #627f9a;
  margin-left: 10px; }

h3.section-title span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 3px solid #dddddd;
  margin-bottom: -3px; }

h3.section-title.title_center {
  text-align: center;
  margin-bottom: 40px;
  line-height: 22px; }

h3.section-title.title_center span {
  border: 0;
  background: #FFF;
  bottom: -12px;
  position: relative;
  padding: 0 30px; }

h3.section-title.title_bold, h3.section-title.title_bold_center {
  border-width: 3px;
  margin-top: 50px;
  margin-bottom: 60px;
  height: 0; }

h3.section-title.title_bold span, h3.section-title.title_bold_center span {
  border: 3px solid #eee;
  padding: 10px 15px;
  position: relative;
  top: -25px;
  left: 15px;
  background-color: #FFF; }

h3.section-title.title_bold a {
  border: 3px solid #DDD;
  padding: 5px 10px;
  position: relative;
  top: -20px;
  right: 15px;
  background-color: #FFF; }

h3.section-title.title_bold_center {
  text-align: center; }

h3.section-title.title_bold_center span {
  left: auto; }

/* -- text dividers -- */
.tx-div {
  display: block;
  height: 3px;
  background-color: #000;
  opacity: 0.1;
  margin: 15px 0 15px; }

.text-center .tx-div {
  margin: 15px auto 15px auto; }

.tx-div.small {
  width: 30px; }

.tx-div.medium {
  width: 60px; }

/* -- tooltips -- */
.tipr_content {
  color: #FFF;
  padding: 5px 10px 7px;
  text-align: center; }

.tipr_container_bottom {
  display: none;
  position: absolute;
  margin-top: 13px;
  z-index: 1000; }

.tipr_container_top {
  display: none;
  position: absolute;
  margin-top: -40px;
  z-index: 1000; }

.tipr_point_top, .tipr_point_bottom {
  position: relative;
  background: #111;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  opacity: 0.95; }

.tipr_point_top:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  top: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_top:after {
  border-top-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

.tipr_point_bottom:after {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0; }

.tipr_point_bottom:after {
  border-bottom-color: #111;
  border-width: 8px;
  left: 50%;
  margin-left: -8px; }

/*  -- custom select box -- */
.select-wrapper {
  position: relative; }

.select-wrapper:after {
  position: absolute;
  right: 0;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.select-wrapper:after {
  border-color: rgba(145, 145, 145, 0);
  border-top-color: #919191;
  border-width: 6px;
  right: 8px;
  margin-left: -6px; }

.custom select {
  -webkit-appearance: none;
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  line-height: 1;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 20px;
  height: 34px;
  -webkit-appearance: none;
  border: 1px solid #dddddd;
  padding: 5px 8px 4px;
  position: relative;
  top: 1px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 100%);
  background: linear-gradient(to bottom, white); }
  .custom select:hover {
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #f7f7f7 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f1f1f1); }

/* -- product lightbox --*/
.product-lightbox {
  background: #FFF;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative; }

.product-lightbox form.custom select {
  visibility: visible; }

.product-lightbox-inner {
  padding: 30px 30px 10px;
  font-size: 90%; }

.product-lightbox-inner h4.breadcrumb {
  font-size: 80%; }

.product-lightbox-inner .short-description {
  max-height: 220px;
  overflow-x: auto; }

.product-lightbox .iosSlider.product-gallery-slider {
  margin-bottom: 0;
  -webkit-transition: height 500ms ease-out;
  -moz-transition: height 500ms ease-out;
  transition: height 500ms ease-out; }

.lightbox-white {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

/* -- loading bar --*/
.loading {
  z-index: 99999;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -42px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.loading i {
  float: left;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #627f9a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: loadingFade 1.5s infinite;
  -moz-animation: loadingFade 1.5s infinite;
  animation: loadingFade 1.5s infinite; }

.dark.loading i {
  background: white !important; }

.loading i:nth-child(0) {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s; }

.loading i:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loading i:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.loading i:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.loading i:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s; }

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes loadingFade {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* -- column slider styles -- */
.column-slider {
  position: relative;
  margin-bottom: 15px !important; }

.column-slider .product-small, .column-slider .product-category, .column-slider .featured-item {
  padding: 0 !important; }

.column-slider .product-small > a, .column-slider .product-category a {
  display: block;
  padding: 0 15px; }

.column-slider .featured-item.style_1 a {
  margin: 0 15px; }

.column-slider .product-category .header-title {
  left: 15px;
  right: 15px; }

.column-slider .slider {
  margin: 0 !important; }

.column-slider .blog_shortcode_item {
  padding: 0 !important; }

.column-slider .blog_shortcode_item a {
  display: block;
  padding: 0 15px; }

.column-slider .sliderNav a span {
  top: 30%; }

.category-slider .sliderNav a span, .featured-items-slider .sliderNav a span {
  top: 45%; }

.blog-posts .sliderControlls {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }

.blog-posts:hover .sliderControlls {
  opacity: 1; }

.featured-items-slider.style-2 .sliderNav span {
  margin: 0 10px; }

.column-slider .info.style-grid2 {
  padding-left: 15px; }

.column-slider .callout.style2 {
  left: 15px; }

.column-slider .callout.style3 {
  left: 25px; }

/* -- slider bullets -- */
.sliderBullets {
  position: absolute;
  bottom: 30px;
  left: 10%;
  right: 10%;
  text-align: center;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  z-index: 1; }

.sliderBullets .bullet, .flipContainer .pager span.dot {
  display: inline-block;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  border: 3px solid #FFF;
  opacity: 0.5;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  -webkit-transition: background 200ms ease-out;
  -moz-transition: background 200ms ease-out;
  transition: background 200ms ease-out; }

.sliderBullets .bullet.active, .sliderBullets .bullet:hover, .flipContainer .pager span.dot.current {
  opacity: 1;
  background: #FFF;
  cursor: pointer; }

/* div fixes */
.shortcode_tabgroup .column-slider .sliderNav {
  top: -50px; }

/**********************************************************************/
/**************------------- 09. BANNER SYSTEM -------------***********/
/**********************************************************************/
.ux_banner-grid {
  margin-left: -7px !important;
  margin-right: -7px !important;
  margin-bottom: 20px !important; }

.ux_banner-grid .columns {
  margin-right: -1px !important; }

.ux_banner-grid .columns > div {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.ux_banner-grid .ux_banner {
  margin-bottom: 15px;
  display: block; }

.ux_banner-grid .columns > img {
  margin-bottom: 10px; }

#content > .ux_block > .ux_banner, #content > .ux_banner {
  margin-bottom: 30px; }

.ux_banner .inner.animated {
  opacity: 0; }

.ux_banner {
  background: #627f9a;
  line-height: 140%;
  display: block;
  position: relative;
  overflow: hidden;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }

.ux_banner.light {
  background: #f9f9f9; }

.ux_banner .banner-bg, .ux_bg .banner-bg {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -ms-behavior: url(backgroundsize.htc); }

.ux_banner .banner-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  background-color: transparent; }

.ux_banner.full-height {
  height: 100vh !important; }

.ux_banner.bg-trans {
  background: transparent !important; }

.ux_banner .row {
  position: relative;
  height: 319px;
  z-index: 2;
  padding: 31px 35px;
}

.ux_banner .inner {
  white-space: normal;
  z-index: 3;
  margin: 0 auto; }

.ux_bg {
  position: relative;
  overflow: hidden; }

.ux_bg .banner-bg.ux_parallax, .ux_banner .banner-bg.ux_parallax {
  background-position: top;
  background-attachment: scroll !important;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
  opacity: 0; }

.ux_bg .ux_bg_content {
  z-index: 10;
  position: relative; }

#content .slider .ux_bg {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.ux_parallax.parallax-active {
  opacity: 1; }

.parallax_img_inner {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }

.ux-bg-title {
  text-align: center;
  position: relative;
  bottom: -26px;
  z-index: 99; }

.ux-bg-title span {
  color: #627f9a;
  font-size: 80%;
  display: inline-block;
  background: #FFF;
  text-transform: uppercase;
  padding: 5px 15px;
  border: 2px solid #627f9a; }

html[data-useragent*='iPad'] .ux_bg .banner-bg.ux_parallax, html[data-useragent*='iPad'] .ux_banner .banner-bg.ux_parallax, html[data-useragent*='iPhone'] .ux_bg .banner-bg.ux_parallax, html[data-useragent*='iPhone'] .ux_banner .banner-bg.ux_parallax {
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: inherit !important; }

.ux_banner .button {
  margin: 15px 5px 10px 5px; }

.ux_banner .text-right .button {
  margin: 15px 0 10px 10px; }

.ux_banner .text-left .button {
  margin: 15px 10px 10px 0px; }

.ux_banner .center {
  bottom: 50% !important;
  top: auto !important;
  text-align: center; }

.ux_banner .left {
  left: 10%;
  right: auto;
  text-align: left;
}

.ux_banner .far-left {
  left: 20px;
  right: auto;
  text-align: left; }

.ux_banner .right {
  left: auto;
  right: 10%;
  text-align: right; }

.ux_banner .far-right {
  left: auto;
  right: 20px;
  text-align: right; }

.ux_banner .center .tx-div {
  margin: 0 auto; }

.ux_banner .left .tx-div, .ux_banner .far-left .tx-div {
  margin: 0 auto 0 0; }

.ux_banner .right .tx-div, .ux_banner .far-right .tx-div {
  margin: 0 0 0 auto; }

.ux_banner .text-center .tx-div {
  margin: 0 auto; }

.ux_banner .text-left .tx-div {
  margin: 0 auto 0 0; }

.ux_banner .text-right .tx-div {
  margin: 0 0 0 auto; }

.ux_banner .tx-div {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.ux_banner .inner.top {
  top: 12% !important;
  margin: 0 auto !important;
  bottom: auto !important;
}

.ux_banner .inner.bottom {
  bottom: 12% !important;
  margin: 0 auto !important;
  top: auto !important; }

.ux_banner .inner.far-bottom {
  bottom: 0 !important;
  top: auto !important; }

.ux_banner .inner.far-top {
  top: 0 !important;
  bottom: auto !important; }

.ux_banner .inner.full-width {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important; }

.text-box-dark:before {
  box-shadow: -10px 0px 0px #000;
  display: inline-block;
  width: 10px;
  content: " "; }

.text-box-dark {
  background: #000;
  color: #FFF;
  display: inline;
  line-height: 120% !important;
  box-shadow: 10px 0px 0px #000; }

.text-box-light:before {
  box-shadow: -10px 0px 0px #FFF;
  display: inline-block;
  width: 10px;
  content: " "; }

.text-box-light {
  background: #FFF;
  color: #111;
  display: inline;
  line-height: 120% !important;
  box-shadow: 10px 0px 0px #FFF; }

.text-box-primary {
  background: #627f9a;
  color: #fff;
  display: inline;
  line-height: 140% !important; }

.text-box-dark:after, .text-box-light:after, .text-box-primary:after {
  visibility: hidden;
  display: block;
  font-size: 0 !important;
  content: "";
  clear: both;
  height: 0 !important; }

.dark .text-box-light {
  color: #000; }

.ux_banner .callout {
  left: auto;
  right: 70px;
  top: 30px; }

.ux_banner .text-boxed {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }

/* -- UX texts -- */
.ux_text {
  display: table;
  height: 100%;
  width: 100%; }

.ux_text .inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }

.ux_text.top .inner {
  vertical-align: top; }

.ux_text.bottom .inner {
  vertical-align: bottom; }

.ux_text.text-center {
  margin: 0 auto; }

.text-bordered-white, .text-bordered-primary, .text-bordered-dark {
  border: 3px solid #FFF;
  padding: 15px; }

.text-bordered-dark {
  border-color: #000; }

/* -- hover styles -- */
.ux_banner .banner-bg {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* -- hover style : fade effect --*/
.ux_banner.hover_fade:hover .banner-bg {
  opacity: 0.3; }

/* -- hover style : hover zoom --*/
.ux_banner.hover_zoom:hover .banner-bg {
  opacity: 0.4;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25); }

/* -- font sizes -- */
.ux_banner h1, .ux_text h1 {
  font-weight: bolder;
  font-size: 350%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h2, .ux_text h2 {
  font-size: 300%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h3, .ux_text h3 {
  font-size: 200%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h4, .ux_text h4 {
  font-size: 150%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h5, .ux_text h5 {
  font-size: 100%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner h6, .ux_text h6 {
  font-size: 60%;
  line-height: 100%;
  margin: 7px 0; }

.ux_banner p {
  font-size: 60%;
  line-height: 120%; }

.ux_banner h1.h-large, .ux_text h1.h-large {
  font-size: 650%;
  line-height: 85%;
  padding: 0px !important; }

.ux_banner h1.h-xlarge, .ux_text h1.h-xlarge {
  font-size: 1200%;
  line-height: 85%;
  padding: 0px !important; }

.ux_banner h1.h-xxlarge, .ux_text h1.h-xxlarge {
  font-size: 1500%;
  line-height: 85%;
  padding: 0px !important; }

.large-1 .ux_banner, .large-2 .ux_banner {
  font-size: 6px; }

.large-3 .ux_banner {
  font-size: 8px; }

.large-4 .ux_banner {
  font-size: 8px; }

#welcome-popup .ux_banner, .large-5 .ux_banner {
  font-size: 13px; }

.large-6 .ux_banner {
  font-size: 14px; }

.large-7 .ux_banner {
  font-size: 14px; }

.large-8 .ux_banner {
  font-size: 14px; }

.large-9 .ux_banner {
  font-size: 14px; }

.large-1 .ux_banner .button, .large-2 .ux_banner .button,
.large-3 .ux_banner .button, .large-4 .ux_banner .button {
  font-size: 140%; }

/* smaller font sizes on small columns */
@media only screen and (max-width: 500px) {
  .ux_banner .inner {
    min-width: 60% !important; }

  .ux_banner .button-row .button {
    display: block;
    margin: 0 0 5px; }

  .ux_banner {
    font-size: 9px; }

  .ux_banner p, .ux_banner .button {
    font-size: 130%; } }
@media only screen and (min-width: 500px) {
  .ux_banner {
    font-size: 10px; }

  .ux_banner p, .ux_banner .button {
    font-size: 130%; } }
@media only screen and (min-width: 600px) {
  .ux_banner {
    font-size: 12px; }

  .ux_banner p, .ux_banner .button {
    font-size: 120%; } }
@media only screen and (min-width: 48em) {
  .ux_banner {
    font-size: 16px; }

  .ux_banner p, .ux_banner .button {
    font-size: 90%; } }
/* mobile fixes */
@media only screen and (max-width: 48em) {
  .ux_bg .banner-bg, .ux_banner .banner-bg {
    margin-top: 0 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1 !important; }

  .row.container > .columns {
    margin-bottom: 15px;} }
/**********************************************************************/
/*************------------- 10. LIGHTBOX -------------*****************/
/**********************************************************************/
.ux_banner .inner h3{
    font-size: 18px;color: #333;font-weight: 100;padding-bottom: 10px;border-bottom:1px solid #000 ;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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; }

.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; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.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;
  padding: 0;
  z-index: 10; }

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: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  background: #000;
  font-style: normal;
  font-size: 28px; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    background: none; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: black !important;
  right: 0;
  top: 40px; }

.mfp-arrow {
  position: fixed;
  top: 0;
  opacity: 0.65;
  background: #333333 !important;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  background: #000; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid #fff;
    left: 5px; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid #fff;
    left: 3px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  margin: 50px;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -26px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  margin-right: 10px;
  display: inline-block;
  text-align: left;
  line-height: 18px;
  color: #f3f3f3; }

.mfp-counter {
  display: inline-block; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -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; } }
.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }

.mfp-bg.mfp-ready {
  opacity: 0.7; }

/* start state */
.my-mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg .mfp-content {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg .mfp-content {
  opacity: 0; }

