/*- ---------------------------------------------*/
/*- Begin Navbar Custom
/*- ---------------------------------------------*/

.navbar-default {
    background-color: #fff;
    border-color: transparent;
    margin-top: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #3E3E3E;
    text-transform: none;
}

.navbar-default .navbar-nav > .active > a , 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:active {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    background-color: transparent;
    text-transform: none;
}


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    text-transform: none;
    color: #00ADBB;
}


.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active, 
.navbar-default .navbar-nav > li > a:focus {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    color: #00ADBB;
    text-transform: none;
}

.navbar-nav > li > a {
    font-size: 18px;
    line-height: 50px;
}

.navbar-brand > img {
    width: 100px;
    height: 29px;
}


.scrollToTop {
    bottom: 60px;
    display: none;
    font-size: 32px;
    font-weight: bold;
    height: 50px;
    position: fixed;
    right: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollToTop {
    background-color: #00ADBB;
}

.scrollToTop:hover, .scrollToTop:focus {
    background-color: #fff;
    color: #00ADBB;
    border: 1px solid #00ADBB;
}
/*- ---------------------------------------------*/
/*- End Navbar Custom
/*- ---------------------------------------------*/




/*- ---------------------------------------------*/
/*- Showcase Content 
/*- ---------------------------------------------*/
.showcase-content {
  background: #D6DFE8; 
  background: -webkit-linear-gradient(left top, #D6DFE8, #EDF6FF); 
  background: -o-linear-gradient(bottom right, #D6DFE8, #EDF6FF); 
  background: -moz-linear-gradient(bottom right, #D6DFE8, #EDF6FF); 
  background: linear-gradient(to bottom right, #D6DFE8, #EDF6FF); 
  margin-top: 50px;
  height: 650px !important; 
  overflow-y: hidden;
}



.product-title {
    margin-top: 60px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #3E3E3E;
}
.product-description {
    margin-left: -25px;
    margin-top: 40px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;
    color: #EDF6FF;
}

.showcase-txt {
    margin-top: 5px;
    font-family: Open Sans;
    font-style: normal;
    text-transform: uppercase;
}

.showcase-txt_lg {
    display: inline-block;
    line-height: 34px;
    font-size: 36px;
    font-weight: bold;
}

.showcase-txt-rotating {
    color: #00ADBB !important;
    margin-left: 5px;
    margin-right: 5px;
}

.showcase-primary-content {
  margin-top: 25px;
}

.showcase-secondary-content {
  margin-top: 5px;
}

.showcase-tertiary-content {
  margin-top: 60px;
  height: 500px;
}

/*- ---------------------------------------------*/
/*- Locker Content 
/*- ---------------------------------------------*/

.locker {
  height: 500px;
  perspective: 1000px;
  background-image: url('../img/locker.png');
  background-size: 100% 100%;

}

.inside_locker {
  background-image: url('../img/locker_inside.png');
      background-size: 100% 100%;
      height: 213px;
      width: 493px;
      top: 28px;
      left: 18px;
      position: absolute;
}

#locker-door {
      background-image: url('../img/locker_door.png');
      background-size: 100% 100%;
      height: 213px;
      width: 493px;
      top: 28px;
      left: 18px;
      float: left;
      position: relative;
}

.locker-door-open {
    transform: rotateY(-75deg);
    transform-origin: left center;
    -webkit-transition: .5s linear;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(-75deg);
}

/*.locker-open-door {
    -webkit-animation: open-door 1.5s;
    animation: open-door 1.5s;
    -webkit-transform: rotateY(-75deg);
}

@-webkit-keyframes open-door {
    100% {-webkit-transform: rotateY(-75deg)}
}*/

.locker-door-close {
    transform: rotateY(0);
    transform-origin: left center;
    -webkit-transition: .5s linear;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
}

/*.locker-close-door {
    -webkit-animation: close-door 1.5s;
    animation: close-door 1.5s;
}

@-webkit-keyframes close-door {
    100% {-webkit-transform: rotateY(0deg)}
}*/


/*#locker-door:hover {
  -webkit-transform: rotateY(-75deg);
}*/



#inner-layer {
        background-color: #494949;
        background-size: 100% 100%;
        height: 213px;
        width: 493px;
        top: 0px;
        left: 0px;
        content: '';
        position: relative;
        -webkit-transform: translateZ(-0.1px);
}

#left-object {
      background-color: #303030;
      bottom: 0;
      content: '';
      height: 213px;
      width: 10px;
      left: 0px;
      top: 0px;
      position: absolute;
      -webkit-transform: rotateY(90deg) translateX(5px);
      /*-webkit-transform-origin: 100% 50%;*/
}

#right-object {
      background-color: #909090;
      bottom: 0;
      content: '';
      height: 213px;
      width: 10px;
      left: 488px;
      top: 0px;
      position: absolute;
      -webkit-transform: rotateY(90deg) translateX(5px);
      /*-webkit-transform-origin: 100% 50%;*/
}

#top-object {
      background-color: #606060;
      content: '';
      width: 493px;
      height: 10px;
      left: 0px;
      top: -5px;
      position: absolute;
      -webkit-transform: rotateX(90deg) translateY(-5px);
}

