/*!
Theme Name: Reflect Mirrors
Version: 1.0.0
Author: Pixel Palace
Author URI: http://pixelpalace.com.au
Description: A Custom HTML5 Business Catalyst Theme
Compiled: 2016-04-07T05:52:10Z
*/

/*
HTML5 Reset
----------------------------------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*
Defaults
----------------------------------------------------------------------------- */
/* Reset
--------------------------------------------- */
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */
.clearfix::after,
.entry::after,
.entry-content::after,
.site-footer::after,
.footer-widgets::after,
.site-header::after,
.pagination::after,
.site-container::after,
.site-inner::after,
.wrap::after {
  clear: both;
  content: "";
  display: table;
}

html,
body {
  overflow-x: hidden;
}

/* Typography
--------------------------------------------- */
html {
  font-size: 12px;
}

@media screen and (min-width: 1023px) {
  html {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
  color: #494b4c;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
  -webkit-transition: all, 0.1s, ease-in-out;
  transition: all, 0.1s, ease-in-out;
}

::-moz-selection {
  background-color: #1c1e1f;
  color: #fff;
}

::selection {
  background-color: #1c1e1f;
  color: #fff;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #494b4c;
  text-decoration: none;
}

a:hover {
  color: #99cc66;
}

a:active, a:focus {
  color: #99cc66;
  outline: none;
}

p {
  margin: 0 0 16px;
  padding: 0;
}

@media screen and (min-width: 810px) {
  p {
    margin-bottom: 26px;
  }
}

b,
strong {
  font-weight: 600;
}

hr {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 20px 0;
}

pre {
  background: #f5f5f5;
  color: #406f97;
  font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8571428571rem;
  margin-bottom: 26px;
  max-width: 100%;
  overflow: auto;
  padding: 3% 10% 3% 5%;
  position: relative;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
}

code,
kbd,
tt,
var {
  font-family: Consolas, Monaco, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.8571428571rem;
}

address {
  font-style: italic;
  margin: 0 0 26px;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  background: #dbf5eb;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  color: #676869;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  margin: 30px;
}

blockquote cite {
  display: block;
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 15px;
}

blockquote cite::before {
  content: "\2014";
  padding-right: 10px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #406f97;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 10px;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.7857142857rem;
}

@media screen and (min-width: 810px) {
  h1 {
    font-size: 1.7857142857rem;
  }
}

h2 {
  font-size: 1.5714285714rem;
}

@media screen and (min-width: 810px) {
  h2 {
    font-size: 1.5714285714rem;
  }
}

h3 {
  font-size: 1.3571428571rem;
}

@media screen and (min-width: 810px) {
  h3 {
    font-size: 1.3571428571rem;
  }
}

h4 {
  font-size: 1.2142857143rem;
}

@media screen and (min-width: 810px) {
  h4 {
    font-size: 1.2142857143rem;
  }
}

h5 {
  font-size: 1.0714285714rem;
}

@media screen and (min-width: 810px) {
  h5 {
    font-size: 1.0714285714rem;
  }
}

h6 {
  font-size: 1.0714285714rem;
}

/* Media Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

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

a:hover img,
a:focus img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0.9;
}

/* Forms
--------------------------------------------- */
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,
select,
textarea {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: #494b4c;
  font-size: 0.8571428571rem;
  font-weight: 400;
  padding: 10px;
  width: 100%;
}

input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
textarea:hover {
  border-color: lightgray;
}

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,
textarea:focus {
  border-color: #adadad;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(160, 160, 160, 0.7);
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input::-webkit-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font-weight: 400;
}

input::-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font-weight: 400;
}

input:-moz-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font-weight: 400;
}

input:-ms-input-placeholder {
  color: #c7c7c7;
  opacity: 1;
  font-weight: 400;
}

select {
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  line-height: normal;
}

select::-ms-expand {
  display: none;
}

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 30px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #e0e0e0;
}

td,
th {
  border-top: 1px solid #e0e0e0;
  padding: 10px 0;
  text-align: left;
}

th {
  font-weight: 400;
}

/* Lists
--------------------------------------------- */
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl {
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 600;
  margin-top: 10px;
}

