html { scroll-behavior: smooth; }

.pricing {
  color:#ccc;
}

#pricing {
  clear:both;
}

#pricing-link i {
  font-size:90%;
}

#pricing-link, #pricing-link:visited {
  color:#3adff8!important;
  font-weight:500;
}

.pricing .card {
  border:0px solid #ccc;
  border-radius:12px;
  background-color:#111;
  margin-top:20px;
}

.pricing .card.default{
  border:1px solid #ccc;
}

.pricing .card.short .body{
  height:240px;
}
.pricing .card.medium .body{
  height:300px;
}
.pricing .card.long .body{
  height:360px;
}
.pricing .card.wide .body{
  min-height:260px;
}

.pricing .card .body {
  padding:10px;
}

.pricing .card .body > div {
  padding-bottom:15px;
}

.pricing .card .header{
  font-weight:500;
  font-size:28px;
  padding:10px;
  padding-top:20px;
  padding-bottom:10px;
  color:#fff;
}

.pricing .card .subheader{
  padding:10px;
  font-weight:500;
  font-size:18px;
  color:#bbb;
}

.pricing h4 {
  color: #ffffff;
  font-size: 38px;
  font-weight: bold;
}

.pricing .card ul {
    padding-left:0px;
}

.pricing .card li {
  list-style: none;
}

.pricing .card li i {
  font-size:18px;
  margin-right:5px;
  padding-top:3px;
  line-height:10px;
}

.pricing .footer {
  padding:10px;
  background-color: transparent;
}

.pricing .switch-container {
  float:left;
  margin-right:10px;
}

.pricing .switch-label {
  text-align:left;
  padding-top:10px;
}

.pricing .order-button-container {
  padding-top:20px;
  text-align:center;
}

a, a:visited, a:active, a:focus {
  background:transparent;
}

.applications {
  width:140px;
}

.wrapper.gradient-wrapper{
    background: #ffffff !important;
}
.itemAll{
    margin-top: 100px;
}

.services-item {
  text-align:justify;
}

.services-item-desc{
    margin-bottom: 15px;
}

