@font-face {
    font-family: 'Raleway-med';
    src: url('../fonts/Raleway-Medium.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-thin';
    src: url('../fonts/Raleway-Thin.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-lit';
    src: url('../fonts/Raleway-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-reg';
    src: url('../fonts/Raleway-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-semibold';
    src: url('../fonts/Raleway-SemiBold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway-bold';
    src: url('../fonts/Raleway-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-lit';
    src: url('../fonts/AvenirLTStd-Light.otf');
    font-weight: 300;
    font-style: normal;
}

/*
html{
    font-size: 1vmin;
}

*/

html{
    font-size: 62.5%;
}

@media screen and (min-width:1780px) and (max-width:1919px){
    html{
        font-size: 58%;
    }
}

@media screen and (min-width:1680px) and (max-width:1779px){
    html{
        font-size: 55%;
    }
}

@media screen and (min-width:1580px) and (max-width:1679px){
    html{
        font-size: 52%;
    }
}

@media screen and (min-width:1480px) and (max-width:1579px){
    html{
        font-size: 50%;
    }
}

@media screen and (max-width:1479px){
    html{
        font-size: 48%;
    }
}

body{
    font-family: 'Raleway-reg';
    position: relative;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
}

h1{
    font-size: 7.2rem;
}

@media screen and (max-width:768px){
    h1{
        font-size: 5.6rem;
    }
}

h2{
    font-size: 2.8rem;
    line-height: 1.5;
}

h3{
    font-size: 2.1rem;
}

h4{
    font-size: 18px;
    font-size: 1.8rem;
}

h5{
    font-size: 1.4rem;
}

p, li{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

  /* =========================

        GENERAL STYLES

   =========================*/
*, *:before, *:after {
  box-sizing: border-box;
  border: none; }

a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
}

a:link:hover,
a:visited:hover,
a:active:hover {
    color: #8e6800;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*
@media screen and (max-width: 767px){
    h1{
        font-size: 38px;
    }

    h3{
        font-size: 14px;
    }

    h4{
        font-size: 10px;
    }

    p{
        font-size: 12px;
    }
}
*/

/*************/
/*   menu   */
/***********/
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

/*
.header-wrap{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    z-index: 10;
}

.menu-container{
    padding: 1% 5%;
}

.header-logo{
    padding-right: 0;
}

.header-logo img{
    width: 50%;
}

.klots-menu-wrap{
    margin:0;
    background-color: transparent;
    border: none;
}

.klots-menu{
    text-align:center;
    padding: 0;
}

.menu-list{
    width: 100%;
}
*/

/*
.navbar-nav>li{
    float: none;
    display: inline-block;
    padding: 0 4%;
    font-size: 1.7rem;
    font-family: 'Raleway-med';
}
*/

.navbar-custom{
    background-color: #fff;
    margin-bottom: 0;
    border-bottom: none;
/*
    height: 85px;
    height: 8.5rem;
*/
}

.navbar-custom .navbar-toggle {
    border: none;
    border-color: transparent;
}

.navbar-custom .navbar-nav>li>a{
    border-bottom: 0.4rem solid #fff;
}

.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.activeHover>a,
.navbar-custom .navbar-nav>.activeHover>a:focus,
.navbar-custom .navbar-nav>.activeHover>a:hover{
    background: #fff;
    color: #442a19;
/*    font-family: 'Raleway-bold';*/
    border-bottom: 0.4rem solid #8e6800;
}

.navbar-custom .navbar-nav>li>a:focus:before,
.navbar-custom .navbar-nav>li>a:hover:before,
.navbar-custom .navbar-nav>.active>a:before,
.navbar-custom .navbar-nav>.active>a:focus:before,
.navbar-custom .navbar-nav>.active>a:hover:before,
.navbar-custom .navbar-nav>.activeHover>a:before,
.navbar-custom .navbar-nav>.activeHover>a:focus:before,
.navbar-custom .navbar-nav>.activeHover>a:hover:before{
    border-bottom: 7px solid #8e6800;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 0;
    -webkit-transition: border-bottom .3s ease-in-out;
    transition: border-bottom .3s ease-in-out;
}

.navbar-brand-custom{
    padding-top: 2rem;
    padding-bottom: 2rem;
    line-height: 4.5rem;
    position: absolute;
    left: 4%;
    z-index: 6;
}

@media screen and (max-width:768px){
    .navbar-brand-custom{
        padding-top: 13px;
    }
}

.navbar-klots-logo{
/*    height: 4rem;*/

    height: 2.1rem;
    margin-top: 0.95rem;
}

@media screen and (max-width:768px){
    .navbar-klots-logo{
        height: 19px;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
      width: 100%;
      text-align: center;
    }
    .navbar-nav > li {
      float: none;
      display: inline-block;
    }
}

@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
        padding-right: 2.5rem;
        padding-left: 2.5rem;
        line-height: 3.5rem;
    }
}

.navbar-collapse{
    position: relative;
    z-index: 5;
    background: #fff;
}

.mega-menu-wrapper{
    position: absolute;
    width: 100%;
    top: 8.5rem;
    left: 0;
    pointer-events: none;
    text-align: center;
}

.mega-menu{
    position: relative;
    pointer-events: auto;
    display: inline-block;
    top: 0;
    z-index: 5;
    text-align: left;
    background: #fff;
    padding: 2% 3%;
}

.mega-menu p,
.mega-menu li{
    font-family: 'Raleway-med';
    font-size: 1.5rem;
}

.new-collection-navbar{
    position: relative;
    width: 100%;
    min-height: 100px;
}
.new-collection-navbar:before{
    content: "";
    display: block;
    padding-top: 76%;
}

.category-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

.list-category-menu li{
    font-family: 'Raleway-reg';
    color: #696868;
    width: 18rem;
    min-height: 14px;
}

.mega-menu-line{
    border-bottom: 1px solid #d7d7d7;
}



.search-area{
    text-align: right;
    padding-left: 0;
}

.search-box{
    position: absolute;
    right: 2.5%;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 40px;
    height: 40px;
    background: #776457;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

.search-box img{
    width: 45%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



input[type="text"].search-space {
  height: auto;
  font-size: 1.7rem;
  display: inline-block;
  font-family: "Raleway-med";
  border: none;
  outline: none;
  color: #555;
  padding: 19%;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 3;
  -webkit-transition: width .4s;
  transition: width .4s;
  cursor: pointer;
}

input[type="text"].search-space:focus:hover {
  border-bottom: 1px solid #BBB;
    background: #fff;
}

input[type="text"].search-space:focus {
  width: 400px;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
    background: #fff;
}
input[type="submit"].search-submit {
  height: 40px;
  width: 40px;
  display: inline-block;
  color:red;
  background: transparent;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

input[type="submit"].search-submit:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1680px){
    input[type="text"].search-space:focus {
        width: 350px;
    }
}

@media screen and (max-width: 1440px){
/*
    .navbar-nav>li{
        padding: 0 3%;
    }
*/

    input[type="text"].search-space:focus {
        width: 300px;
    }
}

@media screen and (max-width: 1366px){
    .search-box{
        width: 35px;
        height: 35px;
    }

    input[type="submit"].search-submit{
        width: 35px;
        height: 35px;
    }

    input[type="text"].search-space{
        padding: 22%;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1024px){
    .navbar-nav>li{
        padding: 0 0;
    }

    input[type="text"].search-space:focus {
        width: 200px;
    }
}

.custom-caret{
    margin-left: 1rem;
}

/*****************/
/*   end menu   */
/***************/
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/


/*************/
/*   home   */
/***********/
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/



/*   home section1   */
/*********************************************************************************************************/

#header{
    position:relative;
    width: 100%;
    height: auto;
    background-color: #dadada;
    padding: 0 20px;
}

@media screen and (max-width:768px){
    #header{
        padding: 0;
    }
}

.page-banner{
    position: relative;
    width: 100%;
    min-height: 450px;
}
.page-banner:before{
    content: "";
    display: block;
    padding-top: 48%;
}

.page-banner-content{
    margin-left: auto;
    margin-right: auto;
}

.content-inside{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-color: #f1f1f1;
    width: 100%;
}

.dark-pattern{
    position: absolute;
    background-image: url(../images/main/dark-pattern.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.bright-pattern{
    position: absolute;
    background-image: url(../images/main/bright-pattern.png);
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.page-banner-content-wrapper{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44%;
    margin-left: auto;
    margin-right: auto;
    /*top: 0;*/
    left: 0;
    right: 0;
	bottom: 60px;
    /*height: 100%;*/
    text-align: center;
    pointer-events: none;
}

@media screen and (max-width:1280px){
    .page-banner-content-wrapper{
        width: 52%;
    }
}

@media screen and (max-width:1080px){
    .page-banner-content-wrapper{
        width: 65%;
    }
}

@media screen and (max-width:768px){
    .page-banner-content-wrapper{
        width: 100%;
    }
}

.page-banner-title-wise{
    position: relative;
    color: #ffffff;
    font-family: 'Avenir-lit';
    text-transform: uppercase;
}

.stripe-white{
    position: relative;
    background-color: white;
    padding-top: 1px;
    margin: 3% auto;
}

.banner-stroke{
    width: 5%;
}

.page-banner-title{
    position: relative;
    color: #ffffff;
    font-family: 'Raleway-thin';
    margin: 3% 0;
    text-transform: uppercase;
}

.page-banner-title h1{
    margin: 0;
}

.page-banner-subtitle{
    position: relative;
    color: #ffffff;
    font-family: 'Raleway-lit';
}


.page-banner-button-wrap{
    margin-top: 5%;
}

.see-button{
    background-color: transparent;
    padding: 12px 80px;
    padding: 1.2rem 8rem;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
    pointer-events: auto;
}

.banner-button{
    border: 1px solid white;
    color: white;
    pointer-events: auto;
}

.banner-button:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #909090;
}

.scroll-warn{
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align:center;
}

.scroll-text{
    font-family:'Raleway-reg';
    font-size: 1.2rem;
    font-style: italic;
    color: white;
    margin-bottom: 15px;
}

.scroll-pict img{
    width: 1%;
}

.revealOnScroll{
    opacity: 0;
}

@media screen and (max-width:767px){
    .revealOnScroll{
        opacity: 1;
    }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-1px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-1px,0);
  }
}



@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeDown {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeLeft {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft;
}


@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeRight {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
}


@media screen and (max-width: 767px){
    .page-banner-content{
        width: 95%;
    }

    .see-button{
        font-size: 12px;
    }

    .scroll-text{
        font-size: 9px;
    }

    .scroll-warn{
        left: 0;
    }

    .scroll-pict img{
        width: 3%;
    }
}

/*   end home section1   */
/*********************************************************************************************************/



/**************************************************/
/*                 HOME ABOUT US                 ;*/
/**************************************************/

#home-about-us{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5% 26%;
    text-align: center;
    color: #747474;
}

@media screen and (max-width:992px){
    #home-about-us{
        padding: 7.5% 18%;
    }
}

@media screen and (max-width:768px){
    #home-about-us{
        padding: 10% 15px;
    }
}

#home-about-us p{
    letter-spacing: 1px;
    margin-bottom: 3rem;
}

@media screen and (max-width: 1366px){
    .home-sec2{
        padding: 5% 25%;
    }
}

@media screen and (max-width: 767px){
    .home-sec2{
        padding: 8% 4%;
    }
}

/**************************************************/
/*               HOME ABOUT US END               ;*/
/**************************************************/


/**************************************************/
/*               HOME PROMO BANNER               ;*/
/**************************************************/

#home-promo-banner{
    position: relative;
    padding: 5.5% 17.5%;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

@media screen and (max-width:1480px){
    #home-promo-banner{
        padding: 5.5% 14.5%;
    }
}

@media screen and (max-width:1300px){
    #home-promo-banner{
        padding: 5.5% 10.5%;
    }
}

@media screen and (max-width:1080px){
    #home-promo-banner{
        padding: 5.5% 8.5%;
    }
}

