.form-control {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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: #121212;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.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: #eeeeee;
  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: relative;
}
.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: 90px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #121212;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.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-mega-group li.sp-menu-item + li.sp-menu-item {
  border-top: none !important;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 0;
  border-top-style: solid;
  border-top-width: 2px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .row {
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner div[class*="col-"] {
  padding: 30px 5px 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner div[class*="col-"] + div[class*="col-"] {
  border-left: 1px solid #eeeeee;
}
.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%;
  font-weight: 400;
  font-family: Open Sans, sans-serif;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 7px 15px;
  color: #7a7a7a;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #121212;
  font-size: 13px;
  cursor: inherit;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: transparent;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  background: transparent;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item + li.sp-menu-item {
  border-top: 1px solid #eeeeee;
}
.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: 87px;
  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: #121212;
  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 {
  font-size: 13px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  padding: 30px 30px 15px;
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-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;
  color: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title:before,
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module .nav.menu {
  margin: 0 -20px;
}
.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 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.12em;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:before {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 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: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > ul > li > a {
  padding-left: 45px;
  text-transform: capitalize;
}
.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: #ffffff;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
.full-screen .offcanvas-menu {
  right: -100%;
  width: 100%;
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 600ms ease;
}
.full-screen .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
}
.full-screen-ftop .offcanvas-menu {
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-color: rgba(0,0,0,0.9);
  transition: all 500ms ease;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner {
  margin: 0 auto;
  text-align: center;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module {
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul >li {
  opacity: 0;
  -webkit-transform: translate3d(0px,-80px,0px);
  transform: translate3d(0px,-80px,0px);
  -webkit-transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li {
  overflow: inherit;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:before {
  display: none;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:hover,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a:focus {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  left: auto;
  right: auto;
  font-size: 28px;
  padding: 20px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li {
  display: block;
  padding: 0 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 16px;
  padding: 5px 20px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 10px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:hover a,
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li:focus a {
  background: transparent;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul.nav.menu {
  padding-bottom: 75px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .search {
  max-width: 300px;
  margin: 25px auto 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 28px;
}
.full-screen-ftop .offcanvas-menu .close-offcanvas {
  font-size: 20px;
  height: 35px;
  line-height: 1;
  right: 30px;
  top: 25px;
  width: 35px;
  padding-top: 6px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  width: 100%;
  right: 0;
  opacity: 1;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module {
  margin-top: 80px;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul {
  background: transparent;
  height: auto;
}
.full-screen-off-canvas-ftop.ltr .offcanvas-menu .sp-module ul >li {
  opacity: 1;
  -webkit-transform: translate3d(0px,0px,0px);
  transform: translate3d(0px,0px,0px);
}
.new-look .offcanvas-menu {
  background-color: #2b2f3b;
}
.new-look .offcanvas-menu .sp-module ul >li >a {
  padding-left: 28px;
}
.new-look .offcanvas-menu .sp-module ul >li >a:before {
  display: none;
}
.new-look .offcanvas-menu .sp-module ul >li:hover a,
.new-look .offcanvas-menu .sp-module ul >li:focus a,
.new-look .offcanvas-menu .sp-module ul >li.active a {
  background: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a {
  background-color: #2b2f3b !important;
}
.new-look .offcanvas-menu .sp-module ul >li ul li a:hover,
.new-look .offcanvas-menu .sp-module ul >li ul li a:focus {
  color: #22b8f0;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler {
  top: 6px;
  padding: 18px 25px;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler i {
  display: none !important;
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: auto;
  position: absolute;
  right: 22px;
  top: 17px;
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look .offcanvas-menu .sp-module ul >li .offcanvas-menu-toggler.collapsed:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.new-look-off-canvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.new-look-off-canvas.ltr .offcanvas-menu {
  visibility: visible;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
body {
  line-height: 26px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  background-color: #ffffff;
  color: #777777;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none !important;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: block;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -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;
  line-height: inherit;
}
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: #121212;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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: #eeeeee;
  opacity: 1;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.uneditable-input {
  height: auto;
}
.group-control select,
.group-control textarea,
.group-control input[type="text"],
.group-control input[type="password"],
.group-control input[type="datetime"],
.group-control input[type="datetime-local"],
.group-control input[type="date"],
.group-control input[type="month"],
.group-control input[type="time"],
.group-control input[type="week"],
.group-control input[type="number"],
.group-control input[type="email"],
.group-control input[type="url"],
.group-control input[type="search"],
.group-control input[type="tel"],
.group-control input[type="color"],
.group-control .uneditable-input {
  width: 100%;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  background-color: #121212;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#sp-top-bar {
  background: #121212;
  padding: 8px 0;
  font-size: 13px;
  color: #7a7a7a;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
#sp-top-bar .sp-module:first-child {
  margin: 0;
}
#sp-top-bar .sp-module ul > li > a:before {
  display: none;
}
#sp-top-bar a {
  color: #7a7a7a;
}
#sp-top-bar .chzn-container {
  width: 100px !important;
  margin-bottom: 0;
}
#sp-top-bar .chzn-container .chzn-single {
  background: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
  padding-left: 0;
}
#sp-top-bar .chzn-container .chzn-drop {
  width: 160px;
  max-width: 160px;
  border-color: #ddd;
}
#sp-top-bar .chzn-container.chzn-with-drop .chzn-drop {
  top: 34px;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: -5px;
  display: inline-block;
}
ul.social-icons >li {
  display: inline-block;
  margin: 5px 3px;
}
ul.social-icons >li:first-child {
  margin-left: 0;
}
ul.social-icons >li:last-child {
  margin-right: 0;
}
ul.social-icons >li a {
  color: #777777;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
}
ul.social-icons >li a:hover,
ul.social-icons >li a:focus {
  color: #fff !important;
}
.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: 90px;
  left: 0;
  right: 0;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 100% !important;
  z-index: 201;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
  box-shadow: 0 3px 2px rgba(0,0,0,0.1);
}
#sp-header.menu-fixed .sp-dropdown-main {
  margin-top: -1px;
}
#sp-header.menu-fixed .sp-module {
  height: 60px;
}
#sp-header.menu-fixed .sp-module .vmCartModule .cart-resume {
  height: 60px;
}
#sp-header.menu-fixed,
#sp-header.menu-lower {
  height: 60px;
}
#sp-header.menu-fixed .logo,
#sp-header.menu-lower .logo {
  height: 60px;
}
#sp-header.menu-fixed .sp-megamenu-parent > li > a,
#sp-header.menu-fixed .sp-megamenu-parent > li > span,
#sp-header.menu-lower .sp-megamenu-parent > li > a,
#sp-header.menu-lower .sp-megamenu-parent > li > span {
  line-height: 60px;
}
#sp-header.menu-fixed #offcanvas-toggler,
#sp-header.menu-lower #offcanvas-toggler {
  line-height: 57px;
}
#sp-header.menu-fixed.menu-fixed-dark,
#sp-header.menu-lower.menu-fixed-dark {
  background: #121212;
}
#sp-header.menu-fixed.menu-fixed-light,
#sp-header.menu-lower.menu-fixed-light {
  background: #fff;
}
#sp-header.menu-fixed .search-module,
#sp-header.menu-lower .search-module {
  height: 60px;
}
#sp-header.menu-fixed .search-module input,
#sp-header.menu-lower .search-module input {
  border-bottom: none;
}
#sp-header.menu-fixed .search-mini-form input.inputbox,
#sp-header.menu-lower .search-mini-form input.inputbox {
  height: 60px;
}
#sp-header.menu-fixed .search-mini,
#sp-header.menu-lower .search-mini {
  height: inherit;
}
#sp-header.menu-fixed .sp-module,
#sp-header.menu-lower .sp-module {
  height: 60px;
}
#sp-header.menu-fixed .sp-module .vmCartModule a.cart-resume,
#sp-header.menu-lower .sp-module .vmCartModule a.cart-resume {
  height: 60px;
}
#sp-header.menu-dark {
  background: #121212;
}
#sp-header.menu-dark .sp-megamenu-parent > li:hover > a,
#sp-header.menu-dark .sp-megamenu-parent > li:focus > a,
#sp-header.menu-dark .sp-megamenu-parent > li.active > a {
  color: #fff;
}
#sp-header .sp-module {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  margin: 0;
  height: 90px;
  margin-left: 15px;
}
#sp-header .sp-module .vmCartModule .cart-resume {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  height: 90px;
}
#sp-header .sp-module .vmCartModule .cart-resume .total_product {
  position: relative;
  top: -8px;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 15px;
  font-size: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  #sp-header {
    height: 60px;
  }
  #sp-header .logo {
    height: 60px;
  }
  #sp-header .sp-megamenu-parent  > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    line-height: 60px;
  }
  #sp-header #offcanvas-toggler {
    line-height: 57px;
  }
  #sp-header .sp-module {
    height: 60px;
  }
  #sp-header .sp-module .vmCartModule .cart-resume {
    height: 60px;
  }
  #sp-header .search-mini-form input.inputbox {
    height: 60px;
  }
  #sp-header .search-mini-ct .container {
    width: 100%;
  }
}
#sp-header-bar {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  right: 0;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 100% !important;
  z-index: 202;
}
#sp-header-bar .search-module {
  height: 90px;
}
#sp-header-bar .vmCartModule .dropdown .cart-resume {
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: end;
  -webkit-justify-content: end;
}
#sp-header-bar.sticked-this-bar .search-module,
#sp-header-bar.sticked-this-bar .logo,
#sp-header-bar.sticked-this-bar .vmCartModule .dropdown .cart-resume {
  height: 70px;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