.services-item-title{
    font-weight: bold;
    color: #000000 !important;
}
.services-item-desc{
    color: #424242;
}
.linkBtn {
    --b:2px;  /* border width*/
    --r:35px; /* the radius */
  
    color: #313149;
    display: inline-block;
    margin: 5px 0;
    position:relative;
    z-index:0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    color: #000000 !important;
    font-weight: bold;
}
.linkBtn:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: var(--b);
    border-radius: var(--r);
    background: var(--c,linear-gradient(to right, #37B6A0, #4C4681)); 
    -webkit-mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
            mask: 
       linear-gradient(#fff 0 0) content-box, 
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}
.containerApps{
    margin-top: 150px;
    width: 100%;
    background-color: #EEF2F4;
    padding-bottom: 100px;
}
.appsLabel{
    padding-top: 100px;
    padding-bottom: 20px;
}
.appsImg{
    padding-bottom: 20px;
    margin-top: 25px;

}
.apps-title{
    font-weight: bold;
}
.containerBottom{
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    background-color: #747474;
}
.bottom-title{
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.textBottom{
    color: #ffffff;
    text-align: center;
}
.Ai-title{
    font-weight: bold;
    text-align: center;
}
.videoPlayer{
    margin-top: 50px;
    margin-bottom: 100px;
}

.fade-in-right {
  padding-left:40px;
}

.w-widoku-right {
    opacity: 1;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes w-widoku {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
.w-widoku-left {
    opacity: 1;
    -webkit-animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes w-widoku {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-left {
    0% {
      -webkit-transform: translateX(-50px);
              transform: translateX(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

.korzysci-title{
    text-align: center;
    font-weight: bold;
    margin-top: 50px;
    text-transform: uppercase;
} 
.korzysci-label{
    font-weight: bold;
    text-align:left;
}
.top-container{
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-image: url("/images/homepage_banner_medium.jpg");
    background-repeat:no-repeat;
    background-color:#000407;
}

.topText{
  padding-top:200px;
  max-width: 1170px;
  margin: 0 auto;
}

.topText h4{
    color: #ffffff;
    font-size: 70px;
    line-height:80px;
    font-weight: bold;
}
.topText a{
    color: #ffffff;
    font-size: 20px;
}
#arrow-back{
    position: fixed;
    width: 44px;
    height: 44px;
    top: 88%;
    right: 1%;
    background-color: #414141;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    opacity: 0;
    z-index:1000;
}

#arrow{
    background: #414141;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    padding: 15px 0 0 0;
    line-height: 50px;
    color: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: calc(100vh - 80px);
  }
  #arrowSecond{
    background: #414141;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    padding: 15px 0 0 0;
    line-height: 50px;
    color: #fff;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: calc(100vh - 80px);
  }
  #arrowSecond a{
    color: #ffffff;

}
#arrow a{
    color: #ffffff;

}
.fa.fa-angle-double-down.fa-2x.drop-arrow{
  margin-top:-8px;  
  font-size: 2.5em;
}

#arrow-back:hover{
    opacity: 1;
}
#arrow-back a{
    color: #ffffff;
}

.fade-out {
    display: block;
    -webkit-animation: fade-out 0.7s ease-out both;
            animation: fade-out 0.7s ease-out both;
  }

@-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .fade-in {
    display: block !important;
	-webkit-animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

  @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .items .itemAll{
    padding-left: 0;
    padding-right: 0;
  }
  #image1{
    padding-left: 0;
    padding-right: 0;
  }
  #image2{
    padding-left: 25px;
    padding-right: 0;
  }
  #image3{
    padding-left: 0;
    padding-right: 0;
  }
  #item2{
    padding-left: 0;

  }
  .korzysciBox{
    padding: 0;
  }
  
  .whiteBackground{
    background-color: #333 !important;
    color: #000000 !important;
  }
  #navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.5s ease-in-out;
    border: 0 !important;
    color: #ffffff;
    text-align: center;
    align-content: center;
    top: 0px;
    opacity:0.8;
  }
  .footer{
    margin-top: 0;
    margin-right:0;
    
    
  }

  .slide-out-top {
	-webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@-webkit-keyframes slide-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
  }
  @keyframes slide-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
  }
  
  .slide-in-top {
	-webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  
.navbarLogo{
  width: 10%;
  float: left;
}
.navbarLanguage{
  float: right;
  width: 15%;
}
.navbarBody{
  display: flex;
  float: left;
  
}
.homePage{
  padding-top: 22px;
}
.homePage a{
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 400;
}
#dropdownMenu2{
  width: 170px;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
  margin-right: 0px;
  text-align:left;
}
.dropdown-menu{
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #333;
  opacity:0.8;
  box-shadow: none;
  margin-top:-20px;
}
.dropdown-menu a{
  color: #ffffff;
  line-height:30px;
  
}

.whiteBackground .navbarLanguage .dropdown.open .dropdown-menu{
  background-color: #ffffff;
}
.korzysci-left-box{
  width: 50%;
  padding-right: 15px;
}
.korzysci-right-box{
  width: 50%;
  padding-left: 15px;
}

.whiteBackground .homePage a{
  color: #000000;
}
.aisolution-image-container img{
  margin-top: 50px;
}

.whiteBackground .dropdown-menu{
  padding-left: 15px;
  padding-right: 15px;
  background-color: #eeeeee;
}

.whiteBackground .dropdown-menu a{
  color: #000000;
}

.whiteBackground .dropdown-menu a:hover {
  color: #555555;
}

.whiteBackground #dropdownMenu2{
  color: #000000;
}
.about{
  margin-right: 0px;
  display: flex;
  padding-top: 22px;
}
.about a{
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 400;
  position: relative;
}
.whiteBackground .about a{
  color: #000000;
}
.navbarLanguage .dropdown-menu{
  left: 54px;
  display: flex;
  min-width: unset;
  width: unset;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size: 13px;

}
#dropdownMenu3{
  margin-right: 60px;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  text-transform: none;
}
.whiteBackground #dropdownMenu3{
  color: #000000;
}
.korzysciBox a{
  color: #8E8E8E;
}
.korzysciBox h5{
  font-size: 27px;
}
.footer-main {
  position: relative;
  background-color: #303036;
  width: 100%;
  color: #f0f0f0;
  
}
.footer-main a{
  color: #f0f0f0;
  
}
.navbarLanguage .dropdown{
  float: right;
}
.footer-item-title {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 0.9;
  font-weight: bold;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-main {
  padding: 80px 0;
}
.footer-main {
  position: relative;
  font-size: 16px;
  min-width: 320px;
  line-height: 1.625;
  font-family: "Istok Web", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  opacity: 1;
}
.logo-text {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #666;
}

.Ai-text{
  color: #4a4a4a;
}
.Ai-text:hover, .Ai-text:visited, .Ai-text:active{
  color: #4a4a4a;
}
.Ai-box{
  
}
#content{
  margin-top: 50px;
  padding-top:90px;
}
.textLabel{
  font-weight: bold;
  font-size: 24px;
}