@media screen and (max-width:992px){
    #home-promo-banner{
        padding: 5.5%;
    }
}

@media screen and (max-width:768px){
    #home-promo-banner{
        padding: 5.5% 0;
    }
}


@media screen and (max-width:769px){
    .promotional-banner-mobile{
        position: relative;
        width: 100%;
        min-height: 150px;
    }
    .promotional-banner-mobile:before{
        content: "";
        display: block;
        padding-top: 90%;
    }
}

.stripe-black{
    width: 40px;
    background-color: #442a19;
    padding-top: 3px;
}

.promo-banner-information{
    padding: 14.5%;
    background-color: white;
}


.promo-banner-information-right{
    padding: 14.5%;
    background-color: white;
    text-align: right;
}

@media screen and (max-width:769px){
    .promo-banner-information,
    .promo-banner-information-right{
        padding: 10% 7%;
    }
}

.promo-banner-information h2{
    font-family:'Raleway-reg';
    color: #464646;
    margin: 0;
}

.promo-banner-desc{
    font-family:'Raleway-reg';
    color: #747474;
}

.button-wrap{
    margin-top: 70px;
    margin-top: 7rem;
}

.content-button{
    border: 1px solid #8e6800;
    color: #8e6800;
    pointer-events: auto;
}

.content-button:hover{
    background-color: #8e6800;
    color: white;
}

