/* =================================================*/
/* 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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px!important;
  }
}
.mod_virtuemart_product {
  overflow: hidden;
  margin-bottom: 30px;
}
.mod_virtuemart_product .module_title {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4 {
  position: relative;
  margin: 0 0 30px 0;
  font-family: 'Oswald', serif;
  color: #696b67;
  text-transform: none;
  line-height: 40px;
  font-size: 24px;
  padding: 10px 0 10px 20px;
  font-weight: 400;
  text-align: left;
  border: none;
  background: #ecede4;
  letter-spacing: 0px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 40px;
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 40px;
    font-size: 26px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: 2px;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #000;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
  color: #4bae4f;
}
h2.login {
  font-size: 24px;
  line-height: 26px;
  border: none;
  padding-left: 0;
}
h4.alert-heading {
  background: none;
  padding: 0;
  border: none;
}
h5 {
  margin: 0 0 10px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: none;
  line-height: 28px;
  font-size: 18px;
}
h5 > a {
  color: #000;
}
h5 > a:hover {
  color: #4bae4f;
}
h2 {
  margin-bottom: 20px;
}
.blog-item_heading .article_title,
.article-view__blog .article_title {
  background: none;
  margin-bottom: 0px;
  color: #000;
  border: none;
  padding: 10px 70px 20px 0;
}
.article_title {
  padding-right: 75px;
}
a {
  color: #4bae4f;
  outline: none!important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
/* 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: #f6f6f3;
  font: 300 13px/22px 'Oswald', sans-serif;
  color: #56534e;
}
.boxed-layout {
  position: relative;
  z-index: 2;
}
#wrapper.z-index {
  position: relative;
  z-index: 3;
}
.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; */
}
#footer {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
  border: none;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 18px 13px;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  outline: none!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn,
  .button,
  .slideshowck .btn,
  .slideshowck .btn:hover,
  .btn.disabled {
    font-size: 12px;
  }
}
.btn-default {
  background: #000;
  color: #fff;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #4bae4f;
  color: #fff;
}
.btn-primary {
  background: #4bae4f;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #8ac249;
  color: #fff;
}
.search-view {
  padding-bottom: 30px;
}
#searchForm .search-form_section {
  padding-top: 20px;
}
#searchForm #search-searchword {
  margin-right: 10px;
  height: 40px;
}
#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 .listing__grid {
  margin: 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)