video{
  margin-top: 50px;
}

.footer-contacts {
  padding-left:0px;
}
.footer-contacts li{
  display: flex;
  margin-bottom: 16px;
}
.btn.btn-secondary{
  background-color: transparent;
}
.footer-company-info {
  padding-top:10px;
}

.footer-company-desc {
  margin-top:15px;
}
.footer-company-top img {
  margin-top:-5px;
  margin-right:10px;
}
.iconLanding{
  height: 80px;
}
.korzysci{
  margin-bottom: 50px;
  text-align:justify;
}

.homePage .icon-home {
  margin-right:10px;
  margin-top:-4px;
}

.mobile{
  display: none;
}


.topTextSolution a{
  color: #ffffff;
  font-size: 20px;
}

.topTextSolution h4{
  color: #ffffff;
    font-size: 38px;
    font-weight: bold;
}
.navbarBodyOnMobile{
  display: flex;
  justify-content: space-around;
}
.onMobile{
  display: none;
}


.vendor_request main {
  background-color:#070709;
  background-image: url("/images/homepage_banner_big.jpg");
  background-repeat:no-repeat;
}

.scannyme_background {
  background-image:url('/images/ProductPage-ScannyMe-results.png');
}

.smartdecoder_background {
  background-image:url('/images/SmartDecoder 1-3.png');
}

.api_background {
  background-image:url('/images/API_banner.png');
}

.topTextSolution{
  position: relative;
  top: 25%;
  width:100%;
  max-width: 1170px;
  margin: 0 auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color:transparent;
  padding:0;
}

.aisolution .topTextSolution{
  top: 15%;
}

.aisolution h4 {
  margin:0;
}

.title_webapp_link {
  width:360px;
  margin-top:60px;
}

.title_webapp_link .row {
padding-bottom:20px;
}

.title_webapp_link img {
  width:100%;
}

.contact #message {
  height:auto;
}

.contact .g-recaptcha {
  margin-left:5px;
}

.contact .alert.alert-warning {
  color: #e67148 !important;
  background-color: transparent !important;
  padding: 0;
}