dl dd {
  margin: 0;
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8571428571rem;
  font-weight: 400;
  padding: 12px 20px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
}

.cta.button {
  background-color: #33b787;
  color: #fff;
}

.cta.button:hover, .cta.button:focus {
  background-color: #4fcea0;
  color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #99cc66;
  color: #fff;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
  background-color: #b3d98c;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

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

.entry-content .cta.button:hover,
.entry-content .cta.button:focus {
  color: #fff;
}

/*
Structure and Layout
----------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */
@media screen and (min-width: 1023px) {
  body {
    background-image: url("images/background.gif");
    background-repeat: repeat;
  }
}

@media screen and (min-width: 1023px) {
  .cssgradients body:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0))) repeat-x;
    background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%) repeat-x;
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%) repeat-x;
    content: '';
    display: block;
    height: 160px;
    width: 100%;
  }
}

.site-container {
  background-color: #fbfcfd;
  position: relative;
}

@media screen and (min-width: 1023px) {
  .site-container {
    margin-top: 45px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-inner {
  clear: both;
  padding-top: 5%;
  word-wrap: break-word;
  word-break: normal;
}

@media screen and (min-width: 480px) {
  .site-inner {
    padding-top: 30px;
  }
}

.site-inner,
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 810px) {
  .site-inner,
  .wrap {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 960px;
  }
}

@media screen and (min-width: 1180px) {
  .site-inner,
  .wrap {
    max-width: 1140px;
  }
}

/* Column Widths and Positions
--------------------------------------------- */
/* Content
-------------------- */
.content-sidebar .content,
.sidebar-content .content {
  margin-bottom: 30px;
}

@media screen and (min-width: 1023px) {
  .content-sidebar .content,
  .sidebar-content .content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
    margin-bottom: 0;
  }
  .content-sidebar .content:last-child,
  .sidebar-content .content:last-child {
    margin-right: 0;
  }
  .sidebar-content .content {
    margin-right: 0;
    float: right;
  }
  /* Primary Sidebar
	-------------------- */
  .sidebar {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .sidebar:last-child {
    margin-right: 0;
  }
  .content-sidebar .sidebar {
    margin-right: 0;
    float: right;
  }
}

.home-subscribe .subscribe-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}

@media screen and (min-width: 810px) {
  .home-subscribe {
    background-image: url("images/bg-subcribe.gif");
    background-position: 70% 45px;
    background-repeat: no-repeat;
  }
  .home-subscribe .subscribe-wrap {
    margin-right: 15px;
  }
}

