/*-----------------------------------*/
/*---------- BLOG ARTICLE -----------*/
/*-----------------------------------*/
.blogArticle {
  background: none;
  width: 100%;
  padding: 1em;
  margin: 0.5em 0;
  display: block;
}
.blogArticle h1, .blogArticle h2 {
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}
.blogArticle h1 {
  margin: 0 0 0.5em;
}
.blogArticle .blogArticleWrap {
  font-size: 1.0em;
  line-height: 1.4em;
}
.blogArticle .blogArticleWrap p {
  padding: 0;
}
.blogArticle .blogArticleWrap .blogPostHero {
  float: right;
  margin: 0em 0em 1em 1em;
  width: 100%;
  max-width: 400px;
}
.blogArticle .blogArticleWrap .blogPostHero.noImage {
  display: none;
}
.blogArticle .blogSubHead {
  margin: 0 0 0.5em 0;
  font-size: 0.9em;
}
.blogArticle .blogArticlePublish {
  font-style: italic;
  font-size: 0.9em;
  margin: 0 0 1.0em 0;
}
.blogArticle .blogNavigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.blogArticle .blogNavigation a {
  padding: 0.4em 1em;
  border: 1px solid rgba(255, 255, 255, 0);
}
.blogArticle .blogNavigation a:hover {
  padding: 0.2 1em;
}
.blogArticle .blogNavigation a:before {
  font-family: fontAwesome;
  font-size: 0.8em;
}
.blogArticle .blogNavigation a.next:before {
  content: '\f105';
  float: right;
  margin-left: .3em;
}
.blogArticle .blogNavigation a.previous:before {
  content: '\f104';
  margin-right: .3em;
}
.blogArticle .blogArticleImages {
  margin: 1em 0;
}
.blogArticle .blogArticleImages .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.blogArticle .blogArticleImages .container div {
  width: 24%;
}
.blogArticle .blogArticleImages .container div img {
  width: 100%;
}
.blogArticle .blogCategoryWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 1em 0 0;
  font-size: 0.8em;
}
.blogArticle .blogCategoryWrap:before {
  content: 'Categories:';
  margin: 0 .5em 0 0;
}
.blogArticle .blogCategoryWrap .articleCategory {
  display: inline-block;
  padding: .05em .5em;
  margin: 0 .1em;
  color: #1a2632;
  font-style: italic;
  border-radius: 0.2em;
  transition: all .3s ease;
}
.blogArticle .blogCategoryWrap .articleCategory:hover {
  color: #ef5f0b;
  text-decoration: none;
}

.socialShare {
  display: none;
}