.contact input, .contact textarea {
  background-color:#2a3949!important;
  background:none;
  color:#fff!important;
  width:100%!important;
  border-radius:7px;
  border:1px solid #777;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  height:34px;;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #13bcd7;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media only screen and (max-width: 1024px) {
  
  .manufacturers .btn-container {
    text-align:center
  }

  
  #ML_brands {
    text-align:justify;
  }
  .smartdecoder-modules .module {
    box-shadow:none;
    padding:0;
    margin:0;
    height:180px;
  }

  .smartdecoder-modules > div {
    padding-left:0;
    padding-right:0;
  
  }

  h4 {
    line-height:32px;
    margin-bottom:20px;
  }
  .aisolution {
    height:100vh;
  }

  .aisolution .top-container{ 
    background-color:rgba(1,1,1,0.5);
    background-image:none;
  }

  #navbar {
    background-color:#111;
  }

  .aisolution .topTextSolution{
    position:absolute;
    top:100px;
    margin: 0 auto;
    background-color:transparent;
    padding:0;
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .main-content.contact .top-container {
    height:1000px;
  }

  .content.smartdecoder-content.bg-white {
    padding:0px;
  }

  #content {
    background-color:#fff;
    margin-top:0px;
    padding-top:0px;
  }

  .vendor_logos_container .vendor_logo {
    display:block;
    height:120px;
    width:100%;
    text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .use-case .topTextSolution {
    top:90px;
  }

  #lang {
    text-transform: none;    
  }
  .title_webapp_link {
    margin-top:20px;
    width:100%;
    padding:0px;
    padding-right:15px;
  }

  .title_webapp_link img {
    margin-bottom:30px;
    width:100%;
  }
  .navbarLanguage .dropdown-menu{
    left: -45px !important;
  }

  .vendor_request .top-container {
    padding-top:70px;
  }

  .gradient-wrapper {
    min-height:auto;
  }

  .topText{
    padding-top:70px;
  }

  .korzysciBox h5 {
    text-align: left;
    font-size: 27px;
}
  .korzysci-left-box{
    width: 100%;
    padding: 0;
  }
  .korzysci-right-box{
    width: 100%;
    padding: 0;

  }
  .fade-in-right{
   padding: 0; 
  }
  .onMobile{
    display: block;
  }
  .noMobile{
    display: none;
  }
  .appsImg img{
    width: 100%;
    z-index: 15;

  }
  #image1 img{
    width: 100% !important;
    height: 100% !important;
    z-index: 15;

  }
  
  #image2 img{
    width: 100% !important;
    height: 100% !important;
    z-index: 15;

  }
  #image3 img{
    width: 90% !important;
    z-index: 15;

  }
  #imageMobile img{
    width: 100% !important;
    height: 100% !important;
    z-index: 15;


  }
  #image1 {
    width: 100% !important;
    padding: 0;
    z-index: 15;

  }
  #image2 {
    width: 100% !important;
    padding: 0;
    z-index: 15;

  }
  #image3 {
    width: 100% !important;
    text-align:center;
    padding: 0;
    z-index: 15;

  }
  #imageMobile {
    width: 100% !important;
    padding: 0;
    z-index: 15;

  }
  #item1 {
    padding-top: 15px;
    width: 100% !important;
    z-index: 15;


  }
  #item2 {
    padding-top: 15px;
    width: 100% !important;
    z-index: 15;


  }
  #item3 {
    padding-top: 15px;
    width: 100% !important;
    z-index: 15;

  }
  #itemMobile {
    width: 100% !important;
    padding: 0;
    padding-top: 15px;
    z-index: 15;


  }
  .mobile{
    display: block;
  }
  
  #dropdownMenu2{
    width: auto;
    margin: 0;
    padding: 0;
  }
  .homePage{
    width: auto;
    margin: 0;
    padding: 0;
  }
  .about{
    width: auto;
    margin: 0;
    padding: 0;

  }
  #dropdownMenu3{
    width: auto;
    margin: 0;
    padding: 0;

  }
  .navbarLanguage a {
    line-height:50px;
  }
  .dropdown-menu{
    min-width:unset;
    margin: 0;

  }
  .topText h4{
    font-size: 52px;
  }
  .topText{
    top: 40% !important;
  }

  .Ai-box{
    padding: 15px;
    text-align:justify;
  }

  .applications {
    width:auto;
  }

  .applications .dropdown-menu{
    min-width: 130px;
  
  }

  video{
    width: 100%;
    height: 100%;
  }
  .items h4{
    max-width: calc(100vw - 50px)
  }
  .korzysci-title{
    margin-top: 30px;
  }
  .korzysciBox{
    padding: 0;
  }
  .korzysciBox .col-lg-6.col-md-6.col-6{
    padding: 0;
  }
  .top-container {
    background-image: url('/images/nameplates_landing_bg_mobile.png');
    padding:10px;
    height:100vh;
  }
  
  .manufacturers .top-container {
    height:140vh;
  }

  .Ai-box{
    padding: 0;
  }
  .itemAll{
    padding: 0;
    margin-top: 50px;
  }
  .korzysci{
    padding: 0;
    margin-bottom: 20px;
  }
  .appsLabel{
    padding-top: 50px;
  }
  .containerApps{
    margin-top: 50px;
  }
  .korzysci-label{
    margin-top: 25px;
  }

  .scannyme_background {
    background-image:url('/images/ProductPage-ScannyMe-results_mobile.png');
  }

  .smartdecoder_background {
      background-image:url('/images/SmartDecoder 1-3_mobile.png');
      
  }

  .api_background {
      background-image:url('/images/API_banner_mobile.png');
  }
  
  .topTextSolution{
    padding-top:1px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
  }

}



.footer {
  background-color:#303036;
  color:#fff;
}

.footer a, .footer a:active, .footer a:visited {
  color:#ffffff;
}
.appsImg img{
  max-width: 450px;
}
.appPhone{
  margin-top: 15px;
}

.appPhone img {
  margin-top:15px;
  width:100%;
  max-width:360px;
}

.appPhone a {
  font-size:18px;
  color:#666;
}

.appPhone .webapp_link {
  padding-top:4px;
  font-weight:500;
  margin-bottom:10px;
}

.appPhone i {
  font-size:24px;
  float:left;
  margin-right:15px;
}

.linkBtn{
  text-transform:uppercase;
}

.aisolution .textContent p {
  text-align:justify;
}

.benefits {
  text-align:justify;
  margin-bottom:40px;
}