.bright-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/main/bright-layer.png);
    background-size: cover;
    background-position: center center;
}

.stripe-wrapper{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5% 0;
}

.left-stripe{
    position: absolute;
    left: 0;
    margin: 0;
}

.right-stripe{
    position: absolute;
    right: 0;
    margin: 0;
}

.center-stripe{
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.career-stripe{
    margin-top: 3rem;
    margin-bottom: 5rem;
}

@media screen and (max-width: 1366px){
    .home3-left-content{
        padding: 8%;
    }

    .home3-right-content{
        padding: 8%;
    }
}

@media screen and (max-width: 767px){
    .home-sec3{
        padding: 5.5% 4.5%;
    }

    .home3-content{
        padding: 0;
    }

    .home3-tiles-pict{
        margin: 15px 0;
        padding: 0;
    }

    .home-bright{
        padding-top: 90%;
    }

    .home3-title h2{
        margin-top: 5px;
    }

    .button-wrap{
        margin-top: 40px;
    }
}

/**************************************************/
/*             HOME PROMO BANNER END            ;*/
/**************************************************/



/**************************************************/
/*                   K BY KLOTS                  ;*/
/**************************************************/

#k-by-klots{
    position: relative;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 3% 5%;
    text-align: center;
}

@media screen and (max-width:768px){
    #k-by-klots{
        padding: 10% 15px;
    }
}

.brighter-layer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/main/brighter-layer.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.k-by-klots-logo{
    width: 7%;
    min-width: 90px;
}