@media all and (max-width: 700px) {
  .blogNavigation {
    text-align: center;
  }

  .blogArticle .blogArticleWrap .blogPostHero {
    float: none;
    max-width: none;
    margin: 1em 0;
  }

  .blogArticle .blogArticleImages .container div {
    width: 49%;
  }

  .categorySection .container {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
/*-----------------------------------*/
/*------------ BLOG POST-------------*/
/*-----------------------------------*/
.blogPost {
  width: 100%;
  padding: 1em;
  margin: 0.5em 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blogPost .blogPostHero {
  width: 200px;
  height: 200px;
}
.blogPost .blogPostHero .image {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block;
  width: 100%;
  height: 100%;
}
.blogPost .blogPostHero .image.noImage {
  background: #eee;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Icon for the placeholder */
  /* add text to the placeholder, using the content attribute */
}
.blogPost .blogPostHero .image.noImage:before {
  content: '\f03e';
  font-family: fontAwesome;
  font-size: 5.0em;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  line-height: 1.0em;
  color: #ccc;
}
.blogPost .blogPostHero .image.noImage:after {
  content: '';
  color: #ccc;
  line-height: 1.0em;
  margin: -50px auto 0;
}
.blogPost:hover {
  cursor: pointer;
}
.blogPost:hover .blogPostDetails {
  background: #f1f1f1;
  cursor: pointer;
}
.blogPost:hover .blogPostDetails a.blogBtn button {
  color: #ef5f0b;
  text-decoration: underline;
}
.blogPost:hover .image {
  opacity: .9;
}
.blogPost .blogPostDetails {
  width: 70%;
  /* backup */
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: .3em .3em .3em 1em;
  transition: all .2s ease;
}
.blogPost .blogPostDetails:hover {
  background: #f1f1f1;
  cursor: pointer;
}
.blogPost .blogPostDetails:hover a.blogBtn button {
  color: #ef5f0b;
  text-decoration: underline;
}
.blogPost .blogPostDetails .blogTitle {
  font-size: 1.5em;
  line-height: 1.0em;
/*   font-weight: bold; */
  padding: 0;
  margin: 0;
}
.blogPost .blogPostDetails .blogPublsihInfo {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.0em;
  padding: 0.5em 0 1em;
}
.blogPost .blogPostDetails .blogPostAuthor, .blogPost .blogPostDetails .blogPostDate {
  font-style: italic;
  color: inherit;
  font-size: 0.8em;
  padding: 0;
  margin-left: .3em;
}
.blogPost .blogPostDetails .blogPostText {
  line-height: 1.4em;
  padding: 0.4em 0;
}
.blogPost .blogPostDetails a.blogBtn {
  display: inline-block;
  text-decoration: none;
}
.blogPost .blogPostDetails a.blogBtn button {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  color: #1a2632;
}
.blogPost .blogPostDetails a.blogBtn button:hover {
  color: #ef5f0b;
  text-decoration: underline;
}

@media all and (max-width: 700px) {
  .blogPost .blogPostHero {
    width: 100%;
    max-width: none;
    max-height: none;
    min-height: 15em;
    margin: 0 0 1em;
  }

  .blogPost .blogPostDetails {
    width: 100%;
    padding: 0;
  }
}
/*-----------------------------------*/
/*----------- BLOG WIDGET------------*/
/*-----------------------------------*/
.blog-widget {
  width: 100%;
  max-width: 600px;
  background: #eee;
  padding: 1em;
  /**
   * Title of the blog
   */
  /**
   * A singular blog article
   */
}
.blog-widget .blog-widget-heading {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
.blog-widget .blog-widget-article {
  width: 100%;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /**
   * Holder for the article image
   */
  /**
   * Blog Text Content
   */
}
.blog-widget .blog-widget-article:nth-last-child(1) {
  border-bottom: none;
}
.blog-widget .blog-widget-article .blog-widget-article-img {
  width: 100%;
  border: 1px solid #34495E;
  box-sizing: border-box;
  /**
   * Actual article image
   */
}
.blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame {
  width: 100%;
  height: 0;
  padding-bottom: 30%;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-widget .blog-widget-article .blog-widget-article-img.noImage {
  display: none;
}
.blog-widget .blog-widget-article .blog-widget-article-preview {
  width: 100%;
  font-size: 0.9em;
  /**
   * Title of article
   */
  /**
   * Sub Title Article
   */
  /**
   * Date time of article
   */
  /**
   * Article preview text
   */
  /**
   * Read more button
   */
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-preview-title {
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-subheading {
  font-weight: bold;
  line-height: 1.2em;
  margin: 0.5em 0;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-author {
  font-size: .8em;
  margin-bottom: .3em;
  font-style: italic;
  line-height: 1.0em;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-date {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  font-size: .8em;
  line-height: 1.0em;
  font-style: italic;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-date .blog-widget-article-date-date {
  margin-right: .2em;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-text {
  padding: .6em 0;
  line-height: 1.3em;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button {
  padding: 0;
  display: block;
  margin: 0 auto;
  font-weight: normal;
  text-decoration: none;
  background: none;
  color: #1a2632;
}
.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button:hover {
  color: #ef5f0b;
  text-decoration: underline;
}

/*-----------------------------------*/
/*---------- BLOG SIDE MENU ---------*/
/*-----------------------------------*/
.blogArchive {
  margin: 1em auto 2em;
  padding: 0;
  line-height: 1.4em;
  font-size: 0.9em;
}
.blogArchive:before {
  content: 'Previous Posts';
  display: block;
  font-size: 1.5em;
  color: black;
  margin: 0 0 10px;
  font-weight: normal;
}
.blogArchive li {
  list-style-type: none;
  margin: .5em 0;
}
.blogArchive li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: .1em;
}
.blogArchive li ul {
  margin: 0;
  padding: 0;
}
.blogArchive li ul li {
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  padding: 0 0 0 .5em;
  margin: .2em 0;
}
.blogArchive li ul li:before {
  content: "\f101";
  font-family: fontAwesome;
  margin: 0 .5em 0 0;
  color: #22313F;
}
.blogArchive li ul li:hover {
  background: #1a2632;
  color: white;
}
.blogArchive li ul li:hover a {
  color: white;
}

/**
 * Category Side Menu
 */
.blogMenu .categoryMenu {
  margin: 1em auto;
  padding: 0;
  line-height: 1.4em;
  font-size: 0.9em;
  font-weight: 500;
  /**
   * Side bar heading
   */
}
.blogMenu .categoryMenu:before {
  content: "Categories";
  display: block;
  font-size: 1.5em;
  color: #1a2632;
  margin: 0 0 10px;
  font-weight: 500;
}
.blogMenu .categoryMenu li {
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: .9em;
  font-weight: 500;
  padding: 0 0 0 .5em;
}
.blogMenu .categoryMenu li a {
  display: block;
  width: 100%;
  padding: .1em;
  margin: 1px 0;
  text-decoration: none;
  font-weight: 500;
  text-transform: initial;
}
.blogMenu .categoryMenu li a:before {
  content: "\f101";
  font-family: fontAwesome;
  margin: 0 .5em 0 0;
  color: #22313F;
}
.blogMenu .categoryMenu li:hover {
  background: #1a2632;
  color: white;
}
.blogMenu .categoryMenu li:hover a {
  color: white;
}
.blogMenu .categoryMenu li.current > a {
  background: #1a2632;
  color: white;
}

/*-----------------------------------*/
/*-------- ACCOUNTS SECTION  --------*/
/*-----------------------------------*/
.accountsTopBar {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: .9em;
  line-height: 1em;
}
.accountsTopBar .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.accountsTopBar a {
  color: white;
  margin: 0 .1em;
  border-radius: 0;
}
.accountsTopBar a:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.accountsTopBar .accountsSection {
  padding: 0;
  margin: 0;
  width: auto;
}
.accountsTopBar .accountsSection a:before {
  content: '';
  font-family: 'fontAwesome';
  font-size: 1em;
  color: white;
  margin-right: .5em;
}
.accountsTopBar .accountsSection a:after {
  content: '';
  font-family: inherit;
  font-size: 1em;
  color: white;
}
.accountsTopBar .accountsSection a.login:before {
  content: "\f090";
  font-family: 'fontAwesome';
}
.accountsTopBar .accountsSection a.login:after {
  content: 'Login';
}
.accountsTopBar .accountsSection a.register:before {
  content: "\f007";
  font-family: 'fontAwesome';
}
.accountsTopBar .accountsSection a.register:after {
  content: 'Register';
}
.accountsTopBar .accountsSection .accountsWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.accountsTopBar .accountsSection .accountsWrap .loggedIn {
  display: inline-block;
  margin-right: .5em;
  padding: 0.8em 1.6em;
  text-decoration: none;
}
.accountsTopBar .accountsSection .accountsWrap .loggedIn:before {
  content: "\f007";
  font-family: 'fontAwesome';
  margin-right: 0.5em;
}
.accountsTopBar .accountsSection .accountsWrap .loggedIn .message:before {
  font-family: inherit;
  content: 'Welcome, ';
  margin: 0;
}
.accountsTopBar .accountsSection .accountsWrap .logout {
  padding: 0.8em 1.6em;
  margin-left: 0.5em;
  text-decoration: none;
}
.accountsTopBar .accountsSection .accountsWrap .logout:before {
  font-family: 'fontAwesome';
  content: '\f08b';
}
.accountsTopBar .accountsSection .accountsWrap .logout:after {
  font-family: inherit;
  content: 'Logout';
}
.accountsTopBar .accountsSection .accountsWrap .accountEmail span {
  margin-right: .2em;
}
.accountsTopBar .viewCartSection {
  padding: 0;
  margin: 0;
  width: auto;
}

/* Side menu of account once logged in */
.accountMenu:before {
  display: block;
  text-transform: uppercase;
  color: black;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.4em;
  content: 'My Account';
  margin: 1em 0;
}

#enquiry.editAccount {
  float: none;
  max-width: none;
  margin: 0;
  padding: 1em;
}
#enquiry.editAccount h3 {
  font-size: 1.5em;
  padding: 0em .5em .5em;
}
#enquiry.editAccount .account-shipping {
  width: 100%;
}
#enquiry.editAccount .account-billing {
  width: 100%;
  margin-top: 2em;
}
#enquiry.editAccount .account-registerbtn {
  margin-top: 1em;
}

#enquiry.forgotFormWrap {
  float: none;
  max-width: 700px;
  margin: 1em auto;
  padding: 1em;
}
#enquiry.forgotFormWrap .forgotText {
  width: 100%;
  text-align: center;
  font-size: 1.4em;
  padding: 1em 0;
}
#enquiry.forgotFormWrap #forgotPasswordForm {
  width: 100%;
}
#enquiry.forgotFormWrap .button {
  margin: 2em 0 1em;
}

.accountOrderWrap {
  width: 100%;
  overflow-x: auto;
  margin: 1em auto;
}
.accountOrderWrap .accountsOrderTable {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}
.accountOrderWrap .accountsOrderTable thead {
  font-size: 1.1em;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.1);
}
.accountOrderWrap .accountsOrderTable thead td {
  padding: 1em;
}
.accountOrderWrap .accountsOrderTable tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.accountOrderWrap .accountsOrderTable td {
  width: 20%;
  padding: .5em;
  box-sizing: border-box;
  border-spacing: 0;
}
.accountOrderWrap .accountsOrderTable td:nth-child(1) {
  width: 25%;
  text-align: left;
  padding-left: 1em;
}
.accountOrderWrap .accountsOrderTable td:nth-child(2), .accountOrderWrap .accountsOrderTable td:nth-child(3) {
  width: 25%;
  text-align: center;
}
.accountOrderWrap .accountsOrderTable td:nth-child(4), .accountOrderWrap .accountsOrderTable td:nth-child(5) {
  width: 10%;
  text-align: center;
}
.accountOrderWrap .accountsOrderTable td .button {
  font-size: .8em;
}

@media all and (max-width: 700px) {
  #navToggleWrap .accountsWrap, #navToggleWrap .viewCartSection {
    display: none;
  }

  .accountsTopBar {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.9);
  }
  .accountsTopBar .container {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .accountsTopBar .container a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
  }
  .accountsTopBar .container a:before {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
  }
  .accountsTopBar .container .accountEmail {
    display: none;
  }
  .accountsTopBar .container .viewCartSection {
    width: 33%;
    display: -ms-flexbox;
    display: flex;
  }
  .accountsTopBar .container .viewCartSection .container {
    margin: 0;
  }
  .accountsTopBar .container .accountsSection {
    width: 66%;
  }
  .accountsTopBar .container .accountsSection a {
    width: 50%;
  }
  .accountsTopBar .container #viewCart {
    width: 100%;
  }
}
/*-----------------------------------*/
/*---------- LOGIN POPUP  -----------*/
/*-----------------------------------*/
.loginPopup .popupWrap {
  max-width: 500px;
  min-height: 500px;
}
.loginPopup .popupWrap form {
  width: 100%;
}
.loginPopup .popupWrap form input {
  padding: 1em;
  margin: .5em auto;
}