.benefits h4 {
  margin-bottom:40px;
}

.aisolution-image-container {
  margin-top:30px;
  margin-bottom:30px;
}

.aisolution-image-container img {
  width:100%;
}

.footer-mnu {
  
}
.open > .dropdown-menu {
  max-height: 800px;
  visibility: visible;
}
  
.dropdown-menu {
  display: block;
  max-height: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  opacity:1;
}

.join_btn_home {
  margin-top:50px;
  background-color:#2dc956;
  color:#fff;
  border-radius:7px;
  line-height:32px;
  text-transform:initial;
  text-shadow:none;
}

.btn.btn_lg.join_btn_home:hover, .btn.btn_lg.join_btn_home:visited, .btn.btn_lg.join_btn_home:active {
  background-color:#3bda65;
}

.cancel_vendor_request {
  margin-top:50px;
  border:1px solid #aaa;
  border-radius:22px;
  line-height:32px;
  text-transform:initial;
  color:#fff;
  padding:16px;
  font-size:14px;
}

.save_vendor_request {
  margin-top:50px;
  background-color:#2dc956;
  border-radius:22px;
  line-height:32px;
  text-transform:initial;
  color:#fff;
  padding:16px;
  font-size:14px;
  margin-right:20px;
}

.vendor_request {
  color:#fff;
  font-size:14px;
  background-color:#171310;
}

.vendor_request h4 {
color: #ffffff;
font-size: 52px;
font-weight: bold;
line-height:60px;
}

.vendor_request a, .vendor_request a:visited, .vendor_request a:active {
  color:#fff;
}

.vendor_request li {
  font-size:20px;
  padding-top:10px;
  margin-left:-20px;
}

.vendor_request_container .input-group{
  width:100%;
}

.address {
  font-size:14px;
  line-height:20px;
  color:#efefef;
  padding-left:5px;
  padding-top:10px;
}

.address a {
  font-size:14px;
  line-height:20px;
  color:#efefef;
}


@media only screen and (min-width: 800px) {
.vendor_request_container {
  width:480px;
}
}

.vendor_request_container .card {
  padding:0;
}

.vendor_request_container #email, .vendor_request_container #company{
  background-color:#2a3949!important;
  background:none;
  color:#fff!important;
  width:100%!important;
  border-radius:7px;
  border:1px solid #777;
}

.vendor_request_container .flash_alert_ok {
    background-color:#2dc956;
    padding:15px;
    border-radius:12px;
    height:70px;
    color:#fff;
    text-align:center;
    margin-bottom:30px;
    margin-top:30px;
}

.flash_alert_ok span {
  font-size:18px;
  font-weight:400;
}

.vendor_dashboard_container img {
  width:100%;
}

.landing_subtitle {
  margin-top:40px;
  color:#fff;
  font-size:16px;
  line-height:30px;
  text-shadow: 1px 1px 2px black;
}



#bottom {
    background-color:#171310;
}

#ML_brands {
  clear:both;
  padding:30px;
  margin-top:20px;
  margin-bottom:20px;
  min-height:460px;
  background-image:url('/images/homepage_banner_medium.jpg');
  background-size:cover;
  background-repeat:repeat-y;
}

#ML_brands .brand{
  text-transform:uppercase;
  padding:8px;
  padding-left:16px;
  padding-right:16px;
  border:0px solid #fff;
  background-color: rgba(253, 241, 114, 1);
  background-image: linear-gradient(90deg, rgba(253, 241, 114, 1) 0%, rgba(249, 224, 17, 1) 100%);
  border-radius:12px;
  font-weight:400;
  line-height:40px;
  opacity:0.9;
  font-weight:500;
}

#ML_brands .brand-more{
color:#fff;
}

.mlmodel .top-vendors {
  color:#333;
  padding:0px;
}

.mlmodel .top-vendors .progress {
  margin-bottom:5px;
  height:5px;
  color:#333;
}


.progress .progress-bar, .progress .progress-bar.progress-bar-default {
  background-color: #3d7e88;
  border-radius:3px;
}

.top-vendors h5 {
  font-size:27px;
  font-weight:bold;
}

.vendor_logos_container {
  text-align:center;
}

.vendor_logo {
  display:inline;
  padding:0px;
  width:220px;
  height:110px;
  vertical-align:center;
  
}


.flow_container {
  padding-top:0px;
}

.dropdown-toggle .fa-globe {
    font-size:24px!important;
}