#k-by-klots h3{
    font-family: 'Raleway-reg';
    color: #5a5a5a;
    margin: 2.5% 0;
    line-height: 1.6;
}

.k-by-klots-quote{
    position: relative;
    max-width: 90rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px){
    .home-sec4{
        padding: 8% 0;
    }

    .home4-content{
        padding: 0;
    }

    .second-logo img{
        width: 25.5%;
    }

    .home4-text{
        margin: 30px 0;
    }

    .home4-text h3{
        margin: 0;
        line-height: 1.5;
    }
}

/**************************************************/
/*                 K BY KLOTS END                ;*/
/**************************************************/


/**************************************************/
/*                HOME NEWS EVENTS               ;*/
/**************************************************/

#home-news-event{
    position: relative;
    width: 100%;
    height: auto;
    padding: 5% 7%;
    background-color: white;
}

@media screen and (max-width:768px){
    #home-news-event{
        padding: 5% 15px;
    }
}

.home-news-image{
    position: relative;
    width: 100%;
    min-height: 250px;
}
.home-news-image:before{
    content: "";
    display: block;
    padding-top: 73.5%;
}

.darklite-pattern{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/main/darklite-pattern.png);
    background-size: cover;
    background-position: center center;
}

.home-news-event-content{
    padding: 3% 5%;
}

.regular-black-stripe{
    margin: 5% 0;
}

.home-news-event-content h5{
    font-family:'Raleway-med';
    color: #747474;
}

.home-news-event-content h2{
    font-family:'Raleway-reg';
    color: #464646;
    line-height: 1.5;
}

.home-news-event-content p{
    font-family: 'Raleway-reg';
    color: #747474;
}

@media screen and (max-width: 767px){
    .home5{
        display: none;
    }

    .home5-mobi{
        display: block;
        position: relative;
        width: 100%;
        height: auto;
    }

    .home-sec5{
        padding: 5% 4.5%;
    }

    .home5-content{
        padding: 0;
    }

    .home-dark-pattern{
        padding-top: 90%;
    }

    .home5-text{
        padding: 5%;
    }
}

/**************************************************/
/*              HOME NEWS EVENTS END             ;*/
/**************************************************/


/**************************************************/
/*                   COLLECTION                  ;*/
/**************************************************/

#collection-lists{
    position: relative;
    width: 100%;
/*    max-width: 1200px;*/
    height: auto;
    background-color: #f9f9f9;
    padding: 5% 13% 5% 13%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1480px){
    #collection-lists{
        padding: 5% 10%;
    }
}

@media screen and (max-width:1380px){
    #collection-lists{
        padding: 5% 7.5%;
    }
}

@media screen and (max-width:1380px){
    #collection-lists{
        padding: 5% 4%;
    }
}

.category-wrapper{
    padding-right: 15%;
}

@media screen and (max-width:768px){
    .category-wrapper{
        padding-right: 0;
    }
}

.collection-wrapper{
    padding-top: 5%;
    padding-bottom: 3.5%;
    border-bottom: 1px solid #e1e1e1;
}

#collection-lists .collection-wrapper:nth-child(-n+3) {
    padding-top: 0;
}

/*
#collection-lists .collection-wrapper:nth-last-child(-n+3) {
    border-bottom: none;
}
*/

.collection-wrapper h3{
    font-family: 'Raleway-reg';
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.6;
    color: #4d4d4d;
    height: 5rem;
}

.collection-thumbnail{
    position: relative;
    width: 100%;
    min-height: 150px;
}
.collection-thumbnail:before{
    content: "";
    display: block;
    padding-top: 90%;
}

.filters{
    position: relative;
    padding: 15px 2rem 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c2c2;
    cursor: pointer;
}


.filters p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.filters-icon{
    display: inline-block;
/*    float: right;*/
    vertical-align: middle;
/*    direction: rtl;*/
    width: 16px;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}


