/* =================================================*/
/* 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
=========================================================*/

#product_image > img {
  width: auto !important;
      max-width: 100%;
}

#mailto-window {
  overflow: auto;
  max-height: 300px;
}
#print .close {
  display: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px!important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px!important;
  }
}
h1,
h2,
h3,
h4 {
  margin: 0 0 30px 0;
  font-family: 'Ubuntu', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 15px;
  padding: 13px 0 13px 20px;
  background: #f7f7f7;
  border-radius: 0px;
  font-weight: 500;
  text-align: left;
  border: 2px solid #e9e9e9;
}
@media (min-width: 320px) and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    margin: 0 0 20px 0;
  }
}
h1 > a,
h2 > a,
h3 > a,
h4 > a {
  color: #414141;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover {
  color: #427051;
}
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: 'Ubuntu', sans-serif;
  font-weight: 300;
  color: #000;
  text-transform: none;
  line-height: 28px;
  font-size: 18px;
}
h5 > a {
  color: #000;
}
h2 {
  margin-bottom: 20px;
}
.blog-item_heading .article_title,
.article-view .article_title {
  background: none;
  padding: 14px 70px 13px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  border: none;
}
a {
  color: #2798d4;
  outline: none!important;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #56534e;
}
a.price-list{color: #ED3F34}
/* 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: #fff;
  font: normal 13px/22px 'Ubuntu',sans-serif;
  color: #56534e;
}
.site-desc{display: none}
#wrapper.z-index {
  position: relative;
  z-index: 22;
}
.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;
}
.moduletable__social-info i{margin-right: 15px}
.moduletable__social-info .payments i{margin-right: 6px; font-size: 300%}
#overall .col-xs-12{width: 100% !important}

/* Buttons */
.btn,
.button,
.slideshowck .btn,
.slideshowck .btn:hover,
.btn.disabled {
  border-radius: 0;
  border: none;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 18px 10px;
  font-weight: 300;
  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: #191919 !important;
  color: #fff !important;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background: #2798d4;
  color: #fff;
}
.btn-primary {
  background: #2798d4;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background: #191919;
  color: #fff;
}
.search-view {
  padding-bottom: 30px;
}
#searchForm .search-form_section {
  padding-top: 20px;
}
#searchForm #search-searchword {
  margin-right: 10px;
  height: 50px;
}
#searchForm .btn-default {
  margin-top: 1px;
  margin-right: 5px;
}
#searchForm .search_intro {
  padding-top: 3px;
}
#searchForm .ordering {
  padding-top: 12px;
}
/* Tables */
table {
  font-size: 1em;
}
.aside .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: #fff;
  padding: 0px 0 0px;
  width: 100%;
  z-index: 5;
  position: relative;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-row {
    position: relative!important;
  }
}
.top-row .mod_custom {
  float: right;
}
.moduletable__contact-details.mod_custom
{
  float: none
}
@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 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*/

.moduletable__contact-details{   
    padding: 6px 0 4px 0px;
    font-size: 1.4em;
  }

