
body {
     line-height: 23px;
     letter-spacing: 0.02em;
     height: 100%;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}

video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}


input[type="submit"] {
  width: auto;
}

input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input:focus, textarea:focus {
  border: 1px solid #989898;
}

input[type="submit"]:focus {
  border: none !important;
}

select::-ms-expand {
  display: none;
}

ul {
  list-style: none outside none;
}

ul, ol, dl {
  list-style-position: outside;
}

* {
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

/* only ie7, ie9, ie10, ie11 */
@media screen\0 {
  input {
 /* ie7, ie9, ie10, ie11+ only */
    padding-bottom: 19px;
  }
}
/* Remove inner shadow from inputs on mobile iOS */


/* general settings */
.center-col {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.slider-text .jump-line {
  margin: 14% auto;
  height: 2px;
}

.thin-jump-line {
  height: 1px;
  width: 30px;
  margin: 7% auto;
}

.vertical-separator {
  height: 25px;
  width: 25px;
  border-left: 1px solid #000;
}

.wide-jump-line {
  height: 1px;
  background-color: #e5e5e5;
  margin: 5% 15px;
}

.indicators-black .active {
  background-color: #000;
  border: 2px solid rgba(0, 0, 0, 1);
}

.indicators-black li {
  border: 2px solid rgba(0, 0, 0, 1);
}

.section-padding-inner {
  padding: 140px 0;
}

.display-block {
  display: block !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-hidden-mobile {
  position: fixed !important;
  overflow: hidden !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-inline {
  display: inline !important;
}

.display-none {
  display: none !important;
}

.position-relative {
  position: relative !important;
  z-index: 5;
}

.position-absolute {
  position: absolute !important;
}

.position-right {
  right: 0 !important;
}

.position-left {
  left: 0 !important;
}

.position-top {
  top: 0 !important;
}

.width {
  display: inline-block;
  position: relative;
  width: 90%;
}

.width-20 {
  width: 20% !important;
}

.width-30 {
  width: 30% !important;
}

.width-40 {
  width: 40% !important;
}

.width-50 {
  width: 50% !important;
}

.width-60 {
  width: 60% !important;
}

.width-70 {
  width: 70% !important;
}

.width-80 {
  width: 80% !important;
}

.width-90 {
  width: 90% !important;
}

.width-100 {
  width: 100% !important;
}

.width-auto {
  width: auto !important;
}

.height-100 {
  height: 100% !important;
}

.height-auto {
  height: auto !important;
}

.clear-both {
  clear: both;
}

.roundedimage {
  border-radius: 100%;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.no-box-shadow {
  box-shadow: none !important;
}

p.uppercase {
  text-transform: uppercase !important;
}

p.uppercase a {
  text-decoration: underline !important;
}

p.uppercase a:hover {
  text-decoration: none;
}

.line-break {
  display: block !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.no-transition * {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
}

.white-round-border {
  border-radius: 50%;
  border: 1px solid #fff;
}

.border-black {
  border: 1px solid #000;
}

.border-thick {
  border-width: 2px !important;
}

.border-white {
  border: 1px solid #FFF;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border {
  border: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-left {
  border-left: 4px solid #fff;
}

.border-color-black {
  border-color: #000 !important;
}

.border-color-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #d7d7d7 !important;
}

.border-color-orange {
  border-color: #FF6600 !important;
}

.no-border {
  border: none !important;
}

.border-top-light {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-transperent-light {
  border-color: rgba(255,255,255,.25) !important;
}

.no-border-round {
  border-radius: 0 !important;
}

.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  left: 0;
}

.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  top: 0;
  left: 0;
}

.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 1;
  top: 0;
  left: 0;
}
/* owl */
.owl-carousel {
  overflow: hidden;
}

.owl-buttons {
  position: static;
}

.owl-prev, .owl-next {
  color: #111;
  display: block;
  font-size: 16px;
  height: 105px;
  line-height: 105px;
  margin-top: -35px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 105px;
  z-index: 6;
}

.owl-prev {
  left: -70px;
}

.owl-next {
  right: -70px;
}

.owl-prev:before, .owl-next:before {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 66%;
  left: 0;
  position: absolute;
  width: 66%;
}

.owl-next:before {
  left: auto;
  right: 0;
}

.owl-prev .fa, .owl-next .fa {
  color: #000;
  font-size: 24px;
  position: relative;
  top: -15%;
}

.owl-prev .fa {
  right: 4%;
}

.owl-next .fa {
  left: 4%;
}

.owl-carousel:hover .owl-prev {
  left: -35px;
  opacity: 1;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
  right: -35px;
}

.owl-pagination {
  bottom: 60px;
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 100 !important;
}

.owl-page {
  display: inline-block;
  padding: 6px 5px;
}

.owl-page span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  display: block;
  height: 7px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 7px;
}

.owl-page:hover span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
}

.owl-page.active span {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1.33333);
}

.owl-bg-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-subtitle {
  font-size: 14px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 80px;
  display: block;
}

.owl-title {
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  letter-spacing: 7px;
}

.owl-title-big {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 40px;
  padding: 35px 50px;
  text-transform: uppercase;
  width: 60%;
}

.dark-pagination .owl-page span {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 1);
  box-shadow: none;
}