=========================================================*/
/* Top
========================================================*/
.top-row {
  background: #4bae4f;
  padding: 10px 0px 30px;
  width: 100%;
  z-index: 51;
  position: relative;
  margin-bottom: 0;
  min-height: 60px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-row .top {
    padding-top: 0px;
  }
}
.top-row .mod_socialmedialinks {
  float: right;
  margin: 24px 0 24px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-row .mod_socialmedialinks {
    float: none;
    display: table;
    text-align: center;
    width: auto;
    margin: 0 auto 20px;
  }
}
.top-row .mod_socialmedialinks .smile {
  overflow: hidden;
  width: auto;
  text-align: right;
  margin: 0 -10px;
}
.top-row .mod_socialmedialinks .smile > div {
  float: left;
  margin: 0 10px;
  line-height: 20px;
  font-size: 15px;
}
.top-row .mod_socialmedialinks .smile > div a {
  margin: 0;
  display: inline-block;
  color: #3f3f3f;
}
.top-row .mod_socialmedialinks .smile > div a img {
  display: none;
}
.top-row .mod_socialmedialinks .smile > div a span {
  display: none;
}
.top-row .mod_socialmedialinks .smile > div a:hover {
  color: #4bae4f;
}
.top-row .mod_custom {
  float: left;
  text-align: left;
  color: #17a6f5;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-row .mod_custom {
    float: none;
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
.top-row .mod_custom i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
.top-row .mod_custom a {
  font-size: 23px;
  color: #fff;
}
.top-row .mod_custom a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .top *[class^="col-"] {
    width: 100%;
    float: none;
  }
  .mod-currency-selector {
    text-align: center;
  }
}
/*Top menu*/
.tvtma-megamnu {
  width: auto;
  float: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tvtma-megamnu {
    float: none;
    padding: 10px 0 10px 0;
  }
}
.moduletable__top-menu {
  padding: 0 0 0 0;
  float: right;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: auto;
  height: 20px;
  text-align: right;
  position: relative;
  z-index: 11;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu {
    padding: 0 0 0 0;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu {
    float: none;
    padding: 20px 0 10px 0;
    margin: 0px auto;
    text-align: center;
    height: auto;
    width: auto;
    overflow: hidden;
  }
}
.moduletable__top-menu.nav-hover i.Material Design Icons-user157 {
  color: #303030;
}
.moduletable__top-menu.nav-hover ul {
  opacity: 1;
  visibility: visible;
}
.moduletable__top-menu i.Material Design Icons-user157 {
  font-size: 28px;
  line-height: 32px;
  color: #4bae4f;
  cursor: pointer;
  display: inline-block !important;
  visibility: visible!important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.moduletable__top-menu ul {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.moduletable__top-menu ul .active a {
  color: #f60606;
}
.moduletable__top-menu ul li {
  margin: 0 0 0 10px;
  padding: 0px 0px 0px 10px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Oswald', sans-serif;
  float: left;
  display: block;
  text-align: left;
  border-left: 1px solid #d9d9d9;
}
.moduletable__top-menu ul li a {
  padding: 0;
  line-height: 24px;
  font-weight: 40;
  color: #777;
  display: inline-block;
}
.moduletable__top-menu ul li a:hover {
  color: #f60606;
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu ul li {
    padding: 0px 15px 0px 17px;
    font-size: 13px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    padding: 0 12px 0 12px;
    float: none;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
  }
}
.moduletable__top-menu ul li.first-child {
  padding-left: 0;
  background: none;
  border-left: none;
}
.moduletable__top-menu ul li.first-child a:before {
  color: #272727;
  font-style: normal;
  content: "\f007";
  font-size: 15px;
  line-height: 20px;
  font-family: FontAwesome;
  position: relative;
  left: 0px;
  margin-right: 10px;
  display: none;
}
.moduletable__top-menu ul li.last-child a:before {
  color: #272727;
  font-style: normal;
  content: "\f13e";
  font-size: 15px;
  line-height: 20px;
  font-family: FontAwesome;
  position: relative;
  left: 0;
  margin-right: 10px;
  display: none;
}
.moduletable__top-menu2 {
  padding: 0px 0px 0 0;
  float: right;
  width: 50px;
  height: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu2 {
    padding: 80px 50px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu2 {
    padding: 50px 20px 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 {
    float: none;
    padding: 10px 0 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
  }
}
.moduletable__top-menu2 ul .active a {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul .active a {
    background: #ccc;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li.first-child {
    border: none;
  }
}
.moduletable__top-menu2 ul li {
  margin: 0;
  padding: 0 0 0 24px;
  text-transform: uppercase;
  font-size: 21px;
  font-family: 'Oswald', sans-serif;
  float: left;
  display: block;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu2 ul li {
    padding: 0 0 0 18px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu2 ul li {
    padding: 0 0 0 14px;
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li {
    float: none;
    display: inline-block;
    padding: 0 1px 0 1px;
    font-size: 16px;
  }
}
.moduletable__top-menu2 ul li a {
  padding: 0px 0px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li a {
    padding: 5px 10px;
  }
}
.moduletable__top-menu2 ul li a:hover {
  color: #000;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu2 ul li a:hover {
    background: #ccc;
  }
}
/* Header
========================================================*/
.header-row {
  padding: 0px 0 0px 0;
  
  width: 100%;
  z-index: 4;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row {
    height: auto;
    padding: 0px 0 0px 0;
    position: relative!important;
    height: auto!important;
  }
}
.header-row .header {
  padding: 19px 30px 4px 20px;
  z-index: 1111;
  background: #8ac249;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .header {
    padding: 19px 10px 4px 10px;
  }
  .header-row .header .container .row > div {
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .header {
    padding: 0px 0px 0px 0px;
    position: relative;
  }
}
.header-row .header:after {
  background: url(../images/header-shadow.png) left top no-repeat;
  background-size: 100% 100%;
  content: " ";
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.header-row .container {
  position: relative;
}
.header-row .container .row > div {
  position: static;
}
.header-row .mod_custom {
  text-align: left;
  font-size: 23px;
  line-height: 36px;
  color: #a0bb33;
  font-weight: bold;
  text-transform: none;
  padding: 21px 20px 11px 0;
  margin: 0;
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom {
    font-size: 20px;
    line-height: 22px;
    padding: 21px 10px 11px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom {
    font-size: 20px;
    line-height: 22px;
    padding: 21px 0px 11px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 0px;
    float: none;
  }
}
.header-row .mod_custom span {
  color: #333333;
  font-size: 13px;
  padding-right: 4px;
  font-weight: 400;
}
.header-row .mod_custom span:before {
  font-family: 'FontAwesome';
  content: "\f095";
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #765f4b;
  font-size: 25px;
  margin-right: 6px;
  margin-left: 6px;
  position: relative;
  top: 0px;
}
.header-row .mod_custom span.row1 {
  font-size: 17px;
  line-height: 40px;
  color: #777;
  padding-left: 0;
  font-weight: bold;
  display: block;
  margin-bottom: -6px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom span.row1 span {
    display: block;
  }
}
.header-row .mod_custom span.row1 strong {
  color: #0b5dba;
  font-size: 40px;
}
.header-row .mod_custom span.row1 i {
  font-size: 42px;
  padding-right: 4px;
}
.header-row .bg-mod {
  background: #d0d0d0;
  padding: 7px;
  min-width: 525px;
  float: right;
  border-radius: 3px 3px 0 0;
  margin-top: 5px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .bg-mod {
    float: none;
    min-width: 100%;
    padding: 10px 0;
    border-radius: 3px;
  }
}
.pseudoStickyBlock {
  display: none!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header {
    background: none;
  }
}
.header-b {
  text-align: right;
}
/* Site logo */
.logo-fleft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
  padding: 0 0 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-fleft {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo-fleft {
    float: none;
    padding: 10px;
    text-align: center;
    margin-top: 20px;
  }
}
.site-logo {
  text-align: left;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
  margin-left: 0px;
  position: relative;
  left: 0;
  top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-logo {
    margin: 0px 0 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    z-index: 111;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo {
    text-align: center;
    position: relative;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
    margin-left: 0;
  }
}
@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-height: 77px;
}
@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
========================================================*/
.wrapper {
  overflow: hidden;
}
.nav-bg {
  background: #000;
  height: 50px;
  margin-top: 25px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .nav-bg {
    background: none;
    height: auto;
    margin-top: 25px;
    margin-bottom: 0px;
  }
}
.navigation {
  margin: 0px 0 0;
  position: static!important;
  height: auto;
  background: none;
  padding: 0px 0px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    margin: 0px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navigation {
    margin: 0px 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation {
    padding: 0px 0 0 0;
    background: none;
    height: auto;
    margin: 0px 0 0 0;
    position: relative;
    z-index: 8;
    float: none;
  }
}
.navigation ul .fa {
  position: absolute;
  right: -4px;
  top: 8px;
  margin-top: 0;
}
.navigation ul ul .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.slicknav_menu {
  display: none;
  background: #f1f1f1;
}
.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: 1199px) {
  .mod_superfish_menu {
    padding-top: 0px;
  }
}
.isStuck {
  z-index: 999;
  top: 0;
}
.navigation.isStuck .megamenu-label {
  display: none;
}
/* Superfish menu */

.header-row.isStuck {
  width: 100%;
  left: 0;
  padding: 0px 0 0px 0;
  background: #8ac249;
  height: 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateZ(0);
  margin-top: 0;
}
.header-row.isStuck .site-logo_img{ max-height: 45px; margin-top: 2px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row.isStuck .container .row > div {
    position: inherit;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row.isStuck {
    height: auto;
    min-height: auto;
    position: relative!important;
    box-shadow: none;
    background: #fff;
  }
}
.header-row.isStuck .header {
  padding: 0 20px;
  height: 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row.isStuck .header {
    height: auto;
    min-height: auto;
    position: relative!important;
    box-shadow: none;
    padding: 0 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-row.isStuck .mod_virtuemart_cart_tm {
    margin-top: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row.isStuck .mod_virtuemart_cart_tm {
    margin-top: 3px;
    display: none;
  }
}
.header-row.isStuck .mod_virtuemart_cart_tm .cart_num a:before {
  font-size: 31px;
  top: 0;
}
.header-row.isStuck .mod_virtuemart_cart_tm #cart_list {
  top: 45px;
}
.header-row.isStuck .logo-fleft {
  padding: 0;
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-row.isStuck .logo-fleft {
    padding-top: 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row.isStuck .logo-fleft {
    padding-top: 6px;
  }
}
.header-row.isStuck .logo-fleft .site-logo_img {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-row.isStuck .logo-fleft .site-logo_img {
   
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row.isStuck .logo-fleft .site-logo_img {
   
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row.isStuck .logo-fleft .site-logo_img {
   
  }
}
.header-row.isStuck .tvtma-megamnu {
  margin-top: 10px;
  margin-left: 0px;
}
.header-row.isStuck #tvtma-megamnu {
  margin: 0 auto;
}
.header-row.isStuck #tvtma-megamnu .sf-menuW .first-child > a {
  border-radius: 0;
}
.header-row.isStuck #tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
  top: 50px;
}
.header-row.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > a span,
.header-row.isStuck #tvtma-megamnu .sf-menuW .item-menu.parent > span span {
  bottom: -26px;
}
.tvtma-megamnu {
  display: block;
  float: right;
  margin: 20px 0 25px 0;
  width: auto;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu {
    margin: 0px 0 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu {
    margin: 0px 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tvtma-megamnu {
    display: none;
  }
}
.tvtma-megamnu .sf-menuW {
  font-family: 'Oswald', sans-serif;
  float: none;
  margin: 0px -10px 0 0;
  background: none;
  padding: 0px 0 0 0;
  z-index: 111;
  text-align: left;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW {
    padding: 0;
  }
}
.tvtma-megamnu .sf-menuW .megamenu-label {
  position: absolute;
  left: 30%;
  top: -40px;
  z-index: 1111;
  font-size: 14px;
  line-height: 30px;
  padding: 0 10px;
  background: #f60606;
  color: #fff!important;
  letter-spacing: 0;
  text-transform: none;
}
.tvtma-megamnu .sf-menuW .megamenu-label:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #f60606 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
.tvtma-megamnu .sf-menuW .megamenu-label.color {
  background: #f60606;
}
.tvtma-megamnu .sf-menuW .megamenu-label.color:before {
  border-color: #f60606 transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green {
  background: #427051;
}
.tvtma-megamnu .sf-menuW .megamenu-label.green:before {
  border-color: #fe5252 transparent transparent transparent;
}
.tvtma-megamnu .sf-menuW .megamenu-label span {
  display: block!important;
}
.tvtma-megamnu .sf-menuW > li.item-menu:first-child {
  background: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu {
  border: none;
  text-transform: capitalize;
  z-index: 4;
  margin: 0 0px 0 0;
  padding: 0 24px 0 0px;
  float: left;
  position: relative;
  letter-spacing: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Oswald', sans-serif;
}
.tvtma-megamnu .sf-menuW > li.item-menu.parent > a,
.tvtma-megamnu .sf-menuW > li.item-menu.parent > span {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu.parent > a,
  .tvtma-megamnu .sf-menuW > li.item-menu.parent > span {
    margin-right: 10px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu > a,
.tvtma-megamnu .sf-menuW > li.item-menu > span {
  background: none;
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  -webkit-transition: color 1200ms ease-out;
  transition: color 1200ms ease-out;
  -webkit-transition: background 600ms ease-out;
  transition: background 600ms ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (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 > a i,
.tvtma-megamnu .sf-menuW > li.item-menu > span i {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 1200ms ease-out;
  transition: color 1200ms ease-out;
}
.tvtma-megamnu .sf-menuW > li.item-menu > a span,
.tvtma-megamnu .sf-menuW > li.item-menu > span span {
  display: none;
}
.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 {
  color: #feea3a;
  opacity: 1;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a i,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a i,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span i,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span i {
  color: #feea3a;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a span,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a span,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a span,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span span,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span span,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span span {
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a span,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span span {
  opacity: 1;
  visibility: visible;
}
.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: 50px;
  width: 220px;
  height: auto;
  padding: 20px;
  margin: 0 0 0 0px;
  list-style: none;
  background: #fff;
  border-radius: 0px;
  display: none;
  z-index: 1111;
}
.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:first-child > a {
  border-radius: 0px 0px 0 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu.last-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a {
  color: #888;
  padding: 0 0px;
  line-height: 34px;
  display: block;
  text-transform: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a:before {
  content: "\f105";
  font-size: 13px;
  line-height: 20px;
  font-family: FontAwesome;
  color: #3e3e3e;
  margin-right: 10px;
  position: relative;
  top: -1px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a:before {
    display: none;
  }
}
.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: #4bae4f;
  background: none;
}
.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: 215px;
  top: 0px;
  position: absolute;
  width: 220px;
  background: #fff;
  border-radius: 0px;
  margin-top: -20px;
  margin-left: -14px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.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:first-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.last-child > a {
  border-radius: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu {
  font-size: 14px;
  font-weight: 400;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > a {
  color: #888;
  padding: 0 0px;
  line-height: 34px;
  display: block;
  margin-bottom: 0;
  background: none;
  text-transform: 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: #4bae4f;
  background: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > .drop-menu {
    left: auto;
    right: 202px;
    background: #fff;
    border: 2px solid #dfdedd;
    z-index: 1;
    margin-top: -12px;
  }
}
.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: 100px;
  width: 1170px;
  padding: 30px 30px 30px;
  display: none;
  margin: 0 0px;
  border-radius: 0px;
  background: #ccdb38;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 940px;
    top: 50px;
    padding: 30px 30px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 720px;
    padding: 20px 20px 20px;
    top: 50px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
  font-size: 17px;
  line-height: 28px;
  font-weight: 900;
  border-top: none;
  position: static!important;
  margin-bottom: 0px;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
    font-size: 13px;
    line-height: 18px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 0 0px 0;
  background: none;
  text-transform: uppercase;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a:before {
  display: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a img {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a img {
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a img {
    width: 100%;
  }
}
.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: #8ac249;
  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;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  box-shadow: 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: none;
  line-height: 20px;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a {
  color: #fff;
  padding: 4px 0;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
  text-transform: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a:before {
    display: none;
  }
}
.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;
  padding-left: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .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 {
    padding-left: 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:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a:before,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a:before {
  color: #000;
}
.slicknav_menu .megamenu-label {
  display: none;
}
.slicknav_menu .modulewrap215,
.slicknav_menu .modulewrap218,
.slicknav_menu .modulewrap193 {
  font-size: 12px;
  line-height: 18px;
  color: #888;
  text-transform: none;
  padding: 5px 10px 10px 5px;
  background: #4c4c4c;
  margin-bottom: -1px;
  margin-left: -7px;
  width: auto;
  display: none;
}
.slicknav_menu .slicknav_item img {
  width: 100%;
  height: auto;
  display: none;
}
.modulewrap193 {
  width: 100%;
  clear: both;
  padding-top: 0px;
}
.modulewrap193 .banner_block {
  padding-top: 0px;
}
.modulewrap193 .banner_block ul {
  list-style: none;
  margin: 0 -63px -40px -55px;
  padding: 0;
  border: none;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modulewrap193 .banner_block ul {
    margin: 0 -28px -40px -28px;
  }
}
.modulewrap193 .banner_block ul li {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  width: 33%!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modulewrap193 .banner_block ul li {
    margin-bottom: 10px;
  }
}
.modulewrap193 .banner_block ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.modulewrap193 .banner_block ul li a {
  background: none;
  padding: 0;
}
.modulewrap193 .banner_block ul li a:hover img {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .slicknav_menu {
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mod_superfish_menu {
    display: none;
  }
  a.slicknav_btn {
    padding: 1em 0;
    font-size: 13px;
    color: #484848;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
  }
  .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
  }
  .slicknav_nav .slicknav_arrow:after {
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
    margin-top: -0.5em;
  }
  .slicknav_nav .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .slicknav_nav .slicknav_open .slicknav_arrow:after {
    content: "\f0d8";
  }
  .slicknav_nav .slicknav_open .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .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: #ccdb38;
  }
  .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: #ccdb38;
  }
  .slicknav_nav li:hover .arrowdown,
  .slicknav_nav li.sfHover .arrowdown,
  .slicknav_nav li.active .arrowdown,
  .slicknav_nav li.current .arrowdown {
    color: #ccdb38;
  }
  .slicknav_nav ul {
    padding: 0px 0 0 0.5em!important;
    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
========================================================*/
.content-box {
  padding: 0 0 0 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content-box {
    padding: 0px 0 0px 0;
  }
}
.showcase-row {
  padding: 0px 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;
  }
}
/* custom-html */
/* Slideshow CK */
.showcase {
  position: relative;
  margin: -1px 0 0 0;
  height: 100%;
}
.showcase .mod_bannersblock {
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 11;
  height: 100%;
}
@media (min-width: 320px) and (max-width: 1485px) {
  .showcase .mod_bannersblock {
    display: none;
  }
}
.showcase .mod_bannersblock ul {
  margin: 0;
  list-style: none;
  padding-bottom: 0;
}
.showcase .mod_bannersblock ul li {
  width: 370px!important;
}
.showcase .mod_bannersblock ul li a {
  display: block;
}
.showcase .mod_bannersblock ul li a .caption {
  width: 100%;
  background: #02b1e1;
  text-align: center;
  display: block;
  padding: 0 0 20px 0;
  text-transform: uppercase;
  position: relative;
  margin: -30px 0 0 0;
}
.showcase .mod_bannersblock ul li a .caption .txt1 {
  display: block;
  font-size: 45px;
  line-height: 46px;
  color: #fff587;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
  top: -40px;
}
.showcase .mod_bannersblock ul li a .caption .txt1:before {
  content: "  ";
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: -40px;
  margin-left: -80px;
  border-radius: 160px;
  display: block;
  background: #02b1e1;
  z-index: -1;
}
.showcase .mod_bannersblock ul li a .caption .txt2 {
  display: block;
  font-size: 34px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 16px;
  position: relative;
  z-index: 2;
}
.showcase .mod_bannersblock ul li a .caption .txt3 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #fff587;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  position: relative;
  z-index: 2;
}
.mod_slideshowck {
  margin-bottom: 30px;
  position: relative;
  border-radius: 0px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck {
    width: 100%;
    height: auto;
    padding-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck {
    display: none;
  }
}
.mod_slideshowck .module_content {
  float: none;
  width: 100%;
  position: relative;
}
.mod_slideshowck .camera_target_content {
  overflow: inherit;
}
.mod_slideshowck .slideshowck {
  margin-bottom: 0px !important;
}
.mod_slideshowck .camera_caption > div {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 99%;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  display: inline-block;
  vertical-align: middle;
  width: 99%;
  line-height: 0;
  font-size: 0;
}
.mod_slideshowck .camera_caption .auxiliary {
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}
.mod_slideshowck .camera_caption {
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption {
    top: 0;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .mod_slideshowck .camera_caption {
    display: none!important;
  }
}
.mod_slideshowck .camera_caption > div {
  background: none;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  padding: 0;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  padding: 0px 0px 0;
  float: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    padding: 0px 0px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    padding: 0 0px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    padding: 0px 0px 0;
  }
}
.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3,
.mod_slideshowck .camera_caption .txt4 {
  text-transform: none;
  display: block;
  text-align: left;
}
.mod_slideshowck .camera_caption .txt1 {
  font-size: 45px;
  line-height: 45px;
  color: #696b67;
  padding: 0px 0px 0px 90px;
  font-weight: 400;
  display: block;
  text-transform: none;
  letter-spacing: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 70px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt1 {
    font-size: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 50px;
  }
}
.mod_slideshowck .camera_caption .txt2 {
  font-size: 56px;
  line-height: 66px;
  color: #4bae4f;
  padding: 0px 0px 0px 90px;
  font-weight: 400;
  display: block;
  text-transform: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 36px;
    line-height: 36px;
    padding: 0px 0px 0px 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt2 {
    font-size: 25px;
    line-height: 25px;
    padding: 0px 0px 0px 50px;
  }
}
.mod_slideshowck .camera_caption .txt3 {
  font-size: 20px;
  line-height: 30px;
  color: #696b67;
  padding: 0px 0px 0px 100px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt3 {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 0px 0px 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt3 {
    font-size: 12px;
    line-height: 12px;    
    padding: 0px 0px 0px 50px;
  }
}
.mod_slideshowck .cameraContent:hover .txt3 span {
  background: #333;
  color: #fff;
}
.mod_slideshowck .camera_caption .txt4 {
  font-size: 16px;
  line-height: 20px;
  color: #696b67;
  padding: 0px 0px 0px 100px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt4 {
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px 0px 50px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt4 {
    font-size: 10px;
    line-height: 10px;    
    padding: 0px 0px 0px 50px;
  }
}
.mod_slideshowck .cameraContent:hover .txt4 span {
  background: #333;
  color: #fff;
}
.mod_slideshowck .camera_wrap .camera_pag {
  width: 100%;
  margin: 0 auto;
  position: relative;
  position: absolute;
  left: 0;
  bottom: -40px;
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_slideshowck .camera_wrap .camera_pag {
    width: 100%;
  }
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul {
  position: relative;
  left: 0px;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 111;
  text-align: center;
  background: #fff;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li {
  background: #2d2d2d;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: none;
  margin: 0 3px 0 3px;
  color: #fff;
  font-size: 0px;
  line-height: 10px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-indent: 0px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 0px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0 20px 0 20px;
  }
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li:hover,
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #dddddd;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li span {
  text-indent: 0px;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  display: none;
  margin: 0 auto;
}
.mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul li span span {
  text-indent: 0px;
  display: none;
}
.mod_slideshowck .camera_prev,
.mod_slideshowck .camera_next,
.mod_slideshowck .camera_commands {
  cursor: pointer;
  height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 2;
  text-align: center;
}
.mod_slideshowck .camera_commands {
  display: none;
}
.mod_slideshowck .camera_prev {
  left: 5px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_prev {
    left: 0px;
  }
}
.mod_slideshowck .camera_prev > span {
  background: none;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_prev > span:before {
  font-family: 'Material Design Icons';
  content: "\f04d";
  font-size: 27px;
  line-height: 60px;
  color: #e5e5e5;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_prev > span:hover {
  background: none;
}
.mod_slideshowck .camera_prev > span:hover:before {
  color: #4bae4f;
}
.mod_slideshowck .camera_next {
  right: 5px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_next {
    right: 0px;
  }
}
.mod_slideshowck .camera_next > span {
  background: none;
  display: block;
  height: 60px;
  width: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_next > span:before {
  font-family: 'Material Design Icons';
  content: "\f054";
  font-size: 27px;
  line-height: 60px;
  color: #e5e5e5;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_next > span:hover {
  background: none;
}
.mod_slideshowck .camera_next > span:hover:before {
  color: #4bae4f;
}
/* 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;
}
#publishing input {
  margin-bottom: 10px;
}
.icons {
  position: absolute;
  right: 5px;
  top: 14px;
  width: 100px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.icons li,
.icons > a {
  list-style: none;
  padding: 3px;
  display: inline;
  font-size: 0;
  line-height: 0;
}
.icons li i,
.icons > a i {
  line-height: 20px;
  font-size: 16px;
}
.icons li i.fa-pencil-square-o {
  top: 1px;
  position: relative;
}
/* 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 {
  overflow: hidden;
}
.top-content {
  padding: 50px 0;
  position: relative;
  z-index: 1111;
  height: auto;
}
.main-row {
  padding: 30px 0 30px;
  position: relative;
  z-index: 2;
  background: #f6f6f3;
}
.productdetails .main-row {
  padding-bottom: 20px;
}
.productdetails .col-md-8 {
  margin-bottom: 0;
}
.prod-row {
  padding: 0px 0 0px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.prod-row .mod_custom {
  padding-bottom: 40px;
}
.prod-row .mod_custom h2 {
  font-size: 40px;
  line-height: 40px;
  padding: 10px 0 0 0;
  border: none;
  background: none;
}
.prod-row .mod_custom h2 span {
  color: #0b5dba;
  font-weight: 400;
}
/* aside
========================================================*/
.aside .moduletable {
  margin-bottom: 30px;
  background: none;
}
.aside .moduletable .module_content {
  padding: 0px 0;
}
.aside .module_header {
  padding: 0;
  margin: 0px;
}
.aside .item_name {
  font-size: 15px;
  line-height: 18px;
}
.aside__left {
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left {
    margin-bottom: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left {
    margin-bottom: 0px;
  }
}
.aside__left .mod_custom a {
  background: #f44336;
  display: block;
  min-height: 200px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.aside__left .mod_custom a .txt1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 58px;
  padding-top: 50px;
  display: inline-block;
}
.aside__left .mod_custom a .txt1 span {
  font-size: 34px;
  line-height: 40px;
  display: block;
}
.aside__left .mod_custom a:hover {
  background: #303030;
}
/* bottom
========================================================*/
.bottom-row {
  background: #1b1b1b;
  padding: 20px 0;
}
.bottom-row .module_title {
  margin: 0;
}
.footer-row {
  position: relative;
  background: #4bae4f;
  overflow: hidden;
  padding: 50px 0 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row {
    padding: 26px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row {
    padding-top: 20px;
    padding-bottom: 0px;
  }
}
.footer-row .border {
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .border {
    border: none!important;
  }
}
.footer-row .border .item4 {
  margin-left: 0px;
}
.footer-row .border .item4 .mod_socialmedialinks .module_title {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 3px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_bt_facebooklikebox {
    margin-left: 0px;
  }
}
.footer-row .moduletable {
  overflow: hidden;
  border-radius: 0px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .moduletable {
    padding: 0 0px 0 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .moduletable {
    padding: 0 0px 0 0px;
  }
}
.footer-row .mod_6map .mod6map {
  width: 100%!important;
}
.footer-row .container {
  position: relative;
  z-index: 2;
}
.footer-row h3.module_title {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0px;
  text-align: left;
  padding: 0px;
  background: none;
  text-transform: none;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row h3.module_title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row h3.module_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 0px 0 0px 0;
  }
}
.footer-row h3.module_title span {
  padding: 0;
  margin: 0;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_menu .foot-nav {
    padding: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_menu {
    padding-left: 0px;
    padding-top: 0px;
  }
}
.footer-row .mod_menu .list li a {
  color: #b2f0b5;
}
.footer-row .mod_menu .list li a:hover {
  color: #feea3a;
}
.footer-row .mod_menu li.active a {
  color: #feea3a;
}
.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 .relative {
  position: relative;
}
.footer-row .mod_custom {
  font-size: 12px;
  line-height: 20px;
  color: #888;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom {
    margin-bottom: 30px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom {
    margin-bottom: 30px;
  }
}
.footer-row .mod_custom img {
  width: auto;
  height: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom img {
    width: auto;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .mod_custom {
    padding: 0px 0 0px;
  }
}
.footer-row .mod_custom p {
  color: #b9f5bc;
  padding: 20px 100px 20px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-row .mod_custom p {
    padding: 20px 0px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom p {
    padding: 20px 0px 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-row .mod_custom p {
    padding: 20px 0px 20px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom p {
    padding: 20px 0px 20px 0;
  }
}
.footer-row .mod_custom .social a {
  color: #b9f5bc;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.footer-row .mod_custom .social a:hover {
  color: #feea3a;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .social {
    margin-bottom: 30px!important;
  }
}
.footer-row .mod_custom .txt1 {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8d8d8d;
  padding-top: 7px;
  font-weight: 300;
  text-transform: none;
  padding: 0px;
  overflow: hidden;
  text-align: left;
}
.footer-row .mod_custom .txt1 span {
  font-size: 18px;
  color: #4bae4f;
  padding-right: 20px;
  float: left;
}
.footer-row .mod_custom .txt1 strong {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt1 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt1 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt1 i {
  font-size: 34px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 5px;
}
.footer-row .mod_custom .txt2 {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #8d8d8d;
  padding-top: 0px;
  font-weight: 300;
  text-transform: none;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 12px;
  overflow: hidden;
}
.footer-row .mod_custom .txt2 span {
  font-size: 18px;
  color: #4bae4f;
  padding-right: 20px;
  float: left;
}
.footer-row .mod_custom .txt2 strong {
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt2 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt2 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt2 i {
  font-size: 42px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 7px;
}
.footer-row .mod_custom .txt3 {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #888;
  padding-top: 0px;
  font-weight: 400;
  text-transform: none;
  padding-right: 30px;
  padding-bottom: 7px;
  padding-top: 7px;
  overflow: hidden;
}
.footer-row .mod_custom .txt3 span {
  font-size: 18px;
  color: #4bae4f;
  padding-right: 20px;
  float: left;
}
.footer-row .mod_custom .txt3 a {
  color: #888;
}
.footer-row .mod_custom .txt3 a:hover {
  color: #4bae4f;
}
.footer-row .mod_custom .txt3 strong {
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_custom .txt3 strong {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-row .mod_custom .txt3 strong {
    display: block;
    padding-top: 10px;
  }
}
.footer-row .mod_custom .txt3 i {
  font-size: 22px;
  color: #4c4c4c;
  padding-right: 18px;
  position: relative;
  top: 0px;
}
.footer-row div.smile div {
  padding-bottom: 10px;
  float: left;
  padding-right: 20px;
}
.footer-row div.smile a {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  margin: 0!important;
  text-transform: uppercase;
}
.footer-row div.smile a span {
  display: none;
}
.footer-row div.smile a i {
  display: inline-block;
  width: auto;
  line-height: 24px;
  text-align: center;
  color: #f08383;
  font-size: 24px;
  border-radius: 53px;
  margin-right: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.footer-row div.smile a:hover {
  color: #fff;
}
.footer-row div.smile a:hover i {
  color: #fff;
}
.footer-row div.smile a img {
  display: none;
}
.footer-row .moduletable__facebook {
  padding: 0;
  color: #383838;
  border-radius: 6px;
}
.footer-row .moduletable___store {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .moduletable___store {
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row .moduletable___store {
    float: none;
  }
}
.footer-row .custom_store span {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #6f5f5f;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.footer-row .custom_store span em {
  display: inline-block;
  font-size: 17px;
  line-height: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #2589f9;
  padding-right: 4px;
}
.footer-row .custom_store .row-txt1 {
  padding-right: 20px;
  max-width: 270px;
}
.footer-row .custom_store .row-txt2 {
  font-weight: 400;
  font-size: 18px;
  color: #a68d75;
}
.footer-row .custom_store .row-txt4 a {
  color: #777;
  text-decoration: underline;
}
.footer-row .custom_store .row-txt4 a:hover {
  text-decoration: none;
  color: #2589f9;
}
.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
========================================================*/
.footer-row {
  overflow: hidden;
}
.footer {
  padding-top: 0px;
  margin-bottom: 0px;
}
.footer .moduletable {
  margin-bottom: 0px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer .moduletable {
    margin-bottom: 30px;
  }
}
.footer.footer_additional {
  padding-top: 0;
}
/* copyright
========================================================*/
.copyright-row {
  padding: 0px 0 0px;
  position: relative;
  text-align: left;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright-row {
    padding: 30px 0 0px;
  }
}
.copyright-row .mod6map {
  width: 100%!important;
}
.copyright {
  color: #b9f5bc;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  overflow: hidden;
  display: block;
  margin: 0;
  width: auto;
  font-weight: 400;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright {
    padding: 20px 0 40px;
  }
}
.copyright .mod_footer,
.copyright .mod_menu {
  float: left;
  width: auto;
}
.copyright a {
  color: #b9f5bc;
  font-weight: 400;
}
.copyright a:hover {
  color: #feea3a;
}
.copyright .active a {
  color: #feea3a;
}
.copyright .moduletable__social {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright .moduletable__social {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright .moduletable__social {
    float: none;
    width: 100%;
    clear: both;
  }
}
.copyright .moduletable__social .smile {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .copyright .moduletable__social .smile {
    margin-top: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .copyright .moduletable__social .smile {
    margin-top: 30px;
  }
}
.copyright .moduletable__social .smile a {
  float: left;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #dadada;
  width: 38px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #3f3f3f;
  border-radius: 38px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
}
.copyright .moduletable__social .smile a:hover {
  background: #3f3f3f;
  border: 1px solid #3f3f3f;
  color: #fff;
}
.copyright .moduletable__social .smile a span {
  display: 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_moduleletter {
  margin-bottom: 30px;
}
.acymailing_moduleletter form {
  overflow: hidden;
}
.acymailing_form {
  position: relative;
  width: 100%;
}
.acymailing_form .subbutton {
  position: relative;
  right: 0;
  top: 0;
  float: left;
}
.acymailing_form .fieldacyemail {
  float: none;
  margin: 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: none;
  margin-bottom: 0;
  text-align: center;
  padding-top: 0px;
  position: absolute;
  right: 6px;
  top: 2px;
}
.acymailing_form .acysubbuttons .subbutton {
  height: 17px;
  width: 17px;
  font-size: 19px;
  line-height: 19px;
  padding: 0 0;
  background: none;
  display: inline-block;
  width: auto;
  color: #fff;
  font-weight: 400;
  float: none;
}
.acymailing_form .acysubbuttons .subbutton span {
  display: block;
  height: 17px;
  width: 17px;
  text-align: center;
}
.acymailing_form .acysubbuttons .subbutton span:before {
  font-style: normal;
  content: "\f18e";
  font-family: FontAwesome;
}
.acymailing_form .acysubbuttons .subbutton span span {
  display: none;
}
.acymailing_form .acysubbuttons .subbutton:hover {
  background: #000;
  color: #777;
}
.acymailing_form .inputbox {
  background: none;
  border: none;
  color: #fff;
  padding: 10px 10px 10px;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  color: #8d8d8d;
  height: 32px;
  margin-bottom: 0px;
  width: 100%;
  border: 1px solid #383838;
}
@media (min-width: 480px) and (max-width: 767px) {
  .acymailing_form .inputbox {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .acymailing_form .inputbox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .acymailing_form {
    width: 100%;
  }
}
/* acymailing */
div.footer-row .mod_acymailing {
  background: nonee;
  padding: 0 70px 0 0;
}
div.footer-row .mod_acymailing .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}
div.footer-row .mod_acymailing .module_content .acymailing_introtext {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  padding-bottom: 15px!important;
}
div.footer-row .mod_acymailing .module_content .acymailing_introtext span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #427051;
  padding-bottom: 20px;
}
/* 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 #d23b41 !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;
  font-size: 20px;
}
/*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: 12px;
}
.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: 1199px) {
  .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_form .invalid {
  border-color: #a94442;
}
.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: 992px) and (max-width: 1199px) {
  #scrollUp {
    right: 5px;
  }
}
@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: #4a4741;
  font-weight: 300;
}
.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 .parallax-joom {
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .parallax-joom {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}
#parallax-top-un {
  background: #765f4b;
  padding: 120px 0;
  min-height: 580px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un {
    padding: 100px 0;
    min-height: 380px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un {
    padding: 60px 0;
    min-height: 380px;
  }
}
#parallax-top-un .container {
  position: relative;
}
#parallax-top-un .mod_custom {
  width: 600px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .mod_custom {
    width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un .mod_custom {
    width: 500px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom {
    width: 100%;
  }
}
#parallax-top-un .mod_custom img {
  position: absolute;
  right: -50px;
  top: -60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .mod_custom img {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un .mod_custom img {
    width: 40%;
    opacity: 0.8;
    top: 60px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom img {
    opacity: 0.1;
  }
}
#parallax-top-un .mod_custom .txt1 {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 300;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 {
    font-size: 54px;
    line-height: 60px;
  }
}
#parallax-top-un .mod_custom .txt2 {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  display: block;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
#parallax-top-un .mod_custom .txt3 {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  border-bottom: 2px solid #fff;
  position: relative;
  z-index: 1;
}
#parallax-top-un .mod_custom .txt3 a {
  color: #fff;
}
#parallax-top-un .mod_custom .txt3:hover {
  border: none;
  padding-bottom: 2px;
}
#parallax-top-un .mod_custom .txt3:hover a {
  color: #000;
}
.featured-view {
  text-align: center;
}
.featured-view .listing-item {
  padding-bottom: 50px;
  position: relative;
  font: normal 15px/28px 'Oswald', 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: 0px 0 0;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner {
    margin-bottom: 20px;
  }
}
#galerific-banner .mod_custom {
  padding-top: 42px;
  padding-bottom: 40px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
#galerific-banner .mod_custom .module_title {
  font-size: 38px;
}
#galerific-banner .mod_custom .banner-block {
  overflow: hidden;
  width: 100%;
}
#galerific-banner .mod_custom .banner-block a {
  display: block;
  text-decoration: none;
}
#galerific-banner .mod_custom .banner-block a img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner .mod_custom .banner-block a:hover img {
  opacity: 0.7;
}
#galerific-banner .mod_custom .banner-block .block-absolute {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#galerific-banner .mod_custom .banner-block .block-absolute img {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .block-absolute img {
    width: 100%;
    height: auto;
  }
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text {
  position: absolute;
  left: 0;
  bottom: -70px;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt1 {
  font-size: 14px;
  line-height: 28px;
  line-height: 30px;
  display: block;
  padding-left: 20px;
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt2 {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Oswald', serif;
  display: block;
  padding-bottom: 14px;
  padding-left: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt2 {
    font-size: 20px;
    line-height: 28px;
  }
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt3 {
  display: block;
  padding-bottom: 20px;
  padding-left: 20px;
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt3 a {
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 900;
  padding: 9px 15px;
  color: #fff;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner .mod_custom .banner-block .block-absolute .box-text .txt3 a:hover {
  color: #000;
  background: #fff;
}
#galerific-banner .mod_custom .banner-block .block-absolute:hover img {
  opacity: 0.7;
}
#galerific-banner .mod_custom .banner-block .block-absolute:hover .box-text {
  bottom: 0;
}
#galerific-banner .mod_custom .banner-block .col-1 {
  float: left;
  width: 570px;
  margin-right: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-1 {
    width: 450px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-1 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .banner-block .col-1 .row-1 {
  margin-bottom: 30px;
  overflow: hidden;
}
#galerific-banner .mod_custom .banner-block .col-1 .row-2 {
  margin: 0 -15px -30px -15px;
}
#galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-1 {
  float: left;
  margin: 0 15px;
  width: 170px;
}
#galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-1 img {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-1 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-2 {
  float: left;
  margin: 0 15px;
  width: 370px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-2 {
    width: 250px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-1 .row-2 .col-1-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 {
  float: left;
  width: 570px;
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-2 {
    width: 450px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 .row-1 {
  overflow: hidden;
  margin: 0 -15px 30px -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-1 {
    margin: 0 -15px 0px -15px;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 .row-1 .col-2-1 {
  float: left;
  margin: 0 15px;
  width: 270px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-1 .col-2-1 {
    width: 210px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-1 .col-2-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 .row-2 {
  overflow: hidden;
  margin: 0 -15px 0px -15px;
  padding-bottom: 0px;
}
#galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-2 {
  float: left;
  margin: 0 15px;
  width: 370px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-2 {
    width: 250px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-2 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-2 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-3 {
  float: left;
  margin: 0 15px;
  width: 170px;
}
#galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-3 img {
  margin-bottom: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-2 .col-2-3 {
    width: 100%;
  }
}
#galerific-banner .mod_custom .banner-block .col-2 .row-3 {
  overflow: hidden;
  margin: 0 -15px;
}
#galerific-banner .mod_custom .banner-block .col-2 .row-3 .col-2-1 {
  float: left;
  margin: 0 15px;
  width: 270px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-3 .col-2-1 {
    width: 210px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-3 .col-2-1 {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_custom .banner-block .col-2 .row-3 .col-2-1 {
    width: 100%;
    margin-bottom: 30px;
  }
}
#galerific-banner .mod_bannersblock ul {
  padding: 0;
  margin: 0 -15px 0px;
  list-style: none;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul {
    margin: 0 0px 0px;
  }
}
#galerific-banner .mod_bannersblock ul li {
  position: relative;
  margin: 0;
  padding: 0 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul li {
    width: 100%!important;
    margin-bottom: 10px;
    padding: 0 0;
    min-height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li {
    width: 100%!important;
    margin-bottom: 20px;
    padding: 0 0;
    min-height: 200px;
  }
}
#galerific-banner .mod_bannersblock ul li.animated {
  animation-fill-mode: inherit;
}
#galerific-banner .mod_bannersblock ul li:before {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner .mod_bannersblock ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: right;
  height: 100%;
}
#galerific-banner .mod_bannersblock ul li a .banner_img {
  text-align: right;
  display: block;
}
#galerific-banner .mod_bannersblock ul li a .banner_img img {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li a .banner_img img {
    width: 100%;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption {
  /*bottom: 0;*/
  display: block;
  font-size: 0;
  left: 0;
  line-height: 0;
  /*position: absolute;*/
  width: 100%;
  text-align: center;
  background: #4bae4f;
  height: auto;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li a .caption {
    min-height: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption {
    min-height: 0px;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt1 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 13px 5px 15px 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 26px;
    min-height: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt1 span {
  font-size: 20px;
  line-height: 22px;
  display: block;
  color: #fff;
  float: none;
  position: relative;
  top: 0px;
}
#galerific-banner .mod_bannersblock ul li a .caption .txt2 {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt2 {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}
#galerific-banner .mod_bannersblock ul li a .caption .txt3 {
  font-size: 17px;
  line-height: 42px;
  color: #acabab;
  font-weight: 500;
  text-transform: uppercase;
  display: table-cell;
  width: 150px;
  height: 43px;
  background: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
    height: 33px;
    line-height: 16px;
    font-size: 12px;
  }
}
#galerific-banner .mod_bannersblock ul li:hover .caption .txt1 {
  background: #ccdb38;
}
#galerific-banner .mod_bannersblock ul li:hover img {
  opacity: 0.5!important;
}
#galerific-banner2 {
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner2 {
    padding: 20px 0 0;
  }
}
#galerific-banner2 ul {
  margin: 0 -15px;
  overflow: hidden;
  width: auto;
  list-style: none;
  padding: 0;
}
#galerific-banner2 ul li {
  float: left;
  padding: 0 15px;
  width: 570px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #galerific-banner2 ul li {
    width: 485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific-banner2 ul li {
    width: 375px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific-banner2 ul li {
    margin-bottom: 30px;
    width: 100%;
  }
}
#galerific-banner2 ul li .txt1 {
  font-size: 22px;
  line-height: 34px;
  color: #474747;
  text-transform: lowercase;
  display: block;
  padding-bottom: 30px;
}
#galerific-banner2 ul li .txt2 {
  font-size: 16px;
  line-height: 26px;
  color: #8c8c8c;
  text-transform: lowercase;
  display: block;
  padding-bottom: 25px;
}
#galerific-banner2 ul li .txt2 strong {
  color: #222;
  font-weight: 600;
  display: block;
}
#galerific-banner2 ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #313131;
  text-transform: lowercase;
  display: inline-block;
  border: 1px solid #b8b8b8;
  padding: 13px 24px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#galerific-banner2 ul li a:hover {
  background: #fff;
}
#sw_pinterest_display > span {
  display: block;
  width: auto!important;
  box-shadow: none!important;
  padding: 0!important;
  overflow: hidden;
  background: none!important;
}
#sw_pinterest_display > span > span:first-child {
  display: none!important;
}
#sw_pinterest_display > span > span {
  display: block;
  width: 218px!important;
  border-radius: 0;
}
#sw_pinterest_display > span > a {
  margin: 10px 10px 10px 10px!important;
  width: 90%!important;
}
.mod_bt_facebooklikebox .module_content {
  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 {
  position: relative;
  z-index: 3;
  background: #f6f6f6;
  overflow: hidden;
}
#parallax-top-un2 .stellar-block {
  padding: 0;
  background-color: #f6f6f6;
}
#parallax-top-un2 .mod_custom {
  padding: 80px 0;
  text-align: left;
  width: 100%;
  float: none;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .mod_custom {
    width: 100%;
  }
}
#parallax-top-un2 .line1 {
  text-align: center;
  color: #030103;
  font-size: 48px;
  line-height: 178px;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  background: #fff;
  margin-left: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
    float: none;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line1 {
    margin-left: 0px;
    float: none;
    margin: 0 auto;
  }
}
#parallax-top-un2 .line1 span {
  color: #0b5dba;
  font-weight: 400;
  display: block;
}
#parallax-top-un2 .line2 {
  color: #fff;
  font-size: 60px;
  line-height: 62px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 5px 0 0px 30px;
  float: left;
  width: 450px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un2 .line2 {
    font-size: 60px;
    line-height: 62px;
    width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line2 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    float: none;
    text-align: center;
    padding: 15px 0 0px 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line2 {
    font-size: 50px;
    line-height: 52px;
    width: auto;
    float: none;
    text-align: center;
    padding: 15px 0 0px 0px;
  }
}
#parallax-top-un2 .line3 {
  text-align: center;
}
#parallax-top-un2 .line3 a {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  background: #242424;
  border-radius: 3px;
  display: inline-block;
  padding: 18px 30px 19px;
  margin-top: 70px;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un2 .line3 a {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line3 a {
    margin: 0 auto;
    margin-top: 20px;
  }
}
#parallax-top-un2 .line3 a i {
  background: #427051;
  padding: 15px 20px 14px;
  font-size: 28px;
  border-radius: 3px;
  position: absolute;
  left: -55px;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un2 .line3 a i {
    margin: 0 auto;
    margin-top: 20px;
    display: none;
  }
}
#parallax-top-un2 .line3 a:hover {
  background: #427051;
}
#parallax-top-un2 .line3 a:hover i {
  background: #242424;
}
#custom-html {
  margin-top: 0;
  position: relative;
  z-index: 3;
  padding: 50px 0 50px 0;
  overflow: hidden;
  background: #ffffff url(../images/bg_blog.jpg) center top no-repeat fixed;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html {
    padding: 60px 0 40px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html {
    padding: 140px 0 30px 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html {
    padding: 180px 0 20px 0;
  }
}
#custom-html .mod_custom {
  padding-bottom: 0px;
  overflow: hidden;
}
#custom-html .mod_custom .custom-txt {
  width: 100%;
  overflow: hidden;
  margin-bottom: 70px;
  text-align: center;
}
#custom-html .mod_custom .custom-txt .txt1 {
  font-size: 200px;
  line-height: 202px;
  color: #2d2d2d;
  text-transform: none;
  font-weight: 900;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .mod_custom .custom-txt .txt1 {
    font-size: 100px;
    line-height: 102px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .mod_custom .custom-txt .txt1 {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #custom-html .mod_custom .custom-txt .txt1 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #custom-html .mod_custom .custom-txt .txt1 {
    font-size: 30px;
    line-height: 32px;
  }
}
#custom-html .mod_custom .custom-txt .txt2 {
  font-size: 20px;
  line-height: 30px;
  color: #2d2d2d;
  text-transform: none;
  font-weight: 900;
  display: block;
  letter-spacing: 10px;
  padding-top: 28px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #custom-html .mod_custom .custom-txt .txt2 {
    letter-spacing: 4px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #custom-html .mod_custom .custom-txt .txt2 {
    letter-spacing: 4px;
  }
}
#custom-html .mod_custom .custom-txt .txt3 {
  padding-top: 35px;
  display: block;
  text-align: center;
}
#custom-html .mod_custom .custom-txt .txt3 a {
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  padding: 16px 24px 17px;
  background: #d7d7d7;
  font-weight: 900;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#custom-html .mod_custom .custom-txt .txt3 a:hover {
  background: #2d2d2d;
}
#custom-html .mod_custom .custom-list ul {
  padding: 0;
  margin: 0 -15px;
  overflow: hidden;
  list-style-type: none;
  position: relative;
}
#custom-html .mod_custom .custom-list ul li {
  float: left;
  width: 370px;
  margin: 15px 15px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .mod_custom .custom-list ul li {
    width: 293px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .mod_custom .custom-list ul li {
    width: 220px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .mod_custom .custom-list ul li {
    width: 100%;
  }
}
#custom-html .mod_custom .custom-list ul li img {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#custom-html .mod_custom .custom-list ul li .box {
  bottom: 0;
  display: table-cell;
  font-size: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 99%;
  z-index: 1;
}
#custom-html .mod_custom .custom-list ul li .box .box-indent {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  width: 99%;
  text-align: center;
}
#custom-html .mod_custom .custom-list ul li .box .box-indent .txt1 {
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  padding: 0 30px;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .mod_custom .custom-list ul li .box .box-indent .txt1 {
    font-size: 26px;
    line-height: 32px;
  }
}
#custom-html .mod_custom .custom-list ul li .box .box-indent .txt2 {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  display: block;
  padding: 10px 30px;
  letter-spacing: 2px;
}
#custom-html .mod_custom .custom-list ul li .box .auxiliary {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#custom-html .mod_custom .custom-list ul li:hover img {
  opacity: 0.8;
}
#custom-html .newsflash {
  margin: 0 -15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash {
    margin: 0 0px;
  }
}
#custom-html .newsflash .readmore span {
  display: inline-block;
  line-height: 30px;
}
#custom-html .newsflash .readmore i {
  font-size: 25px;
  line-height: 30px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}
#custom-html .newsflash .wrap-column {
  float: left;
  width: 370px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  text-transform: none;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column {
    width: 293px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-bottom: 0px;
    margin-bottom: 30px;
  }
}
@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 .home-img {
  position: relative;
  margin: 0;
}
#custom-html .newsflash .wrap-column img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 10px;
  background: #fff;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column img {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column img {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    margin-right: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column img {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    margin-right: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #custom-html .newsflash .wrap-column img {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
}
#custom-html .newsflash .wrap-column .fleft {
  padding: 0;
  -webkit-transition: background 0.8s ease-in;
  transition: background 0.8s ease-in;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column .fleft {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column .fleft {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .fleft {
    padding: 0;
    width: 100%;
    float: none;
  }
}
#custom-html .newsflash .wrap-column .article_reate {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  padding: 0px 0px;
  position: relative;
  text-transform: none;
  display: block;
  font-family: 'Oswald', serif;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column .article_reate {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column .article_reate {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #custom-html .newsflash .wrap-column .article_reate {
    font-size: 14px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .article_reate {
    font-size: 18px;
  }
}
#custom-html .newsflash .wrap-column .article_reate .Material Design Icons-schedule2 {
  font-size: 21px;
  padding-right: 8px;
  position: relative;
  top: 2px;
}
#custom-html .newsflash .wrap-column .article_reate .date2 {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
}
#custom-html .newsflash .wrap-column .newsflash-title {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #3d3d3d;
  position: relative;
  padding: 0 0px 20px 0px;
  margin: 0;
  font-weight: 600;
  background: none;
  border: none;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    font-size: 14px;
    min-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .newsflash-title {
    font-size: 14px;
    line-height: 26px;
    min-height: 28px;
  }
}
#custom-html .newsflash .wrap-column .newsflash-title a {
  -webkit-transition: all 0.4ms ease-in;
  transition: all 0.4ms ease-in;
  color: #3d3d3d;
}
#custom-html .newsflash .wrap-column .newsflash-title a:hover {
  color: #4bae4f;
}
#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: 5px;
  font-size: 13px;
  line-height: 22px;
  color: #2589f9;
}
#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: #2589f9;
}
#custom-html .newsflash .wrap-column .content {
  display: block;
  -webkit-transition: all 0.4ms ease-in;
  transition: all 0.4ms ease-in;
}
#custom-html .newsflash .wrap-column .content p {
  margin-bottom: 0;
}
#custom-html .newsflash .wrap-column .readmore {
  margin-top: 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .readmore {
    visibility: visible;
    opacity: 1;
  }
}
.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;
}
.jcomments-links a {
  margin-right: 5px;
}
.customhtml_text {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
}
.customhtml_text .box {
  background: #fff;
  position: relative;
  padding: 20px 30px 30px;
  z-index: 1;
  border: 1px solid #ccc;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customhtml_text .box {
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .customhtml_text .box {
    margin-bottom: 30px;
  }
}
.customhtml_text .box img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  z-index: -1;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box img {
    right: -40px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box img {
    right: -40px;
  }
}
.customhtml_text .box h2 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 59px;
  line-height: 60px;
  font-weight: 400;
  background: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.customhtml_text .box .txt1 {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4bae4f;
  width: 70%;
  padding: 20px 0 10px 0;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box .txt1 {
    font-size: 16px;
    line-height: 22px;
    width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box .txt1 {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
  }
}
.customhtml_text .box p {
  color: #777;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 24px 0;
  width: 70%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box p {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    color: #000;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box p {
    font-size: 13px;
    line-height: 20px;
    width: 90%;
    color: #000;
  }
}
.customhtml_text .box a {
  padding: 15px 20px;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  background: #4bae4f;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.customhtml_text .box a:hover {
  background: #191919;
}
.customhtml_text .box2 {
  background: #f3f3f3;
  border: 1px solid #ccc;
  position: relative;
  padding: 20px 30px 30px;
  z-index: 1;
}
.customhtml_text .box2 h2 {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 59px;
  line-height: 60px;
  font-weight: 400;
  background: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box2 h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.customhtml_text .box2 .txt1 {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4bae4f;
  width: 100%;
  padding: 20px 0 10px 0;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .customhtml_text .box2 .txt1 {
    font-size: 18px;
    line-height: 24px;
    padding: 15px 0 10px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box2 .txt1 {
    font-size: 16px;
    line-height: 22px;
    width: 90%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box2 .txt1 {
    font-size: 14px;
    line-height: 20px;
    width: 90%;
  }
}
.customhtml_text .box2 p {
  color: #777;
  font-size: 15px;
  line-height: 25px;
  margin: 0 0 0px 0;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box2 p {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
    color: #000;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box2 p {
    font-size: 13px;
    line-height: 20px;
    width: 90%;
    color: #000;
  }
}
.customhtml_text .box2 .col-1 {
  float: left;
  width: 80px;
  margin-right: 30px;
}
.customhtml_text .box2 .col-1 i {
  background: #373737;
  width: 80px;
  height: 80px;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  border-radius: 80px;
  margin-top: 22px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box2 .col-1 {
    width: 100%;
    text-align: center;
  }
}
.customhtml_text .box2 .col-2 {
  float: left;
  width: 80%;
}
@media (min-width: 1200px) and (max-width: 1330px) {
  .customhtml_text .box2 .col-2 {
    width: 70%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .customhtml_text .box2 .col-2 {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .customhtml_text .box2 .col-2 {
    width: 100%;
  }
}
.customhtml_text .box2 .wrapper:hover i {
  background: #4bae4f;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#parallax-top-un3 {
  background: url(../images/parallax-slide1.jpg) center bottom no-repeat;
  background-size: cover;
  min-height: 760px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un3 {
    min-height: 580px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un3 {
    min-height: 360px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un3 {
    min-height: 360px;
  }
}
#parallax-top-un3 .mod_custom {
  padding: 190px 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un3 .mod_custom {
    padding: 120px 0 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un3 .mod_custom {
    padding: 100px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un3 .mod_custom {
    padding: 70px  0 30px;
  }
}
#parallax-top-un3 .mod_custom .line1 {
  font-size: 96px;
  line-height: 98px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-top-un3 .mod_custom .line1 {
    font-size: 76px;
    line-height: 78px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #parallax-top-un3 .mod_custom .line1 {
    font-size: 52px;
    line-height: 54px;
    padding-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #parallax-top-un3 .mod_custom .line1 {
    font-size: 42px;
    line-height: 44px;
    padding-bottom: 20px;
  }
}
#parallax-top-un3 .mod_custom .line2 {
  font-size: 46px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 480px) and (max-width: 767px) {
  #parallax-top-un3 .mod_custom .line2 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #parallax-top-un3 .mod_custom .line2 {
    font-size: 16px;
    line-height: 20px;
  }
}
#parallax-top-un3 .mod_custom .line3 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#parallax-top-un3 .mod_custom .line3 a {
  display: inline-block;
  width: 210px;
  color: #fff;
  border-radius: 0px;
  background: #4bae4f;
  padding: 20px 0 20px 0;
  margin-top: 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#parallax-top-un3 .mod_custom .line3 a:hover {
  background: #000;
  color: #fff;
}
#galerific2 {
  width: 100%;
  padding-bottom: 40px;
}
#galerific2 .listing__banners {
  padding: 0;
  margin: 0 8px 0 7px;
  list-style: none;
}
#galerific2 .listing__banners li {
  padding: 0 7px 0 8px;
}
#galerific2 .listing__banners li a {
  display: block;
  background: #4bae4f;
  text-align: center;
  padding: 40px 30px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#galerific2 .listing__banners li a .txt1 {
  display: block;
  font-size: 83px;
  line-height: 84px;
  color: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#galerific2 .listing__banners li a .txt2 {
  padding: 20px 0px;
  display: block;
  font-size: 34px;
  line-height: 38px;
  color: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#galerific2 .listing__banners li a .txt3 {
  padding: 0px 0px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#galerific2 .listing__banners li a:hover {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
}
#galerific2 .listing__banners li.item-1 a {
  background: #ffeb3b;
}
#galerific2 .listing__banners li.item-1 a .txt1,
#galerific2 .listing__banners li.item-1 a .txt2,
#galerific2 .listing__banners li.item-1 a .txt3 {
  color: #4bae4f;
}
#galerific2 .listing__banners li.item-3 a {
  background: #fff;
}
#galerific2 .listing__banners li.item-3 a .txt1,
#galerific2 .listing__banners li.item-3 a .txt2,
#galerific2 .listing__banners li.item-3 a .txt3 {
  color: #4bae4f;
}
@media (min-width: 768px) and (max-width: 991px) {
  #galerific2 .listing__banners li.item-3 {
    width: 100%!important;
    padding-top: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #galerific2 .listing__banners li {
    margin-bottom: 10px;
  }
}
/*======================= DOCUMENTATION =======================*/
#mod_table .module {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#mod_table .module:nth-child(even) {
  background: #fafafa;
}
#mod_table ul li {
  list-style: none;
}
.jmodedit {
  display: none!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jmodedit {
    display: none!important;
  }
}
.btn.jmodedit {
  display: none!important;
}

#carritoexpress table { width: 100%; }
#carritoexpress table thead tr th {padding: 20px 0;}