.filters.active .filters-icon{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter-category{
    padding: 5% 10%;
}

@media screen and (max-width:768px){
    .filter-category{
        padding: 15px;
    }
}


.filter-collection,
.filter-brand,
.filter-color{
    padding: 5%;
}

@media screen and (max-width:768px){
    .filter-collection,
    .filter-brand,
    .filter-color{
        padding: 15px;
    }
}

.list-category{
    list-style: none;
    list-style-position: inside;
    color: #696868;
}

.filter-label{
    font-size: 16px;
    font-size: 1.6rem;
    color: #696868;
}

.checkbox-filter{
    margin-bottom: 15px;
}

.pagination-collection>li>a,
.pagination-collection>li>span{
    border: none;
    color: #555555;
    background-color: transparent;
    cursor: pointer;
}

.pagination-collection-arrow{
    width: 60%;
}


.pagination-collection > li.product-prev-arrow>a:before,
.pagination-collection > li.product-prev-arrow>a:focus:before,
.pagination-collection > li.product-prev-arrow>a:hover:before,
.pagination-collection > li.product-prev-arrow>span:focus:before,
.pagination-collection > li.product-prev-arrow>span:hover:before{
    content: '';
    background-image: url(../images/main/back-arrow.png);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 23px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.pagination-collection > li.product-next-arrow>a:before,
.pagination-collection > li.product-next-arrow>a:focus:before,
.pagination-collection > li.product-next-arrow>a:hover:before,
.pagination-collection > li.product-next-arrow>span:focus:before,
.pagination-collection > li.product-next-arrow>span:hover:before{
    content: '';
    background-image: url(../images/main/next-arrow.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 105px;
    height: 23px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.pagination-collection > li.product-next-arrow>a:focus:before,
.pagination-collection > li.product-next-arrow>a:hover:before,
.pagination-collection > li.product-next-arrow>span:focus:before,
.pagination-collection > li.product-next-arrow>span:hover:before,
.pagination-collection > li.product-prev-arrow>a:focus:before,
.pagination-collection > li.product-prev-arrow>a:hover:before,
.pagination-collection > li.product-prev-arrow>span:focus:before,
.pagination-collection > li.product-prev-arrow>span:hover:before{
    position: absolute;
    width: 100%;
    height: 1px;
    background: transparent;
    top: 50%;
    left: 0;
    content: "";
}


.pagination-collection > li > a:focus:before,
.pagination-collection > li > a:hover:before,
.pagination-collection > li > span:focus:before,
.pagination-collection > li > span:hover:before,
.pagination-collection>.active>a:before,
.pagination-collection>.active>a:focus:before,
.pagination-collection>.active>a:hover:before,
.pagination-collection>.active>span:before,
.pagination-collection>.active>span:focus:before,
.pagination-collection>.active>span:hover:before{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #555555;
    color: #8e6800;
    top: 50%;
    left: 0;
    content: "";
/*    -webkit-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
}

.pagination-collection>li>a:focus,
.pagination-collection>li>a:hover,
.pagination-collection>li>span:focus,
.pagination-collection>li>span:hover,
.pagination-collection>.active>a,
.pagination-collection>.active>a:focus,
.pagination-collection>.active>a:hover,
.pagination-collection>.active>span,
.pagination-collection>.active>span:focus,
.pagination-collection>.active>span:hover{
    background: transparent;
    border: none;
    color: #8e6800;
}

/**************************************************/
/*                 COLLECTION END                ;*/
/**************************************************/

/**************************************************/
/*                COLLECTION DETAIL              ;*/
/**************************************************/

#collection-detail{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
    padding: 3.5% 13% 6.5% 13%;
}

@media screen and (max-width:1480px){
    #collection-detail{
        padding: 3.5% 10% 6.5% 10%;
    }
}

@media screen and (max-width:1380px){
    #collection-detail{
        padding: 3.5% 8% 6.5% 8%;
    }
}

@media screen and (max-width:1080px){
    #collection-detail{
        padding: 3.5% 5% 6.5% 5%;
    }
}

.collection-detail-img{
    position: relative;
    width: 100%;
    min-height: 150px;
}
.collection-detail-img:before{
    content: "";
    display: block;
    padding-top: 80.2%;
}

.collection-thumbnail-img{
    position: relative;
    width: 100%;
    min-height: 50px;
}
.collection-thumbnail-img:before{
    content: "";
    display: block;
    padding-top: 80.2%;
}

.collection-information{
    background-color: #f0f0f0;
    padding: 12px 2rem 12px 15px;
    padding: 1rem 2rem 1rem 15px;
    margin-top: 4%;
    cursor: pointer;
}

.collection-information:first-child{
    margin-top: 0;
}

.collection-information:last-child{
    cursor: auto;
}

.collection-information-wrapper{
    padding-left: 7%;
}

.collection-information p{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #797979;
}

.plus-sign {
    position: relative;
    background: #666666;
    width: 2px;
    height: 20px;
    margin-right: 1rem;
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
}
.plus-sign:before {
    position: absolute;
    background: #666666;
    content: "";
    width: 20px;
    height: 2px;
    top: 9px;
    left: -9px;
}

.collection-information.active .plus-sign{
/*    width: 0;*/
    background: #f0f0f0;
}

.collection-brand{
    color: #696868;
}

.collection-name{
    text-transform: uppercase;
    color: #4d4d4d;
    font-family: 'Raleway-med';
    margin-top: 0;
    letter-spacing: 2px;
}

.collection-description,
.collection-specification{
    padding: 3%;
    padding-bottom: 0;
}

.collection-specification p{
    color: #595959;
}

p.collection-specification-name{
    text-transform: uppercase;
    color: #323232;
    font-family: 'Raleway-med';
    margin-bottom: 5px;
}

.specification-lists{
    margin-bottom: 1.4rem;
}

.spec-share-icon{
    font-size: 2rem;
    margin-left: 1.5rem;
}

#collection-carousel .item{
    height: auto;
    margin: 5px;
    border: 1px solid #aeaeae;
    border-radius: 0;
    cursor: pointer;
}