.dark-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.dark-pagination .owl-prev, .owl-next {
  opacity: 1;
}

.dark-pagination .owl-next:before {
  left: auto;
  right: 0;
}

.dark-pagination .owl-prev {
  left: -35px;
  opacity: 1;
}

.dark-pagination .owl-next {
  opacity: 1;
  right: -35px;
}

.light-pagination .owl-page.active span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
}

.square-pagination .owl-page span {
  width: 30px;
  border-radius: inherit;
  height: 3px;
  background: rgba(255,255,255,.5);
}

.square-pagination .owl-page.active span {
  border: none !important;
  transform: none!important;
  background: #fff !important;
}

.dark-pagination-without-next-prev-arrow .owl-prev, .dark-pagination-without-next-prev-arrow .owl-next {
  display: none;
}

.owl-no-pagination .owl-pagination {
  display: none;
}

.owl-prev-next-simple .owl-prev::before, .owl-next::before {
  box-shadow: none;
}

.owl-half-slider .owl-title {
  width: 50%;
  line-height: 40px;
  font-size: 25px;
}

.owl-half-slider .item {
  min-height: 750px;
}

.owl-half-slider .container {
  min-height: 750px;
}

.owl-small-slider .item {
  min-height: 430px;
}

.owl-small-slider .container {
  min-height: 400px;
}

.bottom-pagination .owl-pagination {
  position: inherit !important;
}

#owl-demo-bg .owl-item {
  cursor: default !important;
}
/* common */
.alt-font {
  font-family: "Oswald",sans-serif !important;
}

.main-font {
  font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #fff;
}

h1 {
  font-weight: 700;
  line-height: 45px;
}

h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: inherit;
  line-height: 30px;
}

h3 {
  font-size: 14px;
  letter-spacing: inherit;
  font-weight: 700;
}

h4 {
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 26px;
}

h5 {
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 11px;
}

h6 {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 0 0 100px 0;
}

.tab-content .section-title {
  border: medium none;
  font-size: 40px;
  font-weight: 100;
  text-transform: none;
  margin: 2% 0 0;
  padding: 0;
}

.title-gray {
  border: 1px solid #b5b5b5;
  color: #b5b5b5;
}

.title-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}

h1.big {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  line-height: 76px;
  margin-bottom: 0px;
}

h1.big span {
  font-weight: 300;
}

.banner-content {
  font-size: 18px;
  line-height: 28px;
}

h1.page-title {
  margin: 95px auto 0;
  width: 100%;
}

.highlight-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 100;
  color: #000;
  font-size: 65px;
  letter-spacing: 0;
}

.highlight-title span {
  font-weight: 600;
}

