/*! normalize.css v2.1.3 | 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;
}
/* ==========================================================================
   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: #ff0;
  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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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;
}
/* =================================================*/
/* THEME VARIABLES
====================================================*/
/* Typography */
/* Colors */
/* Navigation */
/* =================================================*/
/* BOOTSTRAP VARIABLES
====================================================*/
/* Content:

  1. Typography
  2. Global layout
  3. Module positions
  . Modules 
  . Main content  (Joomla)
  . Main content  (VirtueMart)

  
  . Utility classes
  . Media query styles

*/
/*Default styling*/
/*========================================================
                    1. Typography
=========================================================*/
@media (min-width: 1200px) {
  .container {
    width: 1200px!important;
  }
}
.mod_virtuemart_product .module_title {
  text-align: center;
}
h1,
h2,
h3,
h4 {
  margin: 0 0 30px 0;
  font: 400 32px/36px 'Lato', sans-serif;
  color: #000;
  text-transform: uppercase;
  padding: 16px 20px 18px;
  background: #fed400;
}
@media (max-width: 1199px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 21px;
    line-height: 24px;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #0b8b56;
}
#notifyform h4 {
  text-align: center;
}
#notifyform .btn-primary {
  width: auto;
  padding: 10px 15px;
}
h2.login {
  font-size: 24px;
  line-height: 26px;
}
h4.alert-heading {
  background: none;
  padding: 0;
  border: none;
}
h5 {
  margin: 0 0 10px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: none;
  line-height: 28px;
  font-size: 18px;
}
h5 > a {
  color: #000;
}
h2 {
  margin-bottom: 20px;
}
.blog-item_heading .article_title,
.article-view .article_title {
  background: none;
  padding: 14px 40px 13px 0px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 42px;
  color: #000;
  font-weight: bold;
}
a {
  color: #0b8b56;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #f25010;
}
/* articles content */
.article-view h3 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
/*========================================================
                    2. Global layout
=========================================================*/
html {
  overflow-y: auto;
}
/*Sticky footer*/
* {
  margin: 0;
}
body {
  height: 100%;
  background: #f1f1f1;
  font: normal 16px/22px 'Lato', sans-serif;
  color: #777;
}
#wrapper.z-index {
  position: relative;
  z-index: 22;
}
#header {
  background: #f25010;
}
@media (min-width: 767px) {
  #header {
    padding-bottom: 30px;
  }
}
.top-content {
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .top-content {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .top-content {
    padding-bottom: 20px;
  }
}
.cotainer-top {
  background: none;
  position: relative;
  z-index: 1111;
}
body#print {
  background: #f2f2f2;
  padding: 20px 20px 30px 20px;
  height: 100%;
  width: auto;
}
body#print .page_heading {
  padding: 0;
}
#sbox-content iframe {
  width: 100%!important;
  height: 100%!important;
}
#wrapper {
  /* min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -48px; */
}
.main {
  overflow: hidden;
}
#footer {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
  border-radius: 0;
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn,
  .button,
  .slideshowck .btn,
  .slideshowck .btn:hover,
  .btn.disabled {
    font-size: 14px;
  }
}
.btn-default {
  background: #0b8b56;
  padding: 15px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #f25010;
  color: #fff;
}
.btn-primary {
  font: 700 19px/23px 'Lato', sans-serif;
  background: #0b8b56;
  display: inline-block;
  padding: 20px 30px;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .btn-primary {
    font-size: 15px;
    padding: 15px;
  }
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #f25010;
}
.search-view {
  padding-bottom: 30px;
}
#searchForm .search-form_section {
  padding-top: 20px;
}
#searchForm #search-searchword {
  margin-right: 10px;
  height: 50px;
}
#searchForm .btn-default {
  margin-top: 1px;
  margin-right: 5px;
}
#searchForm .search_intro {
  padding-top: 3px;
}
#searchForm .ordering {
  padding-top: 12px;
}
/* Tables */
table {
  font-size: 1em;
}
.aside .module_title {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.aside .listing__grid {
  margin: 0;
}
@media (max-width: 991px) and (min-width: 480px) {
  .aside .listing__grid {
    margin-left: -20px;
  }
}
@media (max-width: 480px) {
  .aside {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .listing__banners .item {
    width: 100% !important;
  }
  .listing__grid .item {
    width: 100% !important;
  }
  .listing__grid .item__category {
    width: 50% !important;
  }
}
@media (max-width: 992px) and (min-width: 480px) {
  .listing__grid .item__category {
    width: 50% !important;
  }
  .listing__list {
    margin: 0 -15px 40px;
    overflow: hidden;
  }
  .listing__list .item__manufacturer {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .showcase .listing__banners .item-1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .showcase .listing__banners .item-1 {
    margin-bottom: 0px;
  }
}
/*========================================================
                    3. Layout elements (module positions)
=========================================================*/
.moduletable__top-menu {
  padding: 38px 29px 0 0;
  float: right;
}
@media (max-width: 767px) {
  .moduletable__top-menu {
    float: left;
    padding: 15px 29px 0 0;
    clear: left;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
  }
}
.moduletable__top-menu ul .active a {
  color: #ffc601;
}
.moduletable__top-menu ul li:first-child {
  background: none;
  padding-left: 0;
}
.moduletable__top-menu ul li {
  margin: 0;
  padding: 0 0 0 23px;
  text-transform: uppercase;
  font: 400 13px/16px 'Lato', sans-serif;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    padding: 0 0 0 12px;
  }
}
.moduletable__top-menu ul li a {
  padding: 0;
  color: #fff;
}
.moduletable__top-menu ul li a:hover {
  color: #000;
  background: none;
}
/* Header
========================================================*/
.header-row {
  padding: 15px 0;
  background: #0b8b56;
  width: 100%;
  z-index: 4;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row {
    height: auto;
    padding-bottom: 0px;
  }
}
.header-row .mod_custom {
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 11px 0 0 0;
  margin: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom {
    text-align: center;
  }
}
.header-row .mod_custom span {
  font-size: 26px;
  color: #c10418;
  padding-left: 6px;
}
.header-row.isStuck {
  -webkit-transform: translateZ(0);
  width: 100%;
  height: 50px;
  float: none;
  left: 0;
  z-index: 11001;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row.isStuck {
    height: auto;
  }
}
.header-row.isStuck .navigation ul > .fa {
  right: -8px;
}
.header-row.isStuck .site-logo_img {
  max-width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.header-row.isStuck .sf-menu {
  padding-top: 0px!important;
}
.header-row.isStuck .sf-menu > li > a:before,
.header-row.isStuck .sf-menu > li > span:before {
  padding: 10px 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-row.isStuck .sf-menu > li > a:before,
  .header-row.isStuck .sf-menu > li > span:before {
    padding: 10px 25px;
    font-size: 12px;
  }
}
.header-row.isStuck .sf-menu > li > a em,
.header-row.isStuck .sf-menu > li > span em {
  padding: 10px 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-row.isStuck .sf-menu > li > a em,
  .header-row.isStuck .sf-menu > li > span em {
    padding: 10px 25px;
  }
}
.header-row.isStuck .sf-menu li:hover ul,
.header-row.isStuck .sf-menu li.sfHover ul {
  top: 50px;
}
.header-row.isStuck .sf-menu li:hover ul ul,
.header-row.isStuck .sf-menu li.sfHover ul ul {
  top: 0;
}
.header-row.isStuck .site-logo {
  height: auto;
  padding: 0;
  width: 55%;
}
.header-row.isStuck .site-logo_img {
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    background: none;
  }
}
.header-b {
  text-align: right;
}
/* Site logo */
.logo-fleft {
  margin: 40px 0 0 -2px;
  float: none;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo-fleft {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .logo-fleft {
    padding-bottom: 37px;
  }
}
.site-logo {
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo {
    text-align: center;
    position: relative;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-logo .site-logo_img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo .site-logo_img {
    width: 100%;
  }
}
.site-logo_link {
  display: inline-block;
  height: 100%;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo_link {
    height: auto;
    width: auto;
  }
}
.site-logo_link:hover {
  text-decoration: none;
}
.site-logo_img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (max-width: 768px) {
  .site-logo {
    max-width: 100%;
    margin: 0 auto;
  }
  .form-inline .form-group {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .site-logo {
    max-width: 100%;
  }
}
/* Navigation
========================================================*/
.navigation {
  padding: 0;
  width: 100%;
  z-index: 111;
  background: #0b8b56;
}
.navigation ul .fa {
  position: absolute;
  right: 18px;
  top: 49%;
  margin-top: -0.5em;
}
@media (max-width: 1199px) {
  .navigation ul .fa {
    right: 14px;
  }
}
@media (max-width: 991px) {
  .navigation ul .fa {
    right: 9px;
  }
}
.navigation ul ul .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.slicknav_menu {
  display: none;
  background: #fff;
}
.mod_superfish_menu {
  display: block;
  position: relative;
  z-index: 99;
  float: none;
  text-align: left;
  margin: 0;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mod_superfish_menu {
    padding-top: 0px;
  }
}
.isStuck {
  z-index: 999;
  top: 0;
}
.navigation.isStuck .megamenu-label {
  display: none;
}
/* Superfish menu */
@media (min-width: 320px) and (max-width: 767px) {
  .tvtma-megamnu {
    display: none;
  }
}
.tvtma-megamnu .sf-menuW {
  font-family: 'Lato', sans-serif;
  float: none;
  margin: 0;
  background: #ff0084;
  padding: 0px;
  position: relative;
  z-index: 111;
  text-align: left;
  list-style: none;
}
.tvtma-megamnu .sf-menuW .megamenu-label {
  position: absolute;
  left: 30%;
  top: -30px;
  z-index: 1111;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  background: #0e3e8c;
  color: #fff!important;
}
.tvtma-megamnu .sf-menuW .megamenu-label:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0e3e8c transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red {
  background: #f25010;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red:before {
  border-color: #f25010 transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green {
  background: #2ab9c6;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green:before {
  border-color: #2ab9c6 transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW > li.item-menu {
  border: none;
  font-weight: 900;
  text-transform: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  float: left;
  width: 16.66%;
  height: 70px;
  position: relative;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tvtma-megamnu .sf-menuW > li.item-menu + li > a,
.tvtma-megamnu .sf-menuW > li.item-menu + li > span {
  padding: 12px 20% 14px;
}
.tvtma-megamnu .sf-menuW > li.item-menu + li + li + li > a,
.tvtma-megamnu .sf-menuW > li.item-menu + li + li + li > span {
  padding: 23px 10% 25px;
}
.tvtma-megamnu .sf-menuW > li.item-menu:first-child {
  border-left: 1px solid #fff;
}
.tvtma-megamnu .sf-menuW > li.item-menu > a,
.tvtma-megamnu .sf-menuW > li.item-menu > span {
  background: #0b8b56;
  display: table-cell;
  font: 700 19px/22px 'Lato', sans-serif;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 23px 10% 25px;
  text-align: center;
  vertical-align: middle;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    font-size: 15px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover,
.tvtma-megamnu .sf-menuW > li.item-menu.active,
.tvtma-megamnu .sf-menuW > li.item-menu.current {
  padding-top: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span {
  background: #fed400;
  color: #000;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > .drop-menu {
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu {
  position: absolute;
  left: 0;
  top: 70px;
  width: 220px;
  height: auto;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 0;
  display: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a {
  color: #777;
  padding: 5px 15px;
  line-height: 22px;
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.current > a {
  color: #000;
  background: #f2f2f2;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:hover > .drop-menu {
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu {
  display: none;
  left: 220px;
  top: 0px;
  position: absolute;
  width: 220px;
  background: #fff;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ebebeb;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > a {
  color: #777;
  padding: 5px 15px;
  line-height: 26px;
  display: block;
  margin-bottom: 0;
  background: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.current > a {
  color: #000;
  background: #f2f2f2;
}
.tvtma-megamnu .sf-menuW .item-menu.megacol-top {
  position: static!important;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
  position: absolute;
  left: 0;
  top: 70px;
  width: 1170px;
  padding: 30px 40px 40px;
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 720px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
  font-size: 17px;
  line-height: 22px;
  text-transform: none;
  font-weight: bold;
  border-top: none;
  position: static!important;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a {
  color: #0b8b56;
  margin-bottom: 10px;
  display: block;
  padding: 0 8px;
  background: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.current > a {
  color: #000;
  background: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu {
  display: block!important;
  opacity: 1!important;
  height: auto!important;
  left: 15em;
  top: 0;
  position: static!important;
  width: auto;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu {
  font-size: 14px;
  font-weight: 400;
  border-top: 1px solid #ebebeb;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a {
  color: #777;
  padding: 0 8px;
  line-height: 34px;
  display: block;
  margin-bottom: 0;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a {
  color: #000;
  background: #f2f2f2;
}
.modulewrap176 {
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modulewrap176 {
    display: none;
  }
}
.modulewrap176 .banner_block.menu_block {
  padding-top: 20px;
}
.modulewrap176 .banner_block.menu_block ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  border: none;
}
.modulewrap176 .banner_block.menu_block ul li {
  width: 530px!important;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .modulewrap176 .banner_block.menu_block ul li {
    width: 410px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modulewrap176 .banner_block.menu_block ul li {
    margin-top: 10px;
  }
}
.modulewrap176 .banner_block.menu_block ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .slicknav_menu {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mod_superfish_menu {
    display: none;
  }
  a.slicknav_btn {
    padding: 1em 0;
    font-size: 13px;
    color: #484848;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
  }
  .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
  }
  .slicknav_nav .slicknav_arrow {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    position: absolute;
    right: 1em;
    top: 1em;
    margin-top: -0.5em;
  }
  .slicknav_nav li {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1px;
    position: relative;
  }
  .slicknav_nav li > a,
  .slicknav_nav li > span {
    display: block;
    padding: 0.5em 1em;
    font-size: 13px;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .slicknav_nav li > a,
  .slicknav_nav li > span {
    background: #f6f6f6;
    color: #484848;
  }
  .slicknav_nav li > a a,
  .slicknav_nav li > span a {
    color: #484848;
  }
  .slicknav_nav li:hover > a,
  .slicknav_nav li.sfHover > a,
  .slicknav_nav li.active > a,
  .slicknav_nav li.current > a,
  .slicknav_nav li:hover > span,
  .slicknav_nav li.sfHover > span,
  .slicknav_nav li.active > span,
  .slicknav_nav li.current > span {
    background: #333333;
    color: #ffe466;
  }
  .slicknav_nav li:hover > a a,
  .slicknav_nav li.sfHover > a a,
  .slicknav_nav li.active > a a,
  .slicknav_nav li.current > a a,
  .slicknav_nav li:hover > span a,
  .slicknav_nav li.sfHover > span a,
  .slicknav_nav li.active > span a,
  .slicknav_nav li.current > span a {
    color: #ffe466;
  }
  .slicknav_nav li:hover .arrowdown,
  .slicknav_nav li.sfHover .arrowdown,
  .slicknav_nav li.active .arrowdown,
  .slicknav_nav li.current .arrowdown {
    color: #ffe466;
  }
  .slicknav_nav ul {
    padding: 0;
    margin-bottom: 0px;
    margin-top: 1px;
  }
  .slicknav_nav .drop-menu-mega {
    width: auto!important;
    padding: 0px 0 0 0!important;
    margin-bottom: -2px;
    margin-top: 0px;
  }
  .slicknav_nav .drop-menu-mega .row {
    margin: 0!important;
  }
  .slicknav_nav .fa {
    display: none;
  }
}
/* showcase
========================================================*/
.showcase-row {
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .showcase-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
  }
}
/* Video bottom */
#video-bottom-un .mod_bannersblock {
  float: none;
  width: 100%;
  overflow: hidden;
}
#video-bottom-un .mod_bannersblock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#video-bottom-un .mod_bannersblock ul li {
  float: left;
  text-align: center;
  width: 270px!important;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 212px!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 165px!important;
    margin-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 47%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 100%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
#video-bottom-un .mod_bannersblock ul li span.caption {
  width: 100%;
  text-align: center;
}
#video-bottom-un .mod_bannersblock ul li .banner_img {
  overflow: hidden;
  position: relative;
  border: 7px solid #fff;
  display: inline-block;
  border-radius: 142px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#video-bottom-un .mod_bannersblock ul li .banner_img img {
  width: 142px;
  height: auto;
  border-radius: 142px;
}
#video-bottom-un .mod_bannersblock ul li .txt1 {
  font-size: 109px;
  line-height: 109px;
  font-weight: 300;
  color: #000;
  padding: 30px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
#video-bottom-un .mod_bannersblock ul li .txt2 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 20px 0px 0 0px;
  text-transform: uppercase;
}
#video-bottom-un .mod_bannersblock ul li:hover .banner_img {
  border-color: #000;
}
#video-bottom-un .mod_bannersblock ul li:hover .txt1 {
  color: #000000;
}
#video-bottom-un .mod_bannersblock ul li:first-child {
  margin-left: 0;
}
/* custom-html */
#parallax-bottom-un {
  text-align: left;
  position: relative;
  z-index: 1;
}
#parallax-bottom-un .stellar-block {
  padding: 0 0;
  background-color: #370203;
}
#parallax-bottom-un .mod_custom {
  padding: 90px 0;
  text-align: center;
}
/* Slideshow CK */
.showcase {
  background: #0b8b56;
}
#camera_wrap_113 {
  font-size: 109px;
  line-height: 90px;
}
.mod_slideshowck {
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck {
    display: none;
  }
}
.mod_slideshowck .slideshowck {
  margin-bottom: 0 !important;
}
.mod_slideshowck .camera_caption {
  bottom: 0;
  top: 0px;
  left: 0;
  width: 100%;
}
.mod_slideshowck .camera_caption > div {
  background: none;
  font-family: 'Lato', sans-serif;
  text-align: left;
  padding: 2.5% 20px;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  width: 100%;
  text-align: center;
}
.mod_slideshowck .camera_caption .camera_caption_desc.item-box0 {
  text-align: center;
}
.mod_slideshowck .camera_caption .camera_caption_desc.item-box1 {
  float: right;
}
.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3 {
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.mod_slideshowck .camera_caption .txt1 {
  font: 300 100%/81% 'Lato', sans-serif;
  color: #f25010;
  padding: 2.8% 0 1.1% 0;
  text-transform: uppercase;
}
.mod_slideshowck .camera_caption .txt1 span {
  display: block;
  line-height: 97%;
  font-weight: 700;
  color: #fed400;
}
.mod_slideshowck .camera_caption .txt1 span + span {
  line-height: 83%;
  font-weight: 400;
  color: #fff;
}
.mod_slideshowck .camera_caption .txt2 {
  font: 400 20px/27px 'Lato', sans-serif;
  color: #fff;
  padding: 0 30%;
  margin-bottom: -15px;
}
@media (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 16px;
    line-height: 21px;
    padding: 0 20%;
  }
}
@media (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt2 {
    padding: 0 10%;
  }
}
@media (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 13px;
    line-height: 15px;
  }
}
.mod_slideshowck .camera_caption .txt3 {
  font: 700 26%/22px 'Lato', sans-serif;
  padding: 1.5% 1.6%;
  display: inline-block;
  color: #fff;
  background: #0b8b56;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt3 {
    display: none;
  }
}
.mod_slideshowck .cameraContent:hover .txt4 {
  background: #000;
}
.mod_slideshowck:hover .txt3 {
  background: #fed400;
  color: #000;
}
.camera_pag {
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul {
  bottom: 97px!important;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative!important;
  z-index: 99;
  display: inline-block;
  width: auto!important;
}
@media (max-width: 1199px) {
  .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 84px!important;
  }
}
@media (max-width: 991px) {
  .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 78px!important;
  }
}
@media (max-width: 767px) {
  .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 72px!important;
  }
}
.camera_wrap .camera_pag .camera_pag_ul li {
  background: #fb1f1f;
  cursor: pointer;
  display: inline-block;
  float: none !important;
  height: 30px;
  margin: 0 0 0 1px;
  padding: 9px 0 0 3px;
  position: relative;
  text-align: center;
  width: 36px;
}
.camera_wrap .camera_pag {
  text-align: center;
}
.camera_wrap .camera_pag .camera_pag_ul li {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #333333!important;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover,
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #f25010!important;
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 21px;
  display: block;
  line-height: 38px;
}
/* featured
========================================================*/
/* main content
========================================================*/
/*Main views*/
.page {
  margin-bottom: 0px;
}
.page.manufacturer-view {
  margin-bottom: 0;
}
.page_heading {
  margin-bottom: 0;
  border-top: none;
  padding: 0px 0 0 0;
  position: relative;
  text-align: center;
}
.icons {
  position: absolute;
  right: 0;
  top: 6px;
  width: 100px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.icons li,
.icons > a {
  list-style: none;
  padding: 3px;
  display: inline;
}
/* main-bottom
========================================================*/
.main-bottom {
  padding: 70px 0;
  background: #1c1c1c;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-bottom {
    padding: 30px 0;
  }
}
.main-bottom .moduletable {
  margin-bottom: 20px;
}
.main-bottom .module_title {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 3px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-bottom .module_title {
    line-height: 34px;
    font-size: 36px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .main-bottom .module_title {
    line-height: 34px;
    font-size: 36px;
  }
}
.home .main-row {
  padding: 0;
}
.main-row {
  padding: 30px 0;
  position: relative;
  z-index: 1;
  background: none;
}
.productdetails .main-row {
  padding-bottom: 20px;
}
.productdetails .col-md-8 {
  margin-bottom: 0;
}
.prod-row {
  padding: 30px 0 30px;
  background: #ffffff url(../images/main-row-bg.jpg) left top repeat-x;
  position: relative;
  z-index: 1;
}
/* aside
========================================================*/
.aside .moduletable {
  margin-bottom: 2.2em;
  background: none;
}
.aside .moduletable .module_content {
  padding: 20px 0;
}
.aside .moduletable .module_content {
  padding: 20px 0;
}
.aside .module_header {
  padding: 0;
  margin: 0px;
}
.aside .item_name {
  font-size: 15px;
  line-height: 18px;
}
.aside__left {
  position: relative;
  z-index: 1;
}
/* bottom
========================================================*/
.bottom-row {
  background: #1b1b1b;
  padding: 20px 0;
}
.bottom-row .module_title {
  margin: 0;
}
.home .footer-row {
  margin-top: 70px;
}
.footer-row {
  overflow: hidden;
  background: #e5e5e5!important;
  margin-top: 20px;
  position: relative;
  background: none;
}
.footer-row .footer .modules {
  position: relative;
  float: left;
  width: 25%;
  padding: 0 30px 50px;
}
@media (max-width: 1199px) {
  .footer-row .footer .modules {
    padding: 0 25px 50px;
  }
}
@media (max-width: 767px) {
  .footer-row .footer .modules {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .footer-row .footer .modules {
    min-height: 410px;
  }
  .footer-row .footer .modules:after {
    content: "";
    background: #fff;
    height: 200%;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 767px) {
  .footer-row .footer .modules:first-child:before {
    content: "";
    background: #fff;
    height: 200%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.footer-row .footer .modules .menu li ul {
  padding-left: 10px;
}
.footer-row .footer .modules .menu li ul li a {
  font-size: 12px;
  line-height: 14px;
}
.footer-row .footer .modules .menu li ul li a:hover {
  color: #777;
}
.footer-row .footer .modules .mod_custom .custom_store {
  margin-top: 5px;
}
.footer-row .footer .modules .mod_custom p {
  font: 400 11px/22px 'Lato', sans-serif;
  color: #777;
}
.footer-row .footer .smile {
  margin-top: 5px;
}
.footer-row .footer .smile a {
  float: left;
  clear: both;
}
.footer-row .container {
  position: relative;
  z-index: 2;
}
.footer-row .module_header {
  position: relative;
}
.footer-row .module_header:before {
  position: absolute;
  top: 0;
  left: -500%;
  content: "";
  background: #0b8b56;
  height: 100%;
  width: 500%;
  z-index: -1;
}
.footer-row .module_header:after {
  position: absolute;
  top: 0;
  right: -500%;
  content: "";
  background: #0b8b56;
  height: 100%;
  width: 500%;
  z-index: -1;
}
.footer-row h3.module_title {
  font: 700 19px / 24px 'Lato', sans-serif;
  color: #fff;
  background: #0b8b56;
  margin: 0;
  text-align: left;
  padding: 23px 0;
}
@media (max-width: 767px) {
  .footer-row h3.module_title {
    padding: 15px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.footer-row .mod_menu li a {
  font: 400 13px/16px 'Lato', sans-serif;
  color: #777;
}
.footer-row .mod_menu li a:hover {
  color: #f25010;
}
.footer-row .mod_menu li.active a {
  color: #f25010;
}
.footer-row .module_content {
  padding-top: 18px;
}
.footer-row .mod_tm_instagram ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-left: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul {
    margin-left: -10px;
  }
}
.footer-row .mod_tm_instagram ul li {
  float: left;
  padding: 0;
  margin: 0 0 20px 20px;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul li {
    width: 70px;
    margin: 0 0 10px 10px;
  }
}
.footer-row .mod_tm_instagram ul li img {
  width: 100%;
  height: auto;
}
.footer-row .mod_custom {
  padding-left: 0px;
  color: #383838;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom {
    padding-left: 0px;
  }
}
.footer-row .mod_custom .txt1 {
  display: block;
  font-size: 12px;
  line-height: 18px;
}
.footer-row .mod_custom .txt3 a {
  color: #383838;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
}
.footer-row .mod_custom .txt3 a:hover {
  text-decoration: underline;
}
.footer-row .mod_custom .txt2 {
  display: block;
  font-size: 24px;
  line-height: 28px;
}
.footer-row .custom_store span {
  display: block;
  font: 400 27px / 28px 'Lato', sans-serif;
  color: #f25010;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .footer-row .custom_store span {
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .footer-row .custom_store span {
    font-size: 18px;
    line-height: 22px;
  }
}
.footer-row .custom_store span em {
  display: inline-block;
  font-size: 17px;
  line-height: 42px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-right: 4px;
}
.footer-row .custom_store .row-txt2 {
  font-weight: 700;
}
.footer-row .custom_store .row-txt4 a {
  color: #c10418;
  text-decoration: underline;
}
.footer-row .custom_store .row-txt4 a:hover {
  text-decoration: none;
  color: #fff;
}
.module_conten li:hover {
  color: #777!important;
}
.bottom {
  padding: 0 0;
}
.bottom .module_header {
  display: inline-block;
}
.bottom .module_title {
  font-size: 21px;
  color: #fff;
  position: relative;
  top: 3px;
}
.bottom .module_content {
  padding-left: 10px;
  display: inline-block;
}
@media (max-width: 992px) {
  .bottom {
    margin: 0 0;
  }
  .bottom .moduletable {
    margin-bottom: 40px;
    text-align: center;
  }
  .bottom .module_header {
    display: block;
    float: none;
    margin-bottom: 20px;
  }
  .bottom .mod_socialmedialinks {
    float: none;
    margin-bottom: 0;
  }
}
/* footer
========================================================*/
/* copyright
========================================================*/
.copyright-row {
  padding: 25px 0 25px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.copyright {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 11px;
  line-height: 20px;
  text-transform: none;
}
#scrollUp {
  z-index: 111!important;
}
#habla_beta_container_do_not_rely_on_div_classes_or_names {
  z-index: 1111;
  position: relative;
}
#habla_window_div #habla_topbar_div {
  background: #333!important;
  overflow: hidden;
}
#habla_window_div.olrk-fixed-bottom .habla_panel_border,
#habla_window_div.olrk-fixed-bottom #habla_topbar_div {
  border-radius: 0px!important;
}
/* Menu */
.menu {
  margin: 0;
  padding: 0;
}
.menu li {
  list-style: none;
}
.menu__inline li {
  display: inline-block;
  margin: 0 10px;
}
/* Login */
.list__login-links {
  padding: 2em 0 0;
  margin: 0;
  list-style: none;
}
/* Newsletter */
.acymailing_form {
  position: relative;
  width: 100%;
}
.acymailing_form .subbutton {
  position: relative;
  right: 0;
  top: 0;
  float: left;
}
.acymailing_form .fieldacyemail {
  width: auto;
  float: none;
  margin-bottom: 0;
}
.acymailing_form .fieldacyemail label.error {
  margin: 10px 0 20px 0;
  color: #000;
  border: 1px solid #c10418;
  padding: 0 10px;
  font-weight: 400;
}
.acymailing_form .acysubbuttons {
  float: left;
  margin-bottom: 0;
}
.acymailing_form .inputbox {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #fff;
  padding: 10px 10px;
  font-size: 10px;
  line-height: 20px;
  color: #939393;
  height: 41px;
  width: 97%!important;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .acymailing_form {
    width: 100%;
  }
}
/* acymailing */
.footer .mod_acymailing {
  background: nonee;
  padding: 0;
}
.footer .mod_acymailing .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}
.footer .mod_acymailing .module_content .acymailing_introtext {
  color: #0b8b56;
  padding-bottom: 15px!important;
}
/* Social media links */
.mod_socialmedialinks {
  float: none;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_socialmedialinks {
    float: none;
  }
}
div.smile {
  text-align: left!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.smile {
    float: none;
    text-align: left!important;
  }
}
div.smile a {
  margin: 0 0 3px 0!important;
  font-size: 13px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
}
div.smile a span {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 15px;
  margin-bottom: 5px;
}
div.smile a:hover {
  color: #c10418;
}
div.smile a:hover span {
  padding-left: 20px;
}
div.smile a:hover .fa {
  color: #f25010;
}
div.smile img {
  display: none;
}
div.smile .fa {
  width: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
div.smile .fa.fa-facebook {
  color: #3665ab;
}
div.smile .fa.fa-twitter {
  color: #0cd7f5;
}
div.smile .fa.fa-rss {
  color: #f5850c;
}
/* VirtueMart Manufacturers */
.item__manufacturer .item_name {
  text-align: center;
}
/* mod_responsive_contact_form */
.mod_responsive_contact_form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.control-group {
  margin-bottom: 15px;
}
/* Jflickr */
.mod_jflickr a {
  color: #777;
}
.mod_jflickr a:hover {
  color: #fff;
}
.gallery-flickr ul {
  margin: 0;
  padding: 0;
}
.gallery-flickr ul li a {
  border: 1px solid #d12d34 !important;
}
.gallery-flickr ul li a:hover {
  border: 1px solid #ffffff !important;
}
.flickr_direct_link {
  margin-top: 2em;
  display: inline-block;
}
/*========================================================
                    6. Main component (Joomla)
=========================================================*/
.article_heading {
  padding-bottom: 0;
  position: relative;
}
.article_title {
  margin-bottom: 30px;
}
/*Pager*/
.pagenav {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagenav .pagenav-prev {
  float: left;
}
.pagenav .pagenav-next {
  float: right;
}
/*Article info*/
.article_info {
  font-size: 0.8em;
}
.article_info dt {
  display: none;
}
.article_info dd {
  display: inline-block;
  padding: 0 1em 0.5em 0;
}
.article_text .clearfix {
  padding-bottom: 30px;
}
.article_text .clearfix > .fa {
  float: left;
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  width: 66px;
  text-align: center;
  color: #7a7a7a;
}
.article_text .clearfix .extra-wrap {
  overflow: hidden;
}
/* Single article
========================================================*/
.article-view .page_title {
  display: none;
}
.article-view .hex_google_chart {
  float: right;
  width: 50%;
  top: -3em;
}
.article_text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-view .hex_google_chart {
    float: none;
    width: 100%;
    top: 0;
  }
}
/* Archived articles
========================================================*/
/* Featured articles
========================================================*/
.article.listing-item {
  padding: 0 1em;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .article.listing-item {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .article.listing-item {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .article.listing-item {
    padding: 0;
  }
}
/* Blog listing
========================================================*/
.blog-view .articles-listing .item {
  margin-bottom: 40px;
}
.blog-item_heading {
  margin-bottom: 20px;
}
/* Article edit page
========================================================*/
.edit.item-page {
  margin-bottom: 40px;
}
.edit.item-page .btn-toolbar {
  margin-bottom: 20px;
}
.edit.item-page fieldset {
  padding: 20px;
}
/* Contact view
========================================================*/
.contact_image {
  margin-top: 20px;
  padding: 20px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contact_image {
    margin-top: 20px;
  }
}
.contact_position {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px;
}
.contact_map iframe {
  width: 100%;
  height: 400px;
}
.contact_form {
  padding-top: 2em;
}
.contact_form textarea {
  height: 207px;
}
.contact_miscinfo {
  margin-top: 40px;
}
/*Contact slider*/
#contact-slider .panel {
  border: none;
  box-shadow: none;
  margin: 0;
  padding-bottom: 1em;
}
#contact-slider .title {
  cursor: pointer;
  padding: 0.5em 1em;
  margin: 0;
  position: relative;
}
#contact-slider .title:before {
  position: absolute;
  right: 1em;
  top: 1.7em;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 12px;
  padding-right: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#contact-slider .pane-toggler-down {
  margin: 0 0 1em;
}
#contact-slider .pane-toggler-down:before {
  content: "\f068";
}
#contact-slider .pane-toggler {
  margin: 0;
}
#contact-slider .pane-toggler:before {
  content: "\f067";
}
#contact-slider .pane-slider {
  padding: 0 1em;
}
/*Contact tabs*/
dl.tabs {
  border-bottom: 1px solid #dbdbdb;
}
dl.tabs dt.tabs {
  display: inline-block;
  padding: 0.5em 1em;
  margin-right: 2px;
}
dl.tabs dt.tabs h3 {
  margin: 0;
}
dl.tabs dt.tabs.open {
  background: #dbdbdb;
}
.jicons-icons {
  display: block;
  float: left;
  margin-right: 0.5em;
  font-size: 18px;
  width: 20px;
}
.jicons-icons > img {
  display: none;
}
.jicons-icons + address {
  overflow: hidden;
  margin-bottom: 0.5em;
}
/* Profile view
========================================================*/
.def-list-horizontal {
  overflow: hidden;
  margin-bottom: 2em;
}
.def-list-horizontal dt,
.def-list-horizontal dd {
  margin-bottom: 0.5em;
  float: left;
}
.def-list-horizontal dt {
  width: 25%;
}
.def-list-horizontal dd {
  width: 75%;
}
.form-section {
  margin-bottom: 2em;
}
.form-section_title {
  margin-bottom: 20px;
}
/* Search view
========================================================*/
.searchintro {
  padding-top: 1em;
}
.inline-inputs {
  margin-bottom: 1em;
}
.inline-inputs input {
  position: relative;
  top: 2px;
}
.inline-inputs label {
  display: inline-block;
  margin-right: 2em;
}
.search-results {
  padding: 1em 0 2em;
  border-top: 1px solid #dbdbdb;
  margin-top: 2em;
}
.search-results .result-title {
  padding-top: 1em;
  font-size: 18px;
  line-height: 20px;
}
.search-results .result-category,
.search-results .result-created {
  display: inline-block;
}
.search-form {
  margin-bottom: 0px;
}
/* Error messages
========================================================*/
#system-message-container {
  margin: 1em 0;
}
#overall #system-message-container {
  margin: 0;
}
#system-message dt {
  padding: 1em 1em 0;
  border: 1px solid transparent;
  border-radius: 0.5em 0.5em 0 0;
  border-bottom: none;
}
#system-message dd {
  margin-bottom: 1em;
  padding: 0 1em 1em;
  border: 1px solid transparent;
  border-radius: 0 0 0.5em 0.5em;
  border-top: none;
}
#system-message .warning {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#system-message .info,
#system-message .message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#system-message .error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#system-message .notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#system-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments-form-message {
  padding: 10px 15px;
  border-radius: 0.5em;
  margin-bottom: 1em;
}
.comments-form-message-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.comments-form-message-info {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#jc {
  margin-bottom: 0px;
}
.product_columns #jc {
  margin-bottom: 0px;
}
/* back to top */
#scrollUp {
  display: block;
  right: 50px;
  bottom: 140px;
  width: 40px;
  height: 40px;
  background: #000000;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: .4;
}
@media (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 5px;
  }
}
#scrollUp .fa {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}
#scrollUp:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #scrollUp {
    display: none !important;
  }
}
/* Olark chat*/
#habla_window_div.habla_window_div_base {
  z-index: 99998 !important;
}
/*========================================================
                    10.  Virtuemart helper styles
=========================================================*/
/* Buttons */
#editor-xtd-buttons {
  padding: 5px;
  overflow: hidden;
  float: left;
}
.toggle-editor {
  float: right;
  padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}