#bottom-object {
      background-color: #202020;
      content: '';
      width: 493px;
      height: 10px;
      left: 0px;
      top: 206px;
      position: absolute;
      -webkit-transform: rotateX(90deg) translateY(-5px);
}

#device {
    float: right;
    height: 450px
}

#front-device {
    z-index: 999;
    width: 150px;
    height: 150px;
    top: 150px;
    right: -22px;
    position: absolute;
    background-image: url('../img/reader_left_gray.png');
    background-repeat: no-repeat;
}

.front-device-idle {
    -webkit-animation: front-device-idle-anim 1.5s infinite;
    animation: front-device-idle-anim 1.5s infinite;
}

@-webkit-keyframes front-device-idle-anim {
    98%  { background-image: url('../img/reader_left_red.png'); }
}

.front-device-success {
    -webkit-animation: front-device-success-anim 1.5s;
    animation: front-device-success-anim 1.5s;
}

@-webkit-keyframes front-device-success-anim {
    20%  { background-image: url('../img/reader_left_green.png'); }
    75%  { background-image: url('../img/reader_left_green.png'); }
    98%  { background-image: url('../img/reader_left_gray.png'); }
}

#back-device {
    width: 150px;
    height: 150px;
    top: 150px;
    position: absolute;
    right: -22px;
    background-image: url('../img/reader_right.png');
    background-repeat: no-repeat;
}

#card {
    transform: translateX(20px);
    z-index: 99;
    width: 80px;
    height: 150px;
    position: relative;
    background-image: url('../img/card.png');
    background-repeat: no-repeat;
    /*-webkit-animation: card 1.5s infinite;
    animation: card 1.5s infinite;*/
    opacity: 0;    
}

/*#card:hover {
    -webkit-animation: card 1.5s;
    animation: card 1.5s;
}*/

.card-amination {
    -webkit-animation: card 1.5s;
    animation: card 1.5s;
}

@-webkit-keyframes card {
    0%   {top: 0; opacity: 0}
    2%   {opacity: 0.5}
    5%   {opacity: 1}
    90%  {opacity: 1}
    100% {top: 300px; opacity: 0}
}

#canvas-screen {
  position: absolute;
  top: 101px;
  left: 590px;
  /*width: 320px;
  height: 200px;*/
}

/*- ---------------------------------------------*/
/*- Section About Content 
/*- ---------------------------------------------*/

.heading h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #00ADBB;
}
.heading h2 {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-right: 0px;

    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;

    color: #3E3E3E;
}

.heading h2 {
    /*border-bottom: 11px solid #ffc400;*/
    border-bottom: none;
}

.heading p {
    margin-bottom: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #3E3E3E;
}

.subscribe p {
    margin-bottom: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.products-logo {
    margin-top: 20px;
    text-align: center;
}

.about_content img {
    height: 100px;
}

.about_content > detail {
    
}
.detail-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;

    color: #000;    
}

.detail-text-dot {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;

    color: #00ADBB;    
}

.about_content h3 {
    padding: 0px 30px 0px 30px; 
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: left;

    color: #3E3E3E;
}