.sticked-this-bar {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  position: fixed !important;
  top: 0;
  transition: all 500ms ease 0s;
  width: 100%;
  z-index: 10000 !important;
}
.logo {
  display: inline-block;
  height: 90px;
  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;
}
.sp-retina-logo {
  display: none;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 60px 0;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1.2;
}
.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: #121212;
}
.sp-page-title .breadcrumb >span,
.sp-page-title .breadcrumb >li,
.sp-page-title .breadcrumb >li+li:before,
.sp-page-title .breadcrumb >li>a {
  color: #7a7a7a;
}
.sp-page-title.colorlight h2,
.sp-page-title.colorlight h3 {
  color: #fff;
}
.sp-page-title.colorlight .breadcrumb > .active {
  color: #fff;
}
.sp-page-title.colorlight .breadcrumb >span,
.sp-page-title.colorlight .breadcrumb >li,
.sp-page-title.colorlight .breadcrumb >li+li:before,
.sp-page-title.colorlight .breadcrumb >li>a {
  color: rgba(255,255,255,0.7);
}
.body-innerwrapper {
  overflow-x: hidden;
}
.layout-boxed {
  padding: 50px;
}
.layout-boxed .body-innerwrapper {
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .layout-boxed {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .layout-boxed {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .layout-boxed {
    padding: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .layout-boxed .sppb-row-container {
    width: 100%;
  }
  .layout-boxed div[class="container"] {
    width: 100%;
  }
}
#sp-main-body {
  padding: 100px 0;
}
.com-sppagebuilder #sp-main-body {
  padding: 0;
}
h3.sp-module-title {
  font-size: 16px;
  margin-bottom: 30px !important;
  letter-spacing: 0.2em;
  position: relative;
}
h3.sp-module-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
h3.sp-module-title:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #555555;
  margin: 19px auto 24px 0;
  z-index: 1;
  position: relative;
}
.sp-module.module-title-2 .sp-module-title {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  margin-bottom: 50px !important;
}
.sp-module.module-title-2 .sp-module-title:before {
  display: none;
}
.sp-module.module-title-2 .sp-module-title:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #777777;
  margin: 27px auto;
  z-index: 1;
  position: relative;
}
.sppb-addon-cta .sppb-cta-subtitle {
  margin-bottom: 0;
  line-height: 26px !important;
}
.sppb-addon-cta .sppb-btn-lg {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sppb-addon-cta {
    text-align: center;
  }
  .sppb-addon-cta .sppb-text-right {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sppb-addon-cta .sppb-text-right a[class*="sppb-btn-"] {
    margin-top: 0;
  }
  .sppb-addon-cta .sppb-row {
    display: table !important;
    width: 100%;
  }
}
.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 20px;
  text-transform: uppercase;
  line-height: 24px;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.sp-module ul >li >a:hover {
  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: -3px -1px;
}
.sp-module .tagscloud .tag-name {
  display: inline-block;
  padding: 3px 10px;
  background: #f2f2f2;
  color: #777777;
  margin: 3px 1px;
  font-size: 12px;
}
.sp-module .tagscloud .tag-name:hover,
.sp-module .tagscloud .tag-name:focus {
  color: #fff;
}
.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;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-info {
  margin: 5px -7px 15px;
  font-size: 12px;
  line-height: 1.5;
}
.article-info >dd {
  display: inline-block;
  color: #9b9b9b;
  font-style: italic;
  margin: 0 7px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
.article-info >dd a {
  color: #9b9b9b;
}
article.item {
  margin-bottom: 50px;
}
article.item .media {
  position: relative;
}
article.item .media .category-title {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 6px 9px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
article.item .media .category-title a {
  color: white;
}
article.item-page p {
  margin-bottom: 24px;
}
article.item-page h5 {
  font-size: 16px;
  margin-top: 0;
}
article .tags {
  margin-top: 40px;
  margin-bottom: 30px;
}
.tags {
  margin-top: 20px;
}
.tags >span {
  text-transform: uppercase;
  font-size: 11px;
  color: #121212;
  letter-spacing: 1px;
}
.tags a.label {
  font-size: 12px;
  background-color: #f2f2f2;
  color: #777777;
  font-weight: 400;
  border-radius: 0;
  padding: 3px 10px;
  line-height: 20px;
  display: inline-block;
  margin: 3px 1px;
}
.tags a.label:hover,
.tags a.label:focus {
  color: #fff;
}
.content_rating,
.content_rating + form {
  display: none;
}
.voting-symbol {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  display: inline-block;
}
.voting-symbol span.star {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.voting-symbol span.star.active:before {
  content: "\f005";
}
.voting-symbol span.star:before {
  content: "\f006";
  padding-right: 5px;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  content: "\f005";
  cursor: pointer;
}
.post_rating .ajax-loader,
.post_rating .voting-result {
  display: none;
}
.post-format {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border-radius: 0px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-image {
  position: relative;
  overflow: hidden;
}
.entry-image img {
  position: relative;
  width: 100%;
  backafec-bisibility: hidden;
  -webkit-backafec-bisibility: hidden;
  -webkit-transition: transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
}
.entry-image:hover img,
.entry-image:focus img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
.entry-gallery img {
  width: 100%;
}
.entry-status,
.entry-quote {
  margin-bottom: 30px;
}
.entry-header {
  position: relative;
  margin-bottom: 18px;
  padding-right: 26px;
}
.entry-header.has-post-format {
  padding-left: 60px;
}
.entry-header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 24px;
}
.entry-header h2 a {
  color: #000;
}
.entry-header .edit-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-header .edit-icon a {
  width: 20px;
  height: 20px;
  text-indent: 999px;
  overflow: hidden;
  display: inline-block;
}
.entry-header .edit-icon a .icon-edit {
  font-size: 24px;
  display: block;
  text-indent: 0;
  margin: -2px;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.entry-quote {
  position: relative;
  padding: 80px 50px;
  color: rgba(255,255,255,0.9);
  overflow: hidden;
}
.entry-quote:before {
  position: absolute;
  left: -40px;
  font-size: 300px;
  content: "\f10e";
  font-family: FontAwesome;
  transform: rotate(15deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
}
.entry-quote blockquote small {
  color: #FFF;
  font-weight: 600;
  font-size: 20px;
}
.entry-quote blockquote {
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: none;
}
.carousel-left,
.carousel-right {
  position: absolute;
  top: 50%;
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-top: -18px;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,0.5);
  border-radius: 4px;
  -webkit-transition: 400ms;
  transition: 400ms;
}
.carousel-left:hover,
.carousel-right:hover {
  color: #fff;
}
.carousel-left:focus,
.carousel-right:focus {
  color: #fff;
}
.carousel-left {
  left: 10px;
}
.carousel-right {
  right: 10px;
}
.newsfeed-category .category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsfeed-category .category li {
  padding: 5px 0;
}
.newsfeed-category #filter-search {
  margin: 10px 0;
}
.category-module,
.categories-module,
.archive-module,
.latestnews,
.newsflash-horiz,
.mostread,
.form-links,
.list-striped {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-module li,
.categories-module li,
.archive-module li,
.latestnews li,
.newsflash-horiz li,
.mostread li,
.form-links li,
.list-striped li {
  padding: 2px 0;
}
.category-module li h4,
.categories-module li h4,
.archive-module li h4,
.latestnews li h4,
.newsflash-horiz li h4,
.mostread li h4,
.form-links li h4,
.list-striped li h4 {
  margin: 5px 0;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.article-footer-top .post_rating {
  text-transform: uppercase;
  font-size: 11px;
  color: #121212;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .article-footer-top .post_rating {
    float: right;
  }
  .article-footer-top .helix-social-share {
    float: left;
    margin-bottom: 0;
  }
}
.helix-social-share {
  margin-bottom: 20px;
}
.helix-social-share .helix-social-share-icon > span {
  text-transform: uppercase;
  color: #121212;
  font-size: 11px;
  line-height: 30px;
  margin-right: 5px;
}
.helix-social-share .helix-social-share-icon ul {
  padding: 0;
  list-style: none;
  margin: 0 -1px;
  display: inline-block;
}
.helix-social-share .helix-social-share-icon ul li {
  margin: 0 1px 5px;
  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 {
  width: 50px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
}
.helix-social-share .helix-social-share-icon ul li div a i {
  color: #fff;
}
.helix-social-share .helix-social-share-icon ul li .facebook {
  background-color: #3b5998;
}
.helix-social-share .helix-social-share-icon ul li .twitter {
  background-color: #00ACEE;
}
.helix-social-share .helix-social-share-icon ul li .google-plus {
  background-color: #dd4b39;
}
.helix-social-share .helix-social-share-icon ul li .linkedin {
  background-color: #0077b5;
}
#sp-bottom {
  background: #121212;
}
#sp-bottom .sp-module .sp-module-title {
  margin: 0 0 16px !important;
  font-size: 16px;
  font-weight: 600;
}
#sp-bottom .sp-module .sp-module-title:before,
#sp-bottom .sp-module .sp-module-title:after {
  display: none;
}
#sp-bottom .sp-module ul > li {
  border-color: #555555;
}
#sp-bottom .sp-module ul > li > a {
  padding: 5px 0;
}
#sp-bottom h1,
#sp-bottom h2,
#sp-bottom h3,
#sp-bottom h4,
#sp-bottom h5,
#sp-bottom h6 {
  color: #fff;
}
#sp-bottom a {
  color: #777777;
}
#sp-bottom a:hover,
#sp-bottom a:focus {
  color: #fff;
}
#sp-bottom .sp-column {
  padding-top: 40px;
}
#sp-bottom .mod-magazine.news-list .news-list-item:nth-child(n+2)::before {
  background-color: #555555;
}
#sp-footer {
  background: #000;
  text-align: center;
  padding: 30px 0;
  font-size: 13px;
}
#sp-footer a:hover {
  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 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: 42px;
  margin-bottom: 10px;
  font-weight: 700;
}
.sp-comingsoon .sp-comingsoon-content {
  font-size: 28px;
  font-weight: 300;
}
.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;
}
.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: 200px;
  line-height: 1;
  margin: 0 0 10px 0;
  padding: 0;
}
.error-page .error-message {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-retina-logo {
    display: table;
    margin: 0 auto;
  }
  .sp-comingsoon .comingsoon-page-logo .sp-default-logo {
    display: none;
  }
}
.sp-social-share ul {
  display: block;
  padding: 0;
  margin: 20px -5px 0;
}
.sp-social-share ul li {
  display: inline-block;
  font-size: 24px;
  margin: 0 5px;
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
div.page-header {
  padding-bottom: 5px;
  margin: 0 0 20px;
}
div.page-header h1 {
  line-height: 1.2;
  font-size: 30px;
}
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 ease-in-out;
  transition: 300ms ease-in-out;
}
.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%;
  }
}
.form-horizontal .control-label {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #121212;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
}
.readmore {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 992px) {
  .offcanvas-menu.offcanvas-desktop {
    visibility: visible;
    left: 0;
    right: auto;
    background-color: #121212;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
.offcanvas-menu .ut-ctc .ctc-ct {
  padding: 0;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner,
.full-screen .offcanvas-menu .offcanvas-inner {
  display: inline-block;
  width: auto;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
  margin-right: 20px;
  background: transparent !important;
  font-size: 24px;
  padding: 15px;
  line-height: 24px;
}
.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,
.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 !important;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
  right: 0 !important;
  font-size: 24px;
  padding: 16px 5px;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
  font-size: 14px;
  background: transparent !important;
}
.full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler,
.full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
  padding: 6px 5px;
}
@media only screen and (max-width: 767px) {
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li a,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li a {
    font-size: 18px;
    padding: 12px;
  }
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li .offcanvas-menu-toggler {
    padding: 11px 5px;
    font-size: 20px;
  }
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li a {
    font-size: 12px;
  }
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li .offcanvas-menu-toggler {
    padding: 4px 6px;
  }
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li:hover a,
  .full-screen-ftop .offcanvas-menu .offcanvas-inner .sp-module ul li ul li:focus a,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li:hover a,
  .full-screen .offcanvas-menu .offcanvas-inner .sp-module ul li ul li:focus a {
    background: transparent !important;
  }
}
.img-responsive {
  width: auto;
}
@media only screen and (max-width: 991px) {
  #sp-right {
    padding-top: 50px;
  }
}
.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
blockquote {
  padding: 40px;
  border-left-width: 2px;
  font-weight: 600;
  margin-bottom: 30px;
}
blockquote p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 18px;
}
.pager {
  margin: 30px 0 0;
}
.pager li a {
  border-radius: 0px;
}
.alert-error {
  background-color: #f2dede;
  color: #a94442;
}
.badge {
  border-radius: 0px;
}
div.rev_slider_wrapper.fullwidthbanner-container {
  width: 100%;
  float: none;
}
div.rev_slider_wrapper.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
}
div.tp-caption a {
  color: #fff;
}
div.tp-caption a:hover,
div.tp-caption a:focus {
  color: #fff;
}
div.tp-bullets.preview1 .bullet {
  border-color: rgba(255,255,255,0.9) !important;
  background: rgba(0,0,0,0.5) !important;
}
div.tp-bullets.preview1 .bullet.selected {
  background: #000000 !important;
}
div.tp-bullets.preview4 .bullet {
  border-color: rgba(255,255,255,0.9) !important;
  background: transparent !important;
}
div.tp-bullets.preview4 .bullet:hover,
div.tp-bullets.preview4 .bullet:focus {
  border-color: #ffffff !important;
  background: #ffffff !important;
}
div.tp-bullets.preview4 .bullet.selected {
  border-color: #ffffff !important;
  background: #ffffff !important;
}
div.tp-caption.fullscreenvideo {
  left: 0 !important;
}
.pagination-wrapper {
  display: block;
  text-align: center;
}
.pagination-wrapper .pagination {
  margin: 0;
  display: block;
  border-radius: 0;
  border-bottom: 2px solid #f2f2f2;
  position: relative;
}
.pagination-wrapper .pagination > li {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-left: 5px;
  position: relative;
  bottom: -2px;
}
.pagination-wrapper .pagination > li:first-child {
  margin-left: 0;
}
.pagination-wrapper .pagination > li > a {
  border-width: 0 0 2px 0;
  border-style: solid;
  background: transparent;
  border-radius: 0;
  border-color: transparent;
}
.pagination-wrapper .pagination > li > a:hover,
.pagination-wrapper .pagination > li > a:focus {
  background: transparent;
}
.vm-pagination-bottom {
  margin-top: 50px;
}
.sp-simpleportfolio .pagination-wrapper {
  margin-top: 50px;
}
.template-options .layout-selector {
  padding: 0;
  text-align: inherit;
}
.addon-title-line .sppb-addon-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
  position: relative;
}
.addon-title-line .sppb-addon-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
.addon-title-line .sppb-addon-title:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #555555;
  margin: 19px auto 24px 0;
  z-index: 1;
  position: relative;
}
.hi-icon .sppb-icon .sppb-icon-container {
  position: relative;
  transition: background 0.2s, color 0.2s;
  -webkit-transition: background 0.2s, color 0.2s;
  border-radius: 50%;
  background-color: #121212;
  color: #fff;
  width: 80px;
  height: 80px;
}
.hi-icon .sppb-icon .sppb-icon-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto !important;
  height: auto !important;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.hi-icon .sppb-icon .sppb-icon-container:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  padding: 5px;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  transform: scale(0.8);
  -webkittransform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hi-icon .sppb-icon .sppb-icon-container:hover:after,