.collection-separator-line{
    margin-top: 7%;
    margin-bottom: 4%;
    border-top-color: #cccccc;
}

.other-collection-wrapper{
    width: 86%;
    margin-left: 8%;
    margin-right: auto;
}

.other-collection{
    position: relative;
    width: 100%;
    min-height: 100px;
}
.other-collection:before{
    content: "";
    display: block;
    padding-top: 90%;
}

.other-collection-list{
    padding-left: 3%;
    padding-right: 3%;
}

.other-collection-list h3{
    font-size: 1.9rem;
    letter-spacing: 1px;
    line-height: 1.6;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 14px;
}

/**************************************************/
/*              COLLECTION DETAIL END            ;*/
/**************************************************/

/**************************************************/
/*                 NEWS AND EVENTS               ;*/
/**************************************************/

#news-and-events-list{
    position: relative;
    padding: 6% 7%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and (max-width:768px){
    #news-and-events-list{
        padding: 6% 15px;
    }
}

@media screen and (max-width:992px){
    .news-thumbnail-mobile{
        position: relative;
        width: 100%;
        min-height: 150px;
    }
    .news-thumbnail-mobile:before{
        content: "";
        display: block;
        padding-top: 90%;
    }
}

.news-thumbnail-information{
    padding: 14.5% 13%;
    background-color: white;
}

@media screen and (max-width:992px){
    .news-thumbnail-information{
        padding: 8.5% 6%;
    }
}

@media screen and (max-width:768px){
    .news-thumbnail-information{
        padding: 8.5% 6% 16% 6%;
    }
}

.news-thumbnail-information h2{
    text-transform: uppercase;
    color: #464646;
    letter-spacing: 1px;
}

.news-thumbnail-information h5 {
    font-family: 'Raleway-bold';
    color: #747474;
    letter-spacing: 1px;
}

/*
.promo-banner-information-right{
    padding: 14.5%;
    background-color: white;
    text-align: right;
}
*/

.promo-banner-information h2{
    font-family:'Raleway-reg';
    color: #464646;
    margin: 0;
}

.news-thumbnail-desc{
    font-family:'Raleway-reg';
    color: #747474;
}

/**************************************************/
/*               NEWS AND EVENTS END             ;*/
/**************************************************/

/**************************************************/
/*             NEWS AND EVENTS DETAIL            ;*/
/**************************************************/

#news-event-wrapper-top{
    position: relative;
    padding: 4% 15% 0 15%;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

#news-event-wrapper-bottom{
    position: relative;
    padding: 0 15% 4% 15%;
    width: 100%;
    height: auto;
    background-color: #f9f9f9;
}

@media screen and (max-width: 1380px){
    #news-event-wrapper-top{
        padding: 4% 12% 0 12%;
    }

    #news-event-wrapper-bottom{
        padding: 0 12% 4% 12%;
    }
}

@media screen and (max-width: 1180px){
    #news-event-wrapper-top{
        padding: 4% 10% 0 10%;
    }

    #news-event-wrapper-bottom{
        padding: 0 10% 4% 10%;
    }
}

@media screen and (max-width: 768px){
    #news-event-wrapper-top{
        padding: 4% 0 0 0;
    }

    #news-event-wrapper-bottom{
        padding: 0 0 4% 0;
    }
}

.news-event-detail-img{
    position: relative;
    width: 100%;
    min-height: 250px;
}

.news-event-detail-img:before{
    content: "";
    display: block;
    padding-top: 51%;
}

.news-detail-content{
    margin-left: 4%;
    margin-right: 4%;
/*    margin-top: -20%;*/
}

.news-content{
    padding: 2% 3% 3% 5%;
}

.news-content-column{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
}

@media screen and (max-width:768px){
    .news-content-column{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
    }
}

.news-content p{
    color: #747474;
    margin-bottom: 6%;
}

.news-detail-title{
    background-color: #f9f9f9;
    padding: 6% 8% 0 9%;
/*    margin-top: -16%;*/
}

.news-detail-title h2{
    text-transform: uppercase;
    margin-top: 8%;
    letter-spacing: 2px;
}

.news-detail-title h5{
    font-family: 'Raleway-bold';
    color: #747474;
    letter-spacing: 1px;
}

hr.news-detail-line{
    border-top-color: #a1a1a1;
    margin-top: 4%;
    margin-bottom: 4%;
}

.share-icon{
    width: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.share-container{
    display: inline-block;
}

.share-container p{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.prev-news-detail{
    position: absolute;
    top: 0;
    left: 8%;
    background: transparent;
    font-style: italic;
}

.prev-news-detail:before{
    content: '';
    background-image: url(../images/main/back-arrow.png);
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 85px;
    height: 15px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.next-news-detail{
    position: absolute;
    top: 0;
    right: 8%;
    background: transparent;
    font-style: italic;
}

.next-news-detail:before{
    content: '';
    background-image: url(../images/main/next-arrow.png);
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 85px;
    height: 15px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1380px){
    .next-news-detail{
        right: 6%;
    }

    .prev-news-detail{
        left: 6%;
    }
}

@media screen and (max-width: 1180px){
    .next-news-detail{
        right: 4%;
    }

    .prev-news-detail{
        left: 4%;
    }
}

/**************************************************/
/*           NEWS AND EVENTS DETAIL END          ;*/
/**************************************************/

/**************************************************/
/*                  CONTACT US                   ;*/
/**************************************************/

#contact-us{
    position: relative;
    padding: 6% 16%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and (max-width:1480px){
    #contact-us{
        padding: 6% 13%;
    }
}

@media screen and (max-width:992px){
    #contact-us{
        padding: 6% 9%;
    }
}

@media screen and (max-width:768px){
    #contact-us{
        padding: 6% 15px;
    }
}