.detail-description  {
    padding: 0px 30px 0px 30px; 
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 14px;
    text-align: left;

    color: #3E3E3E;
}

#advertisement {
    background-color: black; 
    margin-top: 60px;
}

.about_advertisement {
    background-color: #000000;
    background: url(../img/advertise_banner.jpg), rgba(49, 49, 49, 0.5);
    height: 280px;
}
.about_advertisement p {
    padding-top: 103px;
    padding-left: 105px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    font-size: 30px;
    text-transform: uppercase;
    width: 715px;
    color: #FFFFFF;
}

/*- ---------------------------------------------*/
/*- Section-b Content 
/*- ---------------------------------------------*/
.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}


.heading{
	float: left;
	display: inline;
	width: 100%;
  padding: 10px;
}
#subscribe{
	float: left;
	display: inline;
	width: 100%;
	padding: 80px 0px;
}
.subscribe_form {
  margin: 0 auto;
  width: 90%;
}
.subscribe_group {
  display: inline;
  float: left;
  margin-top: 0px;
  width: 100%;
}
.subscribe_mail {
  /*border-radius: 0;
  display: inline;
  float: left;
  height: 50px;
  width: 80%;
  font-size: 18px;*/
    outline: 0;  
	border-radius: 0px;
    padding: 25px 20px 25px 20px;
    border: 0px solid #fff;
    font-family: Open Sans;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.subscr_btn {
    /*border: medium none;
    color: #fff;
    background-color: #00ADBB;
    display: inline;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    text-transform: uppercase;
    width: 20%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
    border: 1px solid #fff;
    padding: 10px 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #00ADBB;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}
.subscr_btn:hover{
	/*opacity: 0.75;*/
    border: 1px solid #00ADBB;
	background-color: #fff;
    color: #00ADBB;

}




@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}




.arrow {
    display:none
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}


/*- ---------------------------------------------*/
/*- Section Products Content 
/*- ---------------------------------------------*/
#products{
    height: 720px;
    margin-bottom: 40px;
    background: #F4F7FD;
}
.products{
    height: 620px;
    margin-bottom: 40px;
    background: #F4F7FD;
}

.products img {
    height: 340px;
}

.row.products {
    margin-top: -40px;
}

.slider_area{
    height: 600px;
    width: 1000px;
}
.products h2 {
    margin-top: 60px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;

    color: #3E3E3E;
}

.products h1 {
    margin-top: 0px;
    margin-left: -30px;
    margin-bottom: 50px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-transform: uppercase;

    color: #00ADBB;
}

.products p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;

    color: #3E3E3E;
}

.slider {
    margin: 20px auto;
    padding: 20px 50px 50px 50px;
    color: white;
}
.slider .parent-slide {
    padding: 15px;
}
.slider img {
    display: block;
    margin: auto;
}

.slick-prev {
    border-radius: 0px;
    background-color: transparent;
}

.slick-next {
    border-radius: 0px;
    background-color: transparent;
}

.slick-dots li.slick-active button:before {
    background-color: #00ADBB;
    color: #00ADBB;
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: transparent;
    border: 2px solid #00ADBB;
    border-radius: 10px;
    width: 15px;
    height: 15px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*- ---------------------------------------------*/
/*- Section Characteristics Content 
/*- ---------------------------------------------*/

.slick-initialized .slick-slide {
    display: block;
    position: relative;
}

.locker-img {
  position: relative;
  height: 250px;
  display: table-cell;
  vertical-align: bottom;
}

.slider-nav img {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
	zoom: 1;
	opacity: 0.3;
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: alpha(opacity=30) grayscale(60%);
}

.slider-nav div.slick-center img {
	filter: unset;
	opacity: 1;
}

.row.characteristics {
    margin-top: -40px;
    margin-left: 0px;
    margin-right: 0px;
}

.characteristics p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;

    color: #3E3E3E;
}

.characteristics h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-transform: uppercase;

    color: #00ADBB;
}

.characteristics h2 {
    margin-top: 60px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-transform: uppercase;

    color: #3E3E3E;
}

.characteristics h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;

    color: #3E3E3E;
}