.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: 0px 0px 0 15px;
  float: right;
  width: auto;
  border-right: 1px solid #e9e9e9;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__top-menu {
    padding: 0px 0 0px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__top-menu {
    padding: 0px 0 0px 15px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu {
    float: none;
    padding: 10px 0 10px 0;
    border-right: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul {
    text-align: center;
    margin: 0 auto;
    width: auto;
    display: table;
  }
}
.moduletable__top-menu ul .active a {
  color: #2798d4;
}
.moduletable__top-menu ul .first-child a:before {
  font-style: normal;
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 7px;
}
.moduletable__top-menu ul .last-child a:before {
  font-style: normal;
  content: "\f023";
  font-family: FontAwesome;
  margin-right: 7px;
}
.moduletable__top-menu ul li {
  margin: 0;
  padding: 0 15px 0 15px;
  text-transform: none;
  font-size: 13px;
  font-weight: 300;
  font-family: 'Ubuntu', sans-serif;
  border-left: 1px solid #e9e9e9;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    border-left: none;
  }
}
.moduletable__top-menu ul li a {
  padding: 0;
  line-height: 36px;
  font-weight: 400;
  color: #2798d4;
}
.moduletable__top-menu ul li a:hover {
  color: #050f12;
  background: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable__top-menu ul li {
    padding: 0 12px 0 12px;
  }
}
/* Header
========================================================*/
.header-row {
  padding:25px 0 22px;
  background: #fff;
  width: 100%;
  z-index: 4;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row {
    height: auto;
    padding-bottom: 0px;
  }
}
.header-row .header {
  padding: 0px 0 0px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .header {
    padding: 0px 0 0px 0;
  }
}
.header-row .mod_custom {
  width: auto;
  float: right;
  padding-top: 13px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-row .mod_custom {
    padding-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom {
    width: 100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.header-row .mod_custom ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.header-row .mod_custom ul li:first-child {
  border: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-row .mod_custom ul li + li + li {
    border: none;
  }
}
.header-row .mod_custom ul li {
  float: left;
  color: #777;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
  margin-left: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header-row .mod_custom ul li {
    width: 100%;
    float: none;
    border-left: none;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}
.header-row .mod_custom ul li i {
  font-size: 24px;
  color: #2798d4;
  margin-right: 8px;
  line-height: 24px;
  position: relative;
  top: 3px;
}
.header-row .mod_custom ul li + li + li {
  color: #191919;
  font-weight: 500;
  font-size: 15px;
}
.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 {
  float: none;
  position: relative;
  text-align: center;
  padding: 0px 0;
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo-fleft {
    margin-left: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-fleft {
    margin-left: -5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo-fleft {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    margin: 0;
  }
}
.site-logo {
  text-align: left;
  height: 100%;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
  margin-left: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-logo {
    margin: 5px 0 0 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-logo {
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo {
    text-align: center;
    position: relative;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
    margin-left: 0;
  }
}
@media (min-width: 601px) and (max-width: 991px) {
  .site-logo .site-logo_img {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .site-logo .site-logo_img {
    max-width: 240px;
  }
}
.site-logo_link {
  display: inline-block;
  height: 100%;
  width: auto;
}
@media (min-width: 320px) and (max-width: 767px) {
  .site-logo_link {
    height: auto;
    width: auto;
  }
}
.site-logo_link:hover {
  text-decoration: none;
}
.site-logo_img {
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (max-width: 768px) {
  .site-logo {
    max-width: 100%;
    margin: 0 auto;
  }
  .form-inline .form-group {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .site-logo {
    max-width: 100%;
  }
}
/* Navigation
========================================================*/
.navigation {
  display: inline-block;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation {
    padding-top: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation {
    padding-top: 0px;
    border-left: none;
    border-right: none;
    display: block;
  }
}
.navigation > i {
  font-size: 17px;
  line-height: 20px;
  padding: 8px 15px 8px 15px;
  color: #3094b9;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation > i {
    display: none;
  }
}
.navigation > i:hover {
  color: #050f12;
}
.navigation > .container > div {
  position: relative;
  text-align: left;
  z-index: 111;
}
@media (min-width: 320px) and (max-width: 767px) {
  .navigation > .container > div {
    background: none;
    height: auto;
    border: none;
  }
}
.navigation ul .fa {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -0.4em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navigation ul .fa {
    right: 0px;
  }
}
.navigation ul ul .fa {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
}
.slicknav_menu {
  display: none;
  background: #fff;
}
.mod_superfish_menu {
  display: block;
  position: relative;
  z-index: 99;
  float: none;
  text-align: left;
  margin: 0;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_superfish_menu {
    padding-top: 0px;
  }
}
.isStuck {
  z-index: 999;
  top: 0;
}
.navigation.isStuck .megamenu-label {
  display: none;
}
/* Superfish menu */
.header.isStuck {
  width: 100%;
  left: 0;
  text-align: center;
  padding: 0 0 0 0;
  background: #fff;
  height: 53px;
  min-height: 53px;
  -webkit-transform: translateZ(0);
  border-bottom: 2px solid #dfdedd;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header.isStuck {
    padding: 15px 0 0 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .header.isStuck {
    height: auto;
    min-height: auto;
    position: relative!important;
  }
}
.header.isStuck .logo-fleft {
  display: none;
}
.header.isStuck .mod_search,
.header.isStuck .mod_virtuemart_cart_tm {
  display: none;
}
.header.isStuck .navigation {
  padding: 0;
}
.header.isStuck > .container > div {
  top: 0;
  border-radius: 0;
  border: none;
  height: 68px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header.isStuck > .container > div {
    height: auto;
  }
}
@media (max-width: 991px) {
  .header.isStuck .mod_search {
    display: none;
  }
}
.header.isStuck:after {
  display: none;
}
.header.isStuck #tvtma-megamnu .sf-menuW .first-child > a {
  border-radius: 0;
}
.open .tvtma-megamnu {
  opacity: 1;
  visibility: visible;
}
.tvtma-megamnu {
  margin: 0 auto;
  width: 12em;
  position: absolute;
  left: -1px;
  top: 36px;
  border: 1px solid #e9e9e9;
  background: #fff;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  .tvtma-megamnu {
    display: none;
  }
}
.tvtma-megamnu:before {
  content: " ";
  height: 1px;
  width: 45px;
  position: absolute;
  top: -1px;
  left: 0px;
  background: #fff;
}
.tvtma-megamnu .sf-menuW {
  font-family: 'Ubuntu', sans-serif;
  float: none;
  margin: 0;
  background: none;
  padding: 0px 0 0 0;
  position: relative;
  z-index: 111;
  text-align: left;
  list-style: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW {
    padding: 0px 0 0 0;
  }
}
.tvtma-megamnu .sf-menuW .megamenu-label {
  position: absolute;
  left: 30%;
  top: -30px;
  z-index: 1111;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
  background: #0e3e8c;
  color: #fff!important;
}
.tvtma-megamnu .sf-menuW .megamenu-label:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0e3e8c transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red {
  background: #f92c2c;
}
.tvtma-megamnu .sf-menuW .megamenu-label.red:before {
  border-color: #f92c2c 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 > li.item-menu:first-child {
  border-left: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu {
  border: none;
  text-transform: none;
  z-index: 4;
  margin: 0;
  padding: 0 0px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tvtma-megamnu .sf-menuW > li.item-menu.parent > a,
.tvtma-megamnu .sf-menuW > li.item-menu.parent > span {
  padding-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW > li.item-menu {
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu {
    padding-right: 10px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu > a,
.tvtma-megamnu .sf-menuW > li.item-menu > span {
  background: none;
  display: block;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  color: #2798d4;
  position: relative;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW > li.item-menu > a,
  .tvtma-megamnu .sf-menuW > li.item-menu > span {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
  }
}
.tvtma-megamnu .sf-menuW > li.item-menu > a i,
.tvtma-megamnu .sf-menuW > li.item-menu > span i {
  color: #ada8a1;
  font-size: 15px;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover,
.tvtma-megamnu .sf-menuW > li.item-menu.active,
.tvtma-megamnu .sf-menuW > li.item-menu.current {
  padding-top: 0;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu.current > a,
.tvtma-megamnu .sf-menuW > li.item-menu:hover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.sfHover > span,
.tvtma-megamnu .sf-menuW > li.item-menu.active > span,
.tvtma-megamnu .sf-menuW > li.item-menu.current > span {
  color: #191919;
  opacity: 1;
  background: none;
}
.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: #2798d4;
}
.tvtma-megamnu .sf-menuW > li.item-menu:hover > .drop-menu {
  display: block;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu {
  position: absolute;
  left: 10em;
  top: -20px;
  width: 220px;
  border: 1px solid #e9e9e9;
  padding: 20px;
  height: auto;
  margin: 0 0 0 6px;
  list-style: none;
  background: #fff;
  border-radius: 0px;
  display: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu: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: 13px;
  font-weight: 300;
  position: relative;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > a {
  color: #2798d4;
  padding: 0 8px;
  line-height: 28px;
  display: block;
  text-transform: 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: #191919;
}
.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: 217px;
  top: -20px;
  position: absolute;
  width: 220px;
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  margin-top: -1px;
  margin-left: -16px;
  padding: 20px 20px;
}
.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: 13px;
  font-weight: 400;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu > a {
  color: #2798d4;
  padding: 0 8px;
  line-height: 28px;
  display: block;
  margin-bottom: 0;
  background: none;
}
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW > li.item-menu > .drop-menu li.item-menu > .drop-menu li.item-menu.current > a {
  color: #191919;
}
@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: 201px;
    background: #fff;
    border: 1px solid #e9e9e9;
    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: 75px;
  width: 1170px;
  padding: 30px 40px 40px;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 940px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu {
    width: 720px;
  }
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top {
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: none;
  position: static!important;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > a {
  color: #d23b41;
  margin-bottom: 5px;
  display: block;
  padding: 0 8px;
  background: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top.current > a {
  color: #3f3f3f;
  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;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:first-child {
  border: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu {
  font-size: 13px;
  font-weight: 400;
  border-top: none;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu > a {
  color: #3f3f3f;
  padding: 0 8px;
  line-height: 38px;
  display: block;
  margin-bottom: 0;
}
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu:hover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.sfHover > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.active > a,
.tvtma-megamnu .sf-menuW .item-menu.tvtma-megamnu-fullwidth > .drop-menu li.item-menu.megacol-header-top > .drop-menu li.item-menu.current > a {
  color: #d23b41;
  background: #f2f2f2;
}
.modulewrap176 {
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .modulewrap176 {
    display: none;
  }
}
.modulewrap176 .banner_block.menu_block {
  padding-top: 20px;
}
.modulewrap176 .banner_block.menu_block ul {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  border: none;
}
.modulewrap176 .banner_block.menu_block ul li {
  width: 530px!important;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modulewrap176 .banner_block.menu_block ul li {
    width: 410px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modulewrap176 .banner_block.menu_block ul li {
    margin-top: 10px;
  }
}
.modulewrap176 .banner_block.menu_block ul li img {
  width: 100%;
  height: auto;
}
@media (min-width: 320px) and (max-width: 991px) {
  .aside .moduletable.mod_virtuemart_category, .aside .moduletable.mod_virtuemart_manufacturer {
    padding: 0;
    margin: 0;
    border: none;
    margin-bottom: 30px;
  }
  .aside .moduletable.mod_virtuemart_category .module_header,  .aside .moduletable.mod_virtuemart_manufacturer .module_header,
  .aside .moduletable.mod_virtuemart_category .module_content, .aside .moduletable.mod_virtuemart_manufacturer .module_content {
    display: none;
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_menu, .aside .moduletable.mod_virtuemart_manufacturer .slicknav_menu {
    display: block;
    text-align: left;
    margin: 0px;
  }
  .aside .moduletable.mod_virtuemart_category .mod_superfish_menu, .aside .moduletable.mod_virtuemart_manufacturer .mod_superfish_menu {
    display: none;
  }
  .aside .moduletable.mod_virtuemart_category a.slicknav_btn, .aside .moduletable.mod_virtuemart_manufacturer a.slicknav_btn {
    padding: 15px 0 15px 20px;
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    float: none;
    margin-bottom: 0px;
    display: block;
    background: #2798d4;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .aside .moduletable.mod_virtuemart_category a.slicknav_btn .slicknav_icon span, .aside .moduletable.mod_virtuemart_manufacturer a.slicknav_btn .slicknav_icon span {
    display: none;
  }
  .aside .moduletable.mod_virtuemart_category a.slicknav_btn .slicknav_icon:before, .aside .moduletable.mod_virtuemart_manufacturer a.slicknav_btn .slicknav_icon:before {
    font-style: normal;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: #191919;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .aside .moduletable.mod_virtuemart_category a.slicknav_btn:hover, .aside .moduletable.mod_virtuemart_manufacturer a.slicknav_btn:hover {
    background: #191919;
  }
  .aside .moduletable.mod_virtuemart_category a.slicknav_btn:hover .slicknav_icon:before, .aside .moduletable.mod_virtuemart_manufacturer a.slicknav_btn:hover .slicknav_icon:before {
    background: #2798d4;
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav, .aside .moduletable.mod_virtuemart_manufacturer .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav .slicknav_arrow:after, .aside .moduletable.mod_virtuemart_manufacturer .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.6em;
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav .slicknav_open .slicknav_arrow:after {
    content: "\f0d8";
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav .slicknav_open .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav li, .aside .moduletable.mod_virtuemart_manufacturer .slicknav_nav li {
    font-weight: 300;
    text-transform: none;
    margin-bottom: 1px;
    position: relative;
  }
  .aside .moduletable.mod_virtuemart_category .slicknav_nav li > a, .aside .moduletable.mod_virtuemart_manufacturer .slicknav_nav li > a,
  .aside .moduletable.mod_virtuemart_category .slicknav_nav li > span, .aside .moduletable.mod_virtuemart_manufacturer .slicknav_nav li > span {
    display: block;
    padding: 0.5em 1em;
    font-size: 13px;
    font-weight: 600;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .aside .slicknav_nav li > a,
  .aside .slicknav_nav li > span {
    background: #f6f6f6;
    color: #484848;
  }
  .aside .slicknav_nav li > a a,
  .aside .slicknav_nav li > span a {
    color: #484848;
  }
  .aside .slicknav_nav li:hover > a,
  .aside .slicknav_nav li.sfHover > a,
  .aside .slicknav_nav li.active > a,
  .aside .slicknav_nav li.current > a,
  .aside .slicknav_nav li:hover > span,
  .aside .slicknav_nav li.sfHover > span,
  .aside .slicknav_nav li.active > span,
  .aside .slicknav_nav li.current > span {
    background: #333333;
    color: #2798d4;
  }
  .aside .slicknav_nav li:hover > a a,
  .aside .slicknav_nav li.sfHover > a a,
  .aside .slicknav_nav li.active > a a,
  .aside .slicknav_nav li.current > a a,
  .aside .slicknav_nav li:hover > span a,
  .aside .slicknav_nav li.sfHover > span a,
  .aside .slicknav_nav li.active > span a,
  .aside .slicknav_nav li.current > span a {
    color: #2798d4;
  }
  .aside .slicknav_nav li:hover .arrowdown,
  .aside .slicknav_nav li.sfHover .arrowdown,
  .aside .slicknav_nav li.active .arrowdown,
  .aside .slicknav_nav li.current .arrowdown {
    color: #2798d4;
  }
  .aside .slicknav_nav ul {
    padding: 0px 0 0 0.5em!important;
    margin-bottom: 0px;
    margin-top: 1px;
  }
  .aside .slicknav_nav .drop-menu-mega {
    width: auto!important;
    padding: 0px 0 0 0!important;
    margin-bottom: -2px;
    margin-top: 0px;
  }
  .aside .slicknav_nav .drop-menu-mega .row {
    margin: 0!important;
  }
  .aside .slicknav_nav .fa {
    display: none;
  }
}
@media (max-width: 767px) {
  .navigation .slicknav_menu {
    display: block;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navigation .mod_superfish_menu {
    display: none;
  }
  .navigation a.slicknav_btn {
    padding: 1em 0;
    font-size: 13px;
    color: #484848;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    float: none;
    margin-bottom: 0px;
    display: inline-block;
  }
  .navigation .slicknav_nav {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
  }
  .navigation .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.6em;
  }
  .navigation .slicknav_nav .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .navigation .slicknav_nav .slicknav_open .slicknav_arrow:after {
    content: "\f0d8";
  }
  .navigation .slicknav_nav .slicknav_open .slicknav_collapsed .slicknav_arrow:after {
    content: "\f0d7";
  }
  .navigation .slicknav_nav li {
    font-weight: 300;
    text-transform: none;
    margin-bottom: 1px;
    position: relative;
  }
  .navigation .slicknav_nav li > a,
  .navigation .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;
  }
  .navigation .slicknav_nav li > a,
  .navigation .slicknav_nav li > span {
    background: #f6f6f6;
    color: #484848;
  }
  .navigation .slicknav_nav li > a a,
  .navigation .slicknav_nav li > span a {
    color: #484848;
  }
  .navigation .slicknav_nav li:hover > a,
  .navigation .slicknav_nav li.sfHover > a,
  .navigation .slicknav_nav li.active > a,
  .navigation .slicknav_nav li.current > a,
  .navigation .slicknav_nav li:hover > span,
  .navigation .slicknav_nav li.sfHover > span,
  .navigation .slicknav_nav li.active > span,
  .navigation .slicknav_nav li.current > span {
    background: #333333;
    color: #2798d4;
  }
  .navigation .slicknav_nav li:hover > a a,
  .navigation .slicknav_nav li.sfHover > a a,
  .navigation .slicknav_nav li.active > a a,
  .navigation .slicknav_nav li.current > a a,
  .navigation .slicknav_nav li:hover > span a,
  .navigation .slicknav_nav li.sfHover > span a,
  .navigation .slicknav_nav li.active > span a,
  .navigation .slicknav_nav li.current > span a {
    color: #2798d4;
  }
  .navigation .slicknav_nav li:hover .arrowdown,
  .navigation .slicknav_nav li.sfHover .arrowdown,
  .navigation .slicknav_nav li.active .arrowdown,
  .navigation .slicknav_nav li.current .arrowdown {
    color: #2798d4;
  }
  .navigation .slicknav_nav ul {
    padding: 0px 0 0 0.5em!important;
    margin-bottom: 0px;
    margin-top: 1px;
  }
  .navigation .slicknav_nav .drop-menu-mega {
    width: auto!important;
    padding: 0px 0 0 0!important;
    margin-bottom: -2px;
    margin-top: 0px;
  }
  .navigation .slicknav_nav .drop-menu-mega .row {
    margin: 0!important;
  }
  .navigation .slicknav_nav .fa {
    display: none;
  }
}
/* showcase
========================================================*/
.showcase-row {
  padding: 0px 0 0 0;
  background: #f7f6f5;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .showcase-row {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 0 0 0;
  }
}
/* Video bottom */
#video-bottom-un .mod_bannersblock {
  float: none;
  width: 100%;
  overflow: hidden;
}
#video-bottom-un .mod_bannersblock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#video-bottom-un .mod_bannersblock ul li {
  float: left;
  text-align: center;
  width: 270px!important;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 212px!important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 165px!important;
    margin-left: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 47%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-bottom-un .mod_bannersblock ul li {
    width: 100%!important;
    margin-left: 0;
    margin-right: 10px;
    float: none;
    margin-bottom: 20px;
    display: inline-block;
  }
}
#video-bottom-un .mod_bannersblock ul li span.caption {
  width: 100%;
  text-align: center;
}
#video-bottom-un .mod_bannersblock ul li .banner_img {
  overflow: hidden;
  position: relative;
  border: 7px solid #fff;
  display: inline-block;
  border-radius: 142px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#video-bottom-un .mod_bannersblock ul li .banner_img img {
  width: 142px;
  height: auto;
  border-radius: 142px;
}
#video-bottom-un .mod_bannersblock ul li .txt1 {
  font-size: 27px;
  line-height: 30px;
  color: #fff;
  padding: 30px 0 0 0;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #video-bottom-un .mod_bannersblock ul li .txt1 {
    font-size: 20px;
    line-height: 30px;
  }
}
#video-bottom-un .mod_bannersblock ul li .txt2 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  padding: 20px 0px 0 0px;
  text-transform: uppercase;
}
#video-bottom-un .mod_bannersblock ul li:hover .banner_img {
  border-color: #000;
}
#video-bottom-un .mod_bannersblock ul li:hover .txt1 {
  color: #000000;
}
#video-bottom-un .mod_bannersblock ul li:first-child {
  margin-left: 0;
}
/* custom-html */
#parallax-bottom-un {
  text-align: left;
  position: relative;
  z-index: 1;
  background: #dbd8d3;
}
#parallax-bottom-un .mod_bannersblock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#parallax-bottom-un .mod_bannersblock ul li:first-child {
  margin-left: 0;
}
#parallax-bottom-un .mod_bannersblock ul li {
  float: left;
  width: 370px!important;
  margin-left: 30px;
  text-align: center;
  position: relative;
  padding: 45px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-bottom-un .mod_bannersblock ul li {
    width: 293px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-bottom-un .mod_bannersblock ul li {
    width: 310px!important;
    float: none;
    margin: 0px auto!important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-bottom-un .mod_bannersblock ul li {
    width: 290px!important;
    float: none;
    margin: 0px auto!important;
  }
}
#parallax-bottom-un .mod_bannersblock ul li .txt1 {
  font-size: 15px;
  line-height: 23px;
  color: #5d5a54;
  font-weight: 500px;
  text-transform: uppercase;
  padding-left: 50px;
}
#parallax-bottom-un .mod_bannersblock ul li .txt1 span {
  color: #2798d4;
  display: block;
}
#parallax-bottom-un .mod_bannersblock ul li .txt1 i {
  color: #fff;
  font-size: 43px;
  line-height: 43px;
  position: absolute;
  left: 20%;
  top: 45px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-bottom-un .mod_bannersblock ul li .txt1 i {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #parallax-bottom-un .mod_bannersblock ul li .txt1 i {
    left: 10%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-bottom-un .mod_bannersblock ul li .txt1 i {
    left: 10%;
  }
}
#parallax-bottom-un .mod_bannersblock ul li:hover i {
  color: #000;
}
/* Slideshow CK */
.showcase {
  position: relative;
}
.mod_slideshowck {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck {
    display: none;
  }
}
.mod_slideshowck .slideshowck {
  margin-bottom: 0 !important;
}
.mod_slideshowck .camera_caption {
  top: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption {
    top: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption {
    display: none!important;
  }
}
.mod_slideshowck .camera_caption > div {
  background: none;
  font-family: 'Ubuntu', sans-serif;
  text-align: right;
}
.mod_slideshowck .camera_caption .camera_caption_desc {
  width: 60%;
  padding: 50px 50px 0 50px;
  text-align: right;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    width: 70%;
    padding: 30px 30px 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .camera_caption_desc {
    width: 90%;
    padding: 30px 30px 0 30px;
  }
}
.mod_slideshowck .camera_caption .txt1,
.mod_slideshowck .camera_caption .txt2,
.mod_slideshowck .camera_caption .txt3,
.mod_slideshowck .camera_caption .txt4 {
  display: block;
}
.mod_slideshowck .camera_caption .txt1 {
  font-size: 40px;
  line-height: 42px;
  color: #2798d4;
  padding: 0px 0 0 0;
  font-weight: bold;
  text-transform: none;
}
.mod_slideshowck .camera_caption .txt1 span {
  display: block;
}
.mod_slideshowck .camera_caption .txt2 {
  font-size: 15px;
  line-height:24x;
  color: #2798d4;
  font-weight: 500;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
}
.mod_slideshowck .camera_caption .txt3 {
  padding: 10px 20px 10px 20px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  display: inline-block;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #2E9FD9;
}
.mod_slideshowck .camera_caption .txt4 {
  width: 195px;
  height: 70px;
  line-height: 68px;
  font-size: 29px;
  font-weight: bold;
  color: #fff;
  background: #f92c2c;
  margin: 0 auto;
  margin-top: 20px;
  text-transform: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_caption .txt4 {
    width: 155px;
    height: 50px;
    line-height: 48px;
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_caption .txt4 {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt4 {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .mod_slideshowck .camera_caption .txt4 {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_slideshowck .camera_caption .txt4 {
    display: none;
  }
}
.mod_slideshowck .cameraContent:hover .txt3 {
  background: #4a4741;
  color: #fff;
}
.mod_slideshowck .camera_prev,
.mod_slideshowck .camera_next,
.mod_slideshowck .camera_commands {
  cursor: pointer;
  height: 38px;
  margin-top: -16px;
  position: absolute;
  top: 50%;
  width: 38px;
  z-index: 2;
  text-align: center;
}
.mod_slideshowck .camera_commands {
  display: none;
}
.mod_slideshowck .camera_prev {
  left: -33px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_prev {
    left: 20px;
  }
}
.mod_slideshowck .camera_prev > span {
  background: #f7f6f5;
  display: block;
  height: 33px;
  width: 33px;
  border: 2px solid #e1e0de;
  border-radius: 33px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_prev > span:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 15px;
  line-height: 30px;
  color: #4a4741;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_prev > span:hover:before {
  color: #2798d4;
}
.mod_slideshowck .camera_next {
  right: -33px;
  background: none!important;
}
@media (min-width: 320px) and (max-width: 1280px) {
  .mod_slideshowck .camera_next {
    right: 20px;
  }
}
.mod_slideshowck .camera_next > span {
  background: #f7f6f5;
  display: block;
  height: 33px;
  width: 33px;
  border: 2px solid #e1e0de;
  border-radius: 33px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
.mod_slideshowck .camera_next > span:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 15px;
  line-height: 30px;
  color: #4a4741;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mod_slideshowck .camera_next > span:hover:before {
  color: #2798d4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 10px;
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mod_slideshowck .camera_wrap .camera_pag .camera_pag_ul {
    bottom: 10px;
    right: 30px;
  }
}
/* 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: 0;
  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 {
  padding: 0px 0 0px;
}
.main-row {
  padding: 0 /*30px 0 30px*/;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-row{background:url("../images/background.jpg") center bottom no-repeat }
}
.productdetails .main-row {
  padding-bottom: 20px;
}
.productdetails .col-md-8 {
  margin-bottom: 0;
}
.prod-row {
  padding: 30px 0 20px 0;
  position: relative;
  z-index: 1;
  background: #fff;
  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: 2.2em;
  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: 3;
}
.moduletable__testi .module_title {
  border: none;
  background: #2798d4;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.moduletable__testi .module_title:before {
  content: "\f10d";
  position: absolute;
  right: 15px;
  top: 11px;
  font-size: 20px;
  line-height: 28px;
  font-family: FontAwesome;
}
.moduletable__testi .module_content {
  background: #2798d4;
  padding: 0;
}
.moduletable__testi .module_content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.moduletable__testi .module_content ul li {
  overflow: hidden;
  padding: 20px;
  border-top: 1px solid #fff;
}
.moduletable__testi .module_content ul li .img {
  float: left;
  width: 76px;
  height: 76px;
  overflow: hidden;
  border-radius: 76px;
  margin-right: 20px;
  margin-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletable__testi .module_content ul li .img {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable__testi .module_content ul li .img {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable__testi .module_content ul li .img {
    margin-bottom: 10px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable__testi .module_content ul li .img {
    margin-bottom: 10px;
  }
}
.moduletable__testi .module_content ul li .img img {
  width: 100%;
  height: auto;
}
.moduletable__testi .module_content ul li h2 {
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
  background: none;
  text-transform: none;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
.moduletable__testi .module_content ul li p {
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  background: none;
  text-transform: none;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-weight: 300;
}
.aside__right .mod_bannersblock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside__right .mod_bannersblock ul li {
  background: #629071;
  min-height: 126px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.aside__right .mod_bannersblock ul li .caption {
  padding: 15px;
  margin: 10px;
  border: 3px solid #d5e1d9;
  display: block;
}
.aside__right .mod_bannersblock ul li .caption .txt1 {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  background: url(../images/cash-icon.png) left 10px no-repeat;
  padding-left: 95px;
}
.aside__right .mod_bannersblock ul li .caption .txt1 span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.aside__right .mod_bannersblock ul li:hover {
  background: #000;
}
/* bottom
========================================================*/
.bottom-row {
  background: #1b1b1b;
  padding: 20px 0;
}
.bottom-row .module_title {
  margin: 0;
}
.footer-row {
  position: relative;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-row {
    padding-top: 20px;
    padding-bottom: 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;
}
.footer-row .mod_6map {
  border: 1px solid #d0d0d0;
}
.footer-row .container {
  position: relative;
  z-index: 2;
}
.footer-row h3.module_title {
  font-size: 15px;
  line-height: 23px;
  font-weight: 500;
  color: #4a4741;
  margin-top: 0;
  margin-bottom: 20px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}
.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;
  }
}
.footer-row .mod_menu {
  padding-top: 0px;
}
@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: #2798d4;
}
.footer-row .mod_menu .list li a:hover {
  color: #191919;
}
.footer-row .mod_menu li.active a {
  color: #191919;
}
.footer-row .mod_tm_instagram ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin-left: -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul {
    margin-left: -10px;
  }
}
.footer-row .mod_tm_instagram ul li {
  float: left;
  padding: 0;
  margin: 0 0 20px 20px;
  width: 100px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-row .mod_tm_instagram ul li {
    width: 70px;
    margin: 0 0 10px 10px;
  }
}
.footer-row .mod_tm_instagram ul li img {
  width: 100%;
  height: auto;
}
.footer-row .mod_custom .txt1 {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #9f9d9a;
  padding-top: 20px;
}
.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;
  }
}

.moduletable.mod_6map{margin-top: 20px;
margin-left: -15px;}
/* footer
========================================================*/
.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: 20px 0 20px;
  position: relative;
  text-align: left;
  z-index: 1;
  border-top: 1px solid #e9e9e9;
}
.copyright {
  color: #777;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  overflow: hidden;
  display: block;
  margin: 0;
  width: auto;
  font-weight: 300;
}
.copyright .mod_footer,
.copyright .mod_menu {
  float: left;
  width: auto;
}
.copyright a {
  color: #777;
}
.copyright a:hover {
  color: #2798d4;
}
.copyright .active a {
  color: #2798d4;
}
#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;
}
@media (min-width: 768px){
  .aln-login {margin-top: 9px;}
}
/* Newsletter */
.acymailing_form {
  position: relative;
  width: 100%;
}
.acymailing_form .subbutton {
  position: relative;
  right: 0;
  top: 0;
  float: left;
}
.acymailing_form .fieldacyemail {
  float: left;
  margin-bottom: 0;
  max-width: 560px;
  margin-right: 5px;
}
.acymailing_form .fieldacyemail label.error {
  margin: 10px 0 20px 0;
  color: #000;
  border: 1px solid #c10418;
  padding: 0 10px;
  font-weight: 400;
}
.acymailing_form .acysubbuttons {
  float: left;
  margin-bottom: 0;
}
.acymailing_form .acysubbuttons .subbutton {
  height: 66px;
  font-size: 18px;
  line-height: 40px;
  padding: 0 40px;
}
.acymailing_form .inputbox {
  background: #ebebeb;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #939393;
  height: 66px;
  margin-bottom: 15px;
  width: 560px;
}
@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 */
.mod_acymailing {
  background: nonee;
  padding: 0;
}
.mod_acymailing .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  text-align: left;
}
.mod_acymailing .module_content .acymailing_introtext {
  color: #aeaeae;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 15px!important;
}
.mod_acymailing .module_content .acymailing_introtext span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #427051;
  padding-bottom: 20px;
}
/* Social media links */
.mod_socialmedialinks {
  float: none;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  .mod_socialmedialinks {
    float: none;
  }
}
div.smile {
  text-align: left!important;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.smile {
    float: none;
    text-align: left!important;
  }
}
div.smile a {
  margin: 0 0 0px 0!important;
  font-size: 13px;
  line-height: 28px;
  color: #2798d4;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  float: left;
  clear: both;
}
div.smile a span {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 15px;
}
@media (min-width: 320px) and (max-width: 767px) {
  div.smile a {
    margin: 0 10px 10px 0!important;
  }
}
div.smile a:hover {
  color: #191919;
}
div.smile a:hover .fa {
  color: #191919;
}
div.smile img {
  display: none;
}
div.smile .fa {
  font-size: 13px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
#userForm{margin-bottom: 30px}
#tos{margin-right: 5px;}

.terms-of-service{display: inline-block; margin-top: 6px;}
.billing-box #username_field{display: none}
.row.product_columns{background-color: #fff}
/* VirtueMart Manufacturers */
.item__manufacturer .item_name {
  text-align: center;
}
.aside .moduletable.mod_virtuemart_manufacturer li{
  font-size: 1em;
  font-weight: 300;
}
/* VirtueMart Product related stuff */
.vm-products.vm-products__featured img{
  width: auto;
  max-height: 72px;
  height: auto;
  }

.zoomPad{padding: 20px}

/* 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 #2798d4 !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)
=========================================================*/
/*Nav*/

.menu__default li a:hover, .menu__default li.active a {
  background-color: #2798d4; color: #fff;
}
@media (max-width: 600px) {
  /*.menu__default{display: none}*/
}


.article_heading {
  padding-bottom: 0;
  position: relative;
}
.article_title {
  margin-bottom: 30px;
}
/*Pager*/
.pagenav {
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagenav .pagenav-prev {
  float: left;
}
.pagenav .pagenav-next {
  float: right;
}
/*Article info*/
.article_info {
  font-size: 0.8em;
}
.article_info dt {
  display: none;
}
.article_info dd {
  display: inline-block;
  padding: 0 1em 0.5em 0;
}
.article_text .clearfix {
  padding-bottom: 30px;
}
.article_text .clearfix > .fa {
  float: left;
  font-size: 56px;
  line-height: 56px;
  margin-right: 10px;
  width: 66px;
  text-align: center;
  color: #7a7a7a;
}
.article_text .clearfix .extra-wrap {
  overflow: hidden;
}
/* Single article
========================================================*/
.article-view .page_title {
  display: none;
}
.article-view .hex_google_chart {
  float: right;
  width: 50%;
  top: -3em;
}
.article_text {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-view .hex_google_chart {
    float: none;
    width: 100%;
    top: 0;
  }
}
/* Archived articles
========================================================*/
/* Featured articles
========================================================*/
.article.listing-item {
  padding: 0 1em;
}
@media (min-width: 992px) and (max-width: 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;
  margin-top: 3.5em;
}
.contact_map iframe {
  width: 100%;
  height: 400px;
}
.contact_form {
  padding-top: 2em;
}
.contact_form textarea {
  height: 207px;
}
.contact_form .required {
  /*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: #2E9FD9;
  text-align: center;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: .8;
}
@media (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 5px;
  }
}
#scrollUp .fa {
  font-size: 28px;
  line-height: 40px;
  color: #ffffff;
}
#scrollUp:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  #scrollUp {
    display: none !important;
  }
}
/* Olark chat*/
#habla_window_div.habla_window_div_base {
  z-index: 99998 !important;
}
/*========================================================
                    10.  Virtuemart helper styles
=========================================================*/
/* Buttons */
#editor-xtd-buttons {
  padding: 5px;
  overflow: hidden;
  float: left;
}
.toggle-editor {
  float: right;
  padding: 5px;
}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
  float: left;
}
.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
  display: block;
  height: 22px;
  float: left;
  line-height: 22px;
  font-size: 11px;
  color: #666;
  cursor: pointer;
}
.button2-left span,
.button2-right span {
  cursor: default;
  color: #999;
}
.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
  padding: 0 6px;
}
.page .vote {
  color: #000;
  font-weight: bold;
}
.button2-left a:hover,
.button2-right a:hover {
  text-decoration: none;
  color: #0B55C4;
}
.button2-left a,
.button2-left span {
  padding: 0 24px 0 6px;
}
.button2-right a,
.button2-right span {
  padding: 0 6px 0 24px;
}
.button2-left {
  background: url(../images/j_button2_left.png) no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-right {
  background: url(../images/j_button2_right.png) 100% 0 no-repeat;
  float: left;
  margin-left: 5px;
}
.button2-left .image {
  background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}
.button2-left .readmore,
.button2-left .article {
  background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}
.button2-left .pagebreak {
  background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}
.button2-left .blank {
  background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}
/* Caption fixes */
.img_caption .left {
  float: left;
  margin-right: 1em;
}
.img_caption .right {
  float: right;
  margin-left: 1em;
}
.img_caption .left p {
  clear: left;
  text-align: center;
}
.img_caption .right p {
  clear: right;
  text-align: center;
}
.img_caption {
  text-align: center!important;
}
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}
/* Calendar */
a img.calendar {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(../images/calendar.png) no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
div.calendar table {
  width: 100%;
}
#comments-form .grippie .counter {
  font-size: 10px;
  margin: 0;
  padding: 0 5px;
}
#comments-form input {
  margin-top: 1px;
}
#comments-form label {
  font-size: 12px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #comments-form label {
    font-size: 11px;
  }
}
#video-top-un > div:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
#video-top-un .mod_video {
  position: relative;
  z-index: 1;
}
#video-top-un .mod_custom {
  position: relative;
  z-index: 111;
  text-align: right;
  padding: 80px 0 85px 0;
}
#video-top-un .mod_custom .txt1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#video-top-un .mod_custom .txt1 span {
  font-size: 141px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -5px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 90px;
    line-height: 98px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 span {
    font-size: 70px;
    line-height: 78px;
  }
}
#video-top-un .mod_custom .txt1 strong {
  font-size: 191px;
  line-height: 148px;
  display: block;
  font-weight: 400;
  margin-top: -10px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 100px;
    line-height: 108px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 strong {
    font-size: 80px;
    line-height: 88px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  #video-top-un .mod_custom .txt1 {
    font-size: 24px;
    line-height: 28px;
  }
}
#video-top-un .mod_custom .txt2 {
  font-size: 58px;
  line-height: 60px;
  font-weight: 300;
  color: #fff;
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #video-top-un .mod_custom .txt2 {
    font-size: 28px;
    line-height: 30px;
  }
}
#video-top-un .mod_custom .txt3 {
  padding-top: 60px;
  display: inline-block;
  overflow: hidden;
}
#video-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ae0000;
  border-top: 4px solid #ae0000;
}
#video-top-un .mod_custom .txt3 a:hover {
  color: #fff;
  border-top: 4px solid #fff;
}
#parallax-top-un .stellar-block {
  padding-bottom: 85px;
  padding-top: 80px;
  background-color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-top-un .stellar-block {
    padding-bottom: 55px;
    padding-top: 50px;
  }
}
#parallax-top-un .mod_custom {
  text-align: center;
  padding: 0px 0 0px 0;
}
#parallax-top-un .mod_custom .txt1 {
  font-size: 47px;
  line-height: 48px;
  font-weight: 100;
  color: #000;
  text-transform: uppercase;
}
#parallax-top-un .mod_custom .txt1 span {
  font-size: 77px;
  line-height: 78px;
  display: block;
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 span {
    font-size: 47px;
    line-height: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #parallax-top-un .mod_custom .txt1 {
    font-size: 27px;
    line-height: 28px;
  }
}
#parallax-top-un .mod_custom .txt2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  color: #777;
  padding-top: 20px;
}
#parallax-top-un .mod_custom .txt3 {
  padding-top: 20px;
  display: inline-block;
  overflow: hidden;
}
#parallax-top-un .mod_custom .txt3 a {
  cursor: pointer;
  display: inline-block;
}
.featured-view {
  text-align: center;
}
.featured-view .listing-item {
  padding-bottom: 50px;
  position: relative;
  font: normal 15px/28px 'Ubuntu', 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;
}
.top-content {
  padding: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content {
    position: relative;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content {
    position: relative;
    padding: 0px 0 0px 0;
  }
}
.top-content .mod_bannersblock.moduletable__content_first {
  float: none;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0px;
  clear: both;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_first {
    padding-top: 30px;
    margin-bottom: 0px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul {
  margin: 0;
  padding: 0;
  width: 100%;
  clear: both;
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_first ul {
    border: none;
  }
}
/*
.top-content .mod_bannersblock.moduletable__content_first ul li:first-child {
  margin-left: 0;
  padding-bottom: 0;
}
*/

@media (min-width: 767px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li.item-2 {
    /*margin-left: 0px!important;*/
  }
}




.listing__grid .item .product_wrap{min-height: 380px;}
.listing__banners:after{
    display: block;
    content: "";
    clear: both;
}


.top-content .mod_bannersblock.moduletable__content_first ul li {
  float: left;
  width: 420px!important;
  margin-left: 30px;
  margin-bottom: 30px;
  border: 2px solid #e9e9e9;
  background: #f7f6f5;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-content .mod_bannersblock.moduletable__content_first ul li.item:nth-child(odd){margin-left: 0}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {
    width: 333px!important;
    padding-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .top-content .mod_bannersblock.moduletable ul li{min-height: 218px}
}
@media (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {min-height: 190px}
}
@media (max-width: 600px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {min-height: 140px !important}
}
@media (max-width: 320px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {min-height: 190px !important}
}
@media (min-width: 767px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {
    width: 350px!important;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 30px;
    
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li {
    width: 100%!important;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-bottom: 50px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul li a {
  display: block;
}
.top-content .mod_bannersblock.moduletable__content_first ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
  display: block;
  font-size: 15px;
  line-height: 37px;
  color: #2798d4;
  padding: 10px 0px 0 20px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 15px;
    line-height: 37px;
    padding: 10px 0px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 15px;
    line-height: 37px;
    padding: 10px 0px 0 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 15px;
    line-height: 37px;
    padding: 10px 0px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 {
    font-size: 15px;
    line-height: 37px;
    padding: 10px 0px 0 20px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul li .txt1 i {
  font-style: normal;
  color: #427051;
}
.top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
  display: block;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 23px;
    line-height: 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt1 span {
    font-size: 20px;
    line-height: 30px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul li .txt2 {
  display: inline-block;
  padding: 0 100px 0 20px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 19px;
  color: #777;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 0 50px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 0 50px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt2 {
    padding: 0 20px 0 20px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul li .txt3 {
  text-align: center;
  margin: 10px 0 0 20px;
  display: inline-block;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  background: #2E9FD9;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt3 {
    margin: 10px 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_first ul li .txt3 {
    font-size: 14px;
  }
}
.top-content .mod_bannersblock.moduletable__content_first ul li img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  float: right
}

@media (min-width: 1024px) {
  .top-content .mod_bannersblock.moduletable ul li img {
    max-width:125px !important;
    height: auto;
  }
}
@media (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable ul li{min-height: 190px}
}

@media (min-width: 321px) and (max-width: 1023px) {
  .top-content .mod_bannersblock.moduletable ul li img {
    max-width: 100px !important;
   
  }
}
@media (max-width: 320px) {
   .top-content .mod_bannersblock.moduletable ul li img {
    max-width: 72px !important;
   
  }
}

.camera_fakehover, .moduletable.mod_6map .mod6map{
  /*-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);*/
  border: 2px solid #e9e9e9;
}

.top-content .mod_bannersblock.moduletable__content_first ul li span.caption {
  padding: 0;
  width: 80%;
  height: auto;
  text-align: left;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-content .mod_bannersblock.moduletable__content_first ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 11;
}
.top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt2 {
  color: #4a4741;
}
.top-content .mod_bannersblock.moduletable__content_first ul li:hover .txt3 {
  background: #191919;
}
.top-content .mod_bannersblock.moduletable__content_twoo {
  float: none;
  width: 100%;
  padding-top: 0px;
  margin-bottom: 0px;
  clear: both;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo {
    margin-bottom: 20px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li:first-child {
  margin-left: 0;
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li {
  float: left;
  width: 370px!important;
  margin-left: 0px;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #d0d0d0;
  background: #f6f6f6;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li {
    width: 100%!important;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li {
    width: 100%!important;
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li {
    width: 100%!important;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
  display: block;
  font-size: 40px;
  line-height: 42px;
  color: #2798d4;
  padding: 0 0 0 110px;
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    padding: 0 0 0 110px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    padding: 0 0 0 110px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    padding: 0 0 0 30px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 {
    padding: 0 0 0 30px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 span {
  color: #0b5dba;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1px;
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 span {
    display: block;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 i {
  color: #ddd;
  font-size: 72px;
  line-height: 72px;
  position: absolute;
  left: 25px;
  top: 0px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 i {
    position: relative;
    left: 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt1 i {
    position: relative;
    left: 0;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
  display: block;
  padding: 0px 30px 0 30px;
  margin-top: 0px;
  font-size: 13px;
  line-height: 22px;
  color: #343436;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    padding: 5px 10px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    padding: 5px 10px 0 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt2 {
    padding-right: 10px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt3 {
  text-align: center;
  margin: 14px 0 0px 30px;
  display: inline-block;
  padding: 0 0;
  font-size: 17px;
  line-height: 20px;
  color: #2589f9;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  -webkit-transition: all 0.6s ease-in;
  transition: all 0.6s ease-in;
  border-radius: 3px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt3 {
    margin: 20px 0 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li .txt3 {
    margin: 20px 0 10px 20px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li .txt3 i {
  font-size: 13px;
  color: #b6b6b6;
  position: relative;
  top: -1px;
  padding-left: 4px;
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li span.caption {
  padding: 20px 0;
  position: relative;
  width: 100%;
  text-align: left;
  display: block;
  min-height: 105px;
  font-family: 'Ubuntu', sans-serif;
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
  margin-left: 35px;
  color: #777;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt3 {
    margin-left: 25px;
  }
}
.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
.top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt1,
  .top-content .mod_bannersblock.moduletable__content_twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__first {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__first .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__first ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child {
  margin-left: 0;
  margin-top: -15px;
  background: #6f828c;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
  font-size: 80px;
  line-height: 84px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 {
    font-size: 60px;
    line-height: 64px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt1 span {
    font-size: 50px;
    line-height: 54px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt2 {
  padding: 28px 25px;
  margin-top: -13px;
  font-size: 13px;
  line-height: 20px;
  color: #f2f2f2;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  text-align: center;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn {
  background: #fff;
  color: #676767;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 11px;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li:first-child .txt3.btn:hover {
  background: #ff7b7b;
  color: #fff;
}
.aside__left .mod_bannersblock.moduletable__first ul li {
  float: left;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #44a0cc;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
  font-size: 40px;
  line-height: 44px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 {
    font-size: 30px;
    line-height: 34px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .aside__left .mod_bannersblock.moduletable__first ul li .txt1 span {
    display: block;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li .txt2 {
  padding: 0px 0px;
  margin-top: -10px;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__first ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li span.caption {
  padding: 60px 0;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 190px;
  font-family: 'Ubuntu', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__first ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__first ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
.aside__left .mod_bannersblock.moduletable__twoo {
  float: none;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}
.aside__left .mod_bannersblock.moduletable__twoo .module_content {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
.aside__left .mod_bannersblock.moduletable__twoo ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li {
  float: none;
  width: 100%!important;
  margin-left: 0px;
  margin-bottom: 35px;
  position: relative;
  border: none;
  background: #c10418;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li a:before {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 {
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1:before {
  color: #fff;
  font-style: normal;
  content: " ";
  position: relative;
  right: 0px;
  top: 0;
  padding: 0;
  text-align: center;
  display: block;
  background: url(../images/icon-banner.png) center top no-repeat;
  height: 63px;
  width: 100%;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt1 span {
  font-size: 24px;
  line-height: 44px;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li .txt2 {
  padding: 5px 0px;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li img {
    width: 100%!important;
    height: auto;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li span.caption {
  padding: 20px 0 30px;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  min-height: 180px;
  font-family: 'Ubuntu', sans-serif;
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
  margin-left: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt1,
  .aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt2 {
    margin-left: 5px;
  }
}
.aside__left .mod_bannersblock.moduletable__twoo ul li:hover .txt3.btn {
  margin-top: 5px;
  margin-bottom: 6px;
}
#sw_pinterest_display > span {
  display: block;
  width: auto!important;
  box-shadow: none!important;
  padding: 0!important;
  overflow: hidden;
}
#sw_pinterest_display > span > span {
  display: block;
  width: 280px!important;
}
@media (min-width: 768px) and (max-width: 991px) {
  #sw_pinterest_display > span > span {
    width: 210px!important;
  }
}
#sw_pinterest_display > span > a {
  margin: 10px 10px 10px 10px!important;
}
.mod_bt_facebooklikebox .module_content {
  background: #fff;
  border: none;
  overflow: hidden;
  display: block;
  padding: 5px 0;
  border-radius: 0px;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget {
  overflow: hidden;
  display: block;
  width: 100%;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget > span {
  display: block;
}
.mod_bt_facebooklikebox .module_content .fb_iframe_widget iframe {
  position: relative!important;
  margin: 0 -5px;
}
.map-home {
  position: relative;
  overflow: hidden;
}
.map-home .responsive_map {
  height: 870px;
  max-height: 870px;
}
.map-home .btn-click {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 25px;
  background: #ae0000;
  text-align: center;
  cursor: pointer;
  z-index: 111;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.map-home .btn-click:hover {
  background: #333;
}
.map-home .btn-click.bot {
  bottom: 0;
  top: auto;
}
.map-home .btn-click.top {
  bottom: auto;
  top: 0;
}
.moduletable.mod_tm_ajax_contact_form {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.9);
  padding: 140px 0 130px;
  max-height: 870px;
  min-height: 870px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 60px 0 60px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 40px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletable.mod_tm_ajax_contact_form {
    padding: 80px 0 30px;
  }
}
.moduletable.mod_tm_ajax_contact_form .module_title {
  font-size: 75px;
  line-height: 78px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 55px;
    line-height: 68px;
    padding-top: 2px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .module_title {
    font-size: 50px;
    line-height: 52px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html {
  text-align: center;
  padding-bottom: 30px;
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
  display: block;
  color: #777;
  font-size: 25px;
  line-height: 28px;
  padding-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt1 {
    font-size: 20px;
    line-height: 22px;
  }
}
.moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
  display: block;
  color: #ae0000;
  font-size: 55px;
  line-height: 58px;
  font-weight: 200;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletable.mod_tm_ajax_contact_form .custom-contact-html .txt2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.moduletable.mod_tm_ajax_contact_form .controls {
  width: 100%;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_input {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  height: 68px;
}
.moduletable.mod_tm_ajax_contact_form .controls .mod_tm_ajax_contact_form_textarea {
  background: none;
  border: 1px solid #333;
  color: #777;
  font-size: 15px;
  resize: none!important;
  padding: 20px 12px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button {
  text-align: center;
  margin-top: 30px;
}
.moduletable.mod_tm_ajax_contact_form .control-group-button .btn {
  display: inline-block;
  padding: 25px 35px;
}
#parallax-top-un2 {
  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: 1;
  background: #2E9FD9;
  padding: 30px 0;
  overflow: hidden;
}
.bg-primary{background-color: #2E9FD9;}
#custom-html .mod_custom {
  border: 2px solid #42c1f0;
  padding: 20px;
}
@media (max-width: 600px) {
  #footer{text-align: center}
}
.moduletable__footer-spacer{display: none}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .mod_custom {
    margin-bottom: 30px;
  }
}
#custom-html .mod_custom .txt1 {
  color: #fff;
  font-size: 12px;
  line-height: 19px;
}
#custom-html .mod_custom .txt2 a {
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  display: inline-block;
  border: 2px solid #fff;
  margin-top: 20px;
  padding: 0 16px;
}
#custom-html .mod_custom .txt2 a:hover {
  background: #191919;
  border-color: #191919;
}
#custom-html .module_title {
  color: #fff;
  background: none;
  border: none;
  padding: 0 0 15px 0;
  margin: 0;
}
#custom-html .newsflash .wrap-column:first-child {
  margin-left: 0;
}
#custom-html .newsflash .wrap-column {
  float: left;
  width: 270px;
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  font-weight: 300;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column {
    width: 212px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
#custom-html .newsflash .wrap-column img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0px;
  margin-bottom: 20px;
  background: #f7f6f5;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
#custom-html .newsflash .wrap-column .newsflash-title {
  font-size: 13px;
  line-height: 38px;
  text-transform: none;
  color: #fff;
  position: relative;
  padding: 0 0 5px 0;
  margin: -10px 0 0 0;
  font-weight: 300;
  background: none;
  border: none;
}
#custom-html .newsflash .wrap-column .newsflash-title a {
  color: #fff;
}
#custom-html .newsflash .wrap-column .newsflash-title a:hover {
  color: #000;
}
#custom-html .newsflash .wrap-column .home_article_published,
#custom-html .newsflash .wrap-column .home_article_category,
#custom-html .newsflash .wrap-column .home_article_hits {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #fff;
}
#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 {
  padding-left: 5px;
}
#custom-html .newsflash .wrap-column .readmore {
  margin-top: 10px;
}
#custom-html .newsflash .wrap-column .content,
#custom-html .newsflash .wrap-column .readmore {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column .content,
  #custom-html .newsflash .wrap-column .readmore {
    visibility: visible;
    opacity: 1;
  }
}
#custom-html .newsflash .wrap-column:hover img {
  opacity: 0.8;
}
#custom-html .newsflash .wrap-column:hover .animate {
  top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #custom-html .newsflash .wrap-column:hover .animate {
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #custom-html .newsflash .wrap-column:hover .animate {
    top: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #custom-html .newsflash .wrap-column:hover .animate {
    position: relative;
    left: 0;
    top: 20px;
  }
}
#custom-html .newsflash .wrap-column:hover .content,
#custom-html .newsflash .wrap-column:hover .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;
}
/*======================= DOCUMENTATION =======================*/
.camera_wrap .camera_pag .camera_pag_ul li{background-color: #999}
#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;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jmodedit {
    display: none!important;
  }
}
.main-content {
  position: relative;
  z-index: 2;
}