#map{
    height: 35vh;
    min-height: 200px;
}

.contact-input{
    outline: none;
    border: none !important;
    box-shadow: none !important;

    border: 0px solid #434343 !important;
    border-bottom-width: 1px !important;
    box-shadow: -5px 4px 0px -4px #434343 !important;
    border-radius: 0;
    font-size: 1.5rem;
    font-family: 'Raleway-lit';
}

.contact-us-desc h3{
    font-size: 1.9rem;
    text-align: center;
    color: #616161;
    letter-spacing: 1px;
    line-height: 2;
    padding-left: 6%;
    padding-right: 6%;
    margin-top: 14px;
}

#contact-us h3{
    font-size: 1.9rem;
}


/**************************************************/
/*                 CONTACT US END                ;*/
/**************************************************/

/**************************************************/
/*                    ABOUT US                   ;*/
/**************************************************/

#about-us{
    position: relative;
    padding: 6% 17%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and (max-width:1380px){
    #about-us{
        padding: 6% 14%;
    }
}

@media screen and (max-width: 992px){
    #about-us {
        padding: 6% 10%;
    }
}

@media screen and (max-width: 768px){
    #about-us {
        padding: 6% 15px;
    }
}

#about-us p{
    color: #747474;
    margin-bottom: 3rem;
}

.owl-custom-about-us .owl-controls .owl-buttons div {
    position: absolute;
    background: transparent;
    opacity: 1;
    height: 70px;
    font-size: 40px;
    color: #000;
}

.owl-custom-about-us .owl-controls .owl-buttons .owl-prev{
    left: 3%;
    top: 47%;
}

.owl-custom-about-us .owl-controls .owl-buttons .owl-next{
    right: 3%;
    top: 47%;
}

.carousel-arrow{
    color: #fff;
}

.about-us-img{
    position: relative;
    width: 100%;
    min-height: 150px;
}
.about-us-img:before{
    content: "";
    display: block;
    padding-top: 58%;
}

@media screen and (min-width:768px){
    .about-us-left{
        padding-right: 2.5%
    }
    .about-us-right{
        padding-left: 2.5%
    }
}

/**************************************************/
/*                  ABOUT US END                 ;*/
/**************************************************/

/**************************************************/
/*                     CAREER                    ;*/
/**************************************************/

.career-banner{
    position: relative;
    width: 100%;
    min-height: 450px;
}
.career-banner:before{
    content: "";
    display: block;
    padding-top: 25.9%;
}

#career-list{
    position: relative;
    padding: 6% 17% 8% 17%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and ( max-width: 1280px){
    #career-list{
        padding: 6% 13% 8% 13%;
    }
}

@media screen and ( max-width: 992px){
    #career-list{
        padding: 7% 10% 9% 10%;
    }
}

@media screen and ( max-width: 768px){
    #career-list{
        padding: 9% 15px 11% 15px;
    }
}

.jobs{
    background-color: #f0f0f0;
    padding: 12px 2rem 12px 15px;
    padding: 1rem 2rem 1rem 15px;
    margin-top: 3%;
    cursor: pointer;
}

.jobs:first-child{
    margin-top: 0;
}

.jobs.active .plus-sign{
/*    width: 0;*/
    background: #f0f0f0;
}

.jobs p{
    margin-bottom: 0;
    text-transform: uppercase;
    color: #797979;
}

.jobs-list-description {
    padding: 3%;
    padding-bottom: 0;
}

.jobs-list-description p{
    color: #686868;
}

.jobs-list-description h4{
    margin-bottom: 2rem;;
}

.jobs-list-description-subtitle{
    color: #323232;
    font-family: 'Raleway-med';
    margin-bottom: 5px;
}

.list-jobs-offer, .list-jobs-requirements{
    list-style: disc;
    list-style-position: inside;
    color: #696868;
}

.list-jobs-offer li,
.list-jobs-requirements li{
    line-height: 1.9;
}

#career-apply-form{
    position: relative;
    padding: 6% 17% 8% 17%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and (max-width:768px){
    #career-apply-form{
        padding: 6% 0 8% 0;
    }
}