/*-----------------------------------*/
/*-------- REGISTER POPUP  ----------*/
/*-----------------------------------*/
.popupWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  max-width: 800px;
  min-height: 500px;
  margin: auto;
  padding: 1em;
  box-sizing: border-box;
}
.popupWrap form {
  width: 100%;
}
.popupWrap form input {
  display: block;
  width: 100%;
  padding: .5em;
  margin: .1em auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: .3em;
  box-sizing: border-box;
  transtion: all .3s ease;
}
.popupWrap form input:focus, .popupWrap form input:hover {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.popupWrap form input.account-registerbtn, .popupWrap form input.account-loginbtn {
  background: #4a961c;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transtion: all .3s ease;
}
.popupWrap form input.account-registerbtn:hover, .popupWrap form input.account-loginbtn:hover {
  border-color: #4a961c;
  background: #52ac1c;
}
.popupWrap form input.account-cancel {
  background: #c01010;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.popupWrap form input.account-cancel:hover {
  border-color: #c01010;
  background: #e01717;
}
.popupWrap .guest input {
  margin: 1.5em auto;
  padding: .5em 1em;
}
.popupWrap .col-2 {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.popupWrap h1 {
  font-family: inherit;
  font-size: 4em;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.popupWrap .password {
  width: 100%;
  margin: 0 auto;
}
.popupWrap .password #passwordStrength {
  display: block;
  width: 100%;
  padding: .2em;
  margin: .2em auto;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: .3em;
  box-sizing: border-box;
  transtion: all .3s ease;
  background: #c01010;
  color: white;
  text-align: center;
  font-size: .8em;
}
.popupWrap .password #passwordStrength:empty {
  display: none;
}
.popupWrap .password #passwordStrengthHint {
  display: block;
  width: 100%;
  padding: .2em;
  margin: .2em auto;
  border: 0px solid rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: .3em;
  box-sizing: border-box;
  transtion: all .3s ease;
  text-align: center;
  font-size: .8em;
}
.popupWrap .password #passwordStrengthHint:empty {
  display: none;
}