.button2-left span,
.button2-right span {
  cursor: default;
  color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.page .vote {
  color: #000;
  font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}
.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}
.button2-left {
  background: url(../images/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-right {
  background: url(../images/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-left .image {
  background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
  background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
  background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
  background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}
/* Caption fixes */
.img_caption .left {
  float: left;
  margin-right: 1em;
}
.img_caption .right {
  float: right;
  margin-left: 1em;
}
.img_caption .left p {
  clear: left;
  text-align: center;
}
.img_caption .right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center!important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/* Calendar */
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../images/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
div.calendar table {
  width: 100%;
}
#comments-form .grippie .counter {
  font-size: 10px;
  margin: 0;
  padding: 0 5px;
}
#comments-form input {
  margin-top: 1px;
}
#comments-form label {
  font-size: 12px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #comments-form label {
    font-size: 11px;
  }
}
#video-top-un > div:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
#video-top-un .mod_video {
  position: relative;
  z-index: 1;
}
#video-top-un .mod_custom {
  position: relative;
  z-index: 111;
  text-align: right;
  padding: 80px 0 85px 0;
}
#video-top-un .mod_custom .txt1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#video-top-un .mod_custom .txt1 span {
  font-size: 141px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 90px;
    line-height: 98px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 70px;
    line-height: 78px;
  }
}
#video-top-un .mod_custom .txt1 strong {
  font-size: 191px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 100px;
    line-height: 108px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 80px;
    line-height: 88px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