.werk-process-title {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.text-small {
  font-size: 11px !important;
  line-height: 15px !important;
}

.text-med {
  font-size: 14px !important;
  line-height: 26px !important;
}

.text-large {
  font-size: 15px !important;
  text-transform: uppercase;
  line-height: 24px !important;
  letter-spacing: 2px !important;
}

.text-extra-large {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 100;
}

.text-extra-large strong {
  letter-spacing: 3px;
}

.text-extra-large-normal {
  font-weight: normal !important;
}

.title-small {
  font-size: 20px !important;
  line-height: 30px !important;
}

.title-med {
  font-size: 24px !important;
  line-height: 34px !important;
}

.title-large {
  font-size: 28px !important;
  line-height: 41px !important;
}

.title-extra-large {
  font-size: 35px !important;
  line-height: 43px !important;
}

.white-text {
  color: #FFF !important;
}

.magenta-text {
  color: #FF0066 !important;
}

.orange-text {
  color: #FF6600 !important;
}

.deep-red-text {
  color: #FF0066  !important;
}

.black-text {
  color: #000 !important;
}

.yellow-text {
  color: #F0C000 !important;
}

.pink-text {
  color: #FF0066 !important;
}

.light-gray-text {
  color: #acacac;
}

.deep-gray-text {
  color: #444 !important;
}

.deep-light-gray-text {
  color: #777 !important;
}

.gray-text {
  color: #777 !important;
}

.dark-gray-text {
  color: #343434 !important;
}

.no-letter-spacing {
  letter-spacing: 0px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.letter-spacing-6 {
  letter-spacing: 6px !important;
}

.letter-spacing-7 {
  letter-spacing: 7px !important;
}

.letter-spacing-8 {
  letter-spacing: 8px !important;
}

.letter-spacing-9 {
  letter-spacing: 9px !important;
}

.letter-spacing-10 {
  letter-spacing: 10px !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.text-transform-unset {
  text-transform: unset !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.word-wrap {
  word-wrap: break-word;
}

.text-transform-none {
  text-transform: none !important;
}

.slider-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  z-index: 1;
  top: 0;
  left: 0;
}

.video-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  background: rgba(67,67,67,0.5);
}

.slider-overlay-half {
  position: absolute;
  height: 60%;
  width: 100%;
  opacity: 0.9;
  z-index: 1;
  bottom: 0;
}

.slider-text {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-bg-size: cover;
  -moz-bg-size: cover;
  background-size: cover;
  -o-bg-size: cover;
  position: absolute;
}

.top-cart {
  float: right;
  position: relative;
  padding-bottom: 17px;
}

.top-cart a.shopping-cart {
  color: #373737;
  display: initial;
  padding-bottom: 30px;
}

.top-cart a.shopping-cart:hover {
  color: #373737;
}

.content-top-margin {
  margin-top: 76px;
}

.page-title {
  padding: 80px 0;
}

.page-title h1 {
  letter-spacing: 6px;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.page-title span {
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 11px;
}

.breadcrumb ul li {
  display: inline-block;
  letter-spacing: 3px;
  font-size: 11px;
  font-weight: 400;
  color: #575757;
}

.breadcrumb ul li a {
  color: #575757;
}

.breadcrumb ul > li+li:before {
  content: "/";
  padding: 0 10px;
}

.page-title-large {
  min-height: 450px;
  padding: 240px 0 0;
}

.page-title-large h1 {
  font-size: 25px !important;
}

.page-title-shop h1 {
  font-size: 35px !important;
}

.page-title-small {
  padding: 40px 0;
}

.page-title-small h1 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: 1;
  top: 0px;
}

.lax-fix {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat !important;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  background-attachment: fixed !important;
}

.lax-fix .row {
  position: relative;
  z-index: 2;
}

.lax-section-main {
 /* min-height: 700px; */;
}

.lax-title {
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 7px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.lax-sub-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 50px;
  text-transform: uppercase;
}

.slider-text-middle-main {
  display: table;
  height: 100%;
  width: 100%;
}

.slider-text-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.slider-text-top {
  display: table-cell;
  vertical-align: top;
}

.slider-text-middle {
  display: table-cell;
  vertical-align: middle;
}

.slider-text-middle1 {
  padding: 0 15px;
}

.slider-typography {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
}

.slider-subtitle1 {
  background-color: #000;
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 48px;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 68px;
  margin-bottom: 45px;
  padding: 30px 35px;
  text-align: center;
  text-transform: uppercase;
  width: 250px;
}

.slider-title-big1 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.slider-text-middle1 .jump-line {
  margin: 3% 0 0 0;
}

.slider-text-middle2 {
  padding: 0 15px;
}

.slider-subtitle2 {
  display: block;
  font-family: "Oswald",sans-serif;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: 4px;
  line-height: 45px;
  text-transform: uppercase;
}

.slider-subtitle3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 80px;
  text-transform: uppercase;
}

.slider-text-middle3 {
  padding: 0 15px;
}

.slider-title-big3 {
  background: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 7px;
  line-height: 43px;
  padding: 35px 50px;
  text-transform: uppercase;
}

.slider-text-middle4 {
  padding: 0 15px;
}

.slider-subtitle4 {
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.slider-title-big4 {
  font-family: "Oswald",sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 80px;
}

.slider-text-middle5 {
  padding: 0 15px;
}

.slider-subtitle5 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 50px;
  display: block;
  line-height: 30px;
}

.slider-title-big5 {
  font-family: "Oswald",sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
/*  Shop  */

.sub-title {
  border-bottom: 1px solid #FF0066;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  text-transform: uppercase;
}