/* ---------------------------------- */
/* ---------- FONT AWESOME ---------- */
/* ---------------------------------- */
.fontAwesome {
  font-family: FontAwesome;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("/fonts/fontawesome-webfont.eot");
  src: url("/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-webfont.woff") format("woff"), url("/fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Some FA styles for the social share
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

/**
* Styles for the social share plugin
 */
.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  transform: rotate(360deg);
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: none;
  text-shadow: none;
}

#fancybox-lock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8020;
  overflow-y: scroll;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-transition: -webkit-transform 0.5s;
  -webkit-transform: translateX(0px);
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-skin {
  /*border-style: solid;*/
  border-color: #fff;
  background: #fff;
  color: #222;
}

.fancybox-inner {
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.fancybox-spacer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
  zoom: 1;
}

a.fancybox-close {
  position: absolute;
  top: 0;
  right: 4px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
}

a.fancybox-close:hover {
  background: rgba(0, 0, 0, 0.8);
}

a.fancybox-close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}

a.fancybox-close:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 4px;
  width: 22px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(-45deg);
}

a.fancybox-close:hover:after, a.fancybox-close:hover:before {
  background: #fff;
}

a.fancybox-nav {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  overflow: hidden;
  font: 2em FontAwesome;
  color: #fff;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
  width: 70px;
}