/*- ---------------------------------------------*/
/*- Section contacts Content 
/*- ---------------------------------------------*/


#contacts{
	background: none repeat scroll 0 0 #F4F7FD;
	float: left;
	padding: 30px 0px 0px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;	
}


.contacts h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #00ADBB;
}

.contacts h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    color: #3E3E3E;
}

.contacts p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #3E3E3E;
}

.contact_content {
  display: inline;
  float: left;
  margin-top: 30px;
  width: 100%;
  padding-bottom: 30px;
}
.contact_map {
  border: 1px solid #ccc;
  display: inline;
  float: left;
  width: 100%;
}
.contact_form{
	float: left;
	display: inline;
	width: 100%;
}

.contact_text{
	height: 210px;
	width: 100%;
}

.contact_form input[type="text"],
.contact_form input[type="email"]{
    outline: 0;  
	margin-bottom: 30px;
	border-radius: 0px;
    padding: 25px 20px 25px 20px;
    border: 0px solid #fff;
}
.submit_btn {
    border: 1px solid #fff;
    margin-top: 30px;
    padding: 10px 20px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #00ADBB;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.submit_btn:hover{
    border: 1px solid #00ADBB;
	background-color: #fff;
    color: #00ADBB;
}
.form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0px solid #fff;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}
.contact_form input[type="text"]:focus,
.contact_form input[type="email"]:focus
 {
  outline: 0;  
  box-shadow:none; 
  border: 1px solid #00ADBB;
}
.form-control:focus {
  outline: 0;  
  box-shadow:none; 
  border: 1px solid #00ADBB;
}
.form-control::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #818181;
}
.form-control::-webkit-input-placeholder {
  color: #818181;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea .form-control {
    outline: 0;  
    border: 0px solid #fff;
    height: auto;
}


#links {
    background-color: black; 
    margin-top: 60px;
}

.links {
    margin-top: 60px;
    margin-bottom: 30px;
}

.links-logo {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 200px;
}

.links h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.links h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.links p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #fff;
}

.links a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #fff;
}

.subscribe-email {
    outline: 0;  
    margin-top: 30px;
	border-radius: 0px;
    padding: 25px 20px 25px 20px;
    border: 0px solid #fff;
    font-family: Open Sans;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}


#hand-cta {
    background-color: none;
    background-image: url('../img/hand.png');    
    background-size: 100% 100%;
    width: 120px;
    height: 125px;
    top: 255px;
    left: 800px;
    content: '';
    position: relative;
}

#close-door {
    background-color: none;
    background-image: url('../img/closedoor_blue.svg');    
    background-size: 100% 100%;
    width: 100px;
    height: 100px;
    top: 100px;
    left: -150px;
    content: '';
    position: relative;
}


@media screen and (max-height: 700px) and (min-width: 100px) {
    .arrow {
      display: block !important;
      position: fixed;
      bottom: 0;
      left: 50%;
      margin-bottom: 120px;
      margin-left: -20px;
      width: 40px;
      height: 40px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
      background-size: contain;
    }
}


@media screen and (max-width: 1070px) {

    .locker-content{
        visibility: hidden;
    }
    .showcase-content{
        height: 210px !important;
    }

    .showcase-txt_lg {
    line-height: 20px;
    font-size: 22px;
    }

    .about_advertisement p {
        padding-top: 103px;
        padding-left: 80px;
        line-height: 23px;
        font-size: 20px;
        width: 400px;
    }

    #products {
        height: 980px;
    }
    .products h1 {
        margin-left: 0px;
    }

    .row {
    margin-right: 30px;
    margin-left: 15px;
    }

    .slider {
        margin: 2px auto;
        padding: 20px 5px 50px 5px;
    }
}

@media screen and (max-width: 415px) {

    .locker-content{
        visibility: hidden;
    }
    .showcase-content{
        height: 210px !important;
    }

    .showcase-txt_lg {
    line-height: 20px;
    font-size: 22px;
    }

    .about_advertisement p {
        padding-top: 103px;
        padding-left: 40px;
        line-height: 23px;
        font-size: 18px;
        width: 300px;
    }
}