.form-control {
  display: block;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
  position: static;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a,
.sp-megamenu-parent >li >span {
  display: inline-block;
  padding: 0 15px;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #222;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .sp-megamenu-parent >li >a,
  .sp-megamenu-parent >li >span {
    line-height: 50px;
  }
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
@media screen and (max-width: 1199px) {
  .sp-megamenu-parent >li.sp-has-child>a:after,
  .sp-megamenu-parent >li.sp-has-child>span:after {
    display: none;
  }
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
  cursor: inherit;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: left;
  line-height: 87px;
  margin-left: 10px;
  font-size: 20px;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  #offcanvas-toggler {
    line-height: 52px;
  }
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #333333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-menu .offcanvas-inner {
  padding: 30px 20px;
  text-align: center;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  margin-bottom: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
  }
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  text-align: left;
  padding: 8px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px 10px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input:not(.btn) {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -280px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 1.72;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 13px;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  box-shadow: none !important;
  display: block;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.uneditable-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.uneditable-input:-ms-input-placeholder {
  color: #999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #999;
}
select[disabled],
select[readonly],
fieldset[disabled] select,
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea,
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
.uneditable-input[disabled],
.uneditable-input[readonly],
fieldset[disabled] .uneditable-input {
  cursor: not-allowed;
  background-color: #cccccc;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
div.badge {
  border-radius: 0;
}
.alert.alert-notice {
  color: #fff;
}
.alert.alert-notice .close {
  color: #fff;
  opacity: 1;
}
#sp-top-bar {
  padding: 8px 0;
  background-color: #e6e6e6;
  color: #333333;
  position: relative;
  z-index: 100;
}
#sp-top-bar a {
  color: #333333;
}
#sp-top-bar a:hover {
  text-decoration: none;
}
#sp-top-bar .sp-column > div:first-child {
  margin-left: 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
  margin-bottom: -6px;
}
#sp-top-bar ul.social-icons > li {
  margin: 4px;
}
#sp-top-bar ul.social-icons > li > a.default {
  display: block;
  width: 24px;
  height: 32px;
  line-height: 32px;
}
#sp-top-bar ul.social-icons > li > a > i {
  font-size: 16px;
}
#sp-top-bar ul.menu > li {
  display: inline-block;
  border-bottom: none;
}
#sp-top-bar ul.menu > li > a {
  line-height: 24px;
  padding: 0;
}
#sp-top-bar ul.menu > li > a:before {
  display: none;
}
#sp-top-bar ul.menu > li + li {
  margin-left: 20px;
}
#sp-top-bar .sp-module + .social-icons {
  margin-left: 15px;
}
#sp-top-bar .search form {
  display: table;
}
#sp-top-bar .search form .inputbox {
  height: 30px !important;
  display: table-cell;
  width: auto;
}
#sp-top-bar .search form button {
  display: table-cell;
  padding: 0;
  height: 30px;
  width: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: -1px;
}
#sp-top-bar .sp-contact-info {
  line-height: 32px;
}
#sp-top-bar .chzn-container .chzn-single {
  background: transparent;
  box-shadow: none;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -4px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 3px 3px;
}
ul.social-icons >li a {
  text-align: center;
  color: #999999;
}
ul.social-icons >li a.styled {
  display: inline-block;
  padding: 6px;
  width: 32px;
  height: 32px;
  color: #fff !important;
}
ul.social-icons >li a.styled:hover,
ul.social-icons >li a.styled:focus {
  background-color: #555555;
}
ul.social-icons >li a.styled i {
  font-size: 20px;
}
.sp-contact-info {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}
.sp-contact-info li {
  display: inline-block;
  margin: 0 10px;
  font-size: 90%;
}
.sp-contact-info li i {
  margin: 0 3px;
}
@media (min-width: 992px) {
  .sidebar .body-wrapper,
  .sidebar_navbar .body-wrapper {
    width: calc(100% - 340px);
    margin-right: 30px;
    margin-left: 310px;
  }
}
.offcanvas-menu.offcanvas-desktop {
  z-index: 1100;
}
@media only screen and (min-width: 992px) {
  .offcanvas-menu.offcanvas-desktop {
    visibility: visible;
    left: 0;
    right: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.offcanvas-menu.sidebar-white {
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .offcanvas-menu.sidebar-white .offcanvas-inner {
    padding-right: 0;
  }
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li:hover > a,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li:focus > a {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li a:focus {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li.active a {
  background: transparent !important;
}
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li a:hover,
.offcanvas-menu.sidebar-white .offcanvas-inner .sp-module ul > li ul > li a:focus {
  background: transparent !important;
}
.offcanvas-menu .sp-module-title {
  color: #fff;
}
.offcanvas-menu .ut-ctc .ctc-ct {
  padding: 0;
}
.offcanvas-menu .ut-ctc .ctc-ct dl {
  text-align: left;
}
.offcanvas-menu .ut-ctc .ctc-ct dl dt i {
  color: #fff;
}
.offcanvas-menu .login-button {
  line-height: 0;
}
.offcanvas-menu .login-button i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu div[class*="search-mini"] {
  line-height: inherit;
}
.offcanvas-menu div[class*="search-mini"] div[class*="search-actions"] i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume {
  height: 0;
  padding: 0;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume i {
  border-color: #fff;
  color: #fff;
}
.offcanvas-menu .vmCartModule.cart-mini .cart-resume .total_product {
  background: #000;
}
.offcanvas-menu .vm-mod-categories > ul.menu li ul.menu {
  border-top: none;
}
.offcanvas-menu .vm-mod-categories li.active li.active a {
  font-weight: 400;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-lider {
  width: 1400px;
}
#sp-header {
  border-top: 1px solid #efefef;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
  height: 50px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 50px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0 auto;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
@media screen and (max-width: 991px) {
  #sp-header {
    height: 55px;
  }
  #sp-header .logo {
    height: 50px;
  }
}
#sp-header #sp-menu .sp-module {
  margin-top: 0;
  margin-left: 10px;
}
#sp-header #sp-menu .sp-dropdown-main .sp-module {
  padding: 0;
  margin-left: 0;
}
#sp-header #sp-menu .sp-dropdown-main .sp-module + .sp-module {
  margin-top: 20px;
}
#sp-header #sp-menu .sp-dropdown-mega .row > div[class*="col-"] {
  border-left: 1px solid #ddd;
}
#sp-header #sp-menu .sp-dropdown-mega .row > div[class*="col-"]:first-child {
  border-left: none;
}
#sp-header #sp-menu .sp-dropdown-mega .row + .row {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  #sp-header.withsidebar.menu-fixed {
    left: 310px;
    right: 30px;
    width: auto;
    box-shadow: 0 3px 1px rgba(0,0,0,0.05);
  }
}
.logo {
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0 auto;
}
.logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.logo p {
  margin: 5px 0 0;
}
.sp-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: inherit;
}
.sp-page-title.title-img-bg {
  position: relative;
  padding: 70px 0;
  z-index: 0;
}
.sp-page-title.title-img-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.sp-page-title.title-img-bg .container {
  position: relative;
  z-index: 2;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.sp-page-title .breadcrumb {
  background: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.sp-page-title .breadcrumb >.active {
  color: #666;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #fff;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 80px 0;
}
#sp-main-body > .container {
  max-width: 100%;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #sp-left + #sp-component {
    margin-top: 50px;
  }
  #sp-right + #sp-component {
    margin-top: 50px;
  }
  #sp-component + #sp-right {
    margin-top: 50px;
  }
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
.sppb-addon-image-content {
  position: relative;
}
.sppb-addon-image-content .sppb-image-holder {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}
.sppb-addon-image-content.aligment-left .sppb-image-holder {
  left: 0;
}
.sppb-addon-image-content.aligment-left .sppb-content-holder {
  padding: 120px 0 120px 50px;
}
.sppb-addon-image-content.aligment-right .sppb-image-holder {
  right: 0;
}
.sppb-addon-image-content.aligment-right .sppb-content-holder {
  padding: 120px 50px 120px 0;
}
@media (max-width: 768px) {
  .sppb-addon-image-content .sppb-image-holder {
    position: inherit;
    width: 100% !important;
    height: 300px;
  }
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  position: relative;
  margin: 0 0 20px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module .sp-module-title:after {
  content: "";
  height: 2px;
  width: 60px;
  position: absolute;
  bottom: -1px;
  display: none;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover,
.sp-module ul >li >a:focus {
  background: none;
}
.sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.sp-module ul >li:last-child {
  border-bottom: none;
}
.sp-module .categories-module ul {
  margin: 0 10px;
}
.sp-module .latestnews >div {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
.sp-module .latestnews >div:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.sp-module .latestnews >div >a {
  display: block;
  font-weight: 400;
}
.sp-module .tagscloud {
  margin: -2px 0;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 5px 10px;
  background: #808080;
  color: #fff;
  border-radius: 4px;
  margin: 2px 0;
}
.sp-module .tagscloud .tag-name span {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(0,0,0,0.2);
  border-radius: 10px;
}
.sp-module .tagspopular > ul > li {
  display: inline-block;
  border: none !important;
  margin: 0 7px 10px 0;
}
.sp-module .tagspopular > ul > li > a {
  padding: 5px 10px !important;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
  line-height: 1.5;
  color: #fff;
}
.sp-module .tagspopular > ul > li > a:before {
  display: none;
}
.sp-module .tagspopular > ul > li > a:hover,
.sp-module .tagspopular > ul > li > a:focus {
  background: transparent;
}
.sp-module #mod-search-searchword {
  width: 100%;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
  font-size: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.tags > a.label {
  margin: 0 5px 5px 0;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  background: #222222;
  border: 1px solid #555555;
}
.tags > a.label:hover,
.tags > a.label:focus {
  background: transparent;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 22px;
}
.entry-image img,
.entry-gallery img,
.entry-video img,
.entry-audio img,
.entry-link img {
  width: 100%;
}
.entry-status,
.entry-quote {
  margin-bottom: 50px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.blog .readmore {
  margin-top: 25px;
}
.blog img {
  width: 100%;
}
.blog .entry-header h2 {
  padding-right: 30px;
}
.blog .icons {
  position: absolute;
  top: 0;
  right: 0;
}
.blog .icons button.btn {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
.blog .icons button.btn .caret {
  display: none;
}
.blog .icons .dropdown-menu {
  border-radius: 0;
  min-width: 100px;
}
.blog .icons .dropdown-menu a {
  background: transparent;
}
.blog .media-container {
  position: relative;
}
.blog .media-container .item-date {
  width: 140px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .media-container .item-date:before {
  content: "";
  background: #fff;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
}
.blog .media-container .item-date:after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  right: -6px;
  bottom: -6px;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog .media-container .item-date time {
  display: block;
  line-height: 50px;
  background: #222222;
  color: #fff;
}
.blog .media-container .item-date span {
  width: 50px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 50px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.blog .item:hover .media-container .item-date,
.blog .item:focus .media-container .item-date,
.blog.item:hover .media-container .item-date,
.blog.item:focus .media-container .item-date {
  bottom: 30px;
  right: 30px;
}
.blog .item:hover .media-container .item-date:after,
.blog .item:focus .media-container .item-date:after,
.blog.item:hover .media-container .item-date:after,
.blog.item:focus .media-container .item-date:after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .blog .items-leading .item {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
  }
  .blog .items-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog .items-row > div[class*="col-"] {
    margin-bottom: 50px;
    position: relative;
  }
  .blog .items-row > div[class*="col-"]:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
  }
  .blog .items-row > div[class*="col-"]:nth-child(1):after {
    right: 0;
    left: 15px;
  }
  .blog .items-row > div[class*="col-"]:nth-last-child(1):after {
    right: 15px;
    left: 0;
  }
  .blog .items-row > div[class="col-md-12"]:nth-last-child(1):after {
    left: 15px;
    right: 15px;
  }
  .blog .items-row > .col-md-12 .entry-image,
  .blog .items-row > .col-md-12 .entry-gallery,
  .blog .items-row > .col-md-12 .entry-video,
  .blog .items-row > .col-md-12 .entry-audio,
  .blog .items-row > .col-md-12 .entry-link {
    margin-bottom: 0;
  }
}
.blog.item-page {
  margin-bottom: 0;
}
.blog .content-related {
  margin-top: 50px;
  margin-bottom: -30px;
}
.pager.pagenav {
  margin: 30px 0 0;
  padding: 0;
  background: transparent;
  border: none;
}
.pager.pagenav > li > a {
  border-radius: 0;
}
#sp-comments {
  margin-top: 50px;
}
#sp-bottom {
  background: #333333;
  color: #999;
  padding: 80px 0px 50px;
}
#sp-bottom .sp-module .sp-module-title {
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 18px;
  color: #fff;
  line-height: 28px;
}
#sp-bottom .sp-module ul li {
  border-bottom: 1px dashed #555555;
}
#sp-bottom .sp-module ul li:last-child {
  border-bottom: none;
}
#sp-bottom .sp-module ul li a {
  padding: 0;
  color: #999;
}
#sp-bottom .sp-module ul li a:hover,
#sp-bottom .sp-module ul li a:focus {
  color: #fff;
}
#sp-bottom .mod-articles-category-title {
  color: #fff;
}
#sp-bottom .mod-articles-category-introtext {
  margin-bottom: 5px;
}
#sp-bottom .article-info dd {
  color: #555555;
}
#sp-bottom .sp-column {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #sp-bottom .col-bottom-md {
    width: 50%;
  }
}
#sp-footer {
  color: #333333;
  text-align: center;
  padding: 20px 0;
  background-color: #e6e6e6;
}
#sp-footer a {
  color: #333333;
}
#sp-footer a:hover {
  color: #d0231c;
}
@media only screen and (max-width: 991px) {
  #sp-footer .text-left,
  #sp-footer .text-right {
    text-align: center;
  }
}
#sp-footer .row > div[class*="col-"] {
  padding-top: 7px;
  padding-bottom: 7px;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.error-page {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page body {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.error-page .error-page-inner {
  height: 100%;
  min-height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.error-page .error-page-inner.has-background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error-page .error-page-inner .error-logo-wrap {
  text-align: center;
  margin-bottom: 30px;
}
.error-page .error-page-inner .error-logo-wrap img {
  display: inline-block;
}
.error-page .error-page-inner >div {
  display: table-cell;
  vertical-align: middle;
}
.error-page .fa-exclamation-triangle {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 10px;
}
.error-page .error-code {
  font-weight: bold;
  font-size: 96px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
table.category {
  width: 100%;
}
table.category thead >tr,
table.category tbody >tr {
  border: 1px solid #f2f2f2;
}
table.category thead >tr th,
table.category thead >tr td,
table.category tbody >tr th,
table.category tbody >tr td {
  padding: 10px;
}
.contact-form .form-actions {
  background: none;
  border: none;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #2D2D2D;
  border-radius: 2px;
  color: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .sp-contact-info {
    display: table;
    float: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 89%;
  }
  .sppb-animated .sppb-addon-cta .sppb-cta-title {
    font-size: 28px !important;
    line-height: 40px !important;
  }
  .sppb-animated .sppb-addon-cta .sppb-btn-lg {
    font-size: 16px;
  }
  .scrollup {
    bottom: 25px;
    right: 25px;
  }
  .form-horizontal .control-label {
    width: 100%;
    text-align: left;
  }
  .form-horizontal .controls {
    margin: 0;
    width: 100%;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls textarea {
    width: 100%;
  }
  .form-horizontal .controls textarea {
    height: 131px;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .sp-contact-info li {
    margin: 0 5px;
    font-size: 90%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h2,
.h2 {
  line-height: 30px;
  margin-bottom: 18px;
}
h3,
.h3 {
  line-height: 28px;
  margin-bottom: 18px;
}
h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
h5,
.h5 {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 16px;
}
h6,
.h6 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
}
.splitted {
  overflow: hidden;
}
div.tp-caption.fullscreenvideo {
  left: 0 !important;
  top: 0 !important;
}
.Tienda_Video_overlay {
  left: 0 !important;
  top: 0 !important;
}
@media screen and (max-width: 480px) {
  #sp-slider div[class*="width"],
  #sp-slide div[class*="width"] {
    width: 100%;
  }
}
.sp-megamenu-parent {
  float: none;
}
#sp-page-builder .title-fluid .sppb-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#sp-page-builder .title-white .sppb-section-title .sppb-title-heading {
  color: white;
}
#sp-page-builder .addon-title-bar .sppb-addon-title {
  text-align: left;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#sp-page-builder .addon-title-bar .sppb-addon-title:after {
  position: absolute;
  left: 0;
}
.modules-title-bar .sp-module .sp-module-title {
  padding-bottom: 10px;
}
.modules-title-bar .sp-module .sp-module-title:after {
  left: 0;
  right: auto;
  display: block;
}
.module-inline {
  display: inline-block;
}
.module-inline + .module-inline {
  margin-left: 10px;
}
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-left .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent li {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .logo-center .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .logo-right .logo {
    margin: 0 0 0 auto;
  }
}
#sp-header.header-transparent-white.menu-fixed-out {
  background: transparent;
}
#sp-header.header-transparent-white.menu-fixed-out ul.sp-megamenu-parent > li > a {
  color: #fff;
}
#sp-header.header-transparent-white.menu-fixed-out i {
  color: #fff;
  border-color: #fff;
}
#sp-header.header-transparent {
  background: transparent;
}
#sp-header.header-transparent.menu-fixed {
  background: #fff;
}
#sp-header.header-transparent.menu-fixed-out {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .same-height-columns .sppb-row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .same-height-columns .sppb-row > div > .sppb-column {
    height: 100%;
  }
}
.columns-pb .sppb-row > [class*="sppb-col-"] {
  padding-bottom: 30px;
}
.column-vertical-middle {
  position: relative;
  min-height: 400px;
}
.column-vertical-middle .sppb-column-addons {
  position: absolute;
  top: 50%;
  left: 15px;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .optimize-columns-md .sppb-row div[class*="sppb-col-md-"] {
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .columns-md-full > .sppb-row-container > .sppb-row > div[class*="sppb-col-md-"] {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.up-section-70 {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  z-index: 99 !important;
}
@media only screen and (min-width: 992px) {
  .slider-overlaped {
    margin-top: -90px !important;
  }
}
@media only screen and (max-width: 991px) {
  .slider-overlaped {
    margin-top: -55px !important;
  }
  .slider-overlaped .tp-revslider-mainul {
    overflow: inherit !important;
  }
}
.credit-cards {
  font-size: 28px;
  line-height: 1;
}
#selectForm span {
  display: inline-block;
  margin-right: 10px;
}
#selectForm select {
  display: inline-block;
  height: 44px;
  min-width: 150px;
}
.contact .page-header {
  margin: 0 0 30px;
}
.contact .page-header h2 {
  margin: 0;
  line-height: 1;
  font-size: 24px;
}
.contact .contact-form form legend {
  font-size: 16px;
}
.contact .contact-form form .form-group:last-child {
  margin-bottom: 0;
  position: relative;
}
.contact .contact-form form .checkbox {
  margin-top: 0;
}
.contact .contact-form form .checkbox input {
  margin-left: 0;
  margin-top: 6px;
}
.contact .contact-form form textarea {
  margin-bottom: 0;
  min-height: 150px !important;
}
.contact .contact-form form input.invalid,
.contact .contact-form form textarea.invalid {
  border-color: #d9534f;
}
.contact .contact-form .contactbutton {
  margin-top: 15px;
}
.contact .contact-form .text-right {
  text-align: left;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-address dt {
  color: #222222;
  font-weight: 700;
}
.contact .contact-address dd {
  line-height: 2;
}
.contact .contact-address dd i {
  width: 20px;
}
.contact .contact-links .nav-stacked {
  border: none;
}
.contact .contact-links .nav-stacked > li > a {
  border-radius: 0px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .form-group div + div {
    margin-top: 15px;
  }
  .contact .contact-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-form .text-right {
    text-align: right;
  }
  .contact .contact-form .contactbutton {
    margin-top: 0;
  }
  .contact .contact-form .contactbutton.withcaptcha {
    top: 80px;
  }
}
.registration .form-group:nth-last-child(-n+3) {
  text-align: center;
}
.registration .form-group .btn + .btn {
  margin-left: 5px;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.search .btn-toolbar {
  display: table;
  margin-left: 0;
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .btn-toolbar input[type="text"] {
  height: 45px;
}
.search .btn-toolbar .btn-group {
  float: none;
  display: table-cell;
}
.search .phrases {
  margin-top: 30px;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .phrases .ordering-box {
  margin: 15px 0;
}
.search .only {
  margin-top: 30px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .form-limit {
  margin-top: 20px;
  padding: 015px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.search label {
  display: inline-block;
  margin-right: 5px;
}
.search select {
  display: inline-block;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  margin: 5px 0;
  display: inline-block;
  height: 44px;
}
.finder .word .btn {
  position: relative;
  top: -2px;
  margin: 5px 0;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.finder #finder-filter-window .filter-branch {
  margin: 0 -10px 10px;
}
.finder #finder-filter-window .filter-branch .finder-selects {
  margin-top: 20px;
  padding: 0 10px;
}
.tag-category form fieldset .btn-group label {
  display: none;
}
.tag-category form fieldset .btn-group input[type="text"] {
  float: left;
  height: 45px;
  margin-right: 5px;
}
.tag-category form fieldset .btn-group .btn-primary {
  margin-right: 2px;
}
@media only screen and (max-width: 479px) {
  .tag-category form fieldset .btn-group .btn-default {
    display: none;
  }
}
.tag-category .thumbnails {
  margin: 0 -15px;
  padding: 0;
}
.tag-category .thumbnails li {
  list-style: none;
}
.tag-category .thumbnails li .tag-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
}
.tag-category .thumbnails li .tag-ct h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tag-category ul.category {
  padding: 0;
}
.tag-category ul.category li {
  list-style: none;
  padding-top: 30px;
}
.tag-category ul.category li a img {
  margin-bottom: 20px;
}
.tag-category ul.category li h3 {
  margin: 0;
  font-size: 20px;
}
.tag-category ul.category li .tag-body {
  margin-top: 10px;
}
#jform_captcha {
  display: inline-block;
  margin-top: 15px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper .pagination {
  margin: 0 -5px;
  display: inline-block;
}
.pagination-wrapper .pagination > li > a {
  line-height: 38px;
  height: 40px;
  margin: 5px;
  padding: 0 16px;
  text-align: center;
}
.pagination-wrapper .pagination > li.active a,
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > a:focus {
  color: #fff;
}
.pagination-wrapper .pagination > li:first-child > a,
.pagination-wrapper .pagination > li:last-child > a {
  border-radius: 0;
}
.pagination-wrapper.vm-pagination-bottom {
  margin-top: 50px;
}
body .sppb-btn,
body .btn {
  padding: 10px 30px;
  border-radius: 0px;
  font-size: 14px;
  border: 1px solid transparent;
  white-space: inherit;
}
body .sppb-btn.sppb-btn-outline,
body .btn.sppb-btn-outline {
  padding: 10px 36px;
  border-width: 1px;
  background: transparent;
}
body .sppb-btn.sppb-btn-outline-hover,
body .btn.sppb-btn-outline-hover {
  padding: 10px 36px;
}
body .sppb-btn.sppb-btn-outline-hover:hover,
body .sppb-btn.sppb-btn-outline-hover:focus,
body .btn.sppb-btn-outline-hover:hover,
body .btn.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-xs,
body .sppb-btn-xs,
body .btn-xs,
body .btn-xs {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 2px;
  border: 1px solid transparent;
}
body .sppb-btn-xs.sppb-btn-outline,
body .sppb-btn-xs.sppb-btn-outline,
body .btn-xs.sppb-btn-outline,
body .btn-xs.sppb-btn-outline {
  padding: 2px 6px;
}
body .sppb-btn-xs.sppb-btn-outline-hover,
body .sppb-btn-xs.sppb-btn-outline-hover,
body .btn-xs.sppb-btn-outline-hover,
body .btn-xs.sppb-btn-outline-hover {
  padding: 2px 6px;
  border-width: 1px;
}
body .sppb-btn-xs.sppb-btn-outline-hover:hover,
body .sppb-btn-xs.sppb-btn-outline-hover:focus,
body .sppb-btn-xs.sppb-btn-outline-hover:hover,
body .sppb-btn-xs.sppb-btn-outline-hover:focus,
body .btn-xs.sppb-btn-outline-hover:hover,
body .btn-xs.sppb-btn-outline-hover:focus,
body .btn-xs.sppb-btn-outline-hover:hover,
body .btn-xs.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-sm,
body .sppb-btn-sm,
body .btn-sm,
body .btn-sm {
  padding: 8px 15px;
  font-size: 15px;
  line-height: 1.4;
  border: 1px solid transparent;
}
body .sppb-btn-sm.sppb-btn-outline,
body .sppb-btn-sm.sppb-btn-outline,
body .btn-sm.sppb-btn-outline,
body .btn-sm.sppb-btn-outline {
  padding: 8px 15px;
}
body .sppb-btn-sm.sppb-btn-outline-hover,
body .sppb-btn-sm.sppb-btn-outline-hover,
body .btn-sm.sppb-btn-outline-hover,
body .btn-sm.sppb-btn-outline-hover {
  padding: 8px 15px;
  border-width: 1px;
}
body .sppb-btn-sm.sppb-btn-outline-hover:hover,
body .sppb-btn-sm.sppb-btn-outline-hover:focus,
body .sppb-btn-sm.sppb-btn-outline-hover:hover,
body .sppb-btn-sm.sppb-btn-outline-hover:focus,
body .btn-sm.sppb-btn-outline-hover:hover,
body .btn-sm.sppb-btn-outline-hover:focus,
body .btn-sm.sppb-btn-outline-hover:hover,
body .btn-sm.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-lg,
body .sppb-btn-lg,
body .btn-lg,
body .btn-lg {
  font-size: 15px;
  padding: 12px 36px;
  border: 2px solid transparent;
}
body .sppb-btn-lg.sppb-btn-outline,
body .sppb-btn-lg.sppb-btn-outline,
body .btn-lg.sppb-btn-outline,
body .btn-lg.sppb-btn-outline {
  padding: 12px 36px;
  border-width: 2px;
}
body .sppb-btn-lg.sppb-btn-outline-hover,
body .sppb-btn-lg.sppb-btn-outline-hover,
body .btn-lg.sppb-btn-outline-hover,
body .btn-lg.sppb-btn-outline-hover {
  padding: 12px 36px;
}
body .sppb-btn-lg.sppb-btn-outline-hover:hover,
body .sppb-btn-lg.sppb-btn-outline-hover:focus,
body .sppb-btn-lg.sppb-btn-outline-hover:hover,
body .sppb-btn-lg.sppb-btn-outline-hover:focus,
body .btn-lg.sppb-btn-outline-hover:hover,
body .btn-lg.sppb-btn-outline-hover:focus,
body .btn-lg.sppb-btn-outline-hover:hover,
body .btn-lg.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-xlg,
body .sppb-btn-xlg,
body .btn-xlg,
body .btn-xlg {
  font-size: 16px;
  padding: 15px 40px;
  border: 3px solid transparent;
}
body .sppb-btn-xlg.sppb-btn-outline,
body .sppb-btn-xlg.sppb-btn-outline,
body .btn-xlg.sppb-btn-outline,
body .btn-xlg.sppb-btn-outline {
  padding: 15px 40px;
  border-width: 3px;
}
body .sppb-btn-xlg.sppb-btn-outline-hover,
body .sppb-btn-xlg.sppb-btn-outline-hover,
body .btn-xlg.sppb-btn-outline-hover,
body .btn-xlg.sppb-btn-outline-hover {
  padding: 15px 40px;
}
body .sppb-btn-xlg.sppb-btn-outline-hover:hover,
body .sppb-btn-xlg.sppb-btn-outline-hover:focus,
body .sppb-btn-xlg.sppb-btn-outline-hover:hover,
body .sppb-btn-xlg.sppb-btn-outline-hover:focus,
body .btn-xlg.sppb-btn-outline-hover:hover,
body .btn-xlg.sppb-btn-outline-hover:focus,
body .btn-xlg.sppb-btn-outline-hover:hover,
body .btn-xlg.sppb-btn-outline-hover:focus {
  background: transparent;
}
body .sppb-btn-round {
  border-radius: 100px !important;
}
body .sppb-btn-rounded {
  border-radius: 4px;
}
body .btn-primary.focus,
body .btn-primary:focus,
body .sppb-btn-primary.focus,
body .sppb-btn-primary:focus {
  box-shadow: none;
}
body .btn-primary.sppb-btn-outline:hover,
body .btn-primary.sppb-btn-outline:focus,
body .btn-primary.sppb-btn-outline:active,
body .btn-primary.sppb-btn-outline.active,
body .sppb-btn-primary.sppb-btn-outline:hover,
body .sppb-btn-primary.sppb-btn-outline:focus,
body .sppb-btn-primary.sppb-btn-outline:active,
body .sppb-btn-primary.sppb-btn-outline.active {
  color: #fff;
}
body .btn-primary-white,
body .sppb-btn-primary-white {
  color: #fff;
}
body .btn-primary-white:hover,
body .btn-primary-white:focus,
body .sppb-btn-primary-white:hover,
body .sppb-btn-primary-white:focus {
  background: #fff;
}
body .btn-primary-white.sppb-btn-outline:hover,
body .btn-primary-white.sppb-btn-outline:focus,
body .sppb-btn-primary-white.sppb-btn-outline:hover,
body .sppb-btn-primary-white.sppb-btn-outline:focus {
  border-color: #fff;
}
body .btn-primary-white.sppb-btn-outline-hover:hover,
body .btn-primary-white.sppb-btn-outline-hover:focus,
body .sppb-btn-primary-white.sppb-btn-outline-hover:hover,
body .sppb-btn-primary-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
body .btn-primary-black,
body .sppb-btn-primary-black {
  color: #222222;
}
body .btn-primary-black:hover,
body .btn-primary-black:focus,
body .sppb-btn-primary-black:hover,
body .sppb-btn-primary-black:focus {
  background: #222222;
}
body .btn-primary-black.sppb-btn-outline:hover,
body .btn-primary-black.sppb-btn-outline:focus,
body .sppb-btn-primary-black.sppb-btn-outline:hover,
body .sppb-btn-primary-black.sppb-btn-outline:focus {
  border-color: #222222;
}
body .btn-primary-black.sppb-btn-outline-hover:hover,
body .btn-primary-black.sppb-btn-outline-hover:focus,
body .sppb-btn-primary-black.sppb-btn-outline-hover:hover,
body .sppb-btn-primary-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-white,
body .sppb-btn-white {
  background: #fff;
  color: #222222;
}
body .btn-white:hover,
body .btn-white:focus,
body .sppb-btn-white:hover,
body .sppb-btn-white:focus {
  background-color: #e6e6e6;
  color: #222222;
}
body .btn-white.sppb-btn-outline,
body .sppb-btn-white.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white.sppb-btn-outline:hover,
body .btn-white.sppb-btn-outline:focus,
body .sppb-btn-white.sppb-btn-outline:hover,
body .sppb-btn-white.sppb-btn-outline:focus {
  background: #fff;
  color: #222222;
}
body .btn-white.sppb-btn-outline-hover:hover,
body .btn-white.sppb-btn-outline-hover:focus,
body .sppb-btn-white.sppb-btn-outline-hover:hover,
body .sppb-btn-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
body .btn-white-primary,
body .sppb-btn-white-primary {
  background: #fff;
}
body .btn-white-primary:hover,
body .btn-white-primary:focus,
body .sppb-btn-white-primary:hover,
body .sppb-btn-white-primary:focus {
  color: #fff;
}
body .btn-white-primary.sppb-btn-outline,
body .sppb-btn-white-primary.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white-primary.sppb-btn-outline:hover,
body .btn-white-primary.sppb-btn-outline:focus,
body .sppb-btn-white-primary.sppb-btn-outline:hover,
body .sppb-btn-white-primary.sppb-btn-outline:focus {
  color: #fff;
  border-color: transparent;
}
body .btn-white-primary.sppb-btn-outline-hover,
body .sppb-btn-white-primary.sppb-btn-outline-hover {
  background: #fff;
}
body .btn-white-black,
body .sppb-btn-white-black {
  background: #fff;
  color: #222222;
}
body .btn-white-black:hover,
body .btn-white-black:focus,
body .sppb-btn-white-black:hover,
body .sppb-btn-white-black:focus {
  background: #222222;
  color: #fff;
}
body .btn-white-black.sppb-btn-outline,
body .sppb-btn-white-black.sppb-btn-outline {
  border-color: #fff;
  color: #fff;
}
body .btn-white-black.sppb-btn-outline:hover,
body .btn-white-black.sppb-btn-outline:focus,
body .sppb-btn-white-black.sppb-btn-outline:hover,
body .sppb-btn-white-black.sppb-btn-outline:focus {
  border-color: transparent;
}
body .btn-white-black.sppb-btn-outline-hover:hover,
body .btn-white-black.sppb-btn-outline-hover:focus,
body .sppb-btn-white-black.sppb-btn-outline-hover:hover,
body .sppb-btn-white-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-black,
body .sppb-btn-black {
  background: #222222;
  color: #fff;
}
body .btn-black:hover,
body .btn-black:focus,
body .sppb-btn-black:hover,
body .sppb-btn-black:focus {
  background-color: #2f2f2f;
  color: #fff;
}
body .btn-black.sppb-btn-outline,
body .sppb-btn-black.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black.sppb-btn-outline:hover,
body .btn-black.sppb-btn-outline:focus,
body .sppb-btn-black.sppb-btn-outline:hover,
body .sppb-btn-black.sppb-btn-outline:focus {
  background: #222222;
  color: #fff;
}
body .btn-black.sppb-btn-outline-hover:hover,
body .btn-black.sppb-btn-outline-hover:focus,
body .sppb-btn-black.sppb-btn-outline-hover:hover,
body .sppb-btn-black.sppb-btn-outline-hover:focus {
  border-color: #222222;
  color: #222222;
}
body .btn-black-primary,
body .sppb-btn-black-primary {
  background: #222222;
}
body .btn-black-primary:hover,
body .btn-black-primary:focus,
body .sppb-btn-black-primary:hover,
body .sppb-btn-black-primary:focus {
  color: #222222;
}
body .btn-black-primary.sppb-btn-outline,
body .sppb-btn-black-primary.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black-primary.sppb-btn-outline:hover,
body .btn-black-primary.sppb-btn-outline:focus,
body .sppb-btn-black-primary.sppb-btn-outline:hover,
body .sppb-btn-black-primary.sppb-btn-outline:focus {
  color: #222222;
  border-color: transparent;
}
body .btn-black-primary.sppb-btn-outline-hover,
body .sppb-btn-black-primary.sppb-btn-outline-hover {
  background: #222222;
}
body .btn-black-white,
body .sppb-btn-black-white {
  background: #222222;
  color: #fff;
}
body .btn-black-white:hover,
body .btn-black-white:focus,
body .sppb-btn-black-white:hover,
body .sppb-btn-black-white:focus {
  background: #fff;
  color: #222222;
}
body .btn-black-white.sppb-btn-outline,
body .sppb-btn-black-white.sppb-btn-outline {
  border-color: #222222;
  color: #222222;
}
body .btn-black-white.sppb-btn-outline:hover,
body .btn-black-white.sppb-btn-outline:focus,
body .sppb-btn-black-white.sppb-btn-outline:hover,
body .sppb-btn-black-white.sppb-btn-outline:focus {
  border-color: transparent;
}
body .btn-black-white.sppb-btn-outline-hover:hover,
body .btn-black-white.sppb-btn-outline-hover:focus,
body .sppb-btn-black-white.sppb-btn-outline-hover:hover,
body .sppb-btn-black-white.sppb-btn-outline-hover:focus {
  border-color: #fff;
  color: #fff;
}
div.ut-ctc .ctc-ct {
  padding: 0;
}
div.ut-ctc .ctc-ct .ctc-title {
  display: none;
}
div.ut-ctc .ctc-ct dl dt {
  line-height: 24px;
}
div.ut-ctc .ctc-ct dl dt i {
  font-size: inherit;
  top: 0;
}
div.ut-ctc .ctc-ct dl dd {
  line-height: 24px;
  margin-bottom: 10px;
}
div.ut-ctc .ctc-ct form input[type="text"],
div.ut-ctc .ctc-ct form textarea {
  background-color: rgba(255,255,255,0.1);
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.ut-ctc .ctc-ct form textarea {
  min-height: 140px;
}
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li >ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #555555;
}
.itp-share-mod {
  display: inline-block;
}
.itp-share-mod:before,
.itp-share-mod:after {
  content: " ";
  display: table;
}
.itp-share-mod:after {
  clear: both;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div,
.itp-share-mod div[class*="itp-share"] > span,
.itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 20px;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
.ut-joomstagram .jg-photo-ct ul li {
  border-bottom: none !important;
}
.blog-default .items-list .image-ct {
  position: relative;
  overflow: hidden;
}
.blog-default .items-list .image-ct .entry-image,
.blog-default .items-list .image-ct .entry-gallery,
.blog-default .items-list .image-ct .entry-video,
.blog-default .items-list .image-ct .entry-audio,
.blog-default .items-list .image-ct .entry-link {
  margin-bottom: 0;
}
.blog-default .items-list .image-ct img {
  width: 100%;
}
.blog-default .items-list .image-ct .item-date {
  width: 80px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-default .items-list .image-ct .item-date:before {
  content: "";
  width: 82px;
  height: 42px;
  background: #fff;
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: -1;
}
.blog-default .items-list .image-ct .item-date:after {
  content: "";
  width: 92px;
  height: 52px;
  position: absolute;
  top: -6px;
  right: -6px;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog-default .items-list .image-ct .item-date span {
  display: inline-block;
  width: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  background-color: #222222;
  float: left;
}
.blog-default .items-list .image-ct .item-date span:first-child {
  font-size: 18px;
  font-weight: 600;
}
.blog-default .items-list .content-ct {
  background: #fff;
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.blog-default .items-list .content-ct h4 {
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 16px;
}
.blog-default .items-list .content-ct h4 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-default .items-list .content-ct .mod-articles-category-introtext {
  font-size: 14px;
  margin-top: 10px;
}
.blog-default .items-list .content-ct dl dd {
  text-transform: capitalize;
  color: #777777;
}
.blog-default .items-list .content-ct dl dd a {
  color: #777777;
}
.blog-default .items-list > div:hover .item-date,
.blog-default .items-list > div:focus .item-date {
  bottom: 20px;
  right: 20px;
}
.blog-default .items-list > div:hover .item-date:after,
.blog-default .items-list > div:focus .item-date:after {
  opacity: 1;
}
.blog-grid .items-list .item-container {
  padding-bottom: 30px;
}
.blog-grid .items-list .item-container .image-ct img {
  width: 100%;
}
.blog-grid .items-list .item-container .content-ct h3 {
  margin-bottom: 10px;
}
.blog-grid .items-list .item-container .content-ct h3 .mod-articles-category-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inherit;
}
.blog-grid .items-list .item-container .article-info {
  margin-bottom: 10px;
}
.blog-grid .items-list .item-container .mod-articles-category-readmore {
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .blog-grid .items-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .blog-grid .items-list > div[class*="col-"] {
    height: 100%;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(even) {
    border-left: 1px solid #ddd;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(even):before {
    right: 15px;
    left: 0;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(odd):before {
    right: 0;
    left: 15px;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(n+3) {
    padding-top: 30px;
    position: relative;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-child(n+3):before {
    content: "";
    height: 1px;
    background: #ddd;
    display: block;
    position: absolute;
    top: 0;
  }
  .blog-grid .items-list > div[class*="col-"]:nth-last-child(2),
  .blog-grid .items-list > div[class*="col-"]:nth-last-child(1) {
    padding-bottom: 0;
  }
}
.blog-list .item-container {
  margin-bottom: 20px;
}
.blog-list .item-container:last-child {
  margin-bottom: 0;
}
.blog-list .item-container .image-ct div[class*="entry"] {
  margin-bottom: 0;
}
.blog-list .item-container .content-ct {
  padding-left: 0;
}
.blog-list .item-container .content-ct h5 {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  top: -4px;
  margin-bottom: 8px;
}
.login-button {
  display: inline-block;
  line-height: 90px;
}
.login-button i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .login-button {
    line-height: 55px;
  }
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
div[class*="search-mini"] {
  line-height: 90px;
}
div[class*="search-mini"] div[class*="search-actions"] i {
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  div[class*="search-mini"] {
    line-height: 55px;
  }
}
div[class*="search-mini-ct"] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  z-index: 10002;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div[class*="search-mini-ct"] div[class*="search-actions"] {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
div[class*="search-mini-ct"] div[class*="search-actions"] i {
  color: rgba(255,255,255,0.7);
  font-size: 32px;
}
div[class*="search-mini-ct"] .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
div[class*="search-mini-ct"] .container.closed {
  width: 100px;
  opacity: 0;
}
div[class*="search-mini-ct"] .search-mini-form {
  position: relative;
}
div[class*="search-mini-ct"] button.search-button,
div[class*="search-mini-ct"] button.button,
div[class*="search-mini-ct"] input.button {
  border: none;
  background: rgba(255,255,255,0.7);
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  min-width: 40px;
}
div[class*="search-mini-ct"] input.inputbox {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.7);
  background: transparent;
  color: #fff;
}
.horizontal-separator {
  background: transparent;
  height: 0;
  margin: 10px 0;
}
.horizontal-separator:before,
.horizontal-separator:after {
  content: " ";
  display: table;
}
.horizontal-separator:after {
  clear: both;
}
.categories-view .horizontal-separator {
  margin: 15px 0;
}
div.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
div.related-products-view .spacer,
.browse-view .row .product .spacer,
div.product-field-type-R .spacer,
div.product-field-type-Z .spacer,
.vmgroup .product .spacer,
.product-related-products .spacer,
.product-related-categories .spacer {
  padding: 0 15px;
  position: relative;
  margin: 0;
  border: none;
}
.featured-view h4,
.discontinued-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4,
.products-view h4,
.product-fields-title-wrapper h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
}
.featured-view h4:before,
.discontinued-view h4:before,
.latest-view h4:before,
.topten-view h4:before,
.recent-view h4:before,
.related-products-view h4:before,
.products-view h4:before,
.product-fields-title-wrapper h4:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}
.featured-view h4:after,
.discontinued-view h4:after,
.latest-view h4:after,
.topten-view h4:after,
.recent-view h4:after,
.related-products-view h4:after,
.products-view h4:after,
.product-fields-title-wrapper h4:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #555555;
  margin: 19px auto 0 0;
  z-index: 1;
  position: relative;
}
.category-view img,
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.browseProductImage {
  width: 100%;
  max-height: 100%;
}
div[class*="-view"] div.row {
  margin: -20px -15px 0;
}
@media screen and (max-width: 480px) {
  div[class*="vm-col-"] {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div[class*="vm-col-5"],
  div[class*="vm-col-6"] {
    width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .width33 {
    width: 33.333% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width33 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width33 {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width25 {
    width: 100% !important;
  }
}
.browse-view {
  margin-bottom: 0;
}
.vendor-store-desc,
.categories-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.products-view,
.related-products-view,
.order-view {
  margin-bottom: 70px;
}
div[class*="vm3pr-"] > div {
  min-height: inherit !important;
}
.addtocart-bar {
  display: inline-block;
}
.addtocart-bar span.quantity-controls {
  display: inline-block;
  margin: 0;
  width: auto;
  background: #fafafa;
  float: left;
  height: 44px;
  position: relative;
  top: -1px;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  background: transparent;
  height: 44px;
  width: 25px;
  padding: 0;
  font-size: 18px;
  border: 1px solid #222222;
}
.addtocart-bar span.quantity-box {
  display: inline-block;
  margin: 0 -1px;
  float: left;
  position: relative;
  z-index: 2;
  background: #fafafa;
}
.addtocart-bar span.quantity-box input {
  height: 44px;
  width: 40px !important;
  background: transparent;
  border-color: #222222;
}
.addtocart-bar span.quantity-box input:hover,
.addtocart-bar span.quantity-box input:focus {
  background: transparent;
}
.addtocart-bar span.addtocart-button {
  margin-right: 10px;
  float: left;
}
.addtocart-bar span.addtocart-button input {
  height: 44px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
}
.featured-view .product,
.discontinued-view .product,
.latest-view .product,
.topten-view .product,
.recent-view .product,
.related-products-view .product {
  text-align: inherit;
}
div.product {
  margin-top: 50px;
  min-width: auto;
}
div.product .vm-product-media-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
div.product .vm-product-media-container img {
  width: 100%;
}
div.product .vm-product-media-container .product-overlay {
  background-color: rgba(255,255,255,0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.product .vm-product-media-container .product-overlay .product-actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
div.product .vm-product-media-container .product-overlay .product-actions .vm-product-rating-container {
  text-align: center;
  margin-top: 10px;
}
div.product .vm-product-media-container .product-overlay .product-actions span.addtocart-button {
  margin-right: 0;
}
div.product .vm-product-media-container .vm-details-button {
  position: absolute;
  text-align: center;
  right: 0;
  bottom: 0;
  transform: translate(100%,100%);
  -webkit-transform: translate(100%,100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.product .vm-product-media-container .vm-details-button .product-details {
  width: 40px;
  height: 40px;
  padding: 0;
  max-width: 100%;
  background: #222222;
  font-size: 20px;
  border-radius: 0px;
  border: none;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  line-height: 36px;
  letter-spacing: 0.1em;
}
div.product .product-container:hover .product-overlay,
div.product .product-container:focus .product-overlay {
  opacity: 1;
  visibility: visible;
}
div.product .product-container:hover .vm-details-button,
div.product .product-container:focus .vm-details-button {
  bottom: 10px;
  right: 10px;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
div.product .product-small-detail h3 {
  margin: 0 0 7px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
div.product .product-small-detail .product-price {
  float: none;
  text-align: inherit;
  margin-bottom: 0;
}
div.product .product-small-detail .product-price .vm-price-desc {
  margin: 0;
}
div.product .product-small-detail .product-price .PricesalesPrice span {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
}
div.product .product-list-details div[class*="vm-product-descr-container-"] {
  margin: 25px 0;
  min-height: inherit;
}
@media only screen and (max-width: 480px) {
  div.product {
    width: 100% !important;
  }
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-badge .badge {
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.product-badge .badge.hot {
  background-color: #f0ad4e;
}
.product-badge .badge.new {
  background-color: #5cb85c;
}
p.product_s_desc {
  line-height: inherit;
  height: auto;
}
.browse-view.grid {
  text-align: center;
}
.browse-view.grid .product-small-detail .vm-product-rating-container {
  display: none;
}
.browse-view.grid .product-list-details {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .browse-view.grid .vm-col-optimized {
    width: 50% !important;
  }
}
.browse-view.list .product .product-overlay {
  display: none;
}
.browse-view.list .product .product-container .vm-product-media-container a {
  display: block;
  position: relative;
}
.browse-view.list .product .product-container .vm-product-media-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browse-view.list .product .product-container:hover .vm-product-media-container a:before,
.browse-view.list .product .product-container:focus .vm-product-media-container a:before {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .browse-view.list .vm-product-media-container {
    margin-bottom: 0;
  }
}
.browse-view.list .product-small-detail .product-price {
  padding: 16px 0;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .browse-view.list .vm-col-optimized {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .browse-view.list .product[class*="vm-col"] {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vm-col-optimized {
    width: 50% !important;
  }
}
.product-related-products,
.product-related-categories {
  margin: 70px -15px 0;
  border: none !important;
  padding-bottom: 0;
}
.product-related-products .product-fields-title-wrapper,
.product-related-categories .product-fields-title-wrapper {
  padding: 0;
}
.product-related-products .product-fields-title:before,
.product-related-categories .product-fields-title:before {
  left: 15px;
  right: 15px;
  width: auto;
}
div.product-field-type-R,
div.product-field-type-Z {
  margin: 0;
  text-align: center;
}
div.product-field-type-R .product {
  float: none;
}
div.product-field-type-R .product_s_desc {
  margin-top: 20px;
}
div.product-field-type-Z .category {
  margin-top: 30px;
}
.category-view {
  margin-bottom: 0;
}
.category-view .categories-view .row {
  margin-top: -30px;
}
div.category .spacer {
  padding-top: 30px !important;
}
div.category .spacer > a {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #000 !important;
}
div.category .spacer > a img {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
}
div.category .spacer h2,
div.category .spacer h3,
div.category .spacer h4 {
  font-size: 14px;
  padding: 10px 15px !important;
  font-weight: 400;
  background: #222222;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
div.category .spacer h2 a,
div.category .spacer h3 a,
div.category .spacer h4 a {
  color: #fff;
}
div.category .spacer h2 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 155px;
}
div.category .spacer:hover a img,
div.category .spacer:focus a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.35;
}
@media only screen and (max-width: 480px) {
  div.category:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  div.category:nth-child(n+3) {
    margin-top: 30px;
  }
}
.category_description p {
  margin-bottom: 50px;
}
.productdetails-view .vm-product-container {
  margin: 0 -15px;
}
.productdetails-view .vm-product-container:before,
.productdetails-view .vm-product-container:after {
  content: " ";
  display: table;
}
.productdetails-view .vm-product-container:after {
  clear: both;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container {
  width: 100%;
  position: relative;
  float: none;
  margin-bottom: 0;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container .main-image a img {
  width: 100%;
  max-height: inherit;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images {
  margin: 0 -5px;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft {
  width: 25%;
  padding: 10px 5px 0;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft img {
  margin: 0;
  width: 100%;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons {
  margin: 0 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a {
  display: inline-block;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a + a {
  margin-left: 3px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  line-height: inherit;
  margin: 10px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice .vm-price-desc {
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice .PricesalesPrice {
  font-weight: 600;
  color: #222222;
  font-size: 16px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-short-description {
  margin: 25px 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area {
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
  margin-bottom: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper span {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single {
  height: 44px;
  border-radius: 0px;
  background: transparent;
  border-color: #ddd;
  box-shadow: none;
  padding: 7px 0 7px 9px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single > div > b {
  background-position: 0px 8px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop {
  border-color: #ddd;
  border-radius: 0;
  width: 100% !important;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results li {
  padding: 8px 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin-top: 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a {
  background: transparent;
  border-color: #ddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  padding: 0 10px;
  line-height: 38px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:hover,
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:focus {
  color: #222222;
  border-color: #222222;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category a {
  padding: 0;
  background: transparent;
  border: none;
  color: #222222;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .manufacturer {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-share {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding: 8px 0;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    margin-top: 20px;
  }
}
.productdetails-view .vm-product-tabs {
  margin-top: 60px;
}
.productdetails-view .vm-product-tabs .nav-tabs {
  border: none;
}
.productdetails-view .vm-product-tabs .nav-tabs li {
  margin-left: 20px;
}
.productdetails-view .vm-product-tabs .nav-tabs li:first-child {
  margin-left: 0;
}
.productdetails-view .vm-product-tabs .nav-tabs li a {
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 0;
  border: none;
  margin: 0;
  font-weight: 600;
}
.productdetails-view .vm-product-tabs .nav-tabs li a:hover,
.productdetails-view .vm-product-tabs .nav-tabs li a:focus {
  color: #222222;
  background: transparent;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active a {
  color: #222222;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding-top: 20px;
}
.productdetails-view .product-neighbours {
  margin: 15px 0 0;
}
.productdetails-view .product-neighbours a {
  position: relative;
  line-height: 26px;
  margin-top: 10px;
}
.productdetails-view .product-neighbours a:before {
  content: "\f100";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  line-height: 26px;
}
.productdetails-view .product-neighbours a.previous-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page:before {
  content: "\f101";
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    width: 100%;
  }
}
.contentpane {
  padding: 20px 15px;
}
.ask-a-question-view {
  padding: 0;
}
.ask-a-question-view h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.ask-a-question-view .product-summary h2,
.ask-a-question-view .product-summary .short-description {
  padding-right: 15px;
}
.ask-a-question-view .form-field form .askform {
  width: 100%;
}
.ask-a-question-view .form-field form .askform td {
  padding: 8px 0;
}
.ask-a-question-view .form-field form .askform input#name,
.ask-a-question-view .form-field form .askform input#email {
  padding: 0 10px;
  border-radius: 0;
  background: transparent;
}
.ask-a-question-view .form-field form .askform input#name:hover,
.ask-a-question-view .form-field form .askform input#name:focus,
.ask-a-question-view .form-field form .askform input#email:hover,
.ask-a-question-view .form-field form .askform input#email:focus {
  background: transparent;
}
.ask-a-question-view .form-field form textarea.field {
  border-radius: 0px;
  background: transparent;
}
.ask-a-question-view .form-field form textarea.field:focus {
  background: transparent;
  border-color: #222222;
}
.ask-a-question-view .form-field form .submit {
  width: 100%;
}
.ask-a-question-view .form-field form .submit .highlight-button {
  height: 44px;
  border-radius: 0px;
  background: #e94e4c;
  margin-top: 25px;
  border-color: #e94e4c;
}
.ask-a-question-view .form-field form .submit .counter {
  height: 44px;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  text-align: center;
}
.manufacturer-view-default {
  margin: -30px 0 0;
}
.manufacturer-view-default .row .manufacturer {
  margin-top: 30px;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0 15px;
}
.manufacturer-view-default .row .manufacturer .spacer > a img {
  border: 1px solid #ddd;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}
.manufacturer-details-view .spacer {
  padding: 0;
  margin: 0 -15px;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  text-align: center;
  padding: 0 15px;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: none;
  margin: 0;
  border: 1px solid #ddd;
  display: inline-block;
}
.manufacturer-details-view .spacer .manufacturer-info {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .manufacturer-details-view .spacer .manufacturer-info {
    margin-top: 30px;
  }
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link a {
  padding: 7px 12px;
  background: #e94e4c;
  border-color: #e94e4c;
  color: #fff;
  border-radius: 0px;
  height: 40px;
  line-height: 26px;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-sizing: border-box;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link {
  display: inline-block;
  margin: 20px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .manufacturer-details-view .spacer div.manufacturer-image {
    float: none;
  }
}
.vmgroup {
  margin-top: -50px;
}
.vmgroup .vmproducts {
  margin: 0 -15px;
  text-align: center;
}
.vmgroup .vmproducts .vm-product-media-container a img {
  width: 100%;
}
.vmgroup .vmproducts .vm-price-desc {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area {
  margin: 0;
}
.vmgroup .vmproducts .addtocart-area .addtocart-bar {
  margin: 0;
}
.vmgroup.list > .vmproducts > .product {
  text-align: left;
  min-width: auto;
  width: 100%;
  margin: 50px 0 0;
}
.vmgroup.list > .vmproducts > .product .spacer {
  margin: 0 -15px;
}
.vmgroup.list > .vmproducts > .product .product-list-details {
  margin-top: 15px;
}
.vmgroup.list > .vmproducts > .product .vm-product-media-container {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .vmgroup.list > .vmproducts > .product .vm-product-media-container {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .vmgroup.list .product-details-full {
    padding-left: 0;
  }
}
#vm-categories-wall {
  margin: 0;
}
#vm-categories-wall.category-view {
  margin: 0;
}
#vm-categories-wall.category-view:before,
#vm-categories-wall.category-view:after {
  content: " ";
  display: table;
}
#vm-categories-wall.category-view:after {
  clear: both;
}
#vm-categories-wall.category-view .row {
  margin: -30px -15px 20px;
  display: block;
}
#vm-categories-wall.category-view .row .category .spacer {
  padding: 0 15px;
}
#vm-categories-wall.category-view .row .category .spacer a img {
  margin: 0;
}
.vm-mod-categories > ul.menu {
  margin: 0;
  padding: 0;
}
.vm-mod-categories > ul.menu li {
  list-style: none;
  border-color: #e6e6e6;
}
.vm-mod-categories > ul.menu li.active > div a {
  font-weight: 700;
}
.vm-mod-categories > ul.menu li div a {
  line-height: 26px;
  padding: 8px 0;
  display: block;
  position: relative;
}
.vm-mod-categories > ul.menu li div a:after {
  content: "\f105";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}
.vm-mod-categories > ul.menu li ul.menu {
  border-top: 1px solid #e6e6e6;
}
.vm-mod-categories ul.VMmenu {
  padding: 0;
  margin-bottom: 0;
}
.vm-mod-categories ul.VMmenu li {
  padding: 0;
  border: none;
}
.vm-mod-categories ul.VMmenu li.VmClose {
  padding: 0;
  border: none;
}
.vm-mod-categories ul.VMmenu li div {
  position: relative;
}
.vm-mod-categories ul.VMmenu li div a {
  line-height: 26px;
  position: relative;
  display: block;
  padding: 7px 0 8px;
  border-top: 1px solid #e6e6e6;
}
.vm-mod-categories ul.VMmenu li div .VmArrowdown {
  position: absolute;
  top: 12px;
  right: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu {
  padding: 0;
}
.vm-mod-categories ul.VMmenu li ul.menu >li >div >a {
  padding-left: 10px;
}
.vm-mod-categories ul.VMmenu >li:nth-child(1) > div > a {
  border: none;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v12-latin-regular.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local('Montserrat Italic'), local('Montserrat-Italic'), url('../fonts/montserrat-v12-latin-italic.woff2') format('woff2'), url('../fonts/montserrat-v12-latin-italic.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url('../fonts/montserrat-v12-latin-500.woff2') format('woff2'), url('../fonts/montserrat-v12-latin-500.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'), url('../fonts/montserrat-v12-latin-600.woff') format('woff');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v12-latin-700.woff') format('woff');
}
a:hover {
  text-decoration: underline;
}
body {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}
h1 {
  color: #d0231c !important;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
h5 {
  font-size: 14px;
  font-weight: bold;
}
h6 {
  font-size: 10px;
  text-transform: uppercase;
}
h1>span {
  color: #6d6d6d;
}
*[data-toggle='tooltip'],
.hasTooltip {
  display: inline-block !important;
}
.sparen {
  position: relative;
  overflow: hidden;
}
.sparen:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  right: 20px;
  content: "\f295";
  font-size: 170px;
  line-height: 1;
  transform: rotate(-7deg);
  opacity: 0.15;
  z-index: 0;
  color: #d0231c;
}
.vm-product-media-container .AG_default .row .col-xs-3 {
  padding-left: 15px;
  padding-right: 0px;
}
div.category .spacer h2,
div.category .spacer h3,
div.category .spacer h4 {
  top: 70%;
  opacity: 0.85;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0;
}
#sp-main-body {
  padding: 20px 0;
}
#sp-header .logo img {
  max-height: 80px;
}
.breadcrumb {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.9em;
  background: #f5f5f5;
}
.breadcrumb>li {
  display: inline-block;
  font-size: 0.9em;
}
.btn-om {
  height: auto;
  color: #fff !important;
  background-color: #d0231c !important;
  border-color: #d0231c !important;
}
.btn-om:focus {
  filter: brightness(90%);
}
.cf_flt_wrapper select {
  width: 100% !important;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active a {
  color: #d0231c;
}
.sharebuttons {
  margin-top: 5px !important;
}
.sharebuttons a.share {
  display: inline-block;
  padding: 7px 14px;
  margin-right: 4px;
  border-radius: 5px;
  font-size: 12px;
}
.sharebuttons a.share:last-child {
  margin-right: 0px;
}
a.share > span {
  margin-left: 10px;
}
.share:hover {
  filter: brightness(90%);
  box-shadow: 0px 2px 3px #999;
}
.share.whatsapp {
  background-color: #25D366;
  color: #fff;
}
.share.facebook {
  background-color: #3b5998;
  color: #fff;
}
.share.pinterest {
  background-color: #bd081c;
  color: #fff;
}
.share.copy {
  background-color: #809293;
  color: #fff;
}
.share.mail {
  background-color: #5d696b;
  color: #fff;
}
.share.print {
  background-color: #364A4C;
  color: #fff;
}
textarea {
  height: auto;
}
.share:hover {
  text-decoration: none;
}
div#sendMailWrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: -2px;
  right: 10px;
}
div#sendMailWrapper > a {
  font-size: 16px;
  padding-bottom: 2px;
  opacity: 0.9;
}
div#sendMailWrapper > a:hover {
  opacity: 1;
}
.moduletable.footermenu,
.moduletable.footermenu li {
  display: inline-block;
}
.moduletable.footermenu li.current a {
  color: #d0231c !important;
}
.moduletable.footermenu li a:hover {
  color: #d0231c;
  background-color: none;
}
.footermenu .nav>li>a:focus,
.footermenu .nav>li>a:hover {
  background-color: inherit;
}
.image-media {
  height: 0;
  padding-bottom: 70%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.product .vm-product-media-container {
  margin-bottom: 5px;
}
div.product {
  margin-top: 10px;
}
span.image-media {
  display: block;
}
div.category .spacer {
  padding-top: 0px !important;
}
div.category {
  padding-bottom: 30px;
}
div.product .spacer.product-container {
  border: 1px solid #e6e6e6 !important;
  height: 100%;
  margin: 0px 0px;
  padding-top: 10px !important;
  background-color: #fff;
}
div.row .product:first-child > .spacer {
  margin-right: 5px;
}
div.row .product:nth-child(2) > .spacer {
  margin-left: 5px;
}
div.product .spacer.product-container a {
  display: block;
}
div.product .product-small-detail h3 {
  text-transform: inherit;
  letter-spacing: inherit;
  text-align: left;
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 5px;
  margin: 10px 0 7px;
}
div.product .product-small-detail h4 {
  font-size: 11px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
div.product .product-small-detail h4>a {
  display: inline-block;
}
.vm-product-media {
  margin-bottom: 10px;
}
.page-header {
  margin-top: 0px;
}
.padding-sm {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.padding-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.AG_default .col-xs-3 {
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  #sp-left + #sp-component {
    margin-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  div#sendMailWrapper {
    opacity: 1;
    display: block;
    bottom: 10px;
    right: 10px;
  }
  div#sendMailWrapper > a {
    opacity: 1;
    font-size: 12px;
  }
  #sp-header .logo img {
    max-height: 50px;
  }
  .sparen:before {
    font-size: 150px;
  }
  div.category:nth-child(n+3) {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 480px) {
  div.category:nth-child(2) {
    margin-top: 0px;
  }
}
input.cf-searchmod-input {
  border: 0 none;
  border-bottom: 1px solid #555555;
}
.btn-search {
  color: #d0231c;
  background-color: inherit;
}
#sp-submenu {
  margin-top: 27px;
}
#sp-submenu .sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sp-submenu .sp-module ul >li {
  border-bottom: 0 none;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: 300ms;
  transition: 300ms;
}
#sp-submenu .sp-module ul >li >a {
  display: block;
  padding: 0 2px;
  line-height: 36px;
}
#sp-submenu .sp-module ul >li >a:before {
  font-family: FontAwesome;
  content: none;
}
#sp-search {
  margin-top: 27px;
}
div.product .product-small-detail h4>a {
  display: inline-block !important;
}
section #sp-component ul:not([class]) {
  padding-left: 25px;
  list-style: none;
}
section #sp-component ul:not([class]) li {
  position: relative;
}
section #sp-component ul:not([class]) li:before {
  content: '';
  background: #d0231c;
  position: absolute;
  top: 8px;
  left: -13px;
  width: 7px;
  height: 7px;
}
section #sp-component ul:not([class]) li:not(:last-child) {
  margin-bottom: .46667rem;
}
.video-container,
main .google-maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container iframe,
main .google-maps iframe {
  border: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
section .highlight-container {
  padding: 2rem;
  background: linear-gradient(135deg,#eae9e9 0%,#eae9e9 50%,#f7f4f4 50%,#f7f4f4 100%);
  margin-bottom: 15px;
}
.row.middle {
  display: flex;
  align-items: center;
}
input:active,
input:focus {
  border-color: #d0231c !important;
}
.sp-module.tiefpreis {
  position: relative;
  bottom: 5px;
}
.tiefpreiswrapper {
  background-color: rgba(208,35,28,0.8);
  padding: 25px;
  color: #fff;
  text-align: center;
}
.tiefpreiswrapper .contactoption,
.tiefpreiswrapper .contactoption:hover,
.tiefpreiswrapper .contactoption:focus {
  opacity: 1;
  padding: 10px;
  background-color: #fff !important;
  color: #d0231c;
  margin-top: 5px;
  display: block;
}
.camera_caption > div {
  background: 0 none !important;
  font-family: inherit !important;
  padding: 20% 0% !important;
}
.tiefpreiswrapper {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.7em;
}
.tiefpreiswrapper .large {
  font-size: 1.8em;
}
.tiefpreiswrapper .medium {
  font-size: 1.3em;
}
.sp-module.kontaktdaten {
  position: relative;
  margin-top: -115px;
  background: rgba(255,255,255,0.9);
  color: #222222;
  padding: 20px 0;
  height: 115px;
}
@media only screen and (max-width: 480px) {
  .sp-module.kontaktdaten {
    height: 85px;
    padding: 5px 0;
    margin-top: -85px;
  }
}
.google-maps {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 85%;
}
.google-maps iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
b.space {
  width: 60px;
  display: inline-block;
}
.offcanvas-menu {
  background: #fff;
  color: #222;
}
.offcanvas-menu i.fa {
  width: 14px;
}
.offcanvas-menu .sp-module-title,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
  color: #222;
}
.offcanvas-menu  .sp-module-title {
  background: #e2e2e2;
  padding: 15px 10px;
}
.close-offcanvas {
  border: 1px solid #444;
  color: #444;
  background: #fff;
}
.offcanvas-menu .btn-search.cf_apply_button {
  padding: 10px 18px;
}
@media (min-width: 992px) {
  #sp-menu {
    width: 100%;
  }
  #sp-menu .sp-megamenu-parent {
    text-align: center;
  }
}
a#offcanvas-toggler {
  text-transform: uppercase;
  font-size: 14px;
  color: #333333;
  margin-left: 0;
  overflow: hidden;
  white-space: nowrap;
}
a#offcanvas-toggler > i {
  font-weight: normal;
  font-size: 14px;
}
a#offcanvas-toggler:hover,
a#offcanvas-toggler:focus {
  text-decoration: none;
  color: #333333;
}
.suchewrapper {
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #sp-suchbutton .sp-module-content {
    line-height: 52px;
  }
  #sp-suchbutton {
    font-size: 22px;
    height: 55px;
    text-align: right;
  }
  .row.middle {
    display: inherit;
    align-items: center;
  }
}
.row > .margin-bottom {
  margin-bottom: 10px;
}
.breadcrumb li a,
.breadcrumb>.active {
  color: #666;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Montserrat, sans-serif !important;
  font-size: inherit;
}
.ui.form input:not([type]),
.ui.form input[type=date],
.ui.form input[type=datetime-local],
.ui.form input[type=email],
.ui.form input[type=file],
.ui.form input[type=number],
.ui.form input[type=password],
.ui.form input[type=search],
.ui.form input[type=tel],
.ui.form input[type=text],
.ui.form input[type=time],
.ui.form input[type=url],
textarea {
  font-family: inherit !important;
  font-size: 13px !important;
}
body .sppb-btn,
body .btn {
  font-size: 13px;
}
section#sp-footer2-wrapper {
  padding: 5px 0;
  font-size: 10px;
  color: #666;
  border-top: 1px solid #ccc;
  background-color: #e6e6e6;
  text-align: center;
}
section#sp-footer2-wrapper p {
  margin: 0;
}
#sp-bottom1 {
  text-align: center;
}
#sp-bottom1 h2 {
  color: #fff;
}
#sp-bottom {
  padding: 25px 0 !important;
}
#sp-bottom .sp-column {
  margin-bottom: 0;
}
#sp-topbar-wrapper i {
  color: #d0231c;
}
#sp-topbar-wrapper {
  font-size: 11px;
  color: #666;
  padding: 5px 0;
  position: relative;
  z-index: 9;
  background-color: #fafafa;
}
.showSearch {
  cursor: pointer;
}
section#sp-absolute-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  top: -125px;
  transition: all 1s ease 0s;
  z-index: 1;
  height: auto;
}
@media (min-width: 1200px) {
  section#sp-absolute-wrapper {
    display: none !important;
  }
}
section#sp-absolute-wrapper .row {
  height: 120px;
  position: absolute;
  width: 100%;
  background: rgba(255,255,255,0.95);
  margin: 0;
}
div#sp-absolute {
  padding: 10px;
}
section#sp-absolute-wrapper a.showSearch {
  margin-top: 8px;
}
article.item:last-child {
  margin-bottom: 0px;
}
.center > img {
  margin: 0 auto;
}
.vm-pagination-bottom ul li {
  display: none;
}
.vm-pagination-bottom ul li:nth-last-child(2),
.vm-pagination-bottom ul li:last-child,
.vm-pagination-bottom ul li:first-child,
.vm-pagination-bottom ul li:nth-child(2),
.vm-pagination-bottom ul li.disabled,
.vm-pagination-bottom ul li.active {
  display: inline-block;
}
.pagination-wrapper .pagination > li > a {
  line-height: 33px;
  height: 34px;
  margin: 2px;
  padding: 0 13px;
  text-align: center;
}
#sp-footer1 {
  padding: 20px 0;
}
#sp-footer1 a {
  color: #555555;
}
#sp-footer1 h3,
ul.footer li {
  text-align: left;
}
.sp-copyright {
  display: block;
  text-align: center;
  clear: both;
}
ul.hersteller li {
  list-style-type: none;
  float: left;
  width: 50%;
  text-align: left;
}
ul.footer,
ul.hersteller {
  padding-left: 0px;
  list-style: none;
}
@media (min-width: 768px) {
  .vm-pagination-bottom ul li {
    display: inline-block;
  }
}
.kontaktdaten h4 {
  color: #d0231c;
  font-size: 1.2em;
}
@media screen and (max-width: 991px) {
  .kontaktdaten {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1199.98px) {
  #sp-submenu .sp-module ul >li >a {
    font-size: 0.9em;
  }
}
.vm-col-2 {
  width: 49%;
}
.browse-view div.product {
  padding: 0 !important;
}
div[class*="-view"] div.row {
  display: inherit;
  flex-wrap: inherit;
  justify-content: inherit;
}
.featured-view h4,
.discontinued-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4,
.products-view h4 {
  margin: 0 0 18px;
}
.pagination-wrapper.vm-pagination-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
}
.vendor-store-desc,
.categories-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.products-view,
.related-products-view,
.order-view {
  margin-bottom: 40px;
}
.row.sharebuttons {
  position: absolute;
  background: #fafafa;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 204px;
  bottom: 24px;
}
hr.overlay {
  margin: 40px 0;
}
.preisanfragebutton .btn {
  white-space: nowrap;
  overflow: hidden;
}
.preisanfragebutton.menu-fixed {
  position: fixed;
  z-index: 9999;
  top: 55px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.preisanfragebutton.menu-fixed [class^="col-xs"] {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 480px) {
  .preisanfragebutton.menu-fixed {
    width: 100% !important;
    left: 15px;
  }
  .preisanfragebutton.menu-fixed-out .btn {
    padding: 10px 15px;
  }
  div.category .spacer h2,
  div.category .spacer h3,
  div.category .spacer h4 {
    padding: 0 10px !important;
  }
}
.manufacturer-view-default .row .manufacturer .spacer {
  border: 1px solid #efefef;
  background: #fff;
}
.manufacturer-view-default .row .manufacturer .spacer h2 >a {
  color: #555555;
}
.ui.form.form-sm input {
  height: 30px;
}
.ui.form.form-sm {
  overflow: hidden auto !important;
}
@media screen and (max-width: 767px) {
  .ui.form.form-sm .scroll label {
    max-height: 100px;
    overflow: hidden auto;
  }
}
#sp-submenu .sp-module ul > li > a.highlightCorona {
  padding-left: 20px;
}
#sp-submenu .sp-module ul > li > a.highlightCorona:before {
  font-family: 'FontAwesome';
  content: "\f02b";
  color: #d0231c;
  position: absolute;
  font-size: 20px;
  left: 0px;
}
.highlightAngebot:before {
  font-family: 'FontAwesome';
  content: "\f295";
  color: #d0231c;
  position: absolute;
  font-size: 24px;
  left: -9px;
}
.cc-animate.cc-revoke.cc-bottom {
  display: none;
}
.vm-mod-categories ul.menu > li > ul > li {
  margin-left: 15px !important;
}
.vm-mod-categories ul.menu > li a,
.vm-mod-categories ul.menu > li > ul > li a {
  color: #555555 !important;
}
.vm-mod-categories > ul.menu li div a:after {
  content: "";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}
.vm-mod-categories > ul.menu li div a:before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 8px;
}
.vm-mod-categories > ul.menu li div a:hover {
  text-decoration: none;
}
input#mod_virtuemart_search_offcanvas {
  color: #222;
}

.whatsapp { margin-top:2px; }
.whatsapp span, .whatsapp button, .whatsapp img {
	display:inline-block;
}

.whatsapp a { display:block; }
.whatsapp img {
	height: 2em;
	margin-right:1em;
}

.btn-wa {
	color: #fff;
	background-color: #25d366;
	border-color: #1ec45c;
   
}

.btn-wa:hover {
	color: #fff;
	background-color: #103928;
	border-color: #0c2e20;
}