.hi-icon .sppb-icon .sppb-icon-container:focus:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
.number-counter .sppb-animated-number {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 18px;
  color: #121212;
  line-height: 1;
}
.number-counter .sppb-animated-number-title {
  font-weight: 600;
  color: #777777;
}
.number-counter-white .sppb-animated-number {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 18px;
  color: #fff;
}
.number-counter-white .sppb-animated-number-title {
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .feature-box-same-height {
    padding: 60px 0 !important;
  }
  .feature-box-same-height div[class*="sppb-col-"] {
    display: block;
    flex: inherit;
    -webkit-flex: inherit;
  }
  .feature-box-same-height div[class*="sppb-col-"] div[id*="column-id-"] {
    padding: 40px 30px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-box-same-height div[id*="column-id-"] {
    padding: 120px 40px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .feature-box-same-height div[id*="column-id-"] {
    padding: 200px 50px !important;
  }
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image {
  position: relative;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image .overlay {
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image .overlay .sppb-person-social-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image .overlay .sppb-person-social-icons .sppb-person-social > li {
  margin: 3px;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image .overlay .sppb-person-social-icons .sppb-person-social > li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  background-color: rgba(255,255,255,0.2);
  color: #fff;
  border-radius: 50%;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image:hover .overlay,
.sppb-addon-persion .sppb-addon-content .sppb-person-image:focus .overlay {
  opacity: 1;
  visibility: visible;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-image:hover .overlay .sppb-person-social-icons,
.sppb-addon-persion .sppb-addon-content .sppb-person-image:focus .overlay .sppb-person-social-icons {
  top: 50%;
  margin-top: -18px;
  opacity: 1;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-information {
  margin-top: 34px;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-information .sppb-person-name {
  font-size: 20px;
  color: #121212;
  line-height: 30px;
  margin-bottom: 8px;
}
.sppb-addon-persion .sppb-addon-content .sppb-person-information .sppb-person-designation {
  font-size: 14px;
}
.box-sweep-top .sppb-column-addons .sppb-addon span.sppb-icon-container {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .box-sweep-top .sppb-column-addons {
    top: 60%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-sweep-top .sppb-column-addons .sppb-addon-text {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .box-sweep-top:hover .sppb-column-addons,
  .box-sweep-top:focus .sppb-column-addons {
    transform: translateY(-60%);
  }
  .box-sweep-top:hover .sppb-column-addons .sppb-addon-text,
  .box-sweep-top:focus .sppb-column-addons .sppb-addon-text {
    visibility: visible;
    opacity: 1;
  }
}
.sppb-addon-pricing-table .sppb-pricing-box {
  padding: 50px 20px;
  border: none;
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.sppb-addon-pricing-table .sppb-pricing-box.sppb-pricing-featured {
  padding: 70px 20px;
  color: inherit;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  margin-bottom: 20px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  font-size: 50px;
  line-height: 1.3;
  color: #333333;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-duration {
  font-size: 12px;
  display: block;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price-symbol {
  vertical-align: top !important;
  font-size: 24px;
  position: relative;
  top: 8px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  padding: 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features ul li {
  padding: 6px 0;
  font-size: 14px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer {
  margin-top: 38px;
  font-size: 11px;
}
@media only screen and (min-width: 992px) {
  .sppb-addon-pricing-table .sppb-pricing-featured {
    margin-top: -20px;
  }
}
.sppb-addon-pricing-table.pricing-featured .sppb-pricing-box {
  padding: 70px 20px;
  color: inherit;
}
.sppb-progress-label {
  margin-bottom: 6px;
  color: #121212;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.sppb-progress {
  background: #f7f7f7;
  margin-bottom: 30px;
}
.sppb-addon-pie-progress .sppb-addon-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 10px;
}
div.sppb-addon-optin-forms {
  padding: 0;
}
div.sppb-addon-optin-forms .sppb-optin-form-details-wrap:not(:empty) {
  padding-top: 0;
}
.sppb-testimonial-pro span.fa-quote-left {
  display: none;
}
.sppb-testimonial-pro .sppb-testimonial-message {
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
}
.sppb-testimonial-pro .sppb-testimonial-client {
  color: #eeeeee;
}
.sppb-testimonial-pro .sppb-carousel-control {
  border-color: #fff;
  border-radius: 0px;
  border-width: 1px;
  color: #fff;
}
.sppb-testimonial-pro .sppb-carousel-indicators li {
  border-color: #000;
}
.sppb-testimonial-pro .sppb-carousel-indicators li.active {
  border-color: #000;
  background-color: #000;
}
.testimonial-small {
  padding: 30px 30px 70px !important;
  background: #f2f2f2;
}
.testimonial-small span.fa-quote-left {
  display: none;
}
.testimonial-small .sppb-carousel-inner {
  text-align: left;
}
.testimonial-small .sppb-carousel-inner .sppb-testimonial-message {
  font-size: 14px;
  line-height: inherit;
}
.testimonial-small .sppb-carousel-inner .sppb-testimonial-client {
  color: #121212;
}
.testimonial-small ol.sppb-carousel-indicators {
  bottom: 20px;
}
.ut-carousel .item .ut-carousel-item-ct .sppb-row {
  align-items: center;
  -webkit-align-items: center;
}
.ut-carousel .item .ut-carousel-item-ct .sppb-row .ut-carousel-media.pull-right {
  order: 2;
  -webkit-order: 2;
}
.promo .ut-carousel .item .ut-carousel-text {
  color: #fff;
}
.promo .ut-carousel .item .ut-carousel-text h2 {
  color: #fff;
  margin-top: 50px;
}
.promo .ut-carousel .item .ut-carousel-text a.sppb-btn {
  margin-top: 30px;
}
.promo .ut-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 15px;
  margin-top: 0;
}
.promo .ut-carousel .owl-nav div[class*="owl-"] {
  width: 16px;
  height: 28px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  margin: 0;
  background: transparent;
}
.promo .ut-carousel .owl-nav div[class*="owl-"]:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 28px;
  display: block;
  text-indent: 0;
}
.promo .ut-carousel .owl-nav div[class*="owl-"]:hover,
.promo .ut-carousel .owl-nav div[class*="owl-"]:focus {
  background: transparent;
}
.promo .ut-carousel .owl-nav div.owl-next {
  margin-left: 15px;
}
.promo .ut-carousel .owl-nav div.owl-next:before {
  content: "\f105";
}
@media only screen and (max-width: 991px) {
  .promo {
    padding: 80px 0 80px 0 !important;
  }
  .promo .ut-carousel .item .ut-carousel-text {
    padding-left: 65px;
    padding-right: 65px;
  }
  .promo .ut-carousel .item .ut-carousel-media {
    margin-top: 60px;
  }
  .promo .ut-carousel .owl-nav {
    left: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .promo .ut-carousel .item .ut-carousel-text h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .promo {
    padding-left: 5% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .promo .ut-carousel .owl-nav {
    top: 70px;
  }
}
.ut-testimonial .ut-testimonial-item .sppb-avatar {
  margin-bottom: 20px;
}
.ut-testimonial .ut-testimonial-item .sppb-testimonial-message {
  margin-bottom: 10px;
}
.ut-testimonial .ut-testimonial-item .sppb-testimonial-client .client-name {
  color: #121212;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
}
.ut-testimonial .ut-testimonial-item .sppb-testimonial-client .client-name span {
  color: #7a7a7a;
  font-size: 13px;
  border-left: 2px solid #7a7a7a;
  margin-left: 5px;
  padding-left: 5px;
}
.ut-testimonial .ut-testimonial-item .sppb-testimonial-client .client-url {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.ut-testimonial.owl-theme .owl-dots {
  margin-top: 40px !important;
}
.ut-testimonial.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #7a7a7a;
}
.ut-testimonial.owl-theme .owl-dots .owl-dot span:hover,
.ut-testimonial.owl-theme .owl-dots .owl-dot span:focus {
  background: transparent;
}
.ut-testimonial.owl-theme .owl-dots .owl-dot.active span {
  background: #121212;
  border-color: #121212;
}
.sppb-addon-cta .sppb-cta-title {
  font-weight: 300;
  line-height: 1.2 !important;
}
@media only screen and (max-width: 767px) {
  .sppb-addon-cta .sppb-cta-title {
    font-size: 30px;
  }
}
.sppb-addon-cta.cta-promo .sppb-cta-title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 767px) {
  .sppb-addon-cta.cta-promo .sppb-cta-title {
    letter-spacing: 0;
    word-wrap: break-word;
  }
}
.sppb-panel-faq .sppb-panel-heading {
  padding-left: 0;
}
.sppb-panel-faq .sppb-panel-heading .sppb-panel-title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #121212;
  font-size: 12px;
}
.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  color: #121212;
  right: 0;
}
.sppb-panel-faq .sppb-panel-body {
  padding: 20px 0;
}
.sppb-addon-textrotator {
  text-align: center;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
  font-size: 120px;
}
.sppb-addon-textrotator .sppb-textrotator-content .cd-headline .cd-words-wrapper {
  width: auto !important;
}
.sppb-addon-textrotator .sppb-textrotator-content .sppb-textrotator-text {
  font-size: 20px;
  color: #fff;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
}
.sppb-addon-textrotator .sppb-textrotator-content .sppb-button-container {
  margin-top: 30px;
}
.sppb-addon-textrotator.fullscreen .sppb-textrotator-content,
.sppb-addon-textrotator.fullheight .sppb-textrotator-content {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
@media only screen and (max-width: 599px) {
  .sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
    font-size: 30px;
  }
  .sppb-addon-textrotator .sppb-textrotator-content .sppb-textrotator-text {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
    font-size: 40px;
  }
  .sppb-addon-textrotator .sppb-textrotator-content .sppb-textrotator-text {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sppb-addon-textrotator .sppb-textrotator-content .cd-headline {
    font-size: 80px;
  }
}
.title-lined .sppb-title-heading:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #777777;
  margin: 27px auto;
  z-index: 1;
  position: relative;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) {
  display: flex !important;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
  content: "EDITOR MESSAGE: Here you see only the design, to see the carousel working make your changes in the addon and save, then close the editor or open this same page but without editor in a new tab.";
  display: block;
  text-align: center;
  color: #d9534f;
  padding: 0 15%;
  width: 100%;
  margin-bottom: 15px;
}
.sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
  position: relative;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  flex: 0 0 calc(33.333333% - 30px);
  max-width: calc(33.333333% - 30px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded):before {
    padding: 0 15px;
  }
  .sp-pagebuilder-addon-inner-wrap .owl-carousel:not(.owl-loaded) > div[class*="item"] {
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
}
.xs-border {
  border: 1px solid #ddd;
}
.xs-b-t {
  border-top: 1px solid #ddd;
}
.xs-b-r {
  border-right: 1px solid #ddd;
}
.xs-b-b {
  border-bottom: 1px solid #ddd;
}
.xs-b-l {
  border-left: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .sm-border {
    border: 1px solid #ddd;
  }
  .sm-b-t {
    border-top: 1px solid #ddd;
  }
  .sm-b-r {
    border-right: 1px solid #ddd;
  }
  .sm-b-b {
    border-bottom: 1px solid #ddd;
  }
  .sm-b-l {
    border-left: 1px solid #ddd;
  }
}
@media only screen and (min-width: 992px) {
  .md-border {
    border: 1px solid #ddd;
  }
  .md-b-t {
    border-top: 1px solid #ddd;
  }
  .md-b-r {
    border-right: 1px solid #ddd;
  }
  .md-b-b {
    border-bottom: 1px solid #ddd;
  }
  .md-b-l {
    border-left: 1px solid #ddd;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-border {
    border: 1px solid #ddd;
  }
  .lg-b-t {
    border-top: 1px solid #ddd;
  }
  .lg-b-r {
    border-right: 1px solid #ddd;
  }
  .lg-b-b {
    border-bottom: 1px solid #ddd;
  }
  .lg-b-l {
    border-left: 1px solid #ddd;
  }
}
#sp-header.fixed-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: transparent;
  box-shadow: none;
  padding-left: 50px;
  padding-right: 50px;
}
#sp-header.fixed-nav #offcanvas-toggler > i {
  color: #fff;
}
#sp-footer.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: rgba(18,18,18,0.1);
  padding: 15px 50px;
}
@media only screen and (max-width: 991px) {
  #sp-footer.fixed-footer .sp-column {
    text-align: center;
  }
}
#sp-header.overlap-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  background: transparent;
  box-shadow: none;
}
#sp-header.overlap-nav.menu-fixed {
  position: fixed;
}
#sp-header.overlap-nav #offcanvas-toggler > i {
  color: #fff;
}
#sp-header.overlap-nav .search-mini .search-actions i {
  color: #fff;
}
#sp-header.overlap-nav .search-mini .search-actions i.active {
  color: #7a7a7a;
}
#sp-header.overlap-nav .dropdown .cart-resume {
  color: #fff;
}
.menu-left .sp-megamenu-parent {
  float: none;
}
.menu-left .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: 0;
}
.menu-center .sp-megamenu-parent {
  float: none;
  text-align: center;
}
.menu-center .sp-megamenu-parent li {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .logo-center .logo {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .logo-right .logo {
    margin: 0 0 0 auto;
  }
}
.padding-0 {
  padding: 0 !important;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.black-bg {
  background: #121212;
}
.gray-darker {
  background: #121212;
}
.gray-dark {
  background: #333333;
}
.gray {
  background: #555555;
}
.gray-light {
  background: #777777;
}
.gray-lighter {
  background: #eeeeee;
}
.gray-lightest {
  background: #f2f2f2;
}
.container-semifluid {
  padding: 0 50px;
}
.page-title-big .sp-page-title {
  padding: 285px 0;
  position: relative;
}
.page-title-big .sp-page-title h2 {
  font-size: 60px;
  line-height: 1.5;
}
.page-title-big .sp-page-title:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.page-title-big .sp-page-title:after {
  content: "\f107";
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  color: #121212;
  font-size: 18px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body .sppb-btn,
body .btn {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 25px;
  border-radius: 0px;
}
body a.sppb-btn-lg,
body .sppb-btn-lg,
body a.btn-lg,
body .btn-lg {
  font-size: 13px;
  padding: 13px 34px;
}
body .sppb-btn-round {
  border-radius: 100px !important;
}
body .sppb-btn-rounded {
  border-radius: 4px;
}
body .btn-black {
  background-color: #121212;
  color: #fff;
  border-color: #050505;
}
body .btn-black:hover,
body .btn-black:focus {
  background-color: #121212;
  color: #fff;
  border-color: #050505;
  opacity: 0.9;
}
body .btn-transparent-to-primary,
body a.btn-transparent-to-primary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}
body .btn-white-to-black,
body a.btn-white-to-black {
  background: #fff;
  color: #121212 !important;
  border: 2px solid #fff;
}
body .btn-white-to-black:hover,
body .btn-white-to-black:focus,
body a.btn-white-to-black:hover,
body a.btn-white-to-black:focus {
  background: #121212;
  color: #fff !important;
  border-color: #121212;
}
body .btn-play {
  display: inline-block;
  min-width: 77px;
  min-height: 77px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 50%;
  position: relative;
  border: 7px solid rgba(255,255,255,0.2);
  border-left-width: 7px;
  background-clip: padding-box;
  text-align: center;
  line-height: 62px;
}
body .btn-play:hover,
body .btn-play:focus {
  background-color: rgba(0,0,0,0.4);
  transform: scale(0.93);
  -webkit-transform: scale(0.93);
}
body .btn-play i {
  font-size: 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter {
  margin-bottom: 35px;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0 15px 10px;
  border: none;
}
div.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  padding: 0;
  line-height: 1;
  font-family: Montserrat;
  text-transform: uppercase;
  color: #777777;
  background-color: transparent;
  letter-spacing: 0.2em;
  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: #121212;
}
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: #121212;
}
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-space .sp-simpleportfolio-item:focus .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
div.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: translateY(-30px);
  -wbkit-transform: translateY(-30px);
}
div.sp-simpleportfolio .sp-simpleportfolio-items {
  margin: -5px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 5px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: absolute;
  top: 20%;
  left: 10px;
  right: 10px;
  -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;
  padding: 0;
  background: #fff;
  color: #121212;
  font-size: 14px;
  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;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  transition: 0.60s cubic-bezier(0.86,0,0.07,1);
  -webkit-transition: 0.60s cubic-bezier(0.86,0,0.07,1);
  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: scale3d(1,1,1);
  -wbkit-transform: scale3d(1,1,1);
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-gallery-info,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-gallery-info {
  bottom: 0;
}
div.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns,
div.sp-simpleportfolio .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns {
  top: 40%;
}
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 {
  background: #fff;
  padding: 15px 20px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 1.5;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  line-height: 1.5;
  font-size: 14px;
}
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
div.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:focus {
  background: #fff;
  color: #777777;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info {
  position: absolute;
  bottom: -75px;
  background: #fff;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 15px 20px;
  transition: 0.60s cubic-bezier(0.86,0,0.07,1);
  -webkit-transition: 0.60s cubic-bezier(0.86,0,0.07,1);
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info .sp-simpleportfolio-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0 0 3px;
  line-height: 1.5;
}
div.sp-simpleportfolio .sp-simpleportfolio-gallery-info .sp-simpleportfolio-tags {
  line-height: 1.5;
  font-size: 14px;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-image img {
  width: 100%;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details {
  margin-top: 50px;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details .sp-simpleportfolio-description .portfolio-title {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details .sp-simpleportfolio-description .portfolio-demo {
  margin-top: 20px;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details .sp-simpleportfolio-metadata .meta {
  padding: 0;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details .sp-simpleportfolio-metadata .meta li {
  list-style: none;
  line-height: 30px;
}
.sp-simpleportfolio-single-item .sp-simpleportfolio-details .sp-simpleportfolio-metadata .meta li strong {
  color: #121212;
  font-weight: 400;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .sp-simpleportfolio-single-item .sp-simpleportfolio-meta {
    margin-top: 40px;
  }
}
#mod-sp-simpleportfolio .sp-simpleportfolio-filter > ul > li a:hover,
#mod-sp-simpleportfolio .sp-simpleportfolio-filter > ul > li a:focus,
#mod-sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active a {
  color: #fff !important;
}
.sp-portfolio-carousel {
  overflow: hidden;
}
.sp-portfolio-carousel.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 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: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.4);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -30px;
  left: -72px;
  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: 20px;
  text-indent: 0;
  color: #fff;
  line-height: 60px;
  display: block;
  text-align: right;
  transform: rotate(45deg);
  -webkit-transform: rotate(45de);
}
.sp-portfolio-carousel.sp-simpleportfolio .owl-carousel .owl-nav div.owl-next {
  right: -72px;
  left: auto;
}
.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: -32px;
}
.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: -32px;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid .sp-simpleportfolio-btns {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -150px;
  margin-top: 80px;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid .sp-simpleportfolio-btns h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin: 0;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid .sp-simpleportfolio-btns h3 a {
  color: #fff;
  background: rgba(18,18,18,0.3);
  padding: 10px 15px;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid .sp-simpleportfolio-btns h3 a i {
  margin-right: 10px;
}
#photography-fullscreen .owl-carousel .photography-item .container-fluid:hover .sp-simpleportfolio-btns,
#photography-fullscreen .owl-carousel .photography-item .container-fluid:focus .sp-simpleportfolio-btns {
  right: 0;
}
#photography-fullscreen .owl-carousel .owl-dots {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}
#photography-fullscreen .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.5;
  margin: 5px;
}
#photography-fullscreen .owl-carousel .owl-dots .owl-dot span:hover,
#photography-fullscreen .owl-carousel .owl-dots .owl-dot span:focus {
  background: transparent;
  opacity: 1;
}
#photography-fullscreen .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}
#photography-fullheight .photography-item .container-fluid {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#photography-fullheight .photography-item .sp-simpleportfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
#photography-fullheight .photography-item .sp-simpleportfolio-info h3 {
  margin: 0 0 10px;
  font-size: 30px;
}
#photography-fullheight .photography-item .sp-simpleportfolio-info h3 a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #photography-fullheight .photography-item .sp-simpleportfolio-info h3 {
    font-size: 20px;
  }
}
#photography-fullheight .photography-item .sp-simpleportfolio-info .sp-simpleportfolio-tags {
  color: #fff;
  font-size: 15px;
}
#mod-simpleportfolio-grid .sp-simpleportfolio-filter {
  padding: 20px 0 10px;
  background-color: #eeeeee;
  margin-bottom: 0;
}
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns {
  position: inherit;
  top: inherit;
  left: inherit;
  right: inherit;
}
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  transform: scale3d(0,0,0);
  -webkit-transform: scale3d(0,0,0);
}
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-img,
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-img {
  transform: scale3d(1.15,1.15,1);
  -webkit-transform: scale3d(1.15,1.15,1);
}
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns,
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns {
  top: inherit;
}
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:hover .sp-simpleportfolio-btns a,
#mod-simpleportfolio-grid .sp-simpleportfolio-items .sp-simpleportfolio-item:focus .sp-simpleportfolio-btns a {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.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";
}
.com-speasyimagegallery.view-albums .page-header {
  display: none;
}
@media screen and (max-width: 479px) {
  .speasyimagegallery-albums .speasyimagegallery-row > div[class*="speasyimagegallery"] {
    width: 100%;
  }
}
.speasyimagegallery-albums .speasyimagegallery-album > div a {
  overflow: hidden;
}
.speasyimagegallery-albums .speasyimagegallery-album > div img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.speasyimagegallery-albums .speasyimagegallery-album .speasyimagegallery-album-info {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.speasyimagegallery-albums .speasyimagegallery-album .speasyimagegallery-album-info .speasyimagegallery-album-title {
  margin-bottom: 12px;
  color: #fff;
}
.speasyimagegallery-albums .speasyimagegallery-album .speasyimagegallery-album-meta {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.speasyimagegallery-albums .speasyimagegallery-album .speasyimagegallery-album-meta .speasyimagegallery-album-meta-count {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.speasyimagegallery-albums .speasyimagegallery-album:hover .speasyimagegallery-album-info,
.speasyimagegallery-albums .speasyimagegallery-album:focus .speasyimagegallery-album-info {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.speasyimagegallery-albums .speasyimagegallery-album:hover .speasyimagegallery-album-meta,
.speasyimagegallery-albums .speasyimagegallery-album:focus .speasyimagegallery-album-meta {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.speasyimagegallery-albums .speasyimagegallery-album:hover > div img,
.speasyimagegallery-albums .speasyimagegallery-album:focus > div img {
  transform: scale3d(1.15,1.15,1.15);
  -webkit-transform: scale3d(1.15,1.15,1.15);
}
.speasyimagegallery-albums + .pagination-wrapper {
  margin-top: 50px;
}
.page-header + .speasyimagegallery-gallery {
  margin-top: 30px;
}
.speasyimagegallery-album-description {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .speasyimagegallery-gallery .speasyimagegallery-row div[class*="speasyimagegallery"] {
    width: 100%;
  }
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div {
  overflow: hidden;
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div img {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div .speasyimagegallery-gallery-item-content {
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:hover img,
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:focus img {
  transform: scale3d(1.15,1.15,1.15);
  -webkit-transform: scale3d(1.15,1.15,1.15);
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:hover .speasyimagegallery-gallery-item-content,
.speasyimagegallery-gallery .speasyimagegallery-gallery-item > div:focus .speasyimagegallery-gallery-item-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.speasyimagegallery-gallery .speasyimagegallery-gallery-item .speasyimagegallery-gallery-item-title {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}
.speasyimagegallery-modal-wrapper {
  z-index: 10000;
  background: rgba(23,23,23,0.85);
}
.speasyimagegallery-modal-wrapper .speasyimagegallery-image-content {
  padding: 15px;
}
.speasyimagegallery-modal-wrapper .speasyimagegallery-image-title {
  font-size: 18px;
}
.speasyimagegallery-modal-wrapper .speasyimagegallery-image-description {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .speasyimagegallery-modal-wrapper .speasyimagegallery-image-description {
    display: none;
  }
}
.latest-news .category-module-item {
  margin-bottom: 40px;
}
.latest-news .category-module-item .mod-articles-category-date {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #121212;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
}
.latest-news .category-module-item .mod-articles-category-date span {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}
.latest-news .category-module-item .mod-articles-category-date span:last-child {
  font-size: 10px;
}
div.ut-ctc .ctc-ct {
  padding: 0;
}
div.ut-ctc .ctc-ct div[class*="form-"] form input,
div.ut-ctc .ctc-ct div[class*="form-"] form textarea {
  margin-bottom: 18px;
}
div.ut-ctc .ctc-ct div[class*="form-"] form textarea.textarea {
  min-height: 150px;
}
div.ut-ctc .ctc-ct div[class*="info-"] dl dt {
  line-height: 24px;
}
div.ut-ctc .ctc-ct div[class*="info-"] dl dt i {
  font-size: 16px;
  color: #7a7a7a;
  top: 0;
}
div.ut-ctc .ctc-ct div[class*="info-"] dl dd {
  line-height: 24px;
  margin-bottom: 20px;
}
.toggle-map {
  height: 70px;
  line-height: 70px;
  width: 100%;
  color: #121212;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  background: #eeeeee;
  -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: #121212;
  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;
}
.mod-magazine.news-tabbed .nav-tabs {
  border: none;
  text-align: right;
  position: absolute;
  top: 0;
  right: 15px;
}
.mod-magazine.news-tabbed .nav-tabs > li {
  display: inline-block;
  float: none;
  border: none;
}
.mod-magazine.news-tabbed .nav-tabs > li > a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  border: none;
}
.mod-magazine.news-tabbed .nav-tabs > li > a:before {
  display: none;
}
.mod-magazine.news-tabbed .nav-tabs > li.active > a {
  color: #121212;
}
.mod-magazine.news-tabbed .nav-tabs > li +li {
  margin-left: 30px;
}
.mod-magazine.news-tabbed .news-item:nth-child(n+3) {
  padding-top: 18px;
  margin-top: 18px;
}
.mod-magazine.news-tabbed .news-item:nth-child(n+3):before {
  content: "";
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
@media only screen and (max-width: 991px) {
  .mod-magazine.news-tabbed .news-item:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .mod-magazine.news-tabbed .nav-tabs {
    position: relative;
    text-align: center;
  }
  .mod-magazine.news-tabbed .tab-content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .mod-magazine.news-tabbed .image-ct .entry-image {
    margin-bottom: 0;
  }
  .mod-magazine.news-tabbed .content-ct {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .mod-magazine.news-latest .news-item:nth-child(2) {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .mod-magazine.news-latest .news-item:nth-child(2):before {
    display: none;
  }
}
.mod-magazine.news-latest .news-item:nth-child(n+2) {
  padding-top: 18px;
  margin-top: 3px;
}
.mod-magazine.news-latest .news-item:nth-child(n+2):before {
  content: "";
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.mod-magazine.news-pictures .news-row {
  margin-left: -2px;
  margin-right: -2px;
}
.mod-magazine.news-pictures .news-row .news-item {
  padding-left: 2px;
  padding-right: 2px;
}
.mod-magazine.news-pictures .news-row .news-item .entry-image {
  margin-bottom: 4px;
}
.mod-magazine.news-pictures .news-row .news-item .entry-image h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: rgba(0,0,0,0.7);
}
.mod-magazine.news-pictures .news-row .news-item .entry-image h2 a {
  color: #fff;
}
.mod-magazine.news-columns .item-column .column-title {
  font-size: 16px;
}
.mod-magazine.news-columns .item-column .news-item:nth-child(n+3) {
  padding-top: 18px;
  margin-top: 3px;
  border-top: 1px solid #f2f2f2;
}
@media only screen and (min-width: 768px) {
  .mod-magazine.news-list-grouped .image-ct + .content-ct {
    padding-left: 0;
  }
}
.mod-magazine.news-list-grouped .news-list-grouped-item {
  position: relative;
}
.mod-magazine.news-list-grouped .news-list-grouped-item .image-ct .entry-image {
  margin-bottom: 0;
}
.mod-magazine.news-list-grouped .news-list-grouped-item:nth-child(n+2) {
  padding-top: 18px;
  margin-top: 18px;
}
.mod-magazine.news-list-grouped .news-list-grouped-item:nth-child(n+2):before {
  content: "";
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: block;
}
.mod-magazine.news-list .news-list-item {
  position: relative;
}
.mod-magazine.news-list .news-list-item .image-ct .entry-image {
  margin-bottom: 0;
}
.mod-magazine.news-list .news-list-item .image-ct + .content-ct {
  padding-left: 0;
}
.mod-magazine.news-list .news-list-item .content-ct .article-info {
  margin-bottom: 0;
}
.mod-magazine.news-list .news-list-item:nth-child(n+2) {
  padding-top: 18px;
  margin-top: 18px;
}
.mod-magazine.news-list .news-list-item:nth-child(n+2):before {
  content: "";
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  display: block;
}
.mod-magazine.news-photo .news-photo-items {
  position: relative;
  overflow: hidden;
}
.mod-magazine.news-photo .news-photo-items .news-item .entry-image {
  margin-bottom: 0;
}
.mod-magazine.news-photo .news-photo-items .owl-nav {
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mod-magazine.news-photo .news-photo-items .owl-nav div[class*="owl-"] {
  margin: 0;
  padding: 0 10px;
  width: 60px;
  height: 60px;
  background-color: rgba(0,0,0,0.4);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -30px;
  left: -72px;
  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;
}
.mod-magazine.news-photo .news-photo-items .owl-nav div[class*="owl-"]:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  text-indent: 0;
  color: #fff;
  line-height: 60px;
  display: block;
  text-align: right;
  transform: rotate(45deg);
  -webkit-transform: rotate(45de);
}
.mod-magazine.news-photo .news-photo-items .owl-nav div.owl-next {
  right: -72px;
  left: auto;
}
.mod-magazine.news-photo .news-photo-items .owl-nav div.owl-next:before {
  content: "\f105";
  text-align: left;
}
.mod-magazine.news-photo .news-photo-items .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mod-magazine.news-photo .news-photo-items .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #fff;
  opacity: 0.5;
}
.mod-magazine.news-photo .news-photo-items .owl-dots .owl-dot span:hover {
  opacity: 1;
}
.mod-magazine.news-photo .news-photo-items .owl-dots .owl-dot.active span {
  background: #fff;
  opacity: 1;
}
.mod-magazine.news-photo .news-photo-items:hover .owl-nav div.owl-prev,
.mod-magazine.news-photo .news-photo-items:focus .owl-nav div.owl-prev {
  left: -32px;
}
.mod-magazine.news-photo .news-photo-items:hover .owl-nav div.owl-next,
.mod-magazine.news-photo .news-photo-items:focus .owl-nav div.owl-next {
  right: -32px;
}
.mod-magazine.news-featured .news-row {
  margin-left: -3px;
  margin-right: -3px;
}
.mod-magazine.news-featured .news-item {
  padding-left: 3px;
  padding-right: 3px;
}
.mod-magazine.news-featured .news-item:nth-child(n+2) {
  margin-top: 6px;
}
.mod-magazine.news-featured .news-item .entry-image {
  margin-bottom: 0;
}
.mod-magazine.news-featured .news-item .entry-image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0,0,0,0.5);
  background: linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,rgba(0,0,0,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#000000',GradientType=0);
  z-index: 1;
}
.mod-magazine.news-featured .news-item .media {
  position: relative;
  overflow: hidden;
}
.mod-magazine.news-featured .news-item .media .news-item-title {
  position: absolute;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}
.mod-magazine.news-featured .news-item .media .news-item-title a {
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .mod-magazine.news-featured .news-item:nth-child(2) {
    margin-top: 0;
  }
}
.mod-magazine.news-headline .headline-title {
  text-transform: uppercase;
  color: #ef5659;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.mod-magazine.news-headline .headline-items {
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}
.mod-magazine.news-headline .headline-items .headline-item span {
  font-weight: 700;
  margin-right: 3px;
  color: #121212;
}
.mod-magazine.news-headline .headline-items .owl-nav {
  position: absolute;
  top: 0;
  right: -50px;
  margin-top: 0;
}
.mod-magazine.news-headline .headline-items .owl-nav div[class*="owl-"] {
  width: 16px;
  height: 20px;
  text-indent: 9999px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  margin: 0;
  background: transparent;
  color: #121212;
  line-height: 26px;
}
.mod-magazine.news-headline .headline-items .owl-nav div[class*="owl-"]:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  display: block;
  text-indent: 0;
}
.mod-magazine.news-headline .headline-items .owl-nav div[class*="owl-"]:hover,
.mod-magazine.news-headline .headline-items .owl-nav div[class*="owl-"]:focus {
  background: transparent;
}
.mod-magazine.news-headline .headline-items .owl-nav div.owl-next {
  margin-left: 15px;
}
.mod-magazine.news-headline .headline-items .owl-nav div.owl-next:before {
  content: "\f105";
}
@media only screen and (max-width: 767px) {
  .mod-magazine.news-headline .headline-title {
    float: none;
  }
}
.mod-magazine.news-simple .news-simple-item h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
}
.mod-magazine.news-simple .news-simple-item .article-info {
  margin-bottom: 0;
}
.mod-magazine.news-simple .news-simple-item + .news-simple-item {
  padding-top: 9px;
  margin-top: 14px;
  border-top: 1px solid #555555;
}
.mod-magazine h2 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.mod-magazine h3 {
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 7px;
}
.mod-magazine .media {
  position: relative;
}
.mod-magazine .media .mod-articles-category-category {
  display: inline-block;
  padding: 6px 9px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.mod-magazine .media .mod-articles-category-category a {
  color: #fff;
}
.mod-magazine .mod-articles-category-readmore {
  margin-bottom: 0;
}
.ad-center {
  text-align: center;
}
.ad-center a {
  display: inline-block;
}
.ad-right {
  text-align: right;
}
.ad-right a {
  display: inline-block;
}
.sp-weather {
  padding: 12%;
  background-color: #f2f2f2;
}
.sp-weather .sp-weather-current .sp-weather-current-temp {
  color: #121212;
  font-weight: 600;
}
.sp-weather .sp-weather-forcasts {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.sp-weather .sp-weather-forcasts:before,
.sp-weather .sp-weather-forcasts:after {
  content: " ";
  display: table;
}
.sp-weather .sp-weather-forcasts:after {
  clear: both;
}
.sp-weather .sp-weather-forcasts .grid {
  text-align: center;
}
.sp-weather .sp-weather-forcasts .grid .sp-weather-temp {
  color: #121212;
  font-weight: 600;
}
.subscriber-module form fieldset i {
  position: absolute;
  top: 13px;
  left: 25px;
}
.subscriber-module form fieldset input {
  position: relative;
  width: 100%;
  background: transparent;
  border-color: #555555;
  margin-bottom: 10px;
  padding-left: 30px;
}
.subscriber-module form fieldset button.btn {
  margin-top: 10px;
}
.simple-menu.menu > li {
  border: none;
}
.simple-menu.menu > li > a {
  padding: 0 !important;
}
.horizontal-menu.menu > li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.horizontal-menu.menu > li > a {
  line-height: 1;
  padding: 0;
}
.horizontal-menu.menu > li >ul {
  display: none;
}
.horizontal-menu.menu > li + li {
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #555555;
}
ul.categories-module > li > a:before {
  display: none;
}
ul.categories-module > li > a span {
  float: right;
}
.content-related {
  margin-top: 30px;
}
.content-related .sp-module-title {
  font-size: 15px;
}
.content-related .entry-image,
.content-related .entry-gallery,
.content-related .entry-video,
.content-related .entry-audio,
.content-related .entry-link {
  margin-bottom: 20px;
}
.content-related .mod-articles-category-title {
  font-size: 14px;
  font-weight: normal;
}
.itp-share-mod {
  display: inline-block;
}
.itp-share-mod:before,
.itp-share-mod:after {
  content: " ";
  display: table;
}
.itp-share-mod:after {
  clear: both;
}
.itp-share-mod div[class*="itp-share"] {
  margin: 10px 5px 0 0;
}
.itp-share-mod div[class*="itp-share"] iframe {
  display: block !important;
}
.itp-share-mod div[class*="itp-share"] > div,
.itp-share-mod div[class*="itp-share"] > span,
.itp-share-mod div[class*="itp-share"] > a {
  display: block !important;
  line-height: 1;
}
.itp-share-mod div[class*="itp-share"]:nth-last-child(1) {
  margin-right: 0;
}
.gray-darker h1,
.gray-darker h2,
.gray-darker h3,
.gray-darker h4,
.gray-darker h5,
.gray-darker h6,
.gray-dark h1,
.gray-dark h2,
.gray-dark h3,
.gray-dark h4,
.gray-dark h5,
.gray-dark h6 {
  color: #fff;
}
.gray-darker a,
.gray-dark a {
  color: #777777;
}
.gray-darker a:hover,
.gray-darker a:focus,
.gray-dark a:hover,
.gray-dark a:focus {
  color: #fff;
}
.gray-darker .sp-module .sp-module-title:after,
.gray-dark .sp-module .sp-module-title:after {
  border-color: #fff;
}
.gray-darker .sp-module .sp-module-title:before,
.gray-dark .sp-module .sp-module-title:before {
  border-color: #555555;
}
.gray-darker .sp-module ul > li,
.gray-dark .sp-module ul > li {
  border-color: #555555;
}
.payment-systems {
  font-size: 26px;
}
.search-module {
  display: table-cell;
  vertical-align: middle;
}
.search-module form {
  position: relative;
}
.search-module form input.search-query {
  position: relative;
  padding-right: 30px;
  background: transparent;
  border-width: 0 0 1px 0;
  padding-left: 0;
}
.search-module form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.search-module form button.search-button {
  border: none;
  background: transparent;
  padding: 0 0 0 10px;
}
.search-mini .search-actions i {
  width: 15px;
  text-align: center;
  position: relative;
  z-index: 1050;
  cursor: pointer;
}
.search-mini-form {
  width: 100%;
  position: relative;
}
.search-mini-form button.search-button,
.search-mini-form button.button {
  display: none;
}
.search-mini-form input.inputbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 0 15px;
  z-index: 1040;
  border: none;
  font-size: 24px;
}
.currentdate {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding-top: 3px;
  display: inline-block;
}
#selectForm span {
  display: inline-block;
  margin-right: 10px;
}
#selectForm select {
  display: inline-block;
  height: 40px;
  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;
}
.contact .contact-form form input.invalid,
.contact .contact-form form textarea.invalid {
  border-color: #d9534f;
}
.contact .contact-form .contactbutton {
  margin-top: 15px;
}
.contact .contact-form .text-right {
  text-align: left;
}
.contact .thumbnail img {
  width: 100%;
}
.contact .contact-address dt {
  color: #121212;
  font-weight: 700;
}
.contact .contact-address dd {
  line-height: 2;
}
.contact .contact-address dd i {
  width: 20px;
}
.contact .contact-links .nav-stacked {
  border: none;
}
.contact .contact-links .nav-stacked > li > a {
  border-radius: 0px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact .form-group div + div {
    margin-top: 15px;
  }
  .contact .contact-sidebar {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .contact-form .text-right {
    text-align: right;
  }
  .contact .contact-form .contactbutton {
    margin-top: 0;
  }
  .contact .contact-form .contactbutton.withcaptcha {
    top: 80px;
  }
}
#jform_privacyconsent_privacy-lbl {
  margin-top: 10px;
  margin-bottom: 0;
}
#jform_privacyconsent_privacy-lbl a {
  position: relative;
  display: inline-block;
}
#jform_consentbox-lbl {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
  line-height: 1;
  margin-right: 10px;
}
#jform_consentbox-lbl a {
  position: relative;
  display: inline-block;
}
#jform_consentbox label input {
  position: relative;
}
.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;
}
.profile-edit fieldset + fieldset {
  margin-top: 50px;
}
.profile-edit fieldset + .control-group {
  margin-top: 30px;
}
.profile-edit #jform_privacyconsent_privacy {
  margin-bottom: 30px;
}
.profile-edit #jform_privacyconsent_privacy input {
  position: relative;
  top: 2px;
  margin-left: 0;
}
.profile-edit #jform_privacyconsent_privacy label {
  padding-left: 0;
}
.profile-edit #jform_privacyconsent_privacy label + input {
  margin-left: 20px;
}
.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: 41px;
}
.search .btn-toolbar .btn-group {
  float: none;
  display: table-cell;
}
.search .phrases {
  margin-top: 30px;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .phrases .ordering-box {
  margin: 15px 0;
}
.search .only {
  margin-top: 30px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 10px;
  line-height: 1.4;
}
.search .form-limit {
  margin-top: 20px;
  padding: 015px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ddd;
}
.search label {
  display: inline-block;
  margin-right: 5px;
}
.search select {
  display: inline-block;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  margin: 5px 0;
  display: inline-block;
  height: 40px;
}
.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: 41px;
  margin-right: 5px;
}
.tag-category form fieldset .btn-group .btn-primary {
  margin-right: 2px;
}
@media only screen and (max-width: 479px) {
  .tag-category form fieldset .btn-group .btn-default {
    display: none;
  }
}
.tag-category .thumbnails {
  margin: 0 -15px;
  padding: 0;
}
.tag-category .thumbnails li {
  list-style: none;
}
.tag-category .thumbnails li .tag-ct {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  margin-top: 30px;
  text-align: center;
}
.tag-category .thumbnails li .tag-ct h3 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tag-category ul.category {
  padding: 0;
}
.tag-category ul.category li {
  list-style: none;
  padding-top: 30px;
}
.tag-category ul.category li a img {
  margin-bottom: 20px;
}
.tag-category ul.category li h3 {
  margin: 0;
  font-size: 16px;
}
.tag-category ul.category li .tag-body {
  margin-top: 10px;
}
#jform_captcha {
  display: inline-block;
  margin-top: 15px;
}
.horizontal-separator {
  background: transparent;
  height: 0;
  margin: 10px 0;
}
.horizontal-separator:before,
.horizontal-separator:after {
  content: " ";
  display: table;
}
.horizontal-separator:after {
  clear: both;
}
.categories-view .horizontal-separator {
  margin: 15px 0;
}
div.category-view .row .category .spacer,
.featured-view .spacer,
.latest-view .spacer,
.topten-view .spacer,
.recent-view .spacer,
div.related-products-view .spacer,
.browse-view .row .product .spacer,
div.product-field-type-R .spacer,
div.product-field-type-Z .spacer,
.vmgroup .product .spacer,
.product-related-products .spacer,
.product-related-categories .spacer {
  padding: 0 15px;
  position: relative;
  margin: 0;
  border: none;
}
.featured-view h4,
.discontinued-view h4,
.latest-view h4,
.topten-view h4,
.recent-view h4,
.related-products-view h4,
.products-view h4,
.product-fields-title-wrapper h4 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: left;
  position: relative;
  letter-spacing: 0.1em;
}
.featured-view h4:before,
.discontinued-view h4:before,
.latest-view h4:before,
.topten-view h4:before,
.recent-view h4:before,
.related-products-view h4:before,
.products-view h4:before,
.product-fields-title-wrapper h4:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
.featured-view h4:after,
.discontinued-view h4:after,
.latest-view h4:after,
.topten-view h4:after,
.recent-view h4:after,
.related-products-view h4:after,
.products-view h4:after,
.product-fields-title-wrapper h4:after {
  content: "";
  display: block;
  width: 35px;
  border-bottom: 2px solid #555555;
  margin: 19px auto 0 0;
  z-index: 1;
  position: relative;
}
.category-view img,
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
  width: 100%;
}
.browseProductImage {
  width: 100%;
  max-height: 100%;
}
div[class*="-view"] div.row {
  margin: -20px -15px 0;
}
@media screen and (max-width: 480px) {
  div[class*="vm-col-"] {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  div[class*="vm-col-"] {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .width33 {
    width: 33.333% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width33 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width33 {
    width: 100% !important;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .width25 {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .width25 {
    width: 100% !important;
  }
}
.browse-view {
  margin-bottom: 0;
}
.vendor-store-desc,
.categories-view,
.featured-view,
.discontinued-view,
.latest-view,
.topten-view,
.recent-view,
.related-products-view,
.order-view {
  margin-bottom: 70px;
}
div[class*="vm3pr-"] > div {
  min-height: inherit !important;
}
.layout-selector {
  display: inline-block;
  padding: 7px 15px 7px 0;
  float: none;
  text-align: left;
}
.layout-selector span {
  position: relative;
  top: -3px;
  text-transform: uppercase;
  margin-right: 10px;
  color: #121212;
  font-weight: 600;
}
.layout-selector .grid-selector,
.layout-selector .list-selector {
  display: inline-block;
  cursor: pointer;
}
.layout-selector .grid-selector i,
.layout-selector .list-selector i {
  font-size: 18px;
}
.layout-selector .grid-selector.active {
  color: #121212;
}
.layout-selector .list-selector {
  margin-left: 10px;
}
.layout-selector .list-selector.active {
  color: #121212;
}
.layout-selector.withsearch {
  float: left;
}
@media only screen and (max-width: 767px) {
  .layout-selector {
    width: 100%;
  }
}
.virtuemart_search {
  display: inline-block;
  width: 50%;
}
.virtuemart_search form .vm-search-custom-search-input {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.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: 40px;
  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: 767px) {
  .virtuemart_search {
    width: 100%;
    margin-top: 15px;
  }
}
.orderby-displaynumber {
  border: none;
  background-color: #f2f2f2;
  padding: 15px;
  position: relative;
  margin: 15px 0 30px;
}
.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: 0px;
  height: 40px;
  font-size: 14px;
  line-height: 1;
  padding: 12px 24px 12px 12px;
  background-position: right 10px;
}
.orderby-displaynumber .vm-order-list .orderlist {
  width: 100%;
  margin-top: -1px;
  z-index: 99;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover {
  background-color: #f2f2f2;
}
.orderby-displaynumber .vm-order-list .orderlist div:hover a {
  color: #000;
}
.orderby-displaynumber .display-number {
  margin: 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;
  }
}
.addtocart-bar {
  display: inline-block;
}
.addtocart-bar span.quantity-controls {
  display: inline-block;
  margin: 0;
  width: auto;
  background: #ffffff;
  float: left;
  height: 40px;
  position: relative;
  top: -1px;
}
.addtocart-bar span.quantity-controls input[class*="quantity-"] {
  background: transparent;
  height: 40px;
  width: 25px;
  padding: 0;
  font-size: 18px;
  border: 1px solid #121212;
}
.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: 40px;
  width: 40px;
  background: transparent;
  border-color: #121212;
}
.addtocart-bar span.quantity-box input:hover,
.addtocart-bar span.quantity-box input:focus {
  background: transparent;
}
.addtocart-bar span.addtocart-button {
  margin-right: 10px;
  float: left;
}
.addtocart-bar span.addtocart-button input {
  height: 40px;
}
.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 {
  background-color: rgba(255,255,255,0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.product .vm-product-media-container .product-overlay .product-actions {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
div.product .vm-product-media-container .product-overlay .product-actions .vm-product-rating-container {
  text-align: center;
  margin-top: 10px;
}
div.product .vm-product-media-container .product-overlay .product-actions span.addtocart-button {
  margin-right: 0;
}
div.product .vm-product-media-container .vm-details-button {
  background-color: #121212;
  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: 0px;
  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 .product-small-detail h3 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
div.product .product-small-detail .product-price {
  float: none;
  text-align: inherit;
  margin-bottom: 0;
}
div.product .product-small-detail .product-price .vm-price-desc {
  margin: 0;
}
div.product .product-small-detail .product-price .PricesalesPrice span {
  font-size: 18px;
  color: #121212;
  font-weight: 600;
}
div.product .product-list-details div[class*="vm-product-descr-container-"] {
  margin: 25px 0;
  min-height: inherit;
}
@media only screen and (max-width: 480px) {
  div.product {
    width: 100% !important;
  }
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-badge .badge {
  text-transform: uppercase;
  font-size: 11px;
  padding: 7px 12px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.product-badge .badge.hot {
  background-color: #d9534f;
}
.product-badge .badge.new {
  background-color: #5bc0de;
}
p.product_s_desc {
  line-height: inherit;
  height: auto;
}
.browse-view.grid {
  text-align: center;
}
.browse-view.grid .product-small-detail .vm-product-rating-container {
  display: none;
}
.browse-view.grid .product-list-details {
  display: none;
}
.browse-view.list .product .product-overlay {
  display: none;
}
@media only screen and (min-width: 768px) {
  .browse-view.list .vm-product-media-container {
    margin-bottom: 0;
  }
}
.browse-view.list .product-small-detail .product-price {
  padding: 16px 0;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.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;
}
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: #ddd;
  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;
}
.customer-reviews form .write-reviews .count-desc {
  display: inline-block;
  margin-right: 10px;
}
.customer-reviews form .write-reviews .count-desc + input {
  display: inline-block;
}
.customer-reviews .list-reviews {
  margin-top: 20px;
}
.customer-reviews .list-reviews > div {
  border-radius: 0px;
  margin-top: 15px;
}
.customer-reviews .list-reviews > div span.date {
  border-radius: 0px;
}
.customer-reviews .list-reviews > div span.vote {
  position: relative;
  top: -5px;
}
.customer-reviews .list-reviews > div blockquote {
  font-size: 14px;
  font-weight: 400;
  border-left-width: 5px;
}
.customer-reviews .list-reviews > div blockquote .bold {
  text-transform: uppercase;
  color: #121212;
}
.category-view {
  margin-bottom: 0;
}
.category-view .categories-view .row {
  margin-top: 0;
}
div.category .spacer > a {
  position: relative;
  overflow: hidden;
  background: #121212;
  display: block;
}
div.category .spacer > a img {
  -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 h2,
div.category .spacer h3,
div.category .spacer h4 {
  font-size: 24px !important;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
div.category .spacer h2 a,
div.category .spacer h3 a,
div.category .spacer h4 a {
  color: #fff;
}
div.category .spacer:hover a img,
div.category .spacer:focus a img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.6;
}
@media only screen and (max-width: 480px) {
  div.category:nth-child(2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  div.category:nth-child(n+3) {
    margin-top: 30px;
  }
}
.category_description p {
  margin-bottom: 50px;
}
.productdetails-view .vm-product-container {
  margin: 0 -15px;
}
.productdetails-view .vm-product-container:before,
.productdetails-view .vm-product-container:after {
  content: " ";
  display: table;
}
.productdetails-view .vm-product-container:after {
  clear: both;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container {
  width: 100%;
  position: relative;
  float: none;
  margin-bottom: 0;
}
.productdetails-view .vm-product-container .vm-product-media .vm-product-media-container .main-image a img {
  width: 100%;
  max-height: inherit;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images {
  margin: 0 -5px;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft {
  width: 25%;
  padding: 10px 5px 0;
}
.productdetails-view .vm-product-container .vm-product-media .additional-images .floatleft img {
  margin: 0;
  width: 100%;
}
.productdetails-view .vm-product-container .vm-product-details-container .product-header h2 {
  font-size: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area {
  padding-left: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons {
  margin: 0 0 0 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a {
  display: inline-block;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .icons a + a {
  margin-left: 3px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price {
  line-height: inherit;
  margin: 10px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-price .vm-price-value.PricesalesPrice .vm-price-desc {
  font-weight: 600;
  color: #121212;
  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: #121212;
  font-size: 16px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-short-description {
  margin: 25px 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area {
  text-align: left;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field {
  margin-bottom: 20px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper {
  padding: 0;
  margin-bottom: 10px;
  line-height: 1.5;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-fields-title-wrapper span {
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single {
  height: 40px;
  border-radius: 0px;
  background: transparent;
  border-color: #ddd;
  box-shadow: none;
  padding: 7px 0 7px 9px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-single > div > b {
  background-position: 0px 8px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop {
  border-color: #ddd;
  border-radius: 0;
  width: 100% !important;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results {
  padding: 0;
  margin: 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .vm-customfields-wrap .product-field .product-field-display .chzn-container .chzn-drop .chzn-results li {
  padding: 8px 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar {
  margin-top: 10px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a {
  background: transparent;
  border-color: #ddd;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  padding: 0 10px;
  line-height: 38px;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:hover,
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .ask-a-question a:focus {
  color: #121212;
  border-color: #121212;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .back-to-category a {
  padding: 0;
  background: transparent;
  border: none;
  color: #121212;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .manufacturer {
  margin: 15px 0 0;
}
.productdetails-view .vm-product-container .vm-product-details-container .spacer-buy-area .product-share {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  text-align: right;
  padding: 8px 0;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    margin-top: 60px;
  }
}
.productdetails-view .vm-product-tabs {
  margin-top: 60px;
}
.productdetails-view .vm-product-tabs .nav-tabs {
  border: none;
}
.productdetails-view .vm-product-tabs .nav-tabs li {
  margin-left: 20px;
}
.productdetails-view .vm-product-tabs .nav-tabs li:first-child {
  margin-left: 0;
}
.productdetails-view .vm-product-tabs .nav-tabs li a {
  text-transform: uppercase;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 0;
  border: none;
  margin: 0;
  font-weight: 600;
}
.productdetails-view .vm-product-tabs .nav-tabs li a:hover,
.productdetails-view .vm-product-tabs .nav-tabs li a:focus {
  color: #121212;
  background: transparent;
}
.productdetails-view .vm-product-tabs .nav-tabs li.active a {
  color: #121212;
}
.productdetails-view .vm-product-tabs .tab-content {
  padding-top: 20px;
}
.productdetails-view .product-neighbours {
  margin: 15px 0 0;
}
.productdetails-view .product-neighbours a {
  position: relative;
  line-height: 26px;
  margin-top: 10px;
}
.productdetails-view .product-neighbours a:before {
  content: "\f100";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  line-height: 26px;
}
.productdetails-view .product-neighbours a.previous-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page {
  background: transparent;
}
.productdetails-view .product-neighbours a.next-page:before {
  content: "\f101";
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .productdetails-view .vm-product-container .vm-product-details-container {
    width: 100%;
  }
}
#fancybox-overlay {
  z-index: 10000;
}
#fancybox-wrap {
  z-index: 10001;
}
#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;
  font-family: Open Sans;
  margin: 20px 0;
}
#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: 0px;
  background: transparent;
}
.ask-a-question-view .form-field form textarea.field:focus {
  background: transparent;
  border-color: #121212;
}
.ask-a-question-view .form-field form .submit {
  width: 100%;
}
.ask-a-question-view .form-field form .submit .highlight-button {
  height: 40px;
  border-radius: 0px;
  background: #2cb8a5;
  margin-top: 25px;
  border-color: #2cb8a5;
}
.ask-a-question-view .form-field form .submit .counter {
  height: 40px;
  border-radius: 0px;
  background: transparent;
  padding: 0;
  text-align: center;
}
.manufacturer-view-default {
  margin: -30px 0 0;
}
.manufacturer-view-default .row .manufacturer {
  margin-top: 30px;
}
.manufacturer-view-default .row .manufacturer .spacer {
  padding: 0 15px;
}
.manufacturer-view-default .row .manufacturer .spacer > a img {
  border: 1px solid #ddd;
  width: 100%;
}
.manufacturer-view-default .row .manufacturer .spacer h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.manufacturer-details-view .spacer {
  padding: 0;
  margin: 0 -15px;
}
.manufacturer-details-view .spacer div.manufacturer-image {
  text-align: center;
  padding: 0 15px;
}
.manufacturer-details-view .spacer div.manufacturer-image img {
  float: none;
  margin: 0;
  border: 1px solid #ddd;
  display: inline-block;
}
.manufacturer-details-view .spacer .manufacturer-info {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .manufacturer-details-view .spacer .manufacturer-info {
    margin-top: 30px;
  }
}
.manufacturer-details-view .spacer .manufacturer-info h1 {
  text-transform: uppercase;
  margin: 0 0 20px;
}
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-email a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-url a,
.manufacturer-details-view .spacer .manufacturer-info .manufacturer-product-link a {
  padding: 7px 12px;
  background: #2cb8a5;
  border-color: #2cb8a5;
  color: #fff;
  border-radius: 0px;
  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;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
}
#com-form-login,
#form-login {
  padding: 15px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
}
#form-login .button {
  padding: 6px 12px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
}
#com-form-login fieldset h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
#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%;
  }
}
#com-form-login + h2 {
  margin-top: 30px;
}
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;
}
.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: #121212;
  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: 0px;
  background: #fff;
  border-color: #ddd;
}
@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: #121212;
  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: 0px;
  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: 0px;
  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: 0px;
  background: #fff;
  border-color: #ddd;
  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"] {
  text-align: right;
  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: 0px;
}
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:hover,
.cart-view form#checkoutForm .checkout-button-top .vm-button-correct:focus {
  background: #fff;
}
#userForm .chzn-container,
form.inline .chzn-container {
  margin-left: 0;
}
#userForm .chzn-container .chzn-single,
form.inline .chzn-container .chzn-single {
  border-radius: 0px;
  background: #fff;
  height: 42px;
  line-height: 42px;
  margin: 0;
  box-shadow: none;
  border-color: #ddd;
}
#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: #ddd;
  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: #ddd;
  box-shadow: none;
}
.billto-title {
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 30px;
  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;
}
#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: #121212;
}
@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: 0px;
  background: #fff;
  border-color: #ddd;
  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;
}
#adminForm table + fieldset {
  margin-top: 30px;
}
#adminForm .buttonBar-right button {
  padding: 6px 12px;
  color: #fff;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  font-size: inherit;
  font-weight: 400;
}
#adminForm table.user-details tbody tr {
  display: block;
  margin-bottom: 10px;
}
#adminForm table.user-details input {
  background: transparent;
  border-radius: 0px;
  width: 210px;
}
@media screen and (max-width: 479px) {
  #adminForm table.user-details tbody tr td.key {
    width: 100%;
    display: block;
  }
}
#adminForm .buttonBar-right {
  margin-bottom: 20px;
}
.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: 0px;
  font-family: Montserrat;
  margin-bottom: 20px;
}
.vm-order-done a.vm-button-correct:hover,
.vm-order-done a.vm-button-correct:focus {
  background: #fff;
}
.vm-orders-information h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.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 h1 {
  font-size: 30px;
  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;
}
@media only screen and (max-width: 991px) {
  .vmgroup.list > .vmproducts > .product .vm-product-media-container {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .vmgroup.list .product-details-full {
    padding-left: 0;
  }
}
#vm-categories-wall {
  margin: 0;
}
#vm-categories-wall.category-view {
  margin: 0;
}
#vm-categories-wall.category-view:before,
#vm-categories-wall.category-view:after {
  content: " ";
  display: table;
}
#vm-categories-wall.category-view:after {
  clear: both;
}
#vm-categories-wall.category-view .row {
  margin: 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: #f2f2f2;
}
.vm-mod-categories > ul.menu li.active > div a {
  color: #121212;
  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 #f2f2f2;
}
.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 #f2f2f2;
}
.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: #7a7a7a;
  padding: 7px 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: inline-block;
  border: 2px solid #555555;
  border-radius: 2px;
  height: 20px;
  line-height: 10px;
  min-width: 20px;
  font-size: 11px;
  text-align: center;
  color: #555555;
  padding: 3px;
  position: relative;
  background: #fff;
  margin-left: 20px;
}
.dropdown .cart-resume .product-counter:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #555555;
  border-radius: 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.dropdown .dropdown-content {
  display: none;
  padding: 20px;
  border-width: 2px 1px 0 1px;
  border-style: solid;
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
  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: #7a7a7a;
}
.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: #7a7a7a;
}
.vmCartModule .dropdown-content .vm_cart_products .vmcontainer .product_row .subtotal_with_tax {
  color: #121212;
  font-weight: 600;
}
.vmCartModule .dropdown-content .total {
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
}
.vmCartModule .dropdown-content .total strong {
  margin-left: 3px;
}
.vmCartModule .dropdown-content .total_products {
  color: #121212;
  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: inline-block;
  margin-right: 3px;
}
.vm-currency > form {
  display: inline-block;
}
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;
}