a.fancybox-prev {
  left: 0px;
}

a.fancybox-next {
  right: 0px;
}

a.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  cursor: pointer;
  z-index: 8040;
  font-size: 1.1em;
}

a.fancybox-prev span {
  text-align: left;
  padding-left: 5px;
}

a.fancybox-next span {
  text-align: right;
  padding-right: 5px;
}

a.fancybox-next span:after {
  content: "\f105";
}

a.fancybox-prev span:after {
  content: "\f104";
}

a.fancybox-prev span {
  left: 0;
  background-position: 0 -50px;
}

a.fancybox-next span {
  right: 0;
  background-position: 0 -100px;
}

.fancybox-mobile a.fancybox-nav {
  max-width: 80px;
}

.fancybox-desktop a.fancybox-nav {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

a.fancybox-expand {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 8050;
  opacity: 0;
  filter: alpha(opacity=0);
  background-position: 0 -150px;
  zoom: 1;
  transition: opacity .5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-color: #222;
  background-position: center center;
  opacity: 0.85;
  filter: alpha(opacity=85);
  cursor: pointer;
  z-index: 8060;
  border-radius: 8px;
}

.fancybox-tmp {
  position: absolute !important;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-title {
  font: normal 14px "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.5;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  display: block;
  visibility: hidden;
}

.fancybox-title-float-wrap {
  position: relative;
  margin-top: 10px;
  text-align: center;
  zoom: 1;
  left: -9999px;
}

.fancybox-title-float-wrap > div {
  display: inline-block;
  padding: 7px 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 2px #222;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  max-height: 50%;
  overflow: auto;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Default theme */
.fancybox-default-skin {
  border-color: #f9f9f9;
  background: #f9f9f9;
}

.fancybox-default-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
  background: #222;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-default a.fancybox-close,
  .fancybox-default a.fancybox-expand,
  .fancybox-default a.fancybox-nav span {
    background-size: 46px auto;
  }
}
/* Dark theme */
.fancybox-dark-skin {
  background: #2A2A2A;
  border-color: #2A2A2A;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset !important;
}

.fancybox-dark-overlay {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .fancybox-dark a.fancybox-close,
  .fancybox-dark a.fancybox-expand,
  .fancybox-dark a.fancybox-nav span {
    background-size: 46px auto;
  }
}
/* Light theme */
.fancybox-light-skin-open {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .fancybox-light a.fancybox-close,
  .fancybox-light a.fancybox-expand,
  .fancybox-light a.fancybox-nav span {
    background-size: 46px auto;
  }
}
.fancybox-light-overlay {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: #555555;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 12+ */
  /* IE10+ */
  background: radial-gradient(ellipse at center, #999999 0%, #555555 100%);
  /* W3C */
}

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8080;
  background: rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs.bottom {
  bottom: 0px;
}

#fancybox-thumbs.top {
  top: 0px;
}

#fancybox-thumbs .outer {
  padding: 10px 34px 10px 30px;
}

#fancybox-thumbs .inner {
  width: 100%;
  overflow: hidden;
}