.btn-inline{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

/**************************************************/
/*                    CAREER END                 ;*/
/**************************************************/


/**************************************************/
/*               TERMS AND CONDITION             ;*/
/**************************************************/

.terms-banner{
    position: relative;
    width: 100%;
    min-height: 450px;
}
.terms-banner:before{
    content: "";
    display: block;
    padding-top: 25.9%;
}

#terms-and-condition{
    position: relative;
    padding: 6% 17% 8% 17%;
    width: 100%;
    height: auto;
    background-color: #fff;
}

@media screen and ( max-width: 1280px){
    #terms-and-condition{
        padding: 6% 13% 8% 13%;
    }
}

@media screen and ( max-width: 992px){
    #terms-and-condition{
        padding: 6% 10% 8% 10%;
    }
}

@media screen and ( max-width: 768px){
    #terms-and-condition{
        padding: 6% 5px 8% 5px;
    }
}

#terms-and-condition p{
    color: #747474;
    margin-bottom: 3.8rem;
}

#terms-and-condition h4{
    color: #484848;
    font-family: 'Raleway-semibold';
    margin-bottom: 2.4rem;
}

/**************************************************/
/*             TERMS AND CONDITION END           ;*/
/**************************************************/
/*----------------------------------------------------------------------------------------------------------------------------------------------------*/


/**************************************************/
/*                    FOOTER                     ;*/
/**************************************************/

.footer{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #353535;
    color: white;
    padding: 3.5% 13% 1.5%;
}

@media screen and (max-width:1280px){
    .footer{
        padding: 3.5% 9% 1.5%;
    }
}

@media screen and (max-width:992px){
    .footer{
        padding: 3.5% 6% 1.5%;
    }
}

@media screen and (max-width:768px){
    .footer{
        padding: 6% 0 1.5%;
    }
}

.footer-title{
    font-family: 'Raleway-med';
    font-size: 1.9rem;
}

.footer-text{
    font-family:'Raleway-lit';
}

.footer-space{
    margin-top: 30px;
}

.socmed-icon{
    font-size:1.3rem !important;
}

.fb-circle{
    color:#507cbe;
}

.twit-circle{
    color:#63cdf1;
}

.ig-circle{
    color:#c7c5b3;
}

.socmed-margin{
    margin-right: 4%;
}

.height-adj{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sign-wrap{
    width: 70%;
}

.sign-email{
    display: inline-block;
    background-color: #4d4d4d;
    color: white;
    border: none;
    font-family:'Raleway-lit';
    font-size: 1.4rem;
    padding: 5% 6%;
    width: 100%;
}

.submit-email{
    background-color: #776457;
    text-align: center;
    width: 28%;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor:pointer;
}

.submit-email:hover{
    background-color: white;
}

.submit-email img{
    width: 60%;
    -webkit-transform: translate(0, 80%);
    transform: translate(0, 80%);
}

.footer-links{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Raleway-lit';
    font-size: 1.5rem;
    margin-top: 1%;
}

.links-wrap{
    text-align: center;
    padding: 0;
    margin-bottom:0;
}

.links-wrap li{
    display: inline-block;
    padding: 2% 4%;
}

.links-wrap li.divide{
    padding: 0;
}

.links-wrap a{
    color: white;
    text-decoration: none;
}

.footer-copyrights{
    font-family: 'Raleway-reg';
    padding: 2% 0 0 0;
}

.klots{
    padding: 0;
}

.label{
    text-align: right;
    padding: 0;
}

@media screen and (max-width: 1366px){
    .submit-email img{
        -webkit-transform: translate(0, 65%);
        transform: translate(0, 65%);
    }

    .socmed-margin{
        margin-right: 2%;
    }

    .newsletter-column{
        padding-left: 6%;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px){
    .footer-sec{
        padding: 8% 6% 3%;
    }

    .footer-content{
        padding: 0;
    }

    .footer-column{
        padding: 0;
    }

    .footer-title{
        font-size: 13px;
    }

    .footer-space{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .sign-email{
        font-size: 10px;
    }

    .submit-email img{
        -webkit-transform: translate(0, 60%);
        transform: translate(0, 60%);
    }

    .socmed-icon{
        font-size: 9px !important;
    }

    .footer-links{
        font-size: 13px;
    }

}

/**************************************************/
/*                  FOOTER END                   ;*/
/**************************************************/


/**************************************************/
/*               UTILITY CLASSES                 ;*/
/**************************************************/

.remove-padding {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width:769px){
    .remove-padding-desktop{
        padding-left: 0;
        padding-right: 0;
    }
}

.v-center{
    display:inline-block;
    vertical-align:middle;
    float:none;
}

@media screen and (min-width:993px){
    .v-center-desktop{
        display:inline-block;
        vertical-align:middle;
        float:none;
    }
}

.row-eq-height{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
}

@media screen and (min-width:769px){
    .row-eq-height-desktop{
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
    }
}

.margin-top-3{
    margin-top: 3%;
}

.margin-top-4{
    margin-top: 4%;
}

.margin-top-5{
    margin-top: 5%;
}

.margin-top-8{
    margin-top: 8%;
}

/**************************************************/
/*              UTILITY CLASSES END              ;*/
/**************************************************/
