.form-control {
  display: block;
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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: 100px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
/* $TL */
  font-size: 11px;  
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
  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: 30px 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row > div[class*="col-"] {
  padding: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row > div[class*="col-"]:after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0;
  top: -30px;
  bottom: -30px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner > .row > div[class*="col-"]:last-child:after {
  display: none;
}
.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: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full:before,
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full:after {
  content: "";
  display: block;
  height: 100%;
  width: 1920px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full:before {
  left: -1905px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full:after {
  right: -1905px;
}
.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: 5px 30px;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a i,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span i {
  margin-right: 6px;
}
.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-size: 13px;
  color: #fff;
  cursor: inherit;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>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: right;
  line-height: 97px;
  margin-left: 15px;
  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;
}
.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: rgba(0,0,0,0.7);
  color: #fff;
  position: fixed;
  top: 0;
  right: 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: 40px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 0;
  margin-bottom: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  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;
}
.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;
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  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: 15px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li ul > li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  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);
  transform: translateX(0);
}
.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;
  background-color: #171717;
}
.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;
  }
}
@media only screen and (min-width: 992px) {
  .slidetop .offcanvas-menu {
    background-color: #fff;
    color: #6c6c6c;
  }
  .slidetop .offcanvas-menu .offcanvas-inner {
    padding: 70px 60px;
  }
}
.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;
}
@media only screen and (min-width: 992px) {
  .slide-top-menu .offcanvas-menu {
    background-color: #ffffff;
    width: 470px;
    color: #6c6c6c;
  }
  .slide-top-menu .offcanvas-menu .close-offcanvas {
    color: #424242;
    border-color: #424242;
  }
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(255,255,255,0.95);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 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: #444444;
  display: inline-block;
  font-size: 28px;
  padding: 13px;
  width: 100%;
  text-align: left;
}
.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: 13px 10px;
  color: #444444;
}
.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;
  color: #444444;
}
.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);
  transform: translateX(0);
  background-color: rgba(255,255,255,0.95);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 30px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 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: #444444;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  padding: 13px;
}
.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: 13px 10px;
  color: #444444;
}
.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;
  color: #444444;
}
.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;
  padding-left: 30px;
}
.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);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
::-moz-selection {
  color: #fff;
}
::-webkit-selection {
  color: #fff;
}
::selection {
  color: #fff;
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  outline: none !important;
}
body {
  line-height: 24px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
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;
}
.text-success {
  color: #4BE1CE;
}
.text-info {
  color: #6060D9;
}
.text-warning {
  color: #EA793B;
}
.text-danger {
  color: #DE455A;
}
.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 {
/* $TL  display: block; */
  display: table-cell; 
  height: 44px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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;
  box-shadow: none !important;
}
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: 32px;
  height: 32px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
  background-color: rgba(66,66,66,0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
#sp-top-bar {
  background: #222222;
  padding: 4px 0;
  color: #a3a3a3;
/* $TL  */
  max-height: 35px;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar a {
  color: #a3a3a3;
}
#sp-top-bar a:hover,
#sp-top-bar a:focus {
  color: #fff;
}
#sp-top-bar .sp-contact-info {
  line-height: 32px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px;
}
ul.social-icons >li a {
  width: 24px;
  height: 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}
ul.social-icons >li a.styled {
  background: #f7f7f7;
  color: #444444;
}
ul.social-icons >li a.styled:hover,
ul.social-icons >li a.styled:focus {
  color: #fff;
}
ul.social-icons >li a.styled i {
  font-size: 14px;
  line-height: 36px;
}
ul.social-icons >li a.circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
ul.social-icons >li a.square {
  border-radius: 0;
  width: 36px;
  height: 36px;
}
ul.social-icons >li a.rounded {
  border-radius: 3px;
  width: 36px;
  height: 36px;
}
.breadcrumb {
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  padding: 15px 0 10px;
}
.sp-module-content .mod-languages ul.lang-inline {
  margin: 0;
  padding: 0;
}
.sp-module-content .mod-languages ul.lang-inline li {
  border: none;
  display: inline-block;
  margin: 0 5px 0 0;
}
.sp-module-content .mod-languages ul.lang-inline li a {
  padding: 0 !important;
}
.sp-module-content .mod-languages ul.lang-inline li >a:before {
  display: none;
}
.sp-contact-info {
  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;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
  background: #ffffff none repeat scroll 0 0;
  height: 100px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
}
#sp-header .logo {
  display: inline-block;
  height: 100px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