#fancybox-thumbs ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  left: 0;
  overflow: hidden;
}

#fancybox-thumbs ul li {
  float: left;
  padding: 3px;
  margin: 0 4px;
  list-style: none;
}

#fancybox-thumbs ul li a {
  display: block;
  overflow: hidden;
  outline: none;
  background: #222;
  box-shadow: 1px 1px 2px #000;
  zoom: 1;
}

#fancybox-thumbs ul li img {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  max-width: none;
}

#fancybox-thumbs ul li.fancybox-thumb-active {
  padding: 0;
}

#fancybox-thumbs ul li.fancybox-thumb-active a {
  opacity: 1;
  border-width: 6px;
  border-color: #fff;
}

.fancybox-thumb-prev, .fancybox-thumb-next {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background: #222;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}

.fancybox-thumb-prev {
  left: 4px;
}

.fancybox-thumb-next {
  right: 4px;
}

.fancybox-thumb-prev:hover, .fancybox-thumb-next:hover {
  background: #111;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-thumb-prev span, .fancybox-thumb-next span {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background-repeat: no-repeat;
}

.fancybox-thumb-prev span {
  left: 5px;
}

.fancybox-thumb-next span {
  right: 5px;
}

/* ---------------------------------- */
/* ----------- MODULE  CSS ---------- */
/* ---------------------------------- */
.moduleTable, .moduleTable * {
  box-sizing: border-box;
}

.moduleTable tr, .moduleTable td {
  height: auto !important;
}

.moduleTable > tbody > tr > td {
  vertical-align: top;
}

.twoColumn > tbody > tr > td {
  width: 50%;
}

.moduleTable img {
  width: 100% !important;
  height: auto !important;
}

.sidebarLeft > tbody > tr > td:first-child {
  width: 30%;
  padding-right: 3%;
}

.sidebarLeft > tbody > tr > td:last-child {
  width: 70%;
}

.sidebarRight > tbody > tr > td:first-child {
  width: 70%;
  padding-right: 3%;
}

.sidebarRight > tbody > tr > td:last-child {
  width: 30%;
}

.threeColumn > tbody > tr > td {
  width: 33%;
}

.twoColumn > tbody > tr > td:first-child, .threeColumn > tbody > tr > td:first-child {
  padding-right: 3%;
}

.twoColumn > tbody > tr > td:last-child, .threeColumn > tbody > tr > td:last-child {
  padding-left: 3%;
}

.menuTable > tbody > tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.06);
}