#video-top-un .mod_custom .txt2 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt2 {
    font-size: 28px;
    line-height: 30px;
  }
}
#video-top-un .mod_custom .txt3 {
  padding-top: 60px;
  display: inline-block;
  overflow: hidden;
}
#video-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ae0000;
  border-top: 4px solid #ae0000;
}
#video-top-un .mod_custom .txt3 a:hover {
  color: #fff;
  border-top: 4px solid #fff;
}
#parallax-top-un .stellar-block {
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un .stellar-block {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}
#parallax-top-un .mod_custom {
  text-align: center;
  padding: 0px 0 0px 0;
}
#parallax-top-un .mod_custom .txt1 {
  font-size: 47px;
  line-height: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
}
#parallax-top-un .mod_custom .txt1 span {
  font-size: 77px;
  line-height: 78px;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 span {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 {
    font-size: 27px;
    line-height: 28px;
  }
}
#parallax-top-un .mod_custom .txt2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  color: #777;
  padding-top: 20px;
}
#parallax-top-un .mod_custom .txt3 {
  padding-top: 20px;
  display: inline-block;
  overflow: hidden;
}
#parallax-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
}
.featured-view {
  text-align: center;
}
.featured-view .listing-item {
  padding-bottom: 50px;
  position: relative;
  font: normal 15px/28px 'Lato', sans-serif;
}
.featured-view .view-heading-wrap {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-view .view-heading-wrap {
    top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .featured-view .view-heading-wrap {
    position: relative;
    top: 0px;
    left: 0;
    padding: 20px;
    background: #333;
  }
}
.featured-view .button {
  margin-top: 30px;
  display: inline-block;
}
.featured-view .article_image {
  width: 100%;
  height: auto;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.featured-view h2 {
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  text-transform: none;
  padding: 0 90px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .featured-view h2 {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .featured-view h2 {
    padding: 0 10px;
    font-size: 20px;
    line-height: 24px;
  }
}
.featured-view h2 a {
  color: #fff;
}
.featured-view h2 a:hover {
  color: #ae0000;
}
.featured-view .article_reate {
  font-size: 65px;
  line-height: 67px;
  color: #fff;
  text-transform: none;
  padding: 0;
  margin: 0;
}
.featured-view .article_reate .date2 {
  color: #ae0000;
  font-weight: 200;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  top: 8px;
}
.featured-view .article_reate .date3 {
  font-size: 45px;
}
.featured-view .article_category-name a {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 30px;
  text-align: center;
  background: #ae0000;
  color: #fff;
  margin: 20px 0 0 0;
}
.featured-view .article_category-name a:hover {
  background: #333;
}
.featured-view .jcomments-links {
  display: none;
}
.featured-view p {
  padding: 0 20px;
}
.see-all {
  display: none;
}
#galerific-banner {
  padding: 60px 0 0 0;
  margin-bottom: 0;
  position: relative;
  background: none;
  z-index: 2;
}
@media (max-width: 767px) {
  #galerific-banner {
    padding-top: 30px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first {
  float: none;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -60px;
}
@media (max-width: 1199px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul {
    margin-left: -30px;
  }
}
@media (max-width: 480px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul {
    margin-left: 0;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li {
  float: left;
  position: elative;
  margin: 0 0 60px 60px;
  position: relative;
  border: none;
  -webkit-box-shadow: 0 0 30px -25px #000000;
  box-shadow: 0 0 30px -25px #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    margin: 0 0 30px 30px;
    width: 30.2%!important;
    height: auto!important;
  }
}
@media (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 45.9% !important;
  }
}
@media (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    margin: 0 0 30px 30px;
    width: 45.1% !important;
  }
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:nth-child(2n) {
    margin: 0 0 30px 4.5%;
  }
}
@media (max-width: 567px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 44.6% !important;
  }
}
@media (max-width: 480px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li a {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li a .caption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
  padding: 18px 10px 36px;
  font: 400 47px/45px 'Lato', sans-serif;
  color: #0b8b56;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1199px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    padding: 18px 10px 22px;
    font-size: 35px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 38px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  #galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 36px;
    line-height: 34px;
    padding-bottom: 18px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li .txt1 span {
  display: block;
  color: #212121;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li img {
  width: 100%;
  height: auto;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover {
  -webkit-box-shadow: 0 0 50px -30px #000000;
  box-shadow: 0 0 50px -30px #000000;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover a {
  text-decoration: none;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1 {
  color: #212121;
}
#galerific-banner .mod_bannersblock.moduletable__content_first ul li:hover .txt1 span {
  color: #0b8b56;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo {
  float: none;
  width: 100%;
  padding-top: 15px;
  margin-bottom: 35px;
  clear: both;
}
@media (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    padding-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
    padding-top: 25px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li {
  float: none;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 0;
  position: relative;
  border: none;
  background: #6f828c;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
  font-size: 43px;
  line-height: 44px;
  color: #fefefe;
  padding: 0 0 0 40px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    text-align: center;
    padding: 5px 10px 0 10px;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
  padding: 5px 0px 0 40px;
  margin-top: 0px;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    font-size: 20x;
    line-height: 24px;
    text-transform: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    font-size: 20x;
    line-height: 24px;
    text-transform: none;
    padding: 5px 10px 0 10px;
    text-align: center;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li span.caption {
  padding: 20px 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  min-height: 105px;
  font-family: 'Lato', sans-serif;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
  border-color: #fa73d8;
}
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
#galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  #galerific-banner .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.bottom-content .listing__banners {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1199px) {
  .bottom-content .listing__banners {
    padding-top: 30px;
  }
}
.bottom-content .listing__banners li {
  width: 100%!important;
}
.bottom-content .listing__banners li a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.bottom-content .listing__banners li img {
  width: 100%;
}
.bottom-content .listing__banners li .caption {
  position: absolute;
  top: 18.2%;
  right: 6%;
  width: 50%;
}
@media (max-width: 480px) {
  .bottom-content .listing__banners li .caption {
    top: 5%;
  }
}
.bottom-content .listing__banners li .caption .txt1 {
  font: 700 79px/76px 'Lato', sans-serif;
  color: #f25010;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1199px) {
  .bottom-content .listing__banners li .caption .txt1 {
    font-size: 51px;
    line-height: 51px;
  }
}
@media (max-width: 991px) {
  .bottom-content .listing__banners li .caption .txt1 {
    font-size: 35px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .bottom-content .listing__banners li .caption .txt1 {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .bottom-content .listing__banners li .caption .txt1 {
    font-size: 16px;
  }
}
.bottom-content .listing__banners li .caption .txt2 {
  font: 400 36px/36px 'Lato', sans-serif;
  color: #0b8b56;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 991px) {
  .bottom-content .listing__banners li .caption .txt2 {
    font-size: 22px;
    line-height: 29px;
  }
}
@media (max-width: 767px) {
  .bottom-content .listing__banners li .caption .txt2 {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 480px) {
  .bottom-content .listing__banners li .caption .txt2 {
    font-size: 13px;
    line-height: 13px;
  }
}
.bottom-content .listing__banners li .caption .txt3 {
  font: 400 16px/33px 'Lato', sans-serif;
  color: #333;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .bottom-content .listing__banners li .caption .txt3 {
    display: none;
  }
}
.bottom-content .listing__banners li:hover .txt1 {
  color: #0b8b56;
}
.bottom-content .listing__banners li:hover .txt2 {
  color: #f25010;
}
.aside__left .mod_virtuemart_product .listing__grid .product.item_product:first-child {
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__first {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__first .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__first ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child {
  margin-left: 0;
  margin-top: -15px;
  background: #6f828c;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
  font-size: 80px;
  line-height: 84px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
    font-size: 60px;
    line-height: 64px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
    font-size: 50px;
    line-height: 54px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt2 {
  padding: 28px 25px;
  margin-top: -13px;
  font-size: 13px;
  line-height: 20px;
  color: #f2f2f2;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn {
  background: #fff;
  color: #676767;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn:hover {
  background: #ff7b7b;
  color: #fff;
}
.aside__left .mod_bannersblock.moduletable__first ul li {
  float: left;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #44a0cc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
    display: block;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt2 {
  padding: 0px 0px;
  margin-top: -10px;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li span.caption {
  padding: 60px 0;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 190px;
  font-family: 'Lato', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
.aside__left .mod_bannersblock.moduletable__twoo {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__twoo .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li {
  float: none;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #c10418;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1:before {
  color: #fff;
  font-style: normal;
  content: " ";
  position: relative;
  right: 0px;
  top: 0;
  padding: 0;
  text-align: center;
  display: block;
  background: url(../images/icon-banner.png) center top no-repeat;
  height: 63px;
  width: 100%;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt2 {
  padding: 5px 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li span.caption {
  padding: 20px 0 30px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 180px;
  font-family: 'Lato', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
#sw_pinterest_display > span {
  display: block;
  width: auto!important;
  box-shadow: none!important;
  padding: 0!important;
  overflow: hidden;
}
#sw_pinterest_display > span > span {
  display: block;
  width: 280px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sw_pinterest_display > span > span {
    width: 210px!important;
  }
}
#sw_pinterest_display > span > a {
  margin: 10px 10px 10px 10px!important;
}
.mod_bt_facebooklikebox .module_content {
  background: #fff;
  border: none;
  overflow: hidden;
  display: block;
  padding: 5px 0;
  border-radius: 0px;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget {
  overflow: hidden;
  display: block;
  width: 100%;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget > span {
  display: block;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget iframe {
  position: relative!important;
  margin: 0 -5px;
}
.map-home {
  position: relative;
  overflow: hidden;
}
.map-home .responsive_map {
  height: 870px;
  max-height: 870px;
}
.map-home .btn-click {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 25px;
  background: #ae0000;
  text-align: center;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.map-home .btn-click:hover {
  background: #333;
}
.map-home .btn-click.bot {
  bottom: 0;
  top: auto;
}
.map-home .btn-click.top {
  bottom: auto;
  top: 0;
}
.moduletable.mod_tm_ajax_contact_form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  padding: 140px 0 130px;
  max-height: 870px;
  min-height: 870px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 60px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 30px;
  }
}
.moduletable.mod_tm_ajax_contact_form .module_title {
  font-size: 75px;
  line-height: 78px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 55px;
    line-height: 68px;
    padding-top: 2px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 50px;
    line-height: 52px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html {
  text-align: center;
  padding-bottom: 30px;
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
  display: block;
  color: #777;
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
  display: block;
  color: #ae0000;
  font-size: 55px;
  line-height: 58px;
  font-weight: 200;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.moduletable.mod_tm_ajax_contact_form .controls {
  width: 100%;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_input {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  height: 68px;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_textarea {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  resize: none!important;
  padding: 20px 12px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button {
  text-align: center;
  margin-top: 30px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button .btn {
  display: inline-block;
  padding: 25px 35px;
}
#parallax-top-un2 {
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 3;
}
#parallax-top-un2 .stellar-block {
  padding: 0;
}
#parallax-top-un2 .mod_custom {
  padding: 130px 0;
}
#parallax-top-un2 .line1 {
  color: #ffe466;
  font-size: 123px;
  line-height: 126px;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un2 .line1 {
    font-size: 103px;
    line-height: 106px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line1 {
    font-size: 83px;
    line-height: 86px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line1 {
    font-size: 38px;
    line-height: 46px;
  }
}
#parallax-top-un2 .line2 {
  color: #fff;
  font-size: 73px;
  line-height: 78px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #parallax-top-un2 .line2 {
    font-size: 63px;
    line-height: 66px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line2 {
    font-size: 43px;
    line-height: 46px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line2 {
    font-size: 23px;
    line-height: 26px;
  }
}
#custom-html {
  margin-top: 0;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
#custom-html .module_title {
  color: #fff;
}
#custom-html .newsflash .wrap-column:first-child {
  margin-left: 0;
}
#custom-html .newsflash .wrap-column {
  float: left;
  width: 570px;
  margin-left: 30px;
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #custom-html .newsflash .wrap-column {
    width: 455px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#custom-html .newsflash .wrap-column .newsflash-title {
  font-size: 35px;
  line-height: 42px;
  position: absolute;
  left: 30px;
  top: 210px;
  padding-right: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    top: 110px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 25px;
    line-height: 32px;
  }
}
#custom-html .newsflash .wrap-column .newsflash-title a {
  color: #fff;
  font-weight: bold;
}
#custom-html .newsflash .wrap-column .newsflash-title a:hover {
  color: #ffe466;
}
#custom-html .newsflash .wrap-column .article_image {
  background: #000;
}
#custom-html .newsflash .wrap-column .home_article_published,
#custom-html .newsflash .wrap-column .home_article_category,
#custom-html .newsflash .wrap-column .home_article_hits {
  float: left;
  padding-right: 5px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
}
#custom-html .newsflash .wrap-column .home_article_published span,
#custom-html .newsflash .wrap-column .home_article_category span,
#custom-html .newsflash .wrap-column .home_article_hits span {
  color: #ffe466;
}
#custom-html .newsflash .wrap-column .readmore {
  margin-top: 20px;
}
.mod_profil_responsive_map {
  overflow: hidden!important;
  position: relative;
  background: #333;
}
.mod_profil_responsive_map .module_content {
  overflow: hidden!important;
}
div.responsive_map {
  height: 300px;
  overflow: visible!important;
  background: #333!important;
}
#dynamic_recaptcha_1 {
  padding-top: 20px;
}
#recaptcha_wrapper {
  padding: 0;
  border: none;
}
@keyframes moveFromTop {
  from {
    opacity: 0;
    transform: translateY(-150%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
#jform_params_helpsiteSelectBoxItContainer {
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.animated {
  animation-fill-mode: none;
}