/* Column Classes
--------------------------------------------- */
@media screen and (min-width: 810px) {
  .one-half,
  .three-sixths,
  .two-fourths {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .one-half:last-child,
  .three-sixths:last-child,
  .two-fourths:last-child {
    margin-right: 0;
  }
  .one-third,
  .two-sixths {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .one-third:last-child,
  .two-sixths:last-child {
    margin-right: 0;
  }
  .four-sixths,
  .two-thirds {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
  }
  .four-sixths:last-child,
  .two-thirds:last-child {
    margin-right: 0;
  }
  .one-fourth {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .one-fourth:last-child {
    margin-right: 0;
  }
  .three-fourths {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%;
  }
  .three-fourths:last-child {
    margin-right: 0;
  }
  .one-sixth {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%;
  }
  .one-sixth:last-child {
    margin-right: 0;
  }
  .five-sixths {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
  }
  .five-sixths:last-child {
    margin-right: 0;
  }
  .last {
    margin-right: 0;
    clear: right;
  }
}

/* Table Grid Classes
--------------------------------------------- */
@media screen and (min-width: 810px) {
  .table-one-half,
  .table-three-sixths,
  .table-two-fourths, .table-one-third,
  .table-two-sixths, .table-four-sixths,
  .table-two-thirds, .table-one-fourth, .table-three-fourths, .table-one-sixth, .table-five-sixths {
    display: block;
    float: left;
  }
  .table-one-half,
  .table-three-sixths,
  .table-two-fourths {
    width: 50%;
  }
  .table-one-third,
  .table-two-sixths {
    width: 33.3333333333%;
  }
  .table-four-sixths,
  .table-two-thirds {
    width: 66.6666666667%;
  }
  .table-one-fourth {
    width: 25%;
  }
  .table-three-fourths {
    width: 75%;
  }
  .table-one-sixth {
    width: 16.6666666667%;
  }
  .table-five-sixths {
    width: 83.3333333333%;
  }
}

/*
Common Classes
----------------------------------------------------------------------------- */
.hide {
  display: none;
}

.logged-0 .hide-if-logged-out {
  display: none !important;
}

.logged-1 .hide-if-logged-in {
  display: none !important;
}

/* Search Form
--------------------------------------------- */
.search-form {
  display: block;
  position: relative;
}

.search-form input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-size: 14px;
  padding: 10px;
  margin: 0;
  width: 100%;
}

.search-form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #99cc66;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  outline: none;
  padding: 0 15px;
}

/* Subscribe Form
--------------------------------------------- */
.subscribe-wrap h3 {
  color: #999999;
}

.subscribe-wrap h3 span {
  color: #b2d985;
  font-size: 140%;
}

.subscribe-wrap p {
  margin-bottom: 8px !important;
}

.subscribe-wrap p.submit-wrap {
  margin-top: 10px;
}

.subscribe-wrap .cat_textbox {
  width: 100% !important;
}

.subscribe-form input[type=submit] {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

/* Screen Readers
--------------------------------------------- */
.off-screen,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.off-screen:focus,
.screen-reader-text:focus {
  outline: 0;
}

.skip-link .screen-reader-text:focus {
  clip: auto;
  height: auto;
  margin: 20px;
  padding: 15px;
  width: auto;
  z-index: 100;
}

/*
Theme Fonts
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'CartoGothicStdBook';
  src: url("fonts/CartoGothicStd-Book-webfont.eot?") format("eot"), url("fonts/CartoGothicStd-Book-webfont.woff") format("woff"), url("fonts/CartoGothicStd-Book-webfont.ttf") format("truetype"), url("fonts/CartoGothicStd-Book-webfont.svg#webfont3Jo4Ril0") format("svg");
  font-weight: normal;
  font-style: normal;
}

.CartoGothicStdBook {
  font: 18px/27px 'CartoGothicStdBook', 'Century Gothic', Arial, sans-serif;
}

.font-replace-normal {
  font-family: 'CartoGothicStdBook', 'Century Gothic', Arial, sans-serif;
}

/*
Theme Icons
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?lghca3");
  src: url("fonts/icomoon.eot?lghca3#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lghca3") format("truetype"), url("fonts/icomoon.woff?lghca3") format("woff"), url("fonts/icomoon.svg?lghca3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.social-email a,
.social-googleplus a,
.social-facebook a,
.social-instagram a,
.social-twitter a,
.social-feed a,
.social-vimeo a,
.social-flickr a,
.social-blogger a,
.social-tumblr a,
.social-linkedin a,
.social-pinterest a,
.facebook-profile,
.instagram-profile {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}

.social-email a:before,
.social-googleplus a:before,
.social-facebook a:before,
.social-instagram a:before,
.social-twitter a:before,
.social-feed a:before,
.social-vimeo a:before,
.social-flickr a:before,
.social-blogger a:before,
.social-tumblr a:before,
.social-linkedin a:before,
.social-pinterest a:before,
.facebook-profile:before,
.instagram-profile:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  text-indent: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-email a:before {
  content: "\e600";
}

.social-googleplus a:before {
  content: "\e601";
}

.facebook-profile:before,
.social-facebook a:before {
  content: "\e602";
}

.instagram-profile:before,
.social-instagram a:before {
  content: "\e603";
}

.social-twitter a:before {
  content: "\e604";
}

.social-feed a:before {
  content: "\e605";
}

.social-vimeo a:before {
  content: "\e606";
}

.social-flickr a:before {
  content: "\e60a";
}

.social-blogger a:before {
  content: "\e60b";
}

.social-tumblr a:before {
  content: "\e607";
}

.social-linkedin a:before {
  content: "\e608";
}

.social-pinterest a:before {
  content: "\e609";
}

/*
Site Header
----------------------------------------------------------------------------- */
.site-header {
  background-color: #fbfcfd;
  border-bottom: 1px solid #e6e6e6;
  color: #494b4c;
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width: 810px) {
  .site-header {
    padding: 15px 0;
  }
}

@media screen and (min-width: 1023px) {
  .site-header {
    text-align: left;
    padding: 25px 0;
  }
}

/* Title Area
--------------------------------------------- */
.title-area {
  display: inline-block;
  float: none;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: auto;
}

@media screen and (min-width: 1023px) {
  .title-area {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .title-area:last-child {
    margin-right: 0;
  }
}

.site-title {
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5714285714rem;
  font-weight: 600;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #1c1e1f;
}

.site-description {
  color: #494b4c;
  font-family: Raleway, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8571428571rem;
  font-weight: 400;
  line-height: 1.5;
}

.site-description,
.site-title {
  margin-bottom: 0;
}

/*
Site Navigation
----------------------------------------------------------------------------- */
.nav-menu {
  clear: both;
  font-size: 0.001px;
  line-height: 1;
  width: 100%;
}

.nav-menu li {
  display: inline-block;
  font-size: 0.8571428571rem;
  text-align: left;
}

.nav-menu li > a {
  color: #494b4c;
  display: block;
  padding: 25px 15px;
}

@media screen and (min-width: 1180px) {
  .nav-menu li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.nav-menu li a:hover,
.nav-menu li a:focus,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu .current-menu-parent > a,
.nav-menu .sub-menu .current-menu-item > a:hover,
.nav-menu .sub-menu .current-menu-item > a:focus {
  color: #99cc66;
}

.nav-menu li ul {
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 100;
}

.nav-menu li ul a {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  color: #494b4c;
  font-size: 0.8571428571rem;
  padding: 20px;
  position: relative;
  width: 200px;
}

.nav-menu li ul ul {
  margin: -53px 0 0 199px;
}

.nav-menu li:hover,
.nav-menu li:focus {
  position: static;
}

.nav-menu li:hover > ul,
.nav-menu li:focus > ul {
  left: auto;
  opacity: 1;
}

.nav-menu > li > a {
  text-transform: uppercase;
}

.nav-menu > .first > a {
  padding-left: 0;
}

.nav-menu > .last > a {
  padding-right: 0;
}

.nav-menu > .right {
  color: #494b4c;
  float: right;
  list-style-type: none;
}

.nav-menu > .right > a {
  display: inline;
  padding: 0;
}

.nav-menu > .rss > a {
  margin-left: 48px;
}

.nav-menu > .search {
  padding: 10px 0 0;
}

/* Primary Navigation
--------------------------------------------- */
@media screen and (min-width: 1023px) {
  .site-header .nav-primary {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
  .site-header .nav-primary:last-child {
    margin-right: 0;
  }
}

.site-header .nav-primary li > a {
  padding-top: 28px;
  padding-bottom: 28px;
}

@media screen and (min-width: 1180px) {
  .site-header .nav-primary li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-header .nav-primary li ul {
  border-top: 1px solid #e0e0e0;
}

.site-header .nav-primary li ul a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header .nav-primary li ul ul {
  margin-top: -60px;
}

.menu-primary {
  display: none;
}

@media screen and (min-width: 1023px) {
  .menu-primary {
    display: block;
  }
}

/* Responsive Menu
--------------------------------------------- */
.tinynav {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 80%;
}

@media screen and (min-width: 1023px) {
  .tinynav {
    display: none;
  }
}

/* Shop
--------------------------------------------- */
.nav-shop .menu li {
  margin: 5px 0;
  padding: 0;
}

.nav-shop .menu > li {
  margin-bottom: 20px;
}

.nav-shop .menu > li ul {
  margin-left: 15px;
}

.nav-shop .menu > li > a {
  font-weight: 600;
}

/*
Content Area
----------------------------------------------------------------------------- */
/* Entries
--------------------------------------------- */
.entry {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 810px) {
  .entry {
    padding: 40px 40px 14px;
  }
}

.content .entry {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 810px) {
  .content .entry {
    border: 1px solid #e0e0e0;
  }
}

.entry-title {
  font-weight: 600;
}

.entry-title a {
  color: #406f97;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #406f97;
}

.entry-content p,
.entry-content > ol,
.entry-content > ul,
.entry-content > dl {
  margin-bottom: 16px;
}

@media screen and (min-width: 810px) {
  .entry-content p,
  .entry-content > ol,
  .entry-content > ul,
  .entry-content > dl {
    margin-bottom: 26px;
  }
}

.entry-content ol,
.entry-content ul {
  margin-left: 20px;
}

@media screen and (min-width: 810px) {
  .entry-content ol,
  .entry-content ul {
    margin-left: 40px;
  }
}

.entry-content li {
  margin-bottom: 1%;
}

.entry-content ol > li {
  list-style-type: decimal;
}

.entry-content ul > li {
  list-style-type: disc;
}

.entry-content li ol,
.entry-content li ul {
  margin-top: 1%;
}

.entry-content blockquote {
  border-left: 7px solid #f5f5f5;
  margin: 4% 5% 4% 0;
  padding: 0 0 0 5%;
}

.entry-content table {
  border-collapse: separate;
  border: 1px solid #e0e0e0;
  border-left: 0;
  margin: 20px 0;
  width: 100%;
}

.entry-content table th,
.entry-content table td {
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  line-height: 1.2;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.entry-content table thead:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child th,
.entry-content table tbody:first-child tr:first-child td {
  border-top: 0 none;
}

.entry-content code {
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  color: #1c1e1f;
  padding: 2px 4px;
}

.entry-content .search-form {
  margin-bottom: 26px;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
  color: #676869;
  font-size: 0.8571428571rem;
  margin-bottom: 0;
}

.entry-meta span,
.entry-meta time,
.entry-meta a {
  margin-right: 5px;
}

.entry-meta span:last-child,
.entry-meta time:last-child,
.entry-meta a:last-child {
  margin-right: 0;
}

.entry-meta a {
  color: #676869;
}

.entry-meta a:hover, .entry-meta a:focus {
  color: #494b4c;
}

.entry-terms {
  display: block;
  padding-bottom: 5px;
}

.entry-terms:last-child {
  padding-bottom: 0;
}

.entry-terms span,
.entry-terms time,
.entry-terms a {
  margin-right: 0;
}

.entry-header .entry-meta {
  margin-bottom: 16px;
}

@media screen and (min-width: 810px) {
  .entry-header .entry-meta {
    margin-bottom: 26px;
  }
}

.entry-footer .entry-meta {
  margin: 0;
}

.entry-footer .entry-meta:last-of-type {
  padding: 0 0 26px;
}

/*
Pagination
----------------------------------------------------------------------------- */
/*
Comments
----------------------------------------------------------------------------- */
/*
Widgets
----------------------------------------------------------------------------- */
.widget-title {
  color: #b2d985;
  font-size: 1.2142857143rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.widget {
  margin-bottom: 30px;
  word-wrap: break-word;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

/*
Sidebars
----------------------------------------------------------------------------- */
.sidebar {
  font-size: 0.8571428571rem;
}

.sidebar a {
  color: #676869;
}

.sidebar a:hover, .sidebar a:focus {
  color: #494b4c;
}

.sidebar li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0;
}

.sidebar .widget {
  background-color: #fbfcfd;
  margin-bottom: 15px;
  padding: 0 30px 15px;
}

.sidebar .widget-title a {
  color: #406f97;
}

.sidebar .widget_search {
  padding: 10px;
}

.sidebar .widget_search .widget-title {
  margin: 0;
  padding: 15px 15px 0;
}

.sidebar .search-form button {
  margin: 5px;
}

/*
Footer Widgets
----------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  color: #494b4c;
  font-size: 0.8571428571rem;
  padding: 40px 0 10px;
}

.footer-widgets .widget-title {
  color: #406f97;
}

.footer-widgets a {
  color: #676869;
}

.footer-widgets a:hover {
  color: #99cc66;
}

.footer-widgets input {
  border-color: #e0e0e0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #99cc66;
  color: #fff;
}

.footer-widgets button:hover,
.footer-widgets button:focus,
.footer-widgets .button:hover,
.footer-widgets .button:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="reset"]:focus {
  background-color: #b3d98c;
  color: #fff;
}

.footer-widgets th,
.footer-widgets td {
  border-bottom-color: #e0e0e0;
}

.footer-widgets li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.footer-widgets p:last-child,
.footer-widgets ul > li:last-child {
  margin-bottom: 0;
}

.footer-widgets .entry {
  margin-bottom: 10px;
}

.footer-widgets .search-form button {
  -webkit-border-radius: 0;
          border-radius: 0;
  margin: 5px;
}

@media screen and (min-width: 1023px) {
  .footer-widgets-3 {
    margin-right: 0;
  }
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
  }
  .footer-widgets-1:last-child,
  .footer-widgets-2:last-child,
  .footer-widgets-3:last-child {
    margin-right: 0;
  }
}

/*
Site Footer
----------------------------------------------------------------------------- */
.site-footer {
  background-color: #fbfcfd;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #494b4c;
  font-size: 0.8571428571rem;
  text-align: center;
  margin: 40px 0 20px;
  padding: 20px 0;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer a {
  color: #676869;
}

.site-footer a:hover {
  color: #99cc66;
}

@media screen and (min-width: 1023px) {
  .site-footer .footer-text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    text-align: left;
  }
  .site-footer .footer-text:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1023px) {
  .site-footer .footer-credits {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-right: 0;
    text-align: right;
  }
  .site-footer .footer-credits:last-child {
    margin-right: 0;
  }
}

/*
Modules
----------------------------------------------------------------------------- */
/* Blog Module
--------------------------------------------- */
/* Gallery Module
--------------------------------------------- */
/* FAQ Module
--------------------------------------------- */
.faqs.accordion {
  margin-top: 0;
}

.faqs.accordion dt {
  margin-top: 16px;
}

@media screen and (min-width: 810px) {
  .faqs.accordion dt {
    margin-top: 26px;
  }
}

.faqs.accordion dt:first-child {
  margin-top: 0;
}

.faqs.accordion dd {
  margin: 0;
  display: none;
}

.faq-question a {
  text-decoration: none;
}

/* Ecommerce Module
--------------------------------------------- */
.products-loaded .loading-circle {
  display: none;
}

.catalogueList,
.productSmall {
  margin: 0;
  list-style: none;
}

.catalogueList li,
.productSmall li {
  list-style-type: none;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 479px) {
  .catalogueList li,
  .productSmall li {
    float: left;
    display: block;
    margin-right: 7.4229703521%;
    width: 46.288514824%;
  }
  .catalogueList li:last-child,
  .productSmall li:last-child {
    margin-right: 0;
  }
  .catalogueList li:nth-child(2n),
  .productSmall li:nth-child(2n) {
    margin-right: 0;
  }
  .catalogueList li:nth-child(2n+1),
  .productSmall li:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 480px) and (max-width: 809px) {
  .catalogueList li,
  .productSmall li {
    float: left;
    display: block;
    margin-right: 4.8291579146%;
    width: 30.1138947236%;
  }
  .catalogueList li:last-child,
  .productSmall li:last-child {
    margin-right: 0;
  }
  .catalogueList li:nth-child(3n),
  .productSmall li:nth-child(3n) {
    margin-right: 0;
  }
  .catalogueList li:nth-child(3n+1),
  .productSmall li:nth-child(3n+1) {
    clear: left;
  }
}

@media screen and (min-width: 810px) {
  .catalogueList li,
  .productSmall li {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
  }
  .catalogueList li:last-child,
  .productSmall li:last-child {
    margin-right: 0;
  }
  .catalogueList li:nth-child(4n),
  .productSmall li:nth-child(4n) {
    margin-right: 0;
  }
  .catalogueList li:nth-child(4n+1),
  .productSmall li:nth-child(4n+1) {
    clear: left;
  }
}

.catalogueList {
  display: none;
}

.catalogueList .shop-catalogue {
  display: block;
}

.catalogueList .catalogue-image {
  display: inline-block;
  height: 120px;
  margin-bottom: 10px;
  vertical-align: top;
}

.catalogueList .catalogue-name {
  color: #494b4c;
  font-size: 0.8571428571rem;
}

.productSmall .product-link {
  display: block;
}

.productSmall .product-image {
  display: inline-block;
  height: 120px;
  margin-bottom: 10px;
  vertical-align: top;
}

.productSmall .product-name {
  color: #494b4c;
  font-size: 0.8571428571rem;
}

@media screen and (min-width: 1023px) {
  .shop-product-large .product-images {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
  }
  .shop-product-large .product-images:last-child {
    margin-right: 0;
  }
}

.shop-product-large .product-poplets {
  display: none;
}

.shop-product-large .product-poplets .product-poplets-list::after {
  clear: both;
  content: "";
  display: table;
}

.shop-product-large .product-poplets li {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-bottom: 5px;
}

.shop-product-large .product-poplets li:last-child {
  margin-right: 0;
}

.shop-product-large .product-poplets li:nth-child(4n) {
  margin-right: 0;
}

.shop-product-large .product-poplets li:nth-child(4n+1) {
  clear: left;
}

@media screen and (min-width: 1023px) {
  .shop-product-large .product-details {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%;
    float: right;
    margin-right: 0;
  }
  .shop-product-large .product-details:last-child {
    margin-right: 0;
  }
}

.shop-product-large .product-description {
  margin-bottom: 16px;
}

@media screen and (min-width: 810px) {
  .shop-product-large .product-description {
    margin-bottom: 26px;
  }
}

.shop-related-products {
  clear: both;
  margin-top: 30px;
}

.shop-main .shop-catalogue-header {
  display: none;
}

.onsale-1 .show-if-onsale {
  display: block !important;
}

.onsale-1 .hide-if-onsale {
  display: none !important;
}

.stocked-nodata .show-if-nostockdata {
  display: block !important;
}

.stocked-nodata .show-if-nostockdata.show-inline {
  display: inline-block !important;
}

.stocked-nodata .hide-if-nostockdata {
  display: none !important;
}

.stocked-0 .show-if-nostock {
  display: block !important;
}

.stocked-0 .show-if-nostock.show-inline {
  display: inline-block !important;
}

.stocked-0 .hide-if-nostock {
  display: none !important;
}

.stocked-1 .show-if-instock {
  display: block !important;
}

.stocked-1 .show-if-instock.show-inline {
  display: inline-block !important;
}

.stocked-1 .hide-if-instock {
  display: none !important;
}

/*
Misc
----------------------------------------------------------------------------- */
.loading-circle {
  background: url("images/loading.gif") no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-left: 4px;
  width: 16px;
  vertical-align: middle;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.profile-links,
.entry-content ul.profile-links {
  font-size: 0.001px;
  line-height: 1;
  margin: 20px 0 0 -4px;
  text-align: left;
}

.profile-links li,
.entry-content ul.profile-links li {
  display: inline-block;
  margin: 2px 4px;
}

.profile-links .facebook-profile,
.profile-links .instagram-profile,
.entry-content ul.profile-links .facebook-profile,
.entry-content ul.profile-links .instagram-profile {
  color: #406f97;
}

.profile-links .facebook-profile:before,
.profile-links .instagram-profile:before,
.entry-content ul.profile-links .facebook-profile:before,
.entry-content ul.profile-links .instagram-profile:before {
  font-size: 24px;
}

.profile-links .facebook-profile:hover, .profile-links .facebook-profile:focus,
.profile-links .instagram-profile:hover,
.profile-links .instagram-profile:focus,
.entry-content ul.profile-links .facebook-profile:hover,
.entry-content ul.profile-links .facebook-profile:focus,
.entry-content ul.profile-links .instagram-profile:hover,
.entry-content ul.profile-links .instagram-profile:focus {
  color: #b2d985;
}

/* FlexSlider v2.4.0
--------------------------------------------- */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

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

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

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

.flexslider {
  margin-bottom: 30px;
  min-height: 30px;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-control-nav {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.flex-control-nav li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}

.flex-control-nav a {
  cursor: pointer;
}

/* Magnific Popup v0.9.10-alpha
--------------------------------------------- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.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;
  -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;
  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;
  -ms-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: -0.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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;
  filter: alpha(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;
  filter: alpha(opacity=100);
}

.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: 0.65;
  filter: alpha(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;
  filter: alpha(opacity=100);
}

.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: medium inset transparent;
}

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

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

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

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

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

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

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

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* 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 {
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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) {
  /**
   * 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;
  }
  .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;
    -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;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