.menuTable > tbody > tr > td:last-child {
  width: 100px;
  vertical-align: bottom;
  text-align: right;
}

@media all and (max-width: 900px) and (min-width: 700px) {
  .moduleTable.threeColumn > tbody > tr > td {
    display: inline-block !important;
    width: 48% !important;
    box-sizing: border-box;
  }

  .moduleTable.threeColumn > tbody > tr > td:first-child {
    padding-right: 3%;
  }

  .moduleTable.threeColumn > tbody > tr > td:last-child {
    padding-left: 0;
  }

  .moduleTable.threeColumn > tbody > tr > td.thirdColumn {
    display: block !important;
    width: 98% !important;
  }
}
@media all and (max-width: 700px) {
  .moduleTable.twoColumn > tbody > tr > td, .moduleTable.threeColumn > tbody > tr > td, .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

  .overflowTable td {
    white-space: nowrap;
    padding: 0 0.5em 0 0;
  }
}
@media all and (max-width: 980px) {
  .moduleTable .moduleTable.twoColumn > tbody > tr > td, .moduleTable .moduleTable.threeColumn > tbody > tr > td, .moduleTable .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }
}
.accordion * {
  transition: all 0.5s ease;
}

.accordion > tbody > tr {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.accordion > tbody > tr > td {
  display: block;
  width: 100%;
}

.accordion > tbody > tr > td:last-child {
  overflow: hidden;
  padding-top: 0;
}

.expand {
  display: block;
  margin-top: -2000%;
  transition: all 2s ease-out;
}

.accordion > tbody > tr.on .expand {
  transition: all 0.7s ease-out;
  margin-top: 0;
  background: rgba(0, 0, 0, 0.06);
  padding: 0.8em 1.2em;
  border-radius: 1em;
}

.accordion > tbody > tr > td:first-child:before {
  content: "\f055";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1.6em;
  transition: all 0.5s;
  color: #999;
}

.accordion > tbody > tr > td:first-child > *:first-child {
  display: inline-block;
}

.accordion > tbody > tr.on > td:first-child:before {
  content: "\f056";
}

.accordion > tbody > tr:hover > td:first-child:before {
  color: #333;
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:after {
  content: "read more";
  display: block;
  margin-left: 3px;
  margin-top: 0;
  font-size: 0.9em;
  color: #999;
  transition: all 0.5s ease-out;
}

.accordion.readMoreAccordian > tbody > tr.on > td:first-child:after {
  margin-top: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.accordion.readMoreAccordian > tbody > tr > td:hover:first-child:after {
  color: #333;
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:before {
  display: none;
}

.responsiveTable th {
  text-align: left;
}

.responsiveTable tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 700px) {
  .responsiveTable tr {
    display: block;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  }

  .responsiveTable tr:first-of-type {
    display: none;
  }

  .responsiveTable td {
    display: block;
    border: none;
    line-height: 1.8em;
    width: 100%;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }

  .responsiveTable td:before {
    display: block;
    position: absolute;
    left: 0;
    width: 90px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .responsiveTable tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0);
  }

  .responsiveTable td:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05);
  }
}