#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 .sp-alternative-logo,
#sp-header .sp-alternative-retina-logo {
  display: none;
}
#sp-header .sppb-addon-ut-social-links .sppb-addon-content {
  height: 100px;
}
#sp-header .sppb-addon-ut-social-links .sppb-addon-content a {
  line-height: 100px !important;
}
#sp-header .sp-module {
  margin-left: 25px;
  margin-top: 0;
}
#sp-header .sp-module .sp-module-content {
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}
#sp-header .sp-module .nav.menu {
  font-size: 13px;
}
#sp-header .sp-module .vmCartModule .dropdown .cart-resume {
  height: 100px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
}
#sp-header.menu-fixed {
  height: 60px;
  position: fixed;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#sp-header.menu-fixed .logo {
  height: 60px;
}
#sp-header.menu-fixed .sp-megamenu-parent >li >a,
#sp-header.menu-fixed .sp-megamenu-parent >li >span {
  line-height: 60px;
}
#sp-header.menu-fixed #offcanvas-toggler {
  line-height: 57px;
}
#sp-header.menu-fixed .sppb-addon-ut-social-links .sppb-addon-content {
  height: 60px;
}
#sp-header.menu-fixed .sppb-addon-ut-social-links .sppb-addon-content a {
  line-height: 60px !important;
}
#sp-header.menu-fixed .sp-module .sp-module-content {
  height: 60px;
}
#sp-header.menu-fixed .sp-module .vmCartModule .dropdown .cart-resume {
  height: 60px;
}
@media screen and (max-width: 991px) {
  #sp-header {
    height: 60px;
  }
  #sp-header .logo {
    height: 60px;
  }
  #sp-header #offcanvas-toggler {
    line-height: 57px;
  }
  #sp-header .sppb-addon-ut-social-links .sppb-addon-content {
    height: 60px;
  }
  #sp-header .sppb-addon-ut-social-links .sppb-addon-content a {
    line-height: 60px !important;
  }
  #sp-header .sp-module .sp-module-content {
    height: 60px;
  }
  #sp-header .sp-module .vmCartModule .dropdown .cart-resume {
    height: 60px;
  }
}
#sp-header.alternative-logo.menu-fixed-out .sp-default-logo {
  display: none;
}
#sp-header.alternative-logo.menu-fixed-out .sp-alternative-logo {
  display: block;
}
#sp-header.auto-height {
  height: auto;
}
.logo {
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
.logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
.logo p {
  margin: 5px 0 0;
}
.logo .sp-retina-logo,
.logo .sp-alternative-logo,
.logo .sp-alternative-retina-logo {
  display: none;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  min-height: 150px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title.title-img-bg {
  min-height: 150px;    /* $TL vorher 300 */
  margin-left: 13%;     /* $TL NEU */
  margin-right: 13%;    /* $TL NEU */
}
.sp-page-title.title-img-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
/* $TL  background-color: rgba(0,0,0,0.35); */

}
.sp-page-title .container {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
.sp-page-title h1,
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 36px;
  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: rgba(255,255,255,0.8);
}
.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;
}
@media screen and (max-width: 991px) {
  .sp-page-title.title-img-bg {
    min-height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sp-page-title .container {
    width: 100%;
  }
}
.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: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
#sp-component {
  min-height: inherit;
}
.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 {
  margin: 0 0 28px;
  font-size: 16px;
  text-transform: uppercase;
}
.sp-module .sp-module-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #eaeaea;
  width: 100%;
  margin-top: 16px;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 35px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  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;
}
.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 15px;
  line-height: 12px;
  font-size: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #a3a3a3;
  font-style: italic;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.article-info >dd a {
  color: inherit;
}
.readmore {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 13px;
}
.icons .btn-group .btn {
  padding: 12px 14px;
  margin: 0 0 10px 10px;
}
.icons .btn-group .dropdown-menu {
  margin-top: -8px;
}
.edit-icon a {
  padding: 5px 10px;
  background: #6060D9;
  color: #fff;
  border-radius: 2px;
  float: right;
  margin: 0 0 5px 5px;
}
.edit-icon a:hover,
.edit-icon a:focus {
  color: #fff;
}
article.item {
  margin-top: 60px;
}
.items-row {
  margin-top: -60px;
}
.items-row.masonry {
  margin-top: -30px;
}
.masonry-item article {
  margin-top: 30px;
}
.tags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tags >span {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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 {
  margin-top: 15px;
}
.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: 40px;
}
.entry-image img,
.entry-gallery img,
.entry-video img,
.entry-audio img,
.entry-link img {
  width: 100%;
}
.ublog .entry-image,
.ublog .entry-gallery,
.ublog .entry-video,
.ublog .entry-audio,
.ublog .entry-link,
.ublog .entry-status,
.ublog .entry-quote,
.ublog-item .entry-image,
.ublog-item .entry-gallery,
.ublog-item .entry-video,
.ublog-item .entry-audio,
.ublog-item .entry-link,
.ublog-item .entry-status,
.ublog-item .entry-quote {
  margin-bottom: 0;
}
.ublog-item.item {
  margin-top: 0;
}
.ublog-item .entry-text p {
  font-size: 16px;
  margin-bottom: 30px;
}
.entry-content {
  padding: 40px;
  background: #fff;
}
.entry-audio.embed-responsive {
  height: auto;
  padding-bottom: inherit;
}
.entry-audio.embed-responsive iframe {
  position: relative;
  height: auto;
}
.entry-status,
.entry-quote {
  margin-bottom: 40px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header.has-post-format {
  margin-left: 68px;
}
.entry-header h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
.entry-header h2 a {
  color: #444444;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  overflow: hidden;
  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;
  overflow: hidden;
  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;
}
blockquote {
  padding: 20px 40px;
  margin-bottom: 30px;
  border-left-width: 2px;
  color: #222222;
  font-style: italic;
}
blockquote p {
  margin-bottom: 10px !important;
}
blockquote footer {
  font-style: normal;
  font-size: 13px;
}
#sp-comments {
  margin-top: 40px;
}
.pager.pagenav {
  margin: 30px 0 0;
}
.pager.pagenav li > a {
  border-radius: 3px;
}
.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;
}
.article-footer-wrap {
  border-top: 1px solid #eaeaea;
  padding-top: 20px;
}
.article-footer-wrap .article-footer-top {
  text-align: center;
}
.article-footer-wrap .article-footer-top .helix-social-share {
  float: none;
}
.article-footer-wrap .article-footer-top .post_rating {
  float: none;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
.helix-social-share {
  float: right;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.helix-social-share .helix-social-share-icon ul li {
  margin-right: 7px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div {
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 50%;
  height: 32px;
  padding-top: 4px;
  text-align: center;
  width: 32px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li div a:hover,
.helix-social-share .helix-social-share-icon ul li div a:focus {
  color: #fff;
}
#sp-bottom {
  background-color: #171717;
  padding: 80px 0 40px;
}
#sp-bottom .sp-module .sp-module-title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 26px;
  color: #cccccc;
  letter-spacing: 0.02em;
}
#sp-bottom .sp-module .sp-module-title:after {
  display: none;
}
#sp-bottom .sp-module ul > li {
  border-color: #292929;
}
#sp-bottom .sp-module ul > li > a:before {
  display: none;
}
#sp-bottom .sp-module .news-simple .news-simple-item {
  border-color: #292929;
}
#sp-bottom .sp-column {
  margin-bottom: 40px;
}
#sp-bottom.bottom-dark-color .sp-module .sp-module-title {
  color: #444444;
}
#sp-bottom.bottom-dark-color .sp-module ul > li {
  border-color: #eaeaea;
}
#sp-bottom.bottom-dark-color .sp-module .news-simple .news-simple-item {
  border-color: #eaeaea;
}
#sp-footer {
  position: relative;
  background-color: #121212;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
}
#sp-footer div[id*="sp-footer"] {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  #sp-footer div[class*="text-"] {
    text-align: center;
  }
}
#sp-footer a:hover,
#sp-footer a:focus {
  color: #fff;
}
#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;
}
.sp-comingsoon {
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.sp-comingsoon .sp-comingsoon-wrap {
  z-index: 0;
}
.sp-comingsoon .sp-comingsoon-wrap:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,0,0,0.35);
}
.sp-comingsoon .container {
  position: relative;
  z-index: 2;
}
.sp-comingsoon body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  color: #fff;
}
.sp-comingsoon #sp-comingsoon {
  padding: 100px 0;
}
.sp-comingsoon .sp-comingsoon-wrap.has-background {
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.sp-comingsoon .comingsoon-page-logo {
  text-align: center;
}
.sp-comingsoon .comingsoon-page-logo img {
  display: inline-block;
}
.sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
  display: none;
}
.sp-comingsoon .sp-comingsoon-title {
  margin-top: 130px;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 20px;
  font-weight: 400;
}
.sp-comingsoon .days,
.sp-comingsoon .hours,
.sp-comingsoon .minutes,
.sp-comingsoon .seconds {
  display: inline-block;
  margin: 80px 15px;
}
.sp-comingsoon .days .number,
.sp-comingsoon .hours .number,
.sp-comingsoon .seconds .number,
.sp-comingsoon .minutes .number {
  width: 115px;
  height: 120px;
  line-height: 120px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.sp-comingsoon .days .string,
.sp-comingsoon .minutes .string,
.sp-comingsoon .seconds .string,
.sp-comingsoon .hours .string {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.sp-comingsoon .social-icons li {
  display: inline-block;
  margin: 0 15px;
}
.sp-comingsoon .social-icons li a {
  color: rgba(255,255,255,0.7);
  font-size: 24px;
  -webkit-transition: color 400ms;
  transition: color 400ms;
}
.sp-comingsoon .social-icons li a:hover {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sp-comingsoon .days .number,
  .sp-comingsoon .hours .number,
  .sp-comingsoon .seconds .number,
  .sp-comingsoon .minutes .number {
    width: 75px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
  }
  .sp-comingsoon .days .string,
  .sp-comingsoon .minutes .string,
  .sp-comingsoon .seconds .string,
  .sp-comingsoon .hours .string {
    font-size: 16px;
  }
}
.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-header .sp-alternative-logo {
    display: none;
  }
  #sp-header .sp-alternative-retina-logo {
    display: none;
  }
  #sp-header.alternative-logo.menu-fixed-out .sp-default-logo,
  #sp-header.alternative-logo.menu-fixed-out .sp-retina-logo,
  #sp-header.alternative-logo.menu-fixed-out .sp-alternative-logo {
    display: none;
  }
  #sp-header.alternative-logo.menu-fixed-out .sp-alternative-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;
  }
  .logo .sp-default-logo,
  .logo .sp-alternative-logo,
  .logo .sp-alternative-retina-logo {
    display: none;
  }
  .logo .sp-retina-logo {
    display: block;
  }
}
.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;
}
.sp-pre-loader {
  background: #f5f5f5;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.sp-pre-loader .sp-loader-clock {
  border: 3px solid #333333;
  border-radius: 60px;
  bottom: 0;
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.sp-pre-loader .sp-loader-clock:after {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 2px;
  left: 48%;
  height: 38px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 97%;
  transform-origin: 50% 97%;
  -webkit-animation: grdAiguille 2s linear infinite;
  animation: grdAiguille 2s linear infinite;
}
.sp-pre-loader .sp-loader-clock:before {
  content: "";
  position: absolute;
  background-color: #333333;
  top: 6px;
  left: 48%;
  height: 35px;
  width: 4px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 94%;
  transform-origin: 50% 94%;
  -webkit-animation: ptAiguille 12s linear infinite;
  animation: ptAiguille 12s linear infinite;
}
.sp-pre-loader .sp-loader-circle {
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 80px;
  border: 3px solid rgba(51,51,51,0.7);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader1 3s linear infinite;
  animation: loader1 3s linear infinite;
}
.sp-pre-loader .sp-loader-circle:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #333333;
}
.sp-pre-loader .sp-loader-bubble-loop {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 12px;
  background-color: #333333;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loader6 1s ease-in-out infinite;
  animation: loader6 1s ease-in-out infinite;
}
.sp-pre-loader .sp-loader-bubble-loop:before {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: -25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .sp-loader-bubble-loop:after {
  content: "";
  position: absolute;
  background-color: rgba(51,51,51,0.5);
  top: 0px;
  left: 25px;
  height: 12px;
  width: 12px;
  border-radius: 12px;
}
.sp-pre-loader .circle-two {
  bottom: 0;
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.sp-pre-loader .circle-two > span,
.sp-pre-loader .circle-two > span:before,
.sp-pre-loader .circle-two > span:after {
  content: "";
  display: block;
  border-radius: 50%;
  border: 2px solid #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sp-pre-loader .circle-two > span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left-color: transparent;
  -webkit-animation: effect-2 2s infinite linear;
  -moz-animation: effect-2 2s infinite linear;
  -ms-animation: effect-2 2s infinite linear;
  -o-animation: effect-2 2s infinite linear;
  animation: effect-2 2s infinite linear;
}
.sp-pre-loader .circle-two > span:before {
  width: 75%;
  height: 75%;
  border-right-color: transparent;
}
.sp-pre-loader .circle-two > span:after {
  width: 50%;
  height: 50%;
  border-bottom-color: transparent;
}
.sp-pre-loader .wave-two-wrap {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  width: 90px;
}
.sp-pre-loader .wave-two {
  margin: 0;
  list-style: none;
  width: 90px;
  position: relative;
  padding: 0;
  height: 10px;
}
.sp-pre-loader .wave-two li {
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #333333;
  bottom: 0;
}
.sp-pre-loader .wave-two li:nth-child(1) {
  left: 0;
  -webkit-animation: sequence1 1s ease infinite 0;
  animation: sequence1 1s ease infinite 0;
}
.sp-pre-loader .wave-two li:nth-child(2) {
  left: 15px;
  -webkit-animation: sequence2 1s ease infinite 0.1s;
  animation: sequence2 1s ease infinite 0.1s;
}
.sp-pre-loader .wave-two li:nth-child(3) {
  left: 30px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.2s;
  animation: sequence1 1s ease-in-out infinite 0.2s;
}
.sp-pre-loader .wave-two li:nth-child(4) {
  left: 45px;
  -webkit-animation: sequence2 1s ease-in infinite 0.3s;
  animation: sequence2 1s ease-in infinite 0.3s;
}
.sp-pre-loader .wave-two li:nth-child(5) {
  left: 60px;
  -webkit-animation: sequence1 1s ease-in-out infinite 0.4s;
  animation: sequence1 1s ease-in-out infinite 0.4s;
}
.sp-pre-loader .wave-two li:nth-child(6) {
  left: 75px;
  -webkit-animation: sequence2 1s ease infinite 0.5s;
  animation: sequence2 1s ease infinite 0.5s;
}
.sp-pre-loader .sp-loader-audio-wave {
  width: 3em;
  height: 2em;
  background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
  background-repeat: no-repeat;
  background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  animation: audioWave 1.5s linear infinite;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sp-pre-loader .sp-loader-with-logo {
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  position: absolute;
}
.sp-pre-loader .sp-loader-with-logo .logo {
  display: inline-block;
  width: auto;
}
.sp-pre-loader .sp-loader-with-logo .line {
  background: #333333;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  top: auto;
}
@-webkit-keyframes grdAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ptAiguille {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loader1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader6 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes loader6 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes audioWave {
  25% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  37.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
  }
  50% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
  }
  62.5% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
  }
  75% {
    background: linear-gradient(#333333,#333333) 0 50%, linear-gradient(#333333,#333333) 0.625em 50%, linear-gradient(#333333,#333333) 1.25em 50%, linear-gradient(#333333,#333333) 1.875em 50%, linear-gradient(#333333,#333333) 2.5em 50%;
    background-repeat: no-repeat;
    background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
  }
}
@-webkit-keyframes effect-2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes effect-2 {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sequence1 {
  0% {
    height: 10px;
  }
  50% {
    height: 50px;
  }
  100% {
    height: 10px;
  }
}
@keyframes sequence2 {
  0% {
    height: 20px;
  }
  50% {
    height: 65px;
  }
  100% {
    height: 20px;
  }
}
@keyframes rot1 {
  100% {
    transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@-webkit-keyframes rot1 {
  100% {
    -webkit-transform: skew(-10deg) translateX(50px) rotate(405deg);
  }
}
@keyframes rot2 {
  100% {
    transform: skew(-10deg) rotate(525deg);
  }
}
@-webkit-keyframes rot2 {
  100% {
    -webkit-transform: skew(-10deg) rotate(525deg);
  }
}
@keyframes rot3 {
  100% {
    transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@-webkit-keyframes rot3 {
  100% {
    -webkit-transform: skew(-10deg) translateX(20px) translateY(-50px) rotate(645deg);
  }
}
@keyframes width {
  10% {
    width: 10%;
  }
  20% {
    width: 20%;
  }
  30% {
    width: 30%;
  }
  40% {
    width: 40%;
  }
  50% {
    width: 50%;
  }
  60% {
    width: 60%;
  }
  70% {
    width: 70%;
  }
  80% {
    width: 80%;
  }
  90% {
    width: 90%;
  }
  100% {
    width: 100%;
  }
}
.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) {
  ul.social-icons {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  ul.social-icons > li {
    margin: 5px;
  }
  .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;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.owl-theme div.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
}
.owl-theme div.owl-dots .owl-dot span,
.owl-theme div.owl-dots .owl-dot:hover span,
.owl-theme div.owl-dots .owl-dot:focus span {
  background: transparent;
  opacity: 0.7;
}
.owl-theme div.owl-dots .owl-dot.active span,
.owl-theme div.owl-dots .owl-dot.active:hover span,
.owl-theme div.owl-dots .owl-dot.active:focus span {
  border-color: transparent;
  opacity: 1;
}
.white-color .owl-theme .owl-dots .owl-dot span,
.white-color .owl-theme .owl-dots .owl-dot:hover span,
.white-color .owl-theme .owl-dots .owl-dot:focus span {
  border-color: #fff;
}
.vbox-open .vbox-overlay {
  z-index: 10000;
}
.vbox-open .vbox-overlay .vbox-container {
  overflow-y: hidden;
}
.vbox-open .vbox-overlay .vbox-container .vbox-content img {
  display: inline-block;
  width: auto;
}
.vbox-open .vbox-overlay .vbox-title {
  font-size: 14px;
}
.vbox-open .vbox-overlay .vbox-num {
  font-size: 14px;
}
.vbox-open .vbox-overlay .vbox-close {
  font-size: 30px;
}
.vbox-open .vbox-overlay .vbox-next,
.vbox-open .vbox-overlay .vbox-prev {
  text-align: center;
}
.vbox-open .vbox-overlay .vbox-next span,
.vbox-open .vbox-overlay .vbox-prev span {
  display: none;
}
.vbox-open .vbox-overlay .vbox-next:after,
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\eb79";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: IcoFont;
  font-size: 45px;
  line-height: 1;
  color: #fff;
}
.vbox-open .vbox-overlay .vbox-prev:after {
  content: "\eb76";
}
@media only screen and (max-width: 480px) {
  div[class*="rev_slider_wrapper"] {
    width: 100% !important;
  }
}
div[class*="rev_slider_wrapper"] div[class*="rev_slider"] {
  width: 100%;
}
.splitted {
  overflow: hidden !important;
}
div.tp-caption.fullscreenvideo {
  left: 0 !important;
  top: 0 !important;
}
.slider-toggler {
  width: 40px;
  height: 40px;
  padding: 12px 7px !important;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.5) !important;
  text-align: center;
}
.slider-toggler span {
  width: 24px;
  height: 3px;
  display: block;
  background: #424242;
  pointer-events: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.slider-toggler span:nth-child(2) {
  margin: 3px 0 !important;
}
.slider-toggler.open span:nth-child(1) {
  transform: translate3d(0,6px,0) rotate(-45deg);
  -webkit-transform: translate3d(0,6px,0) rotate(-45deg);
  -moz-transform: translate3d(0,6px,0) rotate(-45deg);
}
.slider-toggler.open span:nth-child(2) {
  display: none;
}
.slider-toggler.open span:nth-child(3) {
  transform: translate3d(0,3px,0) rotate(45deg);
  -webkit-transform: translate3d(0,3px,0) rotate(45deg);
  -moz-transform: translate3d(0,3px,0) rotate(45deg);
}
.slider-menu-item {
  background: #424242;
  color: #fff;
  max-height: 100%;
  padding: 11px 30px;
  opacity: 1;
  font-size: 17px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-menu-item:hover,
.slider-menu-item:focus {
  background: #fff;
  color: #424242;
}
.slider-menu-item.closed {
  opacity: 0 !important;
  transform: translateX(40px) !important;
  -webkit-transform: translateX(40px) !important;
  -moz-transform: translateX(40px) !important;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border-radius: 50%;
  margin-left: 12px;
  border: none !important;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:before,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:before,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:after,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:after,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #fff;
  border-radius: 50%;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected:before,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover:before,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:focus:before,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet.selected:before,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:hover:before,
.rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:focus:before,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet.selected:before,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:hover:before,
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:focus:before {
  border-color: #fff;
  opacity: 1;
}
.rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet {
  display: block;
  float: none;
  position: relative;
  cursor: pointer;
  margin-left: 0;
  margin-top: 12px;
}
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:after,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:after,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:after {
  background: #424242;
}
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:focus:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet.selected:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:hover:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.preview4 .bullet:focus:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet.selected:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:hover:before,
.dark-bullets .rev_slider_wrapper .tp-bullets.simplebullets.custom .bullet:focus:before {
  border-color: #424242;
}
#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 #offcanvas-toggler i {
  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) {
  .slider-overlaped {
    margin-top: -100px !important;
  }
}
@media only screen and (max-width: 991px) {
  .slider-overlaped {
    margin-top: -60px !important;
  }
  .slider-overlaped .tp-revslider-mainul {
    overflow: inherit !important;
  }
}
.icon-down {
  font-size: 16px;
  line-height: 34px !important;
  font-weight: 400;
  color: #424242;
  height: 38px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #424242 !important;
  border-radius: 50%;
}
.icon-down i {
  font-size: 16px !important;
}
.icon-down-light {
  background: rgba(255,255,255,0.2);
  font-size: 16px;
  line-height: 34px !important;
  font-weight: 400;
  color: #fff;
  height: 38px;
  width: 38px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.icon-down-light i {
  font-size: 16px !important;
  color: #fff;
}
.revolution-video-overlay {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  background: rgba(0,0,0,0.2);
}
@media only screen and (min-width: 992px) {
  .offcanvas-menu.offcanvas-desktop {
    visibility: visible;
    left: 0;
    right: auto;
    background-color: #fff;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  .offcanvas-menu.offcanvas-desktop .offcanvas-inner .sp-module ul > li:hover > a,
  .offcanvas-menu.offcanvas-desktop .offcanvas-inner .sp-module ul > li:focus > a {
    background: transparent !important;
  }
  .offcanvas-menu.offcanvas-desktop .offcanvas-inner .sp-module ul > li ul > li.active a {
    background: transparent !important;
  }
  .offcanvas-menu.offcanvas-desktop .offcanvas-inner .sp-module ul > li ul > li a:hover,
  .offcanvas-menu.offcanvas-desktop .offcanvas-inner .sp-module ul > li ul > li a:focus {
    background: transparent !important;
  }
}
.offcanvas-menu .ut-ctc .ctc-ct {
  padding: 0;
}
.menu-left .sp-megamenu-parent {
  float: left;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent li {
  text-align: left;
}
.container-wide {
  padding-left: 0;
  padding-right: 0;
}
.container-semiwide,
.container-semifluid {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-semiwide,
  .container-semifluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-semiwide,
  .container-semifluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid-xlg .container {
    width: 1440px;
  }
  .grid-xlg .sppb-row-container {
    width: 1440px;
  }
}
@media only screen and (min-width: 768px) {
  .logo-center .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .logo-right .logo {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .hero-full-height > div {
    height: 100%;
  }
  .hero-full-height > div > div {
    height: 100%;
  }
  .hero-full-height > div > .sppb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1500px) {
  .layout-fluid.hero-fluid #sp-header > .container,
  .layout-fluid.hero-fluid .hero-full-height > .sppb-row-container {
    width: 1440px;
  }
}
.title-bar .sppb-section-title .sppb-title-heading:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid;
  margin: 22px auto 0;
}
.addon-title-bar .sppb-addon-title:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid;
  margin: 22px auto 0;
}
.subtitle-italic > .sppb-addon-title,
.subtitle-italic .sppb-title-subheading {
  font-style: italic;
}
.addons-inline .sppb-column-addons > div {
  display: inline-block;
  margin-right: 15px;
}
.addons-inline .sppb-column-addons > div:last-child {
  margin-right: 0;
}
.skew-section {
  z-index: 99 !important;
}
.skew-section:before {
  background: #ffffff;
  content: "";
  min-height: 100px;
  position: absolute;
  left: 0;
  top: -50px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}
.skew-section:after {
  background: #ffffff;
  content: "";
  min-height: 100px;
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}
.skew-top {
  z-index: 99 !important;
}
.skew-top:before {
  background: #ffffff;
  content: "";
  min-height: 100px;
  position: absolute;
  left: 0;
  top: -50px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}
.skew-bottom {
  z-index: 99 !important;
}
.skew-bottom:after {
  background: #ffffff;
  content: "";
  min-height: 100px;
  position: absolute;
  left: 0;
  bottom: -50px;
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  width: 100%;
  z-index: 3;
}
.skew-magic:before,
.skew-magic:after {
  background: inherit !important;
}
@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%;
  }
}
@media screen and (min-width: 992px) {
  .flex-parent .sppb-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .flex-vertical-middle .sppb-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .proccess-section .sppb-row div[class*="sppb-col-"]:after {
    content: '\f061';
    font-size: 30px;
    opacity: .25;
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    right: -15px;
    top: 10%;
  }
  .proccess-section .sppb-row div[class*="sppb-col-"]:last-child:after {
    display: none;
  }
}
.up-section-310 {
  margin-top: -310px !important;
}
@media screen and (max-width: 991px) {
  .center-mobiles {
    text-align: center;
  }
  .center-mobiles .text-right,
  .center-mobiles .text-left,
  .center-mobiles .sppb-text-right,
  .center-mobiles .sppb-text-left {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .center-phones {
    text-align: center;
  }
  .center-phones .text-right,
  .center-phones .text-left,
  .center-phones .sppb-text-right,
  .center-phones .sppb-text-left {
    text-align: center;
  }
}
.lead {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.lead-2 {
  font-size: 22px;
  line-height: 38px;
  font-weight: 400;
}
.profile-table td {
  font-size: 16px;
  padding: 5px;
}
.profile-table td:first-child {
  padding-left: 0;
  color: #222222;
}
.simple-list ul > li {
  border: none;
  padding: 5px 0;
}
.simple-list ul > li >a {
  line-height: 1.5 !important;
}
.simple-list ul > li >a:before {
  display: none;
}
.top-content-divider {
  position: relative;
}
.top-content-divider .top-divider {
  height: 1px;
  background: #eaeaea;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.fixed-left-bottom {
  position: fixed;
  bottom: 20px;
  left: 40px;
}
.centered {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .center-xs {
    display: inline-block;
    margin: 0 auto;
  }
}
.svg-circle {
  width: 82px;
  height: 82px;
  max-width: 100% !important;
}
.svg-circle > circle:last-child {
  fill: #fff;
}
.svg-circle > circle:first-child {
  fill: transparent;
  stroke-dashoffset: 360px;
  stroke-dasharray: 360px, 360px;
  animation: out 1.5s cubic-bezier(.5,.1,.07,1) forwards;
  stroke: #fff;
}
.svg-circle:hover circle:first-child,
.svg-circle:focus circle:first-child {
  animation: in 1.5s cubic-bezier(.5,.1,.07,1) forwards;
}
@keyframes in {
  0% {
    stroke-dashoffset: 360px;
  }
  100% {
    stroke-dashoffset: 1;
  }
}
@keyframes out {
  0% {
    stroke-dashoffset: 1;
  }
  100% {
    stroke-dashoffset: 360px;
  }
}
#selectForm span {
  display: inline-block;
  margin-right: 10px;
}
#selectForm select {
  display: inline-block;
  height: 44px !important;
  min-width: 150px;
}
.contact .page-header {
  margin: 30px 0;
}
.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;
  height: auto !important;
}
.contact .contact-form form input.invalid,
.contact .contact-form form textarea.invalid {
  border-color: #DE455A;
}
.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: 3px;
  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: 44px !important + 1;
}
.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: #eaeaea;
}
.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 !important;
}
.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: 44px !important + 1;
  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 #eaeaea;
  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;
  margin-top: 60px;
}
.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;
  background-color: transparent;
  border-width: 2px;
}
.pagination-wrapper .pagination > li.active a,
.pagination-wrapper .pagination > li.active a:hover,
.pagination-wrapper .pagination > li.active a:focus,
.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;
}
body .btn-default,
body .sppb-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
body .btn-default:focus,
body .btn-default.focus,
body .sppb-btn-default:focus,
body .sppb-btn-default.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
body .btn-default:hover,
body .sppb-btn-default:hover {
  color: #333;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
body .btn-default:active,
body .btn-default.active,
.open > .dropdown-togglebody .btn-default,
body .sppb-btn-default:active,
body .sppb-btn-default.active,
.open > .dropdown-togglebody .sppb-btn-default {
  color: #333;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
body .btn-default:active:hover,
body .btn-default:active:focus,
body .btn-default:active.focus,
body .btn-default.active:hover,
body .btn-default.active:focus,
body .btn-default.active.focus,
.open > .dropdown-togglebody .btn-default:hover,
.open > .dropdown-togglebody .btn-default:focus,
.open > .dropdown-togglebody .btn-default.focus,
body .sppb-btn-default:active:hover,
body .sppb-btn-default:active:focus,
body .sppb-btn-default:active.focus,
body .sppb-btn-default.active:hover,
body .sppb-btn-default.active:focus,
body .sppb-btn-default.active.focus,
.open > .dropdown-togglebody .sppb-btn-default:hover,
.open > .dropdown-togglebody .sppb-btn-default:focus,
.open > .dropdown-togglebody .sppb-btn-default.focus {
  color: #333;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
}
body .btn-default:active,
body .btn-default.active,
.open > .dropdown-togglebody .btn-default,
body .sppb-btn-default:active,
body .sppb-btn-default.active,
.open > .dropdown-togglebody .sppb-btn-default {
  background-image: none;
}
body .btn-default.disabled:hover,
body .btn-default.disabled:focus,
body .btn-default.disabled.focus,
body .btn-default[disabled]:hover,
body .btn-default[disabled]:focus,
body .btn-default[disabled].focus,
fieldset[disabled] body .btn-default:hover,
fieldset[disabled] body .btn-default:focus,
fieldset[disabled] body .btn-default.focus,
body .sppb-btn-default.disabled:hover,
body .sppb-btn-default.disabled:focus,
body .sppb-btn-default.disabled.focus,
body .sppb-btn-default[disabled]:hover,
body .sppb-btn-default[disabled]:focus,
body .sppb-btn-default[disabled].focus,
fieldset[disabled] body .sppb-btn-default:hover,
fieldset[disabled] body .sppb-btn-default:focus,
fieldset[disabled] body .sppb-btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
body .btn-default .badge,
body .sppb-btn-default .badge {
  color: #fff;
  background-color: #333;
}
body .btn-default.sppb-btn-outline,
body .sppb-btn-default.sppb-btn-outline {
  border-color: #ccc;
  color: #fff;
}
body .btn-default.sppb-btn-outline:hover,
body .btn-default.sppb-btn-outline:focus,
body .sppb-btn-default.sppb-btn-outline:hover,
body .sppb-btn-default.sppb-btn-outline:focus {
  border-color: #bfbfbf;
  color: #333;
  background-color: #fff;
}
body .btn-default.sppb-btn-outline-hover:hover,
body .btn-default.sppb-btn-outline-hover:focus,
body .sppb-btn-default.sppb-btn-outline-hover:hover,
body .sppb-btn-default.sppb-btn-outline-hover:focus {
  border-color: #ccc;
  color: #fff;
}
body .btn-success,
body .sppb-btn-success {
  color: #fff;
  background-color: #4BE1CE;
  border-color: #35ddc8;
}
body .btn-success:focus,
body .btn-success.focus,
body .sppb-btn-success:focus,
body .sppb-btn-success.focus {
  color: #fff;
  background-color: #35ddc8;
  border-color: #24d5bf;
}
body .btn-success:hover,
body .sppb-btn-success:hover {
  color: #fff;
  background-color: #35ddc8;
  border-color: #24d5bf;
}
body .btn-success:active,
body .btn-success.active,
.open > .dropdown-togglebody .btn-success,
body .sppb-btn-success:active,
body .sppb-btn-success.active,
.open > .dropdown-togglebody .sppb-btn-success {
  color: #fff;
  background-color: #35ddc8;
  border-color: #24d5bf;
}
body .btn-success:active:hover,
body .btn-success:active:focus,
body .btn-success:active.focus,
body .btn-success.active:hover,
body .btn-success.active:focus,
body .btn-success.active.focus,
.open > .dropdown-togglebody .btn-success:hover,
.open > .dropdown-togglebody .btn-success:focus,
.open > .dropdown-togglebody .btn-success.focus,
body .sppb-btn-success:active:hover,
body .sppb-btn-success:active:focus,
body .sppb-btn-success:active.focus,
body .sppb-btn-success.active:hover,
body .sppb-btn-success.active:focus,
body .sppb-btn-success.active.focus,
.open > .dropdown-togglebody .sppb-btn-success:hover,
.open > .dropdown-togglebody .sppb-btn-success:focus,
.open > .dropdown-togglebody .sppb-btn-success.focus {
  color: #fff;
  background-color: #35ddc8;
  border-color: #24d5bf;
}
body .btn-success:active,
body .btn-success.active,
.open > .dropdown-togglebody .btn-success,
body .sppb-btn-success:active,
body .sppb-btn-success.active,
.open > .dropdown-togglebody .sppb-btn-success {
  background-image: none;
}
body .btn-success.disabled:hover,
body .btn-success.disabled:focus,
body .btn-success.disabled.focus,
body .btn-success[disabled]:hover,
body .btn-success[disabled]:focus,
body .btn-success[disabled].focus,
fieldset[disabled] body .btn-success:hover,
fieldset[disabled] body .btn-success:focus,
fieldset[disabled] body .btn-success.focus,
body .sppb-btn-success.disabled:hover,
body .sppb-btn-success.disabled:focus,
body .sppb-btn-success.disabled.focus,
body .sppb-btn-success[disabled]:hover,
body .sppb-btn-success[disabled]:focus,
body .sppb-btn-success[disabled].focus,
fieldset[disabled] body .sppb-btn-success:hover,
fieldset[disabled] body .sppb-btn-success:focus,
fieldset[disabled] body .sppb-btn-success.focus {
  background-color: #4BE1CE;
  border-color: #35ddc8;
}
body .btn-success .badge,
body .sppb-btn-success .badge {
  color: #4BE1CE;
  background-color: #fff;
}
body .btn-success.sppb-btn-outline,
body .sppb-btn-success.sppb-btn-outline {
  border-color: #35ddc8;
  color: #4BE1CE;
}
body .btn-success.sppb-btn-outline:hover,
body .btn-success.sppb-btn-outline:focus,
body .sppb-btn-success.sppb-btn-outline:hover,
body .sppb-btn-success.sppb-btn-outline:focus {
  border-color: #24d5bf;
  color: #fff;
  background-color: #4BE1CE;
}
body .btn-success.sppb-btn-outline-hover:hover,
body .btn-success.sppb-btn-outline-hover:focus,
body .sppb-btn-success.sppb-btn-outline-hover:hover,
body .sppb-btn-success.sppb-btn-outline-hover:focus {
  border-color: #35ddc8;
  color: #4BE1CE;
}
body .btn-info,
body .sppb-btn-info {
  color: #fff;
  background-color: #6060D9;
  border-color: #4b4bd4;
}
body .btn-info:focus,
body .btn-info.focus,
body .sppb-btn-info:focus,
body .sppb-btn-info.focus {
  color: #fff;
  background-color: #4b4bd4;
  border-color: #3737cf;
}
body .btn-info:hover,
body .sppb-btn-info:hover {
  color: #fff;
  background-color: #4b4bd4;
  border-color: #3737cf;
}
body .btn-info:active,
body .btn-info.active,
.open > .dropdown-togglebody .btn-info,
body .sppb-btn-info:active,
body .sppb-btn-info.active,
.open > .dropdown-togglebody .sppb-btn-info {
  color: #fff;
  background-color: #4b4bd4;
  border-color: #3737cf;
}
body .btn-info:active:hover,
body .btn-info:active:focus,
body .btn-info:active.focus,
body .btn-info.active:hover,
body .btn-info.active:focus,
body .btn-info.active.focus,
.open > .dropdown-togglebody .btn-info:hover,
.open > .dropdown-togglebody .btn-info:focus,
.open > .dropdown-togglebody .btn-info.focus,
body .sppb-btn-info:active:hover,
body .sppb-btn-info:active:focus,
body .sppb-btn-info:active.focus,
body .sppb-btn-info.active:hover,
body .sppb-btn-info.active:focus,
body .sppb-btn-info.active.focus,
.open > .dropdown-togglebody .sppb-btn-info:hover,
.open > .dropdown-togglebody .sppb-btn-info:focus,
.open > .dropdown-togglebody .sppb-btn-info.focus {
  color: #fff;
  background-color: #4b4bd4;
  border-color: #3737cf;
}
body .btn-info:active,
body .btn-info.active,
.open > .dropdown-togglebody .btn-info,
body .sppb-btn-info:active,
body .sppb-btn-info.active,
.open > .dropdown-togglebody .sppb-btn-info {
  background-image: none;
}
body .btn-info.disabled:hover,
body .btn-info.disabled:focus,
body .btn-info.disabled.focus,
body .btn-info[disabled]:hover,
body .btn-info[disabled]:focus,
body .btn-info[disabled].focus,
fieldset[disabled] body .btn-info:hover,
fieldset[disabled] body .btn-info:focus,
fieldset[disabled] body .btn-info.focus,
body .sppb-btn-info.disabled:hover,
body .sppb-btn-info.disabled:focus,
body .sppb-btn-info.disabled.focus,
body .sppb-btn-info[disabled]:hover,
body .sppb-btn-info[disabled]:focus,
body .sppb-btn-info[disabled].focus,
fieldset[disabled] body .sppb-btn-info:hover,
fieldset[disabled] body .sppb-btn-info:focus,
fieldset[disabled] body .sppb-btn-info.focus {
  background-color: #6060D9;
  border-color: #4b4bd4;
}
body .btn-info .badge,
body .sppb-btn-info .badge {
  color: #6060D9;
  background-color: #fff;
}
body .btn-info.sppb-btn-outline,
body .sppb-btn-info.sppb-btn-outline {
  border-color: #4b4bd4;
  color: #6060D9;
}
body .btn-info.sppb-btn-outline:hover,
body .btn-info.sppb-btn-outline:focus,
body .sppb-btn-info.sppb-btn-outline:hover,
body .sppb-btn-info.sppb-btn-outline:focus {
  border-color: #3737cf;
  color: #fff;
  background-color: #6060D9;
}
body .btn-info.sppb-btn-outline-hover:hover,
body .btn-info.sppb-btn-outline-hover:focus,
body .sppb-btn-info.sppb-btn-outline-hover:hover,
body .sppb-btn-info.sppb-btn-outline-hover:focus {
  border-color: #4b4bd4;
  color: #6060D9;
}
body .btn-warning,
body .sppb-btn-warning {
  color: #fff;
  background-color: #EA793B;
  border-color: #e86924;
}
body .btn-warning:focus,
body .btn-warning.focus,
body .sppb-btn-warning:focus,
body .sppb-btn-warning.focus {
  color: #fff;
  background-color: #e86924;
  border-color: #db5d17;
}
body .btn-warning:hover,
body .sppb-btn-warning:hover {
  color: #fff;
  background-color: #e86924;
  border-color: #db5d17;
}
body .btn-warning:active,
body .btn-warning.active,
.open > .dropdown-togglebody .btn-warning,
body .sppb-btn-warning:active,
body .sppb-btn-warning.active,
.open > .dropdown-togglebody .sppb-btn-warning {
  color: #fff;
  background-color: #e86924;
  border-color: #db5d17;
}
body .btn-warning:active:hover,
body .btn-warning:active:focus,
body .btn-warning:active.focus,
body .btn-warning.active:hover,
body .btn-warning.active:focus,
body .btn-warning.active.focus,
.open > .dropdown-togglebody .btn-warning:hover,
.open > .dropdown-togglebody .btn-warning:focus,
.open > .dropdown-togglebody .btn-warning.focus,
body .sppb-btn-warning:active:hover,
body .sppb-btn-warning:active:focus,
body .sppb-btn-warning:active.focus,
body .sppb-btn-warning.active:hover,
body .sppb-btn-warning.active:focus,
body .sppb-btn-warning.active.focus,
.open > .dropdown-togglebody .sppb-btn-warning:hover,
.open > .dropdown-togglebody .sppb-btn-warning:focus,
.open > .dropdown-togglebody .sppb-btn-warning.focus {
  color: #fff;
  background-color: #e86924;
  border-color: #db5d17;
}
body .btn-warning:active,
body .btn-warning.active,
.open > .dropdown-togglebody .btn-warning,
body .sppb-btn-warning:active,
body .sppb-btn-warning.active,
.open > .dropdown-togglebody .sppb-btn-warning {
  background-image: none;
}
body .btn-warning.disabled:hover,
body .btn-warning.disabled:focus,
body .btn-warning.disabled.focus,
body .btn-warning[disabled]:hover,
body .btn-warning[disabled]:focus,
body .btn-warning[disabled].focus,
fieldset[disabled] body .btn-warning:hover,
fieldset[disabled] body .btn-warning:focus,
fieldset[disabled] body .btn-warning.focus,
body .sppb-btn-warning.disabled:hover,
body .sppb-btn-warning.disabled:focus,
body .sppb-btn-warning.disabled.focus,
body .sppb-btn-warning[disabled]:hover,
body .sppb-btn-warning[disabled]:focus,
body .sppb-btn-warning[disabled].focus,
fieldset[disabled] body .sppb-btn-warning:hover,
fieldset[disabled] body .sppb-btn-warning:focus,
fieldset[disabled] body .sppb-btn-warning.focus {
  background-color: #EA793B;
  border-color: #e86924;
}
body .btn-warning .badge,
body .sppb-btn-warning .badge {
  color: #EA793B;
  background-color: #fff;
}
body .btn-warning.sppb-btn-outline,
body .sppb-btn-warning.sppb-btn-outline {
  border-color: #e86924;
  color: #EA793B;
}
body .btn-warning.sppb-btn-outline:hover,
body .btn-warning.sppb-btn-outline:focus,
body .sppb-btn-warning.sppb-btn-outline:hover,
body .sppb-btn-warning.sppb-btn-outline:focus {
  border-color: #db5d17;
  color: #fff;
  background-color: #EA793B;
}
body .btn-warning.sppb-btn-outline-hover:hover,
body .btn-warning.sppb-btn-outline-hover:focus,
body .sppb-btn-warning.sppb-btn-outline-hover:hover,
body .sppb-btn-warning.sppb-btn-outline-hover:focus {
  border-color: #e86924;
  color: #EA793B;
}
body .btn-danger,
body .sppb-btn-danger {
  color: #fff;
  background-color: #DE455A;
  border-color: #da2f47;
}
body .btn-danger:focus,
body .btn-danger.focus,
body .sppb-btn-danger:focus,
body .sppb-btn-danger.focus {
  color: #fff;
  background-color: #da2f47;
  border-color: #cc243b;
}
body .btn-danger:hover,
body .sppb-btn-danger:hover {
  color: #fff;
  background-color: #da2f47;
  border-color: #cc243b;
}
body .btn-danger:active,
body .btn-danger.active,
.open > .dropdown-togglebody .btn-danger,
body .sppb-btn-danger:active,
body .sppb-btn-danger.active,
.open > .dropdown-togglebody .sppb-btn-danger {
  color: #fff;
  background-color: #da2f47;
  border-color: #cc243b;
}
body .btn-danger:active:hover,
body .btn-danger:active:focus,
body .btn-danger:active.focus,
body .btn-danger.active:hover,
body .btn-danger.active:focus,
body .btn-danger.active.focus,
.open > .dropdown-togglebody .btn-danger:hover,
.open > .dropdown-togglebody .btn-danger:focus,
.open > .dropdown-togglebody .btn-danger.focus,
body .sppb-btn-danger:active:hover,
body .sppb-btn-danger:active:focus,
body .sppb-btn-danger:active.focus,
body .sppb-btn-danger.active:hover,
body .sppb-btn-danger.active:focus,
body .sppb-btn-danger.active.focus,
.open > .dropdown-togglebody .sppb-btn-danger:hover,
.open > .dropdown-togglebody .sppb-btn-danger:focus,
.open > .dropdown-togglebody .sppb-btn-danger.focus {
  color: #fff;
  background-color: #da2f47;
  border-color: #cc243b;
}
body .btn-danger:active,
body .btn-danger.active,
.open > .dropdown-togglebody .btn-danger,
body .sppb-btn-danger:active,
body .sppb-btn-danger.active,
.open > .dropdown-togglebody .sppb-btn-danger {
  background-image: none;
}
body .btn-danger.disabled:hover,
body .btn-danger.disabled:focus,
body .btn-danger.disabled.focus,
body .btn-danger[disabled]:hover,
body .btn-danger[disabled]:focus,
body .btn-danger[disabled].focus,
fieldset[disabled] body .btn-danger:hover,
fieldset[disabled] body .btn-danger:focus,
fieldset[disabled] body .btn-danger.focus,
body .sppb-btn-danger.disabled:hover,
body .sppb-btn-danger.disabled:focus,
body .sppb-btn-danger.disabled.focus,
body .sppb-btn-danger[disabled]:hover,
body .sppb-btn-danger[disabled]:focus,
body .sppb-btn-danger[disabled].focus,
fieldset[disabled] body .sppb-btn-danger:hover,
fieldset[disabled] body .sppb-btn-danger:focus,
fieldset[disabled] body .sppb-btn-danger.focus {
  background-color: #DE455A;
  border-color: #da2f47;
}
body .btn-danger .badge,
body .sppb-btn-danger .badge {
  color: #DE455A;
  background-color: #fff;
}
body .btn-danger.sppb-btn-outline,
body .sppb-btn-danger.sppb-btn-outline {
  border-color: #da2f47;
  color: #DE455A;
}
body .btn-danger.sppb-btn-outline:hover,
body .btn-danger.sppb-btn-outline:focus,
body .sppb-btn-danger.sppb-btn-outline:hover,
body .sppb-btn-danger.sppb-btn-outline:focus {
  border-color: #cc243b;
  color: #fff;
  background-color: #DE455A;
}
body .btn-danger.sppb-btn-outline-hover:hover,
body .btn-danger.sppb-btn-outline-hover:focus,
body .sppb-btn-danger.sppb-btn-outline-hover:hover,
body .sppb-btn-danger.sppb-btn-outline-hover:focus {
  border-color: #da2f47;
  color: #DE455A;
}
body .sppb-btn,
body .btn {
  padding: 14px 32px;
  line-height: 1;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  white-space: inherit;
}
body .sppb-btn.sppb-btn-outline,
body .btn.sppb-btn-outline {
  padding: 14px 32px;
  border-width: 1px;
  background: transparent;
}
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 .btn-xs {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid transparent;
}
body .sppb-btn-xs.sppb-btn-outline,
body .btn-xs.sppb-btn-outline {
  padding: 6px 12px;
}
body .sppb-btn-sm,
body .btn-sm {
  padding: 10px 20px;
  font-size: 13px;
  border: 1px solid transparent;
}
body .sppb-btn-sm.sppb-btn-outline,
body .btn-sm.sppb-btn-outline {
  padding: 10px 20px;
}
body .sppb-btn-lg,
body .btn-lg {
  font-size: 15px;
  padding: 15px 36px;
  border: 2px solid transparent;
}
body .sppb-btn-lg.sppb-btn-outline,
body .btn-lg.sppb-btn-outline {
  padding: 15px 36px;
  border-width: 2px;
}
body .sppb-btn-xlg,
body .btn-xlg {
  font-size: 16px;
  padding: 23px 40px;
  border: 3px solid transparent;
}
body .sppb-btn-xlg.sppb-btn-outline,
body .btn-xlg.sppb-btn-outline {
  padding: 23px 40px;
  border-width: 3px;
}
body .sppb-btn-square {
  border-radius: 0px !important;
}
body .sppb-btn-round {
  border-radius: 100px !important;
}
body .sppb-btn-rounded {
  border-radius: 4px;
}
body a.btn.jmodedit {
  background: #cccccc;
  text-align: center;
  padding: 2px 5px;
}
body a.btn.jmodedit:before {
  content: "Edit";
  display: inline-block;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
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;
  color: #444444;
}
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;
}
body .play-btn {
  display: inline-block;
  width: 82px;
  height: 82px;
  position: relative;
  border-radius: 50%;
  -webkit-transition: all 2s ease-in-out !important;
  -o-transition: all 2s ease-in-out !important;
  transition: all 2s ease-in-out !important;
}
body .play-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -7px 0 0 -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  pointer-events: none;
  border-color: transparent transparent transparent #424242;
}
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: 22px;
  -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;
}
.contact-info-1 .ctc-ct .info-vertical dl dt i {
  font-size: 16px;
}
.contact-info-1 .ctc-ct .info-vertical dl dd {
  overflow: hidden;
  margin-bottom: 38px;
}
.contact-info-1 .ctc-ct .info-vertical dl dd:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-form-transparent .ctc-ct form input[type="text"],
.contact-form-transparent .ctc-ct form textarea {
  border-color: #fff;
  background: transparent;
  margin-bottom: 30px;
}
.contact-form-transparent .ctc-ct form input[type="text"]::-moz-placeholder,
.contact-form-transparent .ctc-ct form textarea::-moz-placeholder {
  color: #fff;
}
.contact-form-transparent .ctc-ct form input[type="text"]::-webkit-input-placeholder,
.contact-form-transparent .ctc-ct form textarea::-webkit-input-placeholder {
  color: #fff;
}
div.contact-form-simple .ctc-ct form input[type="text"],
div.contact-form-simple .ctc-ct form textarea {
  border-color: transparent;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.toggle-map {
  height: 70px;
  line-height: 70px;
  width: 100%;
  color: #222222;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  background: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.toggle-map.opened,
.toggle-map:hover,
.toggle-map:focus {
  background: #222222;
  color: #fff;
}
.map-closed .ctc-ct .ctc-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.map-closed .ctc-ct .closed {
  overflow: hidden;
  height: 0;
}
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li:after {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 7px;
}
.horizontal-menu.menu > li:last-child:after {
  display: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
  display: inline-block;
}
.horizontal-menu.menu > li > a:before {
  display: none;
}
.horizontal-menu.menu > li >ul {
  display: none;
}
.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;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
.simple-menu.menu > li > a {
  line-height: 24px;
  padding: 0;
}
.simple-menu.menu > li > a:hover,
.simple-menu.menu > li > a:focus {
  background-color: transparent;
}
div.tagspopular > ul {
  margin: -3px;
}
div.tagspopular > ul > li {
  display: inline-block;
  border: none;
  margin: 3px;
  float: left;
}
div.tagspopular > ul > li > a {
  padding: 10px 13px;
  line-height: 1;
  font-size: 14px;
  background: #fff;
}
div.tagspopular > ul > li > a:before {
  display: none;
}
div.tagspopular > ul > li > a:hover,
div.tagspopular > ul > li > a:focus {
  color: #fff;
}
.mod-search form {
  position: relative;
}
.mod-search form input.search-query {
  width: 100%;
}
.mod-search form button.button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
}
.search-mini .search-open i {
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 1050;
  cursor: pointer;
}
.search-mini-ct {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-mini-ct .container {
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-mini-ct .container.open {
  top: 20%;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .search-mini-ct .container {
    width: 100%;
  }
}
.search-mini-ct .search-mini-form {
  width: 100%;
  position: relative;
}
.search-mini-ct .search-mini-form button.search-button,
.search-mini-ct .search-mini-form button.button {
  display: none;
}
.search-mini-ct .search-mini-form input.inputbox {
  width: 100%;
  padding: 0 15px;
  z-index: 1040;
  border: none;
  height: 66px !important;
  color: #444444;
  border-bottom: 2px solid #eaeaea;
  font-size: 24px;
}
.search-mini-ct .search-mini-form input.inputbox::-moz-placeholder {
  color: #444444;
}
.search-mini-ct .search-mini-form input.inputbox::-webkit-input-placeholder {
  color: #444444;
}
.search-mini-ct .search-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
.search-mini-ct .search-close i {
  color: #444444;
  font-size: 30px;
  cursor: pointer;
}
.menu-button {
  line-height: 72px;
  margin-left: 15px;
}
.blog-default .items-list {
  margin-top: -30px;
}
.blog-default .items-list > div {
  margin-top: 30px;
}
.blog-default .items-list > div .image-ct {
  position: relative;
  overflow: hidden;
}
.blog-default .items-list > div .image-ct > div {
  margin-bottom: 0;
}
.blog-default .items-list > div .image-ct .item-date {
  padding: 11px 14px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #444444;
  color: #fff;
  z-index: 1;
}
.blog-default .items-list > div .image-ct .item-date span {
  display: block;
}
.blog-default .items-list > div .image-ct .item-date span:last-child {
  font-size: 10px;
}
.blog-default .items-list > div .image-ct .entry-link {
  padding: 60px 25px;
}
.blog-default .items-list > div .image-ct .entry-link a h4 {
  font-size: 28px;
}
.blog-default .items-list > div .image-ct .entry-quote {
  padding: 60px 30px;
}
.blog-default .items-list > div .content-ct {
  text-align: center;
  padding: 40px;
  background: #fff;
}
.blog-default .items-list > div .content-ct h4 {
  font-size: 16px;
}
.blog-default .items-list > div .content-ct h4 a {
  display: block;
  color: #444444;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blog-carousel .items-list > div .content-ct {
  padding: 50px 40px;
  background: #fff;
}
.blog-carousel .items-list > div .content-ct h4 {
  font-size: 22px;
  line-height: 34px;
  min-height: 170px;
}
.blog-carousel .items-list > div .content-ct h4.with-text {
  min-height: inherit;
}
.blog-carousel .items-list > div .content-ct h4.with-text a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.blog-carousel .items-list > div .content-ct h4 a {
  display: block;
  color: #444444;
}
.blog-carousel .items-list > div .content-ct .article-info {
  padding-top: 35px;
  border-top: 1px solid #eaeaea;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
}
.blog-carousel .items-list > div .content-ct .article-info dd {
  font-style: normal;
}
.blog-carousel .items-list > div .content-ct .article-info i {
  display: none;
}
.blog-carousel .items-list > div .content-ct .mod-articles-category-introtext {
  margin-bottom: 15px;
}
.blog-carousel .items-list .owl-dots {
  margin-top: 30px !important;
}
.news-simple .news-simple-item h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.news-simple .news-simple-item .article-info {
  margin-bottom: 0;
}
.news-simple .news-simple-item + .news-simple-item {
  padding-top: 9px;
  margin-top: 14px;
  border-top: 1px solid #eaeaea;
}
.sppb-addon-feature .sppb-addon-content .sppb-icon .sppb-icon-container i:before {
  display: block;
}
.feature-box-1 .sppb-addon-content {
  padding-bottom: 40px;
}
.feature-box-1 .sppb-addon-content .sppb-img-container {
  display: block !important;
  margin-bottom: 40px;
}
.feature-box-1 .sppb-addon-content .sppb-img-container img {
  width: 100%;
}
.feature-box-1 .sppb-addon-content .sppb-feature-box-title {
  padding-left: 40px;
  padding-right: 40px;
}
.feature-box-1 .sppb-addon-content .sppb-addon-text {
  padding-left: 40px;
  padding-right: 40px;
}
.feature-icon-1 .sppb-addon-content .sppb-icon .sppb-icon-container i {
  color: #fff;
}
.feature-icon-1 .sppb-addon-content .sppb-icon .sppb-icon-container i:before {
  display: block;
}
.feature-icon-2 .sppb-addon-content .sppb-media {
  overflow: inherit;
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container {
  background: #f7f7f7;
  position: relative;
  border-radius: 50%;
  color: #444444;
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -5px;
  left: -5px;
  padding: 5px;
  box-shadow: 0 0 0 2px #222222;
  opacity: 0;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -ms-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container i:before {
  display: block;
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:hover,
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:focus {
  background: #222222;
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:hover:after,
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:focus:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:hover i,
.feature-icon-2 .sppb-addon-content .sppb-icon .sppb-icon-container:focus i {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .sppb-addon-cta div[class*="sppb-col-sm"] {
    width: 100%;
    display: block;
  }
  .sppb-addon-cta .sppb-text-right {
    text-align: center;
    margin-top: 20px;
  }
}
div.sppb-addon-optin-forms {
  padding: 0;
}
div.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap:not(:empty) {
  padding: 0;
}
div.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-addon-title + .sppb-optin-form-details:not(:empty) {
  margin-bottom: 40px;
}
div.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form-info-wrap .sppb-optin-form-details-wrap .sppb-optin-form-details {
  margin-bottom: 15px;
}
div.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form.form-inline .email-wrap {
  padding-right: 10px;
}
div.sppb-addon-optin-forms .sppb-optin-form-box .sppb-optin-form.form-inline .email-wrap input {
  border-radius: 44px;
}
div.sppb-addon-optin-forms.optin-style-1 {
  padding: 60px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 28px 40px 0px rgba(57,57,57,0.21);
}
.animated-number-1 {
  margin-bottom: 40px;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number {
  font-weight: 800;
  line-height: 1.2 !important;
}
.animated-number-1 .sppb-addon-content .sppb-animated-number:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  margin: 2px auto 28px;
  z-index: 1;
  position: relative;
}
.ut-testimonial-1 {
  text-align: center;
}
.ut-testimonial-1 .ut-testimonial-item.testimonial-avatar-before .author-avatar {
  margin-bottom: 30px;
}
.ut-testimonial-1 .ut-testimonial-item .sppb-testimonial-message .message {
  font-size: 22px;
  line-height: 34px;
}
.ut-testimonial-1 .ut-testimonial-item .sppb-testimonial-message .sppb-testimonial-client {
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 12px;
}
.ut-testimonial-1 .ut-testimonial-item .sppb-testimonial-message .sppb-testimonial-client .client-name {
  display: inline-block;
}
.ut-testimonial-1 .ut-testimonial-item .sppb-testimonial-message .sppb-testimonial-client .client-url {
  margin-left: 7px;
}
.ut-testimonial-1 .ut-testimonial-item .sppb-testimonial-message .sppb-testimonial-client .client-url:before {
  content: "/";
  display: inline-block;
  margin-right: 7px;
}
.ut-testimonial-1 div.owl-dots {
  margin-top: 30px !important;
}
div.ut-testimonial-2 .ut-testimonial-item {
  border-radius: 4px;
}
div.ut-testimonial-2 .ut-testimonial-item .sppb-testimonial-message .message {
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
}
div.ut-testimonial-2 .ut-testimonial-item .avatar-author-left,
div.ut-testimonial-2 .ut-testimonial-item .avatar-author-right {
  width: auto;
  height: auto;
}
div.ut-testimonial-2 .ut-testimonial-item .sppb-testimonial-client .client-name {
  font-size: 15px;
  color: #444444;
}
div.ut-testimonial-2 .ut-testimonial-item .sppb-testimonial-client .client-url {
  font-size: 13px;
}
div.ut-testimonial-2 .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 30px;
}
div.ut-testimonial-2 div.owl-dots {
  margin-top: 40px !important;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline span {
  font-weight: 400;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline span b {
  font-weight: 400;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline .cd-words-wrapper {
  padding: 0 15px;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline .cd-words-wrapper.selected {
  background-color: transparent;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline .cd-words-wrapper:after {
  width: 2px;
  background-color: #444444;
}
@media screen and (max-width: 767px) {
  .sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
    font-size: 30px !important;
  }
}
.sppb-addon-textrotator .sppb-textrotator-content .sppb-textrotator-text:not(:empty) {
  margin-bottom: 0;
}
.testimonial-style-1 .sppb-addon-content {
  position: relative;
  top: 0;
  padding: 54px 60px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 27px 0px rgba(154,161,171,0.18);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.testimonial-style-1 .sppb-addon-content .sppb-media div[class*="pull-"] img {
  border-radius: 50%;
  display: inline-block;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-none {
  margin-bottom: 25px;
  text-align: center;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .pull-none + .sppb-media-body {
  text-align: center;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote {
  padding: 0;
  border-left: none;
  font-size: 18px;
  line-height: 30px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer {
  margin-top: 25px;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer:before {
  display: none;
}
.testimonial-style-1 .sppb-addon-content .sppb-media .sppb-media-body blockquote footer cite {
  font-style: inherit;
  margin-left: 3px;
}
.testimonial-style-1 .sppb-addon-content:hover,
.testimonial-style-1 .sppb-addon-content:focus {
  box-shadow: 0px 25px 36px 0px rgba(154,161,171,0.24);
  top: -3px;
}
.ut-clients-1 .sppb-addon-content div[class*="ut-clients-"] {
  overflow: visible;
}
.ut-clients-1 .sppb-addon-content div[class*="ut-clients-"] .owl-stage-outer {
  overflow: visible;
}
.ut-clients-1 .sppb-addon-content div[class*="ut-clients-"] .owl-item.center {
  box-shadow: 0px 10px 20px 0px rgba(25,27,31,0.1);
}
.ut-clients-1 .owl-dots {
  margin-top: 50px !important;
}
.clients-style-1 .sppb-row {
  margin-left: 0;
  margin-right: 0;
}
.clients-style-1 .sppb-row div[class*="sppb-col-"] {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  border: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-style-1 .sppb-row div[class*="sppb-col-"] {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .clients-style-1 .sppb-row div[class*="sppb-col-"] {
    width: 50%;
    float: left;
  }
}
.single-image-wide .sppb-addon-single-image-container {
  display: block;
}
.single-image-wide .sppb-addon-single-image-container img {
  width: 100%;
}
.single-image-zoom {
  position: relative;
}
.single-image-zoom .sppb-addon-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.single-image-zoom .sppb-addon-title:before,
.single-image-zoom .sppb-addon-title:after {
  content: "";
  display: block;
  margin: 30px auto;
  border-bottom: 3px solid;
  border-color: inherit;
  width: 58px;
}
.single-image-zoom .sppb-addon-content {
  overflow: hidden;
}
.single-image-zoom .sppb-addon-content .sppb-addon-single-image-container img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-image-zoom:hover .sppb-addon-content .sppb-addon-single-image-container img,
.single-image-zoom:focus .sppb-addon-content .sppb-addon-single-image-container img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.flip-box-1 i {
  font-size: 56px;
}
.flip-box-1 h3 {
  font-size: 20px;
}
.flip-box-1 .sppb-flipbox-panel .flip-box {
  padding: 60px 50px;
}
@media screen and (max-width: 479px) {
  .flip-box-1 .sppb-flipbox-panel .flip-box {
    padding: 30px 25px;
  }
}
.sppb-addon-dropcap.dropcap-style-1 .sppb-addon-content .sppb-dropcap .dropcap {
  width: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  margin: 7px 10px 0 0;
  padding: 0;
  font-size: 24px;
}
.tabs-style-1 .sppb-tab ul.sppb-nav-lines {
  border-bottom-width: 1px;
  text-align: center;
}
.tabs-style-1 .sppb-tab ul.sppb-nav-lines > li {
  text-align: center;
  float: none;
  display: inline-block;
  padding: 0;
}
.tabs-style-1 .sppb-tab ul.sppb-nav-lines > li > a {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 20px 24px;
  border-bottom-width: 1px;
  color: inherit;
}
.tabs-style-1 .sppb-tab ul.sppb-nav-lines > li > a i {
  display: block;
  font-size: 43px;
  margin-bottom: 28px;
}
.tabs-style-1 .sppb-tab .sppb-nav-lines-content {
  margin-top: 30px;
}
.sppb-progress-label {
  font-weight: 400;
}
.sppb-progress-label span {
  font-weight: 400;
}
.sppb-progress {
  border-radius: 0;
  margin-bottom: 25px;
}
.sppb-progress .sppb-progress-bar.sppb-progress-bar-success {
  background-color: #4BE1CE;
}
.sppb-progress .sppb-progress-bar.sppb-progress-bar-danger {
  background-color: #DE455A;
}
.sppb-progress .sppb-progress-bar.sppb-progress-bar-warning {
  background-color: #EA793B;
}
.sppb-progress .sppb-progress-bar.sppb-progress-bar-info {
  background-color: #6060D9;
}
.pricing-style-1 {
  margin-bottom: 30px;
}
.pricing-style-1 .sppb-pricing-box {
  padding: 60px 30px;
  background: #fff;
  border: none;
  position: relative;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-header {
  margin-bottom: 5px;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  text-transform: capitalize;
  color: #424242;
  margin-bottom: 32px;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  font-weight: 700;
  color: #424242;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price .sppb-pricing-price-symbol {
  vertical-align: top;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-header .sppb-pricing-duration {
  display: block;
  line-height: 24px;
  color: #999999;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-features {
  font-size: 16px;
  color: #6c6c6c;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-features > ul > li {
  padding: 12px 0;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-footer {
  margin-top: 10px;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn {
  font-size: 13px;
  text-transform: uppercase;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default {
  background: #444444;
  color: #fff;
  border-color: #444444;
}
.pricing-style-1 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default:hover,
.pricing-style-1 .sppb-pricing-box .sppb-pricing-footer a.sppb-btn-default:focus {
  background: #303030;
  border-color: #303030;
}
.pricing-style-1 .sppb-pricing-box.sppb-pricing-featured {
  position: relative;
}
.pricing-style-1 .sppb-pricing-box.sppb-pricing-featured:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
}
.ut-person.ut-person-style-1 {
  margin-bottom: 40px;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image {
  display: inline-block;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image .person-overlay {
  background-color: rgba(25,25,25,0.5);
  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;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social li a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image:hover .person-overlay,
.ut-person.ut-person-style-1 .sppb-addon-content .person-image:focus .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-image:hover .person-overlay .person-overlay-inner,
.ut-person.ut-person-style-1 .sppb-addon-content .person-image:focus .person-overlay .person-overlay-inner {
  bottom: 20px;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-information {
  margin-top: 35px;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-information .person-name {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #424242;
}
.ut-person.ut-person-style-1 .sppb-addon-content .person-information .person-designation {
  font-size: 14px;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-image .person-overlay {
  background-color: rgba(255,255,255,0.9);
  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;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social li a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-image:hover .person-overlay,
.ut-person.ut-person-style-2 .sppb-addon-content .person-image:focus .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-image:hover .person-overlay .person-overlay-inner,
.ut-person.ut-person-style-2 .sppb-addon-content .person-image:focus .person-overlay .person-overlay-inner {
  bottom: 30px;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-information .person-name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #424242;
}
.ut-person.ut-person-style-2 .sppb-addon-content .person-information .person-designation {
  font-size: 14px;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image {
  display: block;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image img {
  width: 100%;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay {
  background-color: rgba(25,25,25,0.5);
  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;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons {
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-social-icons .person-social li a {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information {
  width: 100%;
  color: #fff;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information .person-name {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image .person-overlay .person-overlay-inner .person-information .person-designation {
  font-size: 14px;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:hover .person-overlay,
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:focus .person-overlay {
  opacity: 1;
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:hover .person-overlay .person-overlay-inner .person-information,
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:focus .person-overlay .person-overlay-inner .person-information {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:hover .person-overlay .person-overlay-inner .person-social-icons,
.ut-person.ut-person-style-3 .sppb-addon-content .person-image:focus .person-overlay .person-overlay-inner .person-social-icons {
  bottom: 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 40px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul {
  margin: 0 -10px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  padding: 0 10px 10px;
  margin: 0;
  border: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  background-color: transparent;
  font-size: 13px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover,
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:focus {
  background: transparent !important;
  color: #444444;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:before {
  display: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a {
  background: transparent !important;
  color: #444444;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: absolute;
  top: 35%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-color: transparent;
  padding: 0;
  color: #fff;
  font-size: 18px;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:focus {
  color: #fff;
  background: transparent;
  border-color: transparent;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background-color: rgba(25,25,25,0.5);
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  display: block;
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-icon-video {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-gallery-info,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-gallery-info {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns {
  top: 50%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-icon-video,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-icon-video {
  opacity: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
  padding: 20px 0 0;
  background: #fff;
  font-size: inherit;
  line-height: inherit;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 2px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title > a {
  color: #444444;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  font-size: 13px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-desc {
  margin-top: 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:focus {
  background: #fff;
  color: #444444;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:focus h3 > a {
  color: #000;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info.descripted {
  padding: 30px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item {
  width: 100%;
}
div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item .sp-simpleportfolio-title {
  font-size: 20px;
  text-transform: uppercase;
}
div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item .sp-simpleportfolio-tags {
  font-style: italic;
}
div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item .sp-simpleportfolio-desc:before {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid #eaeaea;
  margin-bottom: 20px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item {
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item .sp-simpleportfolio-overlay-wrapper {
    width: 50%;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item .sp-simpleportfolio-info {
    width: 50%;
    padding: 50px;
  }
  div.sp-simpleportfolio .sp-simpleportfolio-item.crossed-item:nth-child(even) .sp-simpleportfolio-overlay-wrapper {
    order: 2;
    -webkit-order: 2;
  }
}
div.sp-simpleportfolio .sp-vertical-middle .sp-simpleportfolio-gallery-info {
  padding: 30px;
  width: 100%;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.sp-simpleportfolio .sp-vertical-middle .sp-simpleportfolio-gallery-info .sp-simpleportfolio-title {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 2px;
  line-height: 1.2;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
}
div.sp-simpleportfolio .sp-vertical-middle .sp-simpleportfolio-gallery-info .sp-simpleportfolio-tags {
  font-size: 13px;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-image {
  margin-bottom: 0;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-image img {
  width: 100%;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description {
  width: 100%;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description .portfolio-title {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-description .portfolio-demo {
  margin-top: 20px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta {
  width: 100%;
  padding-left: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta > div {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 28px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .sp-simpleportfolio-meta h4 {
  font-weight: 400;
  display: inline-block;
  min-width: 90px;
  margin-right: 10px;
  margin-bottom: 0;
  line-height: 28px;
  font-size: 14px;
}
.sp-simpleportfolio-view-item .sp-simpleportfolio-details .portfolio-share {
  margin-top: 20px;
  float: left;
}
@media only screen and (max-width: 991px) {
  .sp-simpleportfolio-view-item .sp-simpleportfolio-image {
    margin-bottom: 30px;
  }
}
.portfolio-related {
  margin-top: 100px;
}
.portfolio-related .sp-module-title {
  margin-bottom: 70px;
  font-size: 28px;
  text-align: center;
}
.portfolio-related .sp-module-title:after {
  width: 50px;
  margin: 22px auto 0;
}
#mod-sp-simpleportfolio.filter-lined .sp-simpleportfolio-filter {
  margin-bottom: 50px;
}
#mod-sp-simpleportfolio.filter-lined .sp-simpleportfolio-filter ul {
  border-bottom: 1px solid #eaeaea;
}
#mod-sp-simpleportfolio.filter-lined .sp-simpleportfolio-filter ul > li {
  padding: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
#mod-sp-simpleportfolio.filter-lined .sp-simpleportfolio-filter ul > li > a {
  color: #444444;
  padding: 0 10px 10px;
}
.sp-portfolio-carousel {
  overflow: hidden;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 0;
  float: none;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-vertical-middle > div {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-gallery-info,
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-btns {
  position: relative;
  width: 100%;
  right: inherit;
  top: inherit;
  left: inherit;
  bottom: inherit;
  transform: inherit;
  -webkit-transform: inherit;
  -moz-transform: inherit;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-gallery-info {
  padding: 2px 0 0;
  text-align: center;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle > div,
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-vertical-middle > div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav div[class*="owl-"] {
  margin: 0;
  padding: 0 10px;
  width: 30px;
  border-radius: 0 3px 3px 0;
  height: 60px;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: -30px;
  left: -32px;
  text-indent: 9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav div[class*="owl-"]:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  text-indent: 0;
  color: #fff;
  line-height: 60px;
  display: block;
  text-align: center;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav div.owl-next {
  right: -32px;
  left: auto;
  border-radius: 3px 0 0 3px;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav div.owl-next:before {
  content: "\f105";
  text-align: left;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel:hover .owl-nav div.owl-prev,
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel:focus .owl-nav div.owl-prev {
  left: 0;
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel:hover .owl-nav div.owl-next,
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel:focus .owl-nav div.owl-next {
  right: 0;
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-btns {
  margin-top: 35px;
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-info {
  padding: 14px 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img,
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  transform: translateY(-70px);
}
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-info,
.sp-portfolio-carousel.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-info {
  transform: translateY(0);
}
.sp-portfolio-carousel.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav {
  position: relative;
  text-align: center;
  top: inherit;
  margin-top: 40px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.sp-portfolio-carousel.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div[class*="owl-"] {
  position: relative;
  height: 45px;
  width: 73px;
  background: #fff;
  margin: 2px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  top: inherit;
  left: inherit;
  right: inherit;
}
.sp-portfolio-carousel.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div[class*="owl-"]:before {
  content: "\f177";
  line-height: 45px;
  color: #444444;
}
.sp-portfolio-carousel.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div.owl-next:before {
  content: "\f178";
}
.sp-portfolio-carousel-2 {
  overflow: hidden;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 0;
  float: none;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel .owl-nav {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel .owl-nav div[class*="owl-"] {
  margin: 0;
  padding: 0 10px;
  width: 30px;
  border-radius: 0 3px 3px 0;
  height: 60px;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  top: -30px;
  left: -32px;
  text-indent: 9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel .owl-nav div[class*="owl-"]:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 30px;
  text-indent: 0;
  color: #fff;
  line-height: 60px;
  display: block;
  text-align: center;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel .owl-nav div.owl-next {
  right: -32px;
  left: auto;
  border-radius: 3px 0 0 3px;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel .owl-nav div.owl-next:before {
  content: "\f105";
  text-align: left;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel:hover .owl-nav div.owl-prev,
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel:focus .owl-nav div.owl-prev {
  left: 0;
}
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel:hover .owl-nav div.owl-next,
.sp-portfolio-carousel-2.sp-simpleportfolio .owl-carousel:focus .owl-nav div.owl-next {
  right: 0;
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-btns {
  margin-top: 35px;
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item .sp-simpleportfolio-info {
  padding: 14px 20px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img,
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  transform: translateY(-70px);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:hover .sp-simpleportfolio-info,
.sp-portfolio-carousel-2.sp-simpleportfolio.layout-default .sp-simpleportfolio-item:focus .sp-simpleportfolio-info {
  transform: translateY(0);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav {
  position: relative;
  text-align: center;
  top: inherit;
  margin-top: 40px;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.sp-portfolio-carousel-2.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div[class*="owl-"] {
  position: relative;
  height: 45px;
  width: 73px;
  background: #fff;
  margin: 2px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  top: inherit;
  left: inherit;
  right: inherit;
}
.sp-portfolio-carousel-2.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div[class*="owl-"]:before {
  content: "\f177";
  line-height: 45px;
  color: #444444;
}
.sp-portfolio-carousel-2.sp-simpleportfolio.nav-bottom .owl-carousel .owl-nav div.owl-next:before {
  content: "\f178";
}
#portfolio-fullheight .portfolio-item .container-fluid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#portfolio-fullheight .portfolio-item .sp-simpleportfolio-info {
  position: absolute;
  top: 60%;
  left: 50%;
  text-align: center;
  width: 100%;
  opacity: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
#portfolio-fullheight .portfolio-item .sp-simpleportfolio-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#portfolio-fullheight .portfolio-item .sp-simpleportfolio-info h3 a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #portfolio-fullheight .portfolio-item .sp-simpleportfolio-info h3 {
    font-size: 20px;
  }
}
#portfolio-fullheight .portfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  color: #fff;
  font-size: 15px;
}
#portfolio-fullheight .owl-item.center .sp-simpleportfolio-info {
  opacity: 1;
  top: 50%;
}
.portfolio-overlay.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  transform: scale(0.7);
  -webkt-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-overlay.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.portfolio-overlay.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-gallery-info {
  position: relative;
  padding: 10px 0 0;
  text-align: center;
  top: inherit;
  left: inherit;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.portfolio-overlay.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.portfolio-overlay.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  transform: scale(1);
  -webkt-transform: scale(1);
  -moz-transform: scale(1);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items {
  margin: -4px;
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding: 4px;
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle > div {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-gallery-info {
  position: relative;
  padding: 10px 0 0;
  text-align: center;
  top: inherit;
  left: inherit;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  transform: scale(1);
  -webkt-transform: scale(1);
  -moz-transform: scale(1);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle > div,
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay .sp-vertical-middle > div {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: inherit;
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(5n-3) .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(222,69,90,0.9);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(5n-2) .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(75,225,206,0.9);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(5n-1) .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(234,121,59,0.9);
}
.portfolio-multicolor.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(5n) .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  background: rgba(96,96,217,0.9);
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items {
  margin: 0;
  height: auto !important;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item {
  padding: 0;
  position: relative !important;
  transform: none !important;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info {
  text-align: center;
  position: relative;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  z-index: 2;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  text-transform: uppercase;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title:after {
  content: "";
  display: block;
  width: 50px;
  border-bottom: 3px solid;
  border-bottom-color: #cccccc;
  margin: 16px auto 0;
  z-index: 1;
  position: relative;
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info .info-inner {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info:hover .sp-simpleportfolio-title a,
.portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-info:focus .sp-simpleportfolio-title a {
  color: #444444;
}
@media screen and (min-width: 768px) {
  .portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(even) .sp-simpleportfolio-overlay-wrapper {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
  }
  .portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(even) .sp-simpleportfolio-info {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
  }
  .portfolio-awesome.sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item:nth-child(even) .sp-simpleportfolio-info:before {
    top: inherit;
    bottom: -13px;
  }
}
#sp-page-builder .page-content .sppb-section,
#sp-page-builder .sppb-section {
  margin-top: 0;
  clear: both;
}
#sp-page-builder .sppb-section .sppb-section-title {
  margin-bottom: 70px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-heading {
  font-size: 28px;
}
#sp-page-builder .sppb-section .sppb-section-title .sppb-title-subheading {
  font-size: inherit;
  max-width: 100%;
}
.sppb-addon-raw-html ul {
  padding: 0;
}
.sppb-addon-raw-html ul li {
  list-style: none;
  line-height: 20px;
  margin-bottom: 12px;
}
.sppb-addon-raw-html ul i {
  margin-right: 8px;
}
.sppb-addon-tab .sppb-nav-tabs > li {
  margin-bottom: -2px;
}
.sppb-addon-tab .sppb-nav-tabs > li.active a {
  border-top-width: 2px;
}
.sppb-addon-tab .sppb-nav-pills > li.active a {
  color: #fff;
}
.sppb-addon-alert .sppb-alert-success {
  background: rgba(75,225,206,0.1);
  color: #4BE1CE;
}
.sppb-addon-alert .sppb-alert-info {
  background: rgba(96,96,217,0.1);
  color: #6060D9;
}
.sppb-addon-alert .sppb-alert-warning {
  background: rgba(234,121,59,0.1);
  color: #EA793B;
}
.sppb-addon-alert .sppb-alert-danger {
  background: rgba(222,69,90,0.1);
  color: #DE455A;
}
.sppb-addon-blockquote.blockquote-style-1 .sppb-addon-content .sppb-blockquote {
  padding: 20px 40px;
  border-left: 2px solid;
}
.sppb-addon-blockquote.blockquote-style-1 .sppb-addon-content .sppb-blockquote:before {
  display: none;
}
.sppb-addon-blockquote.blockquote-style-1 .sppb-addon-content .sppb-blockquote p {
  color: #444444;
  display: inline;
  margin-bottom: 0;
}
.sppb-addon-blockquote.blockquote-style-2 .sppb-addon-content .sppb-blockquote {
  padding: 40px;
  background: #f7f7f7;
}
.sppb-addon-blockquote.blockquote-style-2 .sppb-addon-content .sppb-blockquote:before {
  display: none;
}
.sppb-addon-blockquote.blockquote-style-2 .sppb-addon-content .sppb-blockquote p {
  color: #444444;
  display: inline;
  margin-bottom: 0;
}
.sppb-addon-dropcap .sppb-addon-content .sppb-dropcap .dropcap {
  font-size: 48px;
  float: left;
  line-height: 1;
  margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] {
  margin-bottom: 5px;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul {
  padding: 0;
  list-style: none;
}
.sppb-addon-accordion .sppb-panel-group > div[class*="sppb-panel"] .sppb-panel-body ul li:before {
  content: "\f18e";
  font-family: Fontawesome;
  display: inline-block;
  margin-right: 10px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel {
  border-top-width: 1px;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-success {
  border-color: #4BE1CE;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-success .sppb-panel-heading {
  background: #4BE1CE;
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-success .sppb-panel-body {
  border-top-color: #4BE1CE;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-info {
  border-color: #6060D9;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-info .sppb-panel-heading {
  background: #6060D9;
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-info .sppb-panel-body {
  border-top-color: #6060D9;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-warning {
  border-color: #EA793B;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-warning .sppb-panel-heading {
  background: #EA793B;
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-warning .sppb-panel-body {
  border-top-color: #EA793B;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-danger {
  border-color: #DE455A;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-danger .sppb-panel-heading {
  background: #DE455A;
  color: #fff;
}
.sppb-addon-accordion .sppb-panel-group .sppb-panel.sppb-panel-danger .sppb-panel-body {
  border-top-color: #DE455A;
}
@media screen and (max-width: 479px) {
  .sppb-addon-feature .sppb-addon-content .sppb-media .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.bordered {
  border: 1px solid #eaeaea;
}
.bt {
  border-top: 1px solid #eaeaea;
}
.br {
  border-right: 1px solid #eaeaea;
}
.bb {
  border-bottom: 1px solid #eaeaea;
}
.bl {
  border-left: 1px solid #eaeaea;
}
.border-double {
  border: 4px double #eaeaea;
}
.bt-double {
  border-top: 4px double #eaeaea;
}
.br-double {
  border-right: 4px double #eaeaea;
}
.bb-double {
  border-bottom: 4px double #eaeaea;
}
.bl-double {
  border-left: 4px double #eaeaea;
}
.border-dashed {
  border: 1px dashed #eaeaea;
}
.bt-dashed {
  border-top: 1px dashed #eaeaea;
}
.br-dashed {
  border-right: 1px dashed #eaeaea;
}
.bb-dashed {
  border-bottom: 1px dashed #eaeaea;
}
.bl-dashed {
  border-left: 1px dashed #eaeaea;
}
.border-dotted {
  border: 1px dotted #eaeaea;
}
.bt-dotted {
  border-top: 1px dotted #eaeaea;
}
.br-dotted {
  border-right: 1px dotted #eaeaea;
}
.bb-dotted {
  border-bottom: 1px dotted #eaeaea;
}
.bl-dotted {
  border-left: 1px dotted #eaeaea;
}
@media only screen and (min-width: 768px) {
  .bordered-sm {
    border: 1px solid #eaeaea;
  }
  .bt-sm {
    border-top: 1px solid #eaeaea;
  }
  .br-sm {
    border-right: 1px solid #eaeaea;
  }
  .bb-sm {
    border-bottom: 1px solid #eaeaea;
  }
  .bl-sm {
    border-left: 1px solid #eaeaea;
  }
  .border-sm-double {
    border: 4px double #eaeaea;
  }
  .bt-sm-double {
    border-top: 4px double #eaeaea;
  }
  .br-sm-double {
    border-right: 4px double #eaeaea;
  }
  .bb-sm-double {
    border-bottom: 4px double #eaeaea;
  }
  .bl-sm-double {
    border-left: 4px double #eaeaea;
  }
  .border-sm-dashed {
    border: 1px dashed #eaeaea;
  }
  .bt-sm-dashed {
    border-top: 1px dashed #eaeaea;
  }
  .br-sm-dashed {
    border-right: 1px dashed #eaeaea;
  }
  .bb-sm-dashed {
    border-bottom: 1px dashed #eaeaea;
  }
  .bl-sm-dashed {
    border-left: 1px dashed #eaeaea;
  }
  .border-sm-dotted {
    border: 1px dotted #eaeaea;
  }
  .bt-sm-dotted {
    border-top: 1px dotted #eaeaea;
  }
  .br-sm-dotted {
    border-right: 1px dotted #eaeaea;
  }
  .bb-sm-dotted {
    border-bottom: 1px dotted #eaeaea;
  }
  .bl-sm-dotted {
    border-left: 1px dotted #eaeaea;
  }
}
@media only screen and (min-width: 992px) {
  .bordered-md {
    border: 1px solid #eaeaea;
  }
  .bt-md {
    border-top: 1px solid #eaeaea;
  }
  .br-md {
    border-right: 1px solid #eaeaea;
  }
  .bb-md {
    border-bottom: 1px solid #eaeaea;
  }
  .bl-md {
    border-left: 1px solid #eaeaea;
  }
  .border-md-double {
    border: 4px double #eaeaea;
  }
  .bt-md-double {
    border-top: 4px double #eaeaea;
  }
  .br-md-double {
    border-right: 4px double #eaeaea;
  }
  .bb-md-double {
    border-bottom: 4px double #eaeaea;
  }
  .bl-md-double {
    border-left: 4px double #eaeaea;
  }
  .border-md-dashed {
    border: 1px dashed #eaeaea;
  }
  .bt-md-dashed {
    border-top: 1px dashed #eaeaea;
  }
  .br-md-dashed {
    border-right: 1px dashed #eaeaea;
  }
  .bb-md-dashed {
    border-bottom: 1px dashed #eaeaea;
  }
  .bl-md-dashed {
    border-left: 1px dashed #eaeaea;
  }
  .border-md-dotted {
    border: 1px dotted #eaeaea;
  }
  .bt-md-dotted {
    border-top: 1px dotted #eaeaea;
  }
  .br-md-dotted {
    border-right: 1px dotted #eaeaea;
  }
  .bb-md-dotted {
    border-bottom: 1px dotted #eaeaea;
  }
  .bl-md-dotted {
    border-left: 1px dotted #eaeaea;
  }
}
@media only screen and (min-width: 1200px) {
  .bordered-lg {
    border: 1px solid #eaeaea;
  }
  .bt-lg {
    border-top: 1px solid #eaeaea;
  }
  .br-lg {
    border-right: 1px solid #eaeaea;
  }
  .bb-lg {
    border-bottom: 1px solid #eaeaea;
  }
  .bl-lg {
    border-left: 1px solid #eaeaea;
  }
  .border-lg-double {
    border: 4px double #eaeaea;
  }
  .bt-lg-double {
    border-top: 4px double #eaeaea;
  }
  .br-lg-double {
    border-right: 4px double #eaeaea;
  }
  .bb-lg-double {
    border-bottom: 4px double #eaeaea;
  }
  .bl-lg-double {
    border-left: 4px double #eaeaea;
  }
  .border-lg-dashed {
    border: 1px dashed #eaeaea;
  }
  .bt-lg-dashed {
    border-top: 1px dashed #eaeaea;
  }
  .br-lg-dashed {
    border-right: 1px dashed #eaeaea;
  }
  .bb-lg-dashed {
    border-bottom: 1px dashed #eaeaea;
  }
  .bl-lg-dashed {
    border-left: 1px dashed #eaeaea;
  }
  .border-lg-dotted {
    border: 1px dotted #eaeaea;
  }
  .bt-lg-dotted {
    border-top: 1px dotted #eaeaea;
  }
  .br-lg-dotted {
    border-right: 1px dotted #eaeaea;
  }
  .bb-lg-dotted {
    border-bottom: 1px dotted #eaeaea;
  }
  .bl-lg-dotted {
    border-left: 1px dotted #eaeaea;
  }
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-130 {
  padding-top: 130px;
}
.pt-140 {
  padding-top: 140px;
}
.pt-150 {
  padding-top: 150px;
}
.pt-160 {
  padding-top: 160px;
}
.pt-170 {
  padding-top: 170px;
}
.pt-180 {
  padding-top: 180px;
}
.pt-190 {
  padding-top: 190px;
}
.pt-200 {
  padding-top: 200px;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pb-140 {
  padding-bottom: 140px;
}
.pb-150 {
  padding-bottom: 150px;
}
.pb-160 {
  padding-bottom: 160px;
}
.pb-170 {
  padding-bottom: 170px;
}
.pb-180 {
  padding-bottom: 180px;
}
.pb-190 {
  padding-bottom: 190px;
}
.pb-200 {
  padding-bottom: 200px;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.py-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.py-180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.py-190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 768px) {
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 10px;
  }
  .pt-sm-20 {
    padding-top: 20px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pt-sm-50 {
    padding-top: 50px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-70 {
    padding-top: 70px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .pt-sm-90 {
    padding-top: 90px;
  }
  .pt-sm-100 {
    padding-top: 100px;
  }
  .pt-sm-110 {
    padding-top: 110px;
  }
  .pt-sm-120 {
    padding-top: 120px;
  }
  .pt-sm-130 {
    padding-top: 130px;
  }
  .pt-sm-140 {
    padding-top: 140px;
  }
  .pt-sm-150 {
    padding-top: 150px;
  }
  .pt-sm-160 {
    padding-top: 160px;
  }
  .pt-sm-170 {
    padding-top: 170px;
  }
  .pt-sm-180 {
    padding-top: 180px;
  }
  .pt-sm-190 {
    padding-top: 190px;
  }
  .pt-sm-200 {
    padding-top: 200px;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px;
  }
  .pb-sm-20 {
    padding-bottom: 20px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .pb-sm-50 {
    padding-bottom: 50px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pb-sm-70 {
    padding-bottom: 70px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pb-sm-90 {
    padding-bottom: 90px;
  }
  .pb-sm-100 {
    padding-bottom: 100px;
  }
  .pb-sm-110 {
    padding-bottom: 110px;
  }
  .pb-sm-120 {
    padding-bottom: 120px;
  }
  .pb-sm-130 {
    padding-bottom: 130px;
  }
  .pb-sm-140 {
    padding-bottom: 140px;
  }
  .pb-sm-150 {
    padding-bottom: 150px;
  }
  .pb-sm-160 {
    padding-bottom: 160px;
  }
  .pb-sm-170 {
    padding-bottom: 170px;
  }
  .pb-sm-180 {
    padding-bottom: 180px;
  }
  .pb-sm-190 {
    padding-bottom: 190px;
  }
  .pb-sm-200 {
    padding-bottom: 200px;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-sm-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-sm-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-sm-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-sm-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-sm-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-sm-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-sm-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-sm-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-sm-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-sm-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-sm-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-sm-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 10px;
  }
  .pt-md-20 {
    padding-top: 20px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
  .pt-md-40 {
    padding-top: 40px;
  }
  .pt-md-50 {
    padding-top: 50px;
  }
  .pt-md-60 {
    padding-top: 60px;
  }
  .pt-md-70 {
    padding-top: 70px;
  }
  .pt-md-80 {
    padding-top: 80px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-110 {
    padding-top: 110px;
  }
  .pt-md-120 {
    padding-top: 120px;
  }
  .pt-md-130 {
    padding-top: 130px;
  }
  .pt-md-140 {
    padding-top: 140px;
  }
  .pt-md-150 {
    padding-top: 150px;
  }
  .pt-md-160 {
    padding-top: 160px;
  }
  .pt-md-170 {
    padding-top: 170px;
  }
  .pt-md-180 {
    padding-top: 180px;
  }
  .pt-md-190 {
    padding-top: 190px;
  }
  .pt-md-200 {
    padding-top: 200px;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 10px;
  }
  .pb-md-20 {
    padding-bottom: 20px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
  .pb-md-40 {
    padding-bottom: 40px;
  }
  .pb-md-50 {
    padding-bottom: 50px;
  }
  .pb-md-60 {
    padding-bottom: 60px;
  }
  .pb-md-70 {
    padding-bottom: 70px;
  }
  .pb-md-80 {
    padding-bottom: 80px;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-100 {
    padding-bottom: 100px;
  }
  .pb-md-110 {
    padding-bottom: 110px;
  }
  .pb-md-120 {
    padding-bottom: 120px;
  }
  .pb-md-130 {
    padding-bottom: 130px;
  }
  .pb-md-140 {
    padding-bottom: 140px;
  }
  .pb-md-150 {
    padding-bottom: 150px;
  }
  .pb-md-160 {
    padding-bottom: 160px;
  }
  .pb-md-170 {
    padding-bottom: 170px;
  }
  .pb-md-180 {
    padding-bottom: 180px;
  }
  .pb-md-190 {
    padding-bottom: 190px;
  }
  .pb-md-200 {
    padding-bottom: 200px;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-md-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-md-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-md-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-md-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-md-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-md-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-md-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-md-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-md-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-md-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-md-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-md-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-md-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-md-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-md-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-md-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-md-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-md-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 10px;
  }
  .pt-lg-20 {
    padding-top: 20px;
  }
  .pt-lg-30 {
    padding-top: 30px;
  }
  .pt-lg-40 {
    padding-top: 40px;
  }
  .pt-lg-50 {
    padding-top: 50px;
  }
  .pt-lg-60 {
    padding-top: 60px;
  }
  .pt-lg-70 {
    padding-top: 70px;
  }
  .pt-lg-80 {
    padding-top: 80px;
  }
  .pt-lg-90 {
    padding-top: 90px;
  }
  .pt-lg-100 {
    padding-top: 100px;
  }
  .pt-lg-110 {
    padding-top: 110px;
  }
  .pt-lg-120 {
    padding-top: 120px;
  }
  .pt-lg-130 {
    padding-top: 130px;
  }
  .pt-lg-140 {
    padding-top: 140px;
  }
  .pt-lg-150 {
    padding-top: 150px;
  }
  .pt-lg-160 {
    padding-top: 160px;
  }
  .pt-lg-170 {
    padding-top: 170px;
  }
  .pt-lg-180 {
    padding-top: 180px;
  }
  .pt-lg-190 {
    padding-top: 190px;
  }
  .pt-lg-200 {
    padding-top: 200px;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px;
  }
  .pb-lg-20 {
    padding-bottom: 20px;
  }
  .pb-lg-30 {
    padding-bottom: 30px;
  }
  .pb-lg-40 {
    padding-bottom: 40px;
  }
  .pb-lg-50 {
    padding-bottom: 50px;
  }
  .pb-lg-60 {
    padding-bottom: 60px;
  }
  .pb-lg-70 {
    padding-bottom: 70px;
  }
  .pb-lg-80 {
    padding-bottom: 80px;
  }
  .pb-lg-90 {
    padding-bottom: 90px;
  }
  .pb-lg-100 {
    padding-bottom: 100px;
  }
  .pb-lg-110 {
    padding-bottom: 110px;
  }
  .pb-lg-120 {
    padding-bottom: 120px;
  }
  .pb-lg-130 {
    padding-bottom: 130px;
  }
  .pb-lg-140 {
    padding-bottom: 140px;
  }
  .pb-lg-150 {
    padding-bottom: 150px;
  }
  .pb-lg-160 {
    padding-bottom: 160px;
  }
  .pb-lg-170 {
    padding-bottom: 170px;
  }
  .pb-lg-180 {
    padding-bottom: 180px;
  }
  .pb-lg-190 {
    padding-bottom: 190px;
  }
  .pb-lg-200 {
    padding-bottom: 200px;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py-lg-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py-lg-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py-lg-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py-lg-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-lg-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py-lg-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py-lg-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py-lg-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .py-lg-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .py-lg-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .py-lg-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .py-lg-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .py-lg-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .py-lg-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .py-lg-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .py-lg-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-150 {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mt-sm-70 {
    margin-top: 70px;
  }
  .mt-sm-80 {
    margin-top: 80px;
  }
  .mt-sm-90 {
    margin-top: 90px;
  }
  .mt-sm-100 {
    margin-top: 100px;
  }
  .mt-sm-110 {
    margin-top: 110px;
  }
  .mt-sm-120 {
    margin-top: 120px;
  }
  .mt-sm-130 {
    margin-top: 130px;
  }
  .mt-sm-140 {
    margin-top: 140px;
  }
  .mt-sm-150 {
    margin-top: 150px;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mb-sm-70 {
    margin-bottom: 70px;
  }
  .mb-sm-80 {
    margin-bottom: 80px;
  }
  .mb-sm-90 {
    margin-bottom: 90px;
  }
  .mb-sm-100 {
    margin-bottom: 100px;
  }
  .mb-sm-110 {
    margin-bottom: 110px;
  }
  .mb-sm-120 {
    margin-bottom: 120px;
  }
  .mb-sm-130 {
    margin-bottom: 130px;
  }
  .mb-sm-140 {
    margin-bottom: 140px;
  }
  .mb-sm-150 {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 10px;
  }
  .mt-md-20 {
    margin-top: 20px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .mt-md-40 {
    margin-top: 40px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .mt-md-60 {
    margin-top: 60px;
  }
  .mt-md-70 {
    margin-top: 70px;
  }
  .mt-md-80 {
    margin-top: 80px;
  }
  .mt-md-90 {
    margin-top: 90px;
  }
  .mt-md-100 {
    margin-top: 100px;
  }
  .mt-md-110 {
    margin-top: 110px;
  }
  .mt-md-120 {
    margin-top: 120px;
  }
  .mt-md-130 {
    margin-top: 130px;
  }
  .mt-md-140 {
    margin-top: 150px;
  }
  .mt-md-150 {
    margin-top: 140px;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 10px;
  }
  .mb-md-20 {
    margin-bottom: 20px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mb-md-40 {
    margin-bottom: 40px;
  }
  .mb-md-50 {
    margin-bottom: 50px;
  }
  .mb-md-60 {
    margin-bottom: 60px;
  }
  .mb-md-70 {
    margin-bottom: 70px;
  }
  .mb-md-80 {
    margin-bottom: 80px;
  }
  .mb-md-90 {
    margin-bottom: 90px;
  }
  .mb-md-100 {
    margin-bottom: 100px;
  }
  .mb-md-110 {
    margin-bottom: 110px;
  }
  .mb-md-120 {
    margin-bottom: 120px;
  }
  .mb-md-130 {
    margin-bottom: 130px;
  }
  .mb-md-140 {
    margin-bottom: 140px;
  }
  .mb-md-150 {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 10px;
  }
  .mt-lg-20 {
    margin-top: 20px;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mt-lg-40 {
    margin-top: 40px;
  }
  .mt-lg-50 {
    margin-top: 50px;
  }
  .mt-lg-60 {
    margin-top: 60px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mt-lg-80 {
    margin-top: 80px;
  }
  .mt-lg-90 {
    margin-top: 90px;
  }
  .mt-lg-100 {
    margin-top: 100px;
  }
  .mt-lg-110 {
    margin-top: 110px;
  }
  .mt-lg-120 {
    margin-top: 120px;
  }
  .mt-lg-130 {
    margin-top: 130px;
  }
  .mt-lg-140 {
    margin-top: 140px;
  }
  .mt-lg-150 {
    margin-top: 150px;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px;
  }
  .mb-lg-20 {
    margin-bottom: 20px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .mb-lg-40 {
    margin-bottom: 40px;
  }
  .mb-lg-50 {
    margin-bottom: 50px;
  }
  .mb-lg-60 {
    margin-bottom: 60px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .mb-lg-80 {
    margin-bottom: 80px;
  }
  .mb-lg-90 {
    margin-bottom: 90px;
  }
  .mb-lg-100 {
    margin-bottom: 100px;
  }
  .mb-lg-110 {
    margin-bottom: 110px;
  }
  .mb-lg-120 {
    margin-bottom: 120px;
  }
  .mb-lg-130 {
    margin-bottom: 130px;
  }
  .mb-lg-140 {
    margin-bottom: 140px;
  }
  .mb-lg-150 {
    margin-bottom: 150px;
  }
}
.bg-black {
  background: #000;
}
.bg-darker {
  background: #222222;
}
.bg-dark {
  background: #444444;
}
.bg-gray {
  background: #666666;
}
.bg-light {
  background: #999999;
}
.bg-lighter {
  background: #cccccc;
}
.bg-lightest {
  background: #f7f7f7;
}
.bg-primary {
  color: #fff;
}
.bg-white {
  background: #fff !important;
}
.bg-success {
  background: #4BE1CE;
}
.bg-success-10 {
  background: rgba(75,225,206,0.1);
}
.bg-success-20 {
  background: rgba(75,225,206,0.2);
}
.bg-success-30 {
  background: rgba(75,225,206,0.3);
}
.bg-success-40 {
  background: rgba(75,225,206,0.4);
}
.bg-success-50 {
  background: rgba(75,225,206,0.5);
}
.bg-success-60 {
  background: rgba(75,225,206,0.6);
}
.bg-success-70 {
  background: rgba(75,225,206,0.7);
}
.bg-success-80 {
  background: rgba(75,225,206,0.8);
}
.bg-success-90 {
  background: rgba(75,225,206,0.9);
}
.bg-info {
  background: #6060D9;
}
.bg-info-10 {
  background: rgba(96,96,217,0.1);
}
.bg-info-20 {
  background: rgba(96,96,217,0.2);
}
.bg-info-30 {
  background: rgba(96,96,217,0.3);
}
.bg-info-40 {
  background: rgba(96,96,217,0.4);
}
.bg-info-50 {
  background: rgba(96,96,217,0.5);
}
.bg-info-60 {
  background: rgba(96,96,217,0.6);
}
.bg-info-70 {
  background: rgba(96,96,217,0.7);
}
.bg-info-80 {
  background: rgba(96,96,217,0.8);
}
.bg-info-90 {
  background: rgba(96,96,217,0.9);
}
.bg-warning {
  background: #EA793B;
}
.bg-warning-10 {
  background: rgba(234,121,59,0.1);
}
.bg-warning-20 {
  background: rgba(234,121,59,0.2);
}
.bg-warning-30 {
  background: rgba(234,121,59,0.3);
}
.bg-warning-40 {
  background: rgba(234,121,59,0.4);
}
.bg-warning-50 {
  background: rgba(234,121,59,0.5);
}
.bg-warning-60 {
  background: rgba(234,121,59,0.6);
}
.bg-warning-70 {
  background: rgba(234,121,59,0.7);
}
.bg-warning-80 {
  background: rgba(234,121,59,0.8);
}
.bg-warning-90 {
  background: rgba(234,121,59,0.9);
}
.bg-danger {
  background: #DE455A;
}
.bg-danger-10 {
  background: rgba(222,69,90,0.1);
}
.bg-danger-20 {
  background: rgba(222,69,90,0.2);
}
.bg-danger-30 {
  background: rgba(222,69,90,0.3);
}
.bg-danger-40 {
  background: rgba(222,69,90,0.4);
}
.bg-danger-50 {
  background: rgba(222,69,90,0.5);
}
.bg-danger-60 {
  background: rgba(222,69,90,0.6);
}
.bg-danger-70 {
  background: rgba(222,69,90,0.7);
}
.bg-danger-80 {
  background: rgba(222,69,90,0.8);
}
.bg-danger-90 {
  background: rgba(222,69,90,0.9);
}
[class*="overlay-bg-"] {
  position: relative;
}
[class*="overlay-bg-"]:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-black-10:before {
  background: rgba(0,0,0,0.1);
}
.overlay-bg-black-20:before {
  background: rgba(0,0,0,0.2);
}
.overlay-bg-black-30:before {
  background: rgba(0,0,0,0.3);
}
.overlay-bg-black-40:before {
  background: rgba(0,0,0,0.4);
}
.overlay-bg-black-50:before {
  background: rgba(0,0,0,0.5);
}
.overlay-bg-black-60:before {
  background: rgba(0,0,0,0.6);
}
.overlay-bg-black-70:before {
  background: rgba(0,0,0,0.7);
}
.overlay-bg-black-80:before {
  background: rgba(0,0,0,0.8);
}
.overlay-bg-black-90:before {
  background: rgba(0,0,0,0.9);
}
.overlay-bg-white-10:before {
  background: rgba(255,255,255,0.1);
}
.overlay-bg-white-20:before {
  background: rgba(255,255,255,0.2);
}
.overlay-bg-white-30:before {
  background: rgba(255,255,255,0.3);
}
.overlay-bg-white-40:before {
  background: rgba(255,255,255,0.4);
}
.overlay-bg-white-50:before {
  background: rgba(255,255,255,0.5);
}
.overlay-bg-white-60:before {
  background: rgba(255,255,255,0.6);
}
.overlay-bg-white-70:before {
  background: rgba(255,255,255,0.7);
}
.overlay-bg-white-80:before {
  background: rgba(255,255,255,0.8);
}
.overlay-bg-white-90:before {
  background: rgba(255,255,255,0.9);
}
.white-color p,
.white-color a,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color span,
.white-color strong,
.white-color div {
  color: #fff;
}
.ut-testimonial .ut-testimonial-item .author-avatar img {
  width: auto;
  display: inline-block;
}
.ut-testimonial .ut-testimonial-item .avatar-author-left {
  display: inline-block;
  float: right;
  margin: 0 0 15px 15px;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .avatar-author-right {
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  width: 100px;
  height: 100px;
}
.ut-testimonial .ut-testimonial-item .author-top {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-bottom {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item .author-before {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .author-after {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-before .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-left,
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-right {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-after .author-avatar {
  margin-top: 20px;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-left .author-avatar {
  padding-right: 0;
}
.ut-testimonial .ut-testimonial-item.testimonial-avatar-right .author-avatar {
  padding-left: 0;
}
.ut-person .sppb-addon-content .person-image {
  position: relative;
  overflow: hidden;
}
.ut-person .sppb-addon-content .person-image .person-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ut-person .sppb-addon-content .person-information {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-information span {
  display: block;
}
.ut-person .sppb-addon-content .person-information .person-name {
  font-size: 16px;
  font-weight: 700;
}
.ut-person .sppb-addon-content .person-information .person-designation {
  font-size: 12px;
}
.ut-person .sppb-addon-content .person-social-icons {
  margin-top: 15px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 -8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li {
  display: inline-block;
  margin: 0 8px;
}
.ut-person .sppb-addon-content .person-social-icons .person-social > li > a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.ut-person .sppb-addon-content .person-description {
  margin-top: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-item a .sppb-img-responsive {
  width: auto;
}
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-dots,
.sppb-addon-ut-clients div[class*="ut-clients-"] .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.square {
  border-radius: 0;
}
.rounded {
  border-radius: 4px;
}
.circle {
  border-radius: 50%;
}
a[class*="btn-"].white,
a[class*="btn-"].white-hover:hover,
a[class*="btn-"].white-hover:focus {
  background: #fff;
  border-color: #fff;
  color: #222222;
}
a[class*="btn-"].white-outline,
a[class*="btn-"].white-outline-hover:hover,
a[class*="btn-"].white-hover:focus {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
a[class*="btn-"].white-border,
a[class*="btn-"].white-border-hover:hover,
a[class*="btn-"].white-hover:focus {
  border-color: #fff;
}
a[class*="btn-"].white-content,
a[class*="btn-"].white-content-hover:hover,
a[class*="btn-"].white-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #fff;
}
a[class*="btn-"].light,
a[class*="btn-"].light-hover:hover,
a[class*="btn-"].light-hover:focus {
  background: #f7f7f7;
  border-color: #f7f7f7;
  color: #222222;
}
a[class*="btn-"].light-outline,
a[class*="btn-"].light-outline-hover:hover,
a[class*="btn-"].light-hover:focus {
  background: transparent;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
a[class*="btn-"].light-border,
a[class*="btn-"].light-border-hover:hover,
a[class*="btn-"].light-hover:focus {
  border-color: #f7f7f7;
}
a[class*="btn-"].light-content,
a[class*="btn-"].light-content-hover:hover,
a[class*="btn-"].light-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #f7f7f7;
}
a[class*="btn-"].dark,
a[class*="btn-"].dark-hover:hover,
a[class*="btn-"].dark-hover:focus {
  background: #222222;
  border-color: #222222;
  color: #fff;
}
a[class*="btn-"].dark-outline,
a[class*="btn-"].dark-outline-hover:hover,
a[class*="btn-"].dark-hover:focus {
  background: transparent;
  border-color: #222222;
  color: #222222;
}
a[class*="btn-"].dark-border,
a[class*="btn-"].dark-border-hover:hover,
a[class*="btn-"].dark-hover:focus {
  border-color: #222222;
}
a[class*="btn-"].dark-content,
a[class*="btn-"].dark-content-hover:hover,
a[class*="btn-"].dark-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #222222;
}
.btn-behance.color,
.btn-behance.color-hover:hover,
.btn-behance.color-hover:focus {
  background: #053eff;
  border-color: #053eff;
  color: #fff;
}
.btn-behance.color-outline,
.btn-behance.color-outline-hover:hover,
.btn-behance.color-hover:focus {
  background: transparent;
  border-color: #053eff;
  color: #053eff;
}
.btn-behance.color-border,
.btn-behance.color-border-hover:hover,
.btn-behance.color-hover:focus {
  border-color: #053eff;
}
.btn-behance.color-content,
.btn-behance.color-content-hover:hover,
.btn-behance.color-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #053eff;
}
.btn-dribbble.color,
.btn-dribbble.color-hover:hover,
.btn-dribbble.color-hover:focus {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble.color-outline,
.btn-dribbble.color-outline-hover:hover,
.btn-dribbble.color-hover:focus {
  background: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}
.btn-dribbble.color-border,
.btn-dribbble.color-border-hover:hover,
.btn-dribbble.color-hover:focus {
  border-color: #ea4c89;
}
.btn-dribbble.color-content,
.btn-dribbble.color-content-hover:hover,
.btn-dribbble.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ea4c89;
}
.btn-facebook.color,
.btn-facebook.color-hover:hover,
.btn-facebook.color-hover:focus {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook.color-outline,
.btn-facebook.color-outline-hover:hover,
.btn-facebook.color-hover:focus {
  background: transparent;
  border-color: #3b5998;
  color: #3b5998;
}
.btn-facebook.color-border,
.btn-facebook.color-border-hover:hover,
.btn-facebook.color-hover:focus {
  border-color: #3b5998;
}
.btn-facebook.color-content,
.btn-facebook.color-content-hover:hover,
.btn-facebook.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #3b5998;
}
.btn-flickr.color,
.btn-flickr.color-hover:hover,
.btn-flickr.color-hover:focus {
  background: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr.color-outline,
.btn-flickr.color-outline-hover:hover,
.btn-flickr.color-hover:focus {
  background: transparent;
  border-color: #ff0084;
  color: #ff0084;
}
.btn-flickr.color-border,
.btn-flickr.color-border-hover:hover,
.btn-flickr.color-hover:focus {
  border-color: #ff0084;
}
.btn-flickr.color-content,
.btn-flickr.color-content-hover:hover,
.btn-flickr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff0084;
}
.btn-google.color,
.btn-google.color-hover:hover,
.btn-google.color-hover:focus {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google.color-outline,
.btn-google.color-outline-hover:hover,
.btn-google.color-hover:focus {
  background: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}
.btn-google.color-border,
.btn-google.color-border-hover:hover,
.btn-google.color-hover:focus {
  border-color: #dd4b39;
}
.btn-google.color-content,
.btn-google.color-content-hover:hover,
.btn-google.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #dd4b39;
}
.btn-linkedin.color,
.btn-linkedin.color-hover:hover,
.btn-linkedin.color-hover:focus {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin.color-outline,
.btn-linkedin.color-outline-hover:hover,
.btn-linkedin.color-hover:focus {
  background: transparent;
  border-color: #007bb6;
  color: #007bb6;
}
.btn-linkedin.color-border,
.btn-linkedin.color-border-hover:hover,
.btn-linkedin.color-hover:focus {
  border-color: #007bb6;
}
.btn-linkedin.color-content,
.btn-linkedin.color-content-hover:hover,
.btn-linkedin.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #007bb6;
}
.btn-instagram.color,
.btn-instagram.color-hover:hover,
.btn-instagram.color-hover:focus {
  background: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram.color-outline,
.btn-instagram.color-outline-hover:hover,
.btn-instagram.color-hover:focus {
  background: transparent;
  border-color: #517fa4;
  color: #517fa4;
}
.btn-instagram.color-border,
.btn-instagram.color-border-hover:hover,
.btn-instagram.color-hover:focus {
  border-color: #517fa4;
}
.btn-instagram.color-content,
.btn-instagram.color-content-hover:hover,
.btn-instagram.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #517fa4;
}
.btn-pinterest.color,
.btn-pinterest.color-hover:hover,
.btn-pinterest.color-hover:focus {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest.color-outline,
.btn-pinterest.color-outline-hover:hover,
.btn-pinterest.color-hover:focus {
  background: transparent;
  border-color: #cb2027;
  color: #cb2027;
}
.btn-pinterest.color-border,
.btn-pinterest.color-border-hover:hover,
.btn-pinterest.color-hover:focus {
  border-color: #cb2027;
}
.btn-pinterest.color-content,
.btn-pinterest.color-content-hover:hover,
.btn-pinterest.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #cb2027;
}
.btn-rss.color,
.btn-rss.color-hover:hover,
.btn-rss.color-hover:focus {
  background: #FF8A00;
  border-color: #FF8A00;
  color: #fff;
}
.btn-rss.color-outline,
.btn-rss.color-outline-hover:hover,
.btn-rss.color-hover:focus {
  background: transparent;
  border-color: #FF8A00;
  color: #FF8A00;
}
.btn-rss.color-border,
.btn-rss.color-border-hover:hover,
.btn-rss.color-hover:focus {
  border-color: #FF8A00;
}
.btn-rss.color-content,
.btn-rss.color-content-hover:hover,
.btn-rss.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #FF8A00;
}
.btn-soundcloud.color,
.btn-soundcloud.color-hover:hover,
.btn-soundcloud.color-hover:focus {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff;
}
.btn-soundcloud.color-outline,
.btn-soundcloud.color-outline-hover:hover,
.btn-soundcloud.color-hover:focus {
  background: transparent;
  border-color: #ff3a00;
  color: #ff3a00;
}
.btn-soundcloud.color-border,
.btn-soundcloud.color-border-hover:hover,
.btn-soundcloud.color-hover:focus {
  border-color: #ff3a00;
}
.btn-soundcloud.color-content,
.btn-soundcloud.color-content-hover:hover,
.btn-soundcloud.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #ff3a00;
}
.btn-tumblr.color,
.btn-tumblr.color-hover:hover,
.btn-tumblr.color-hover:focus {
  background: #547F9D;
  border-color: #547F9D;
  color: #fff;
}
.btn-tumblr.color-outline,
.btn-tumblr.color-outline-hover:hover,
.btn-tumblr.color-hover:focus {
  background: transparent;
  border-color: #547F9D;
  color: #547F9D;
}
.btn-tumblr.color-border,
.btn-tumblr.color-border-hover:hover,
.btn-tumblr.color-hover:focus {
  border-color: #547F9D;
}
.btn-tumblr.color-content,
.btn-tumblr.color-content-hover:hover,
.btn-tumblr.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #547F9D;
}
.btn-twitter.color,
.btn-twitter.color-hover:hover,
.btn-twitter.color-hover:focus {
  background: #55acee;
  border-color: #55acee;
  color: #fff;
}
.btn-twitter.color-outline,
.btn-twitter.color-outline-hover:hover,
.btn-twitter.color-hover:focus {
  background: transparent;
  border-color: #55acee;
  color: #55acee;
}
.btn-twitter.color-border,
.btn-twitter.color-border-hover:hover,
.btn-twitter.color-hover:focus {
  border-color: #55acee;
}
.btn-twitter.color-content,
.btn-twitter.color-content-hover:hover,
.btn-twitter.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #55acee;
}
.btn-vimeo.color,
.btn-vimeo.color-hover:hover,
.btn-vimeo.color-hover:focus {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo.color-outline,
.btn-vimeo.color-outline-hover:hover,
.btn-vimeo.color-hover:focus {
  background: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}
.btn-vimeo.color-border,
.btn-vimeo.color-border-hover:hover,
.btn-vimeo.color-hover:focus {
  border-color: #1ab7ea;
}
.btn-vimeo.color-content,
.btn-vimeo.color-content-hover:hover,
.btn-vimeo.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #1ab7ea;
}
.btn-youtube.color,
.btn-youtube.color-hover:hover,
.btn-youtube.color-hover:focus {
  background: #e52d27;
  border-color: #e52d27;
  color: #fff;
}
.btn-youtube.color-outline,
.btn-youtube.color-outline-hover:hover,
.btn-youtube.color-hover:focus {
  background: transparent;
  border-color: #e52d27;
  color: #e52d27;
}
.btn-youtube.color-border,
.btn-youtube.color-border-hover:hover,
.btn-youtube.color-hover:focus {
  border-color: #e52d27;
}
.btn-youtube.color-content,
.btn-youtube.color-content-hover:hover,
.btn-youtube.color-content-hover:focus {
  background: transparent;
  border-color: transparent;
  color: #e52d27;
}
.sppb-addon-ut-social-links .sppb-addon-content a i+span {
  margin-left: 10px;
}
.sppb-addon-ut-social-links .sppb-addon-content a span {
  text-transform: capitalize;
}
.horizontal-separator {
  background: transparent;
  height: 0;
  margin: 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: 24px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .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;
  }
}
.category-view img,
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
/* $TL  width: 100%; */

}
.browseProductImage,
.browseCategoryImage {
  width: 100%;
  max-height: 100%;
}
div[class*="-view"] div.row {
  margin: 0 -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 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;
}
.browse-view > div:nth-child(2) {
  margin-top: 70px;
}
.browse-view > div:nth-last-child(2) {
  margin-bottom: 0;
}
.vendor-store-desc,
.categories-view,
.products-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.order-view {
  margin-bottom: 70px;
}
div[class*="vm3pr-"] > div {
  min-height: inherit !important;
}
.virtuemart-selector {
/* $TL  padding: 10px; */
  padding: 10px 0px 10px 0px;
  background: #f7f7f7;
}
.virtuemart-selector:before,
.virtuemart-selector:after {
  content: " ";
  display: table;
}
.virtuemart-selector:after {
  clear: both;
}
.virtuemart_search {
  display: inline-block;
  width: 50%;
  padding: 0 0 0 15px;
  float: left;
}
.virtuemart_search form .vm-search-custom-search-input {
  width: 100%;
  position: relative;
  overflow: hidden;
/* $TL Suchfeld ausblenden */
/*  display: none; */
}
.virtuemart_search form .vm-search-custom-search-input .inputbox {
  width: 100%;
  padding-right: 130px;
}
.virtuemart_search form .vm-search-custom-search-input .button {
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px !important;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
  .virtuemart_search {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
.orderby-displaynumber {
  border: none;
  padding: 0 15px 0 0;
/* $TL  float: left; */
  display: flex;
  margin: 0;
  width: 50%;
  max-width: 50%;
  font-size: 12px;
}
.orderby-displaynumber .vm-order-list .title {
  display: none;
}
.orderby-displaynumber .vm-order-list .orderlistcontainer {
  position: relative;
  margin: 0 8px 0 0;
}
.orderby-displaynumber .vm-order-list .activeOrder {
  border-radius: 3px;
/*  height: 44px !important; */
  height: auto;  /*$TL */
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px 12px 12px;
  background-position: right 10px;
  min-width: 100px;  /*$TL */
}
.orderby-displaynumber .vm-order-list .orderlist {
  width: 100%;
  margin-top: -1px;
  z-index: 99;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover {
  background-color: #f7f7f7;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover a {
  color: #000;
}
.orderby-displaynumber .display-number {
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .orderby-displaynumber {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .orderby-displaynumber .display-number {
    float: left;
  }
  .orderby-displaynumber .vm-order-list {
    display: block;
    width: 100%;
  }
  .orderby-displaynumber .vm-order-list .orderlistcontainer {
    margin: 0 8px 15px 0;
  }
}
.vm-pagination {
  float: none;
}
.vm-pagination .vm-page-counter {
  float: left;
  line-height: 50px;
}
.vm-pagination .pagination {
  float: right;
}
@media only screen and (max-width: 991px) {
  .vm-pagination .vm-page-counter {
/*    display: none; */
  }
  .vm-pagination .pagination {
    float: none;
  }
}
.addtocart-bar {
  display: inline-block;
}
.addtocart-bar span.quantity-controls {
  display: inline-block;
  margin: 0;
  width: auto;
  background: #ffffff;
  float: left;
  height: 44px !important;
  position: relative;
  top: -1px;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  background: transparent;
  height: 44px !important;
  width: 32px;
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  border: 1px solid #eaeaea;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"]:hover,
.addtocart-bar span.quantity-controls input[class*="quantity-"]:focus {
  border-color: #eaeaea !important;
}
.addtocart-bar span.quantity-box {
  display: inline-block;
  margin: 0 -1px;
  float: left;
  position: relative;
  z-index: 2;
  background: #ffffff;
}
.addtocart-bar span.quantity-box input {
  height: 44px !important;
  width: 44px !important;
  background: transparent;
  border-color: #eaeaea;
}
.addtocart-bar span.quantity-box input:hover,
.addtocart-bar span.quantity-box input:focus {
  background: transparent;
  border-color: #eaeaea !important;
}
.addtocart-bar span.addtocart-button {
  margin-left: 20px;
  float: left;
}
.addtocart-bar span.addtocart-button input {
  height: 44px !important;
}
.addtocart-bar span.addtocart-button button {
  text-transform: uppercase;
}
.ratingbox {
  background: url(../images/virtuemart/color-stars.png) repeat-x scroll 0 bottom transparent;
  height: 22px;
  margin: 0 auto;
}
.ratingbox div,
.ratingbox span {
  background: url(../images/virtuemart/color-stars.png) repeat-x;
  height: 22px;
}
.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;
}
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 {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] {
  position: absolute;
  top: 20px;
  right: 20px;
  left: 20px;
  text-align: right;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar {
  margin: 0;
  display: block;
  text-align: right;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar .addtocart-button {
  margin: 0;
  float: none;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar button.btn {
  background-color: #fff;
  color: #444444;
  border-color: #fff;
  width: 32px;
  height: 32px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 0;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar button.btn:before {
  content: "\f290";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 16px;
  line-height: 29px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar button.btn:hover,
div.product .vm-product-media-container .product-overlay div[class*="vm3pr-"] .addtocart-bar button.btn:focus {
  color: #fff;
}
div.product .vm-product-media-container .vm-details-button {
  background-color: #222222;
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 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 {
  padding: 0;
  background: transparent;
  font-size: 11px;
  border-radius: 3px;
  border: none;
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  display: block;
  line-height: 26px;
  letter-spacing: 0.1em;
}
div.product .vm-product-media-container:hover .product-overlay,
div.product .vm-product-media-container:focus .product-overlay {
  opacity: 1;
  visibility: visible;
}
div.product .vm-product-media-container:hover .vm-details-button,
div.product .vm-product-media-container:focus .vm-details-button {
  bottom: 0;
}
div.product div[class*="vm-product-descr-container"] {
  min-height: inherit;
  margin-bottom: 0;
  text-align: center;
}
div.product div[class*="vm-product-descr-container"] h3 {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
div.product div[class*="vm-product-descr-container"] .product-price {
  float: none;
  text-align: inherit;
  margin-bottom: 0;
}
div.product div[class*="vm-product-descr-container"] .product-price .vm-price-desc {
  margin: 0;
}
div.product div[class*="vm-product-descr-container"] .product-price .PricesalesPrice span {
  font-size: 16px;
}
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: 10px;
  line-height: 1.5;
  padding: 3px 7px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.product-badge .badge.hot {
  background-color: #DE455A;
}
.product-badge .badge.new {
  background-color: #6060D9;
}
p.product_s_desc {
  line-height: inherit;
  height: auto;
  text-align: center;
  margin-top: 10px;
}
.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-categories .product-fields-title-wrapper .product-fields-title {
  margin-bottom: 20px;
}
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;
}
.customer-reviews h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-color: #eaeaea;
  margin: 15px 0;
}
.customer-reviews form .step {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
  text-align: left;
}
.customer-reviews form .rating {
  display: inline-block;
  margin: 20px 0 0;
}
.customer-reviews form .write-reviews {
  text-align: left;
  margin: 20px 0 30px;
}
.customer-reviews form .write-reviews textarea {
  margin-bottom: 15px;
  min-height: 180px;
  width: 100%;
}
.customer-reviews form .write-reviews textarea:hover,
.customer-reviews form .write-reviews textarea:focus {
  background: transparent;
}
.customer-reviews form .write-reviews .character-count {
  margin-right: 10px;
  margin-bottom: 15px;
}
.customer-reviews form .write-reviews .count-desc {
  display: inline-block;
  margin-right: 10px;
}
.customer-reviews form .write-reviews .count-desc + input {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .customer-reviews form .character-count {
    display: block;
  }
}
.customer-reviews .list-reviews {
  margin-top: 20px;
}
.customer-reviews .list-reviews > div {
  border-radius: 3px;
  margin: 0;
  padding: 0;
  border: none;
}
.customer-reviews .list-reviews > div span.bold {
  color: #222222;
  margin-right: 5px;
}
.customer-reviews .list-reviews > div span.date {
  border: none;
  padding: 0;
  float: none;
  top: inherit;
  right: inherit;
  display: inline-block;
  font-size: 14px;
}
.customer-reviews .list-reviews > div span.date:before {
  content: "-  ";
  display: inline-block;
  margin-right: 5px;
}
.customer-reviews .list-reviews > div span.vote {
  position: relative;
  display: block;
  float: none;
  margin: 5px 0 0 -4px;
}
.customer-reviews .list-reviews > div blockquote {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 0;
}
.customer-reviews .list-reviews > div blockquote:before,
.customer-reviews .list-reviews > div blockquote:after {
  display: none;
}
.customer-reviews .list-reviews > div.highlight {
  background: transparent;
  margin-top: 40px;
}
.category-view {
  margin-bottom: 0;
}
.category-view .categories-view .row {
  margin-top: 0;
}
div.category .spacer > a {
  position: relative;
  overflow: hidden;
  background: #222222;
  display: block;
}
div.category .spacer h2,
div.category .spacer h3,
div.category .spacer h4 {
  font-size: 12px !important;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
}
div.category .spacer h2 a,
div.category .spacer h3 a,
div.category .spacer h4 a {
  background: #fff;
  border-radius: 3px;
  display: block;
  line-height: 32px;
  padding: 0 15px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.category .spacer:hover h2 a,
div.category .spacer:hover h3 a,
div.category .spacer:hover h4 a,
div.category .spacer:focus h2 a,
div.category .spacer:focus h3 a,
div.category .spacer:focus h4 a {
  transform: scale(1.2);
}
@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 {
  margin-bottom: 60px;
}
.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 {
  margin-bottom: 60px;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header {
  position: relative;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header h1 {
  font-size: 24px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header > a {
  position: relative;
  top: 6px;
  float: right;
  margin: 0 0 5px 10px;
}
.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-fields {
  padding-top: 18px;
  border-width: 1px 0 1px;
  border-style: solid;
  border-color: #eaeaea;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
/* $TL */
  margin-bottom: 0px;
  width: 50%;
}
.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;
/* $TL */
  margin-bottom: 0px;
  line-height: 1;
}
.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;
/* $TL  letter-spacing: 0.1em; */

}
.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 !important;
  border-radius: 3px;
  background: transparent;
  border-color: #eaeaea;
  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: #eaeaea;
  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;
}
@media screen and (max-width: 479px) {
  .productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
    width: 100%;
  }
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a {
  background: transparent;
  border-color: #eaeaea;
  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;
  float: none;
}
.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;
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-share {
  border-top: 1px solid #eaeaea;
  padding: 8px 0 0;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    margin-top: 60px;
  }
}
.productdetails-view .vm-product-tabs .nav-tabs li:first-child {
  margin-left: 0;
}
.productdetails-view .vm-product-tabs .nav-tabs li a {
  padding: 14px 20px;
  border-width: 0 0 2px;
  border-style: solid;
  margin: 0;
  font-weight: 700;
}
.productdetails-view .vm-product-tabs .nav-tabs li a:hover,
.productdetails-view .vm-product-tabs .nav-tabs li a:focus {
  background: transparent;
  border-color: transparent;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding-top: 25px;
}
.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: 991px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    width: 100%;
  }
}
#fancybox-wrap #fancybox-outer #fancybox-content {
  width: 100% !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div {
  overflow: hidden !important;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div > h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  margin: 20px 0;
}
#fancybox-wrap #fancybox-outer #fancybox-content > div .product-related-products .product-overlay .addtocart-area {
  display: none !important;
}
#fancybox-wrap #fancybox-outer #fancybox-title {
  margin: 0 !important;
  width: 100% !important;
}
.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: 3px;
  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 !important;
  border-radius: 3px;
  background: #1ABCB0;
  margin-top: 25px;
  border-color: #1ABCB0;
}
.ask-a-question-view .form-field form .submit .counter {
  height: 44px !important;
  border-radius: 3px;
  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 #eaeaea;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
}
.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 #eaeaea;
  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: #1ABCB0;
  border-color: #1ABCB0;
  color: #fff;
  border-radius: 3px;
  height: 40px;
  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;
  }
}
.vm-cart-header-container .vm-cart-header h1 {
  text-transform: uppercase;
  margin: 0 0 30px;
  line-height: 0.9;
}
.vm-cart-header-container .vm-continue-shopping a.continue_link {
  color: #fff;
  text-transform: uppercase;
  padding: 6px 12px;
/*$TL  display: inline-block; */
  display: table-cell;
  border-width: 1px;
  border-style: solid;
  margin 10px
}
#com-form-login,
#form-login {
  padding: 15px;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
/*$TL */
  margin: 10px 0px 10px 0px;
}
#form-login .button {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
#com-form-login fieldset #com-form-login-username {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-password {
  margin: 0 20px 20px 0;
}
#com-form-login fieldset #com-form-login-remember {
  margin: 0 0 20px;
  text-align: center;
}
#com-form-login fieldset #com-form-login-remember input[name="Submit"] {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
#com-form-login fieldset #com-form-login-remember label {
  display: inline-block;
  margin: 0;
}
#com-form-login fieldset #com-form-login-remember #remember {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
@media screen and (max-width: 599px) {
  #com-form-login fieldset div[class*="width"] {
    width: 100%;
  }
}
form.inline table tr td input {
  width: auto;
  height: 42px;
  display: inline-block;
}
form.inline table tr td input.button {
  color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 6px 12px;
}
.cart-view > h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cart-view form#checkoutForm .billto-shipto {
  border: none;
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .billto-shipto > div > span {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  line-height: 22px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon {
  background: transparent;
  position: relative;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon:before {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 24px;
  position: absolute;
  top: -2px;
}
.cart-view form#checkoutForm .billto-shipto > div > span .vmicon.vm2-shipto-icon:before {
  content: "\f2b6";
}
.cart-view form#checkoutForm .billto-shipto > div > div input {
  margin: 0 0 0 5px;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .billto-shipto > div a.details {
  padding: 10px;
  border-radius: 3px;
  background: #fff;
  border-color: #eaeaea;
}
@media only screen and (max-width: 767px) {
  .cart-view form#checkoutForm .billto-shipto div[class*="width"] {
    width: 100%;
  }
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th {
  padding: 22px 2px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr th span {
  color: #fff;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td {
  padding: 20px 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name {
  padding-left: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td.vm-cart-item-name span img {
  margin-right: 10px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPrice,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPriceShipment,
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .PricesalesPricePayment {
  color: inherit;
  font-family: Montserrat;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.coupon {
  width: auto;
  height: 42px;
  display: inline-block;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td input.details-button {
  height: 42px;
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  font-weight: 700;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td .buttonBar-right button {
  padding: 6px 12px;
  color: #fff;
  border-radius: 3px;
  font-size: inherit;
  font-weight: 400;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity input {
  border-radius: 3px;
  background: #fff;
  border-color: #eaeaea;
  display: inline-block;
  margin-right: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0;
  top: -5px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon:before {
  content: "\f021";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart {
  top: -1px;
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] .vm-cart-item-quantity .vmicon.vm2-remove_from_cart:before {
  content: "\f1f8";
}
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="4"],
.cart-view form#checkoutForm .vm-fieldset-pricelist .cart-summary tr[class*="sectiontableentry"] td[colspan="2"] {
/* $TL  text-align: right; */
  text-align: left;
  padding-right: 5px;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note {
  margin: 30px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note span {
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-customer-note div.customer-note textarea {
  width: 100%;
  margin: 10px 0 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos {
  margin: 20px 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos input {
  margin: 0;
  position: relative;
  top: 2px;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service {
  padding: 0;
  margin: 0;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span {
  position: relative;
  background: transparent;
  margin: 0 0 0 5px;
  text-align: center;
}
.cart-view form#checkoutForm .vm-fieldset-tos div.tos div.terms-of-service a span:before {
  content: "\f0f6";
  font-family: FontAwesome;
  display: inline-block;
  width: 24px;
  height: 100%;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 24px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct {
  color: #fff;
  padding: 16px 36px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: 700;
  border-radius: 3px;
}
#userForm .chzn-container,
form.inline .chzn-container {
  margin-left: 0;
}
#userForm .chzn-container .chzn-single,
form.inline .chzn-container .chzn-single {
  border-radius: 3px;
  background: #fff;
  height: 42px;
  line-height: 42px;
  margin: 0;
  box-shadow: none;
  border-color: #eaeaea;
}
#userForm .chzn-container .chzn-single > div > b,
form.inline .chzn-container .chzn-single > div > b {
  background-position: 0 10px;
}
#userForm .chzn-container .chzn-drop,
form.inline .chzn-container .chzn-drop {
  margin-left: 0;
  border-radius: 0;
  border-color: #eaeaea;
  box-shadow: none;
  width: 100% !important;
}
#userForm .chzn-container .chzn-drop .chzn-search input,
form.inline .chzn-container .chzn-drop .chzn-search input {
  width: 100% !important;
}
#userForm .chzn-container-active .chzn-single,
form.inline .chzn-container-active .chzn-single {
  border-color: #eaeaea;
  box-shadow: none;
}
.billto-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0;
}
#userForm .control-buttons {
  margin: 0 0 20px;
}
#userForm .control-buttons #reg_text {
  float: none;
  margin: 0 0 10px;
}
#userForm .control-buttons button {
  margin-top: 10px;
  font-size: inherit;
  border-radius: 3px;
  color: #fff;
  font-weight: 400;
  padding: 9px 24px;
}
#userForm .control-buttons button.default {
  background: #222222;
  border-color: #222222;
}
#userForm .control-buttons button + button {
  margin-left: 10px;
}
#userForm fieldset h2 {
  font-size: 24px;
  margin: 30px 0 10px;
}
#userForm fieldset .userfields_info {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
}
@media screen and (max-width: 599px) {
  #userForm fieldset .userfields_info {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
#userForm fieldset table.user-details {
  width: 100%;
}
#userForm fieldset table.user-details tr td {
  border: none;
}
#userForm fieldset table.user-details tr td.key {
  width: 220px;
}
#userForm fieldset table.user-details tr td label {
  width: 200px;
}
#userForm fieldset table.user-details tr td input {
  width: 100%;
  border-radius: 3px;
  background: #fff;
  border-color: #eaeaea;
  padding: 6px 25px;
  height: 42px;
}
@media screen and (max-width: 599px) {
  #userForm fieldset table.user-details tr td {
    width: 100% !important;
    display: table;
  }
  #userForm fieldset table.user-details tr td label {
    text-align: left;
    margin-top: 15px;
  }
  #userForm fieldset table.user-details tr td input,
  #userForm fieldset table.user-details tr td .chzn-container {
    margin-top: 0 !important;
  }
}
#userForm fieldset table.user-details tr + tr td input,
#userForm fieldset table.user-details tr + tr td .chzn-container {
  margin: 15px 0 0;
}
#userForm fieldset table.user-details tr + tr td.key label {
  margin-top: 15px;
}
.vm-order-done h3 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 20px;
}
.vm-order-done > div {
  line-height: 26px;
}
.vm-order-done .post_payment_order_total {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct {
  padding: 16px 36px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: Montserrat;
  margin-bottom: 20px;
}
.vm-orders-information h1 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: inline-block;
}
.vm-orders-information h1 a {
  float: right;
/* position: relative; */
  top: 8px;
  margin-left: 10px;
}
.vm-orders-information .spaceStyle {
  margin: 0;
}
.vm-orders-information .spaceStyle .floatright a {
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
.vm-orders-information .spaceStyle table tr td {
  padding: 10px 0;
}
.vm-orders-information .spaceStyle table tr td strong {
  margin: 15px 0 10px;
  text-transform: uppercase;
  display: inline-block;
}
.vm-orders-information .spaceStyle div#ui-tabs {
  margin-top: 20px;
}
.vm-orders-information .spaceStyle div#ui-tabs #tabs {
  padding: 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs {
  padding: 15px 0 0;
}
.vm-orders-information .spaceStyle div#ui-tabs .tabs:nth-child(2) table tr:last-child td strong {
  margin: 0;
}
.vm-orders-list {
  margin-bottom: 20px;
}
.vm-orders-list h1 {
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.vm-orders-list table tr td,
.vm-orders-list table tr th {
  padding: 10px 0;
}
.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;
}
.vmgroup.list > .vmproducts > .product .product-details h3 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 400;
}
.vmgroup.list > .vmproducts > .product .product-details .product-price {
  float: none;
  text-align: left;
  font-size: 16px;
}
.vmgroup.list > .vmproducts > .product .product-details .addtocart-area {
  margin-top: 15px;
}
.vmgroup.list > .vmproducts > .product .product-details .addtocart-area .addtocart-bar span.addtocart-button {
  margin-left: 0;
}
.vmgroup.list > .vmproducts > .product .product-details .addtocart-area .addtocart-bar span.addtocart-button button {
  padding: 8px 16px;
  font-weight: 400;
  font-size: 12px;
}
@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 {
    padding-left: 0;
  }
}
.vmgroup.columns {
  margin-top: -30px;
}
.vmgroup.columns .vmmanufacturer .row > div[class*="col-"] {
  margin-top: 30px;
}
.vmgroup.listed {
  margin-top: 0;
}
.vmgroup.listed ul.vmmanufacturer li {
  margin-top: 30px;
}
.vmgroup.listed ul.vmmanufacturer li.list {
  margin-top: 0;
  text-align: left;
  border-bottom: 1px solid #eaeaea;
}
.vmgroup.listed ul.vmmanufacturer li.list a {
  padding: 8px 0;
  border: none;
  position: relative;
}
.vmgroup.listed ul.vmmanufacturer li.list a > div {
  line-height: 24px;
}
.vmgroup.listed ul.vmmanufacturer li.list a > div:after {
  content: "\f105";
  display: inline-block;
  float: right;
  font-family: FontAwesome;
}
.vmgroup .vmmanufacturer {
  text-align: center;
}
.vmgroup .vmmanufacturer a {
  display: block;
  border: 1px solid #eaeaea;
  padding: 10px;
}
.vmgroup .vmmanufacturer a:before {
  display: none;
}
.vmgroup .vmmanufacturer h4 {
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0;
}
.vmgroup .vmmanufacturer img + h4 {
  margin-top: 15px;
}
#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: 0 -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: #eaeaea;
}
.vm-mod-categories > ul.menu li.active > div a {
  color: #222222;
  font-weight: 600;
}
.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 #eaeaea;
}
.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 #eaeaea;
}
.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;
}
.dropdown {
  position: relative;
  display: block;
}
.dropdown .cart-resume {
  display: block;
  width: 100%;
  text-align: right;
  color: #6c6c6c;
  padding: 5px 10px 5px 0;
}
.dropdown .cart-resume .total {
  display: inline-block;
}
.dropdown .cart-resume .total strong {
  font-weight: 400;
  margin-left: 3px;
}
.dropdown .cart-resume .product-counter {
  display: block;
  border: 2px solid #666666;
  border-radius: 2px;
  height: 15px;
  line-height: 10px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  color: #666666;
  padding: 3px;
  position: relative;
  background: #fff;
}
.dropdown .cart-resume .product-counter:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #666666;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.dropdown .cart-resume .product-counter .total_product {
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 9px;
  font-weight: 700;
  display: block;
  text-align: center;
  padding: 0 3px;
  border-radius: 7px;
  position: absolute;
  top: -10px;
  right: -11px;
  color: #fff;
}
.dropdown .dropdown-content {
  display: none;
  padding: 20px;
  border: 1px solid #eaeaea;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  min-width: 280px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  z-index: 100;
}
.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
}
.vmCartModule .dropdown-content .vm_cart_products {
  margin-bottom: 10px;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row {
  padding: 5px 0;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .quantity {
  font-weight: 600;
  margin: 5px;
  font-size: 11px;
  color: #6c6c6c;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .product_name {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .product_name a {
  color: #6c6c6c;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .subtotal_with_tax {
  color: #222222;
  font-weight: 600;
}
.vmCartModule .dropdown-content .total {
  color: #222222;
  font-weight: 600;
  text-transform: uppercase;
}
.vmCartModule .dropdown-content .total strong {
  margin-left: 3px;
}
.vmCartModule .dropdown-content .total_products {
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.vmCartModule .dropdown-content .show_cart {
  margin-top: 10px;
}
.vmCartModule .dropdown-content .show_cart a {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 25px;
  letter-spacing: 0.14em;
  display: block;
  text-align: center;
  font-weight: 600;
  width: 100%;
}
.vm-currency > span {
  display: none;
  margin-right: 3px;
}
.vm-currency > form {
  display: inline-block;
  width: 100%;
}
.vm-currency > form .chzn-container {
  width: 100% !important;
}
div.mod-languages .pretext {
  display: inline-block;
  margin-right: 3px;
}
div.mod-languages .pretext p {
  margin: 0;
}
div.mod-languages form {
  display: inline-block;
}
div.mod-languages img {
  display: inline-block;
  position: relative;
  top: -2px;
}
.vm-search-module form .search {
  position: relative;
}
.vm-search-module form .search .inputbox {
  width: 100%;
}
.vm-search-module form .search .button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-color: transparent;
  background: transparent;
}
