@import url('https://fonts.googleapis.com/css?family=Montserrat');

body,
html {
    margin: 0px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
    
}
a:hover { 
    text-decoration: none;
    color: white;
}

.parallax {
    /* The image used */
    background-image: url("../images/background_1.png");

    /* Set a specific height */
    height: 30%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.parallax-1 {
    /* The image used */
    background-image: url("../images/background_2.jpg");

    /* Set a specific height */
    height: 40%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-2 {
    /* The image used */
    background-image: url("../images/background_3.jpg");

    /* Set a specific height */
    height: 60%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg {
    /* The image used */
    background-image: url("../images/background_1.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}



ul {
    display: inline-block;
    text-align: left;
}



.kontaktai {
    float: right;
    height: 100%;
    display: inline-block;
    display: table;
    margin: 0 auto;
    margin-right: 150px;
    font-size: 20px;
}



.aprasymas {
    color: #777;
    text-align: center;
    padding: 50px 30px;
    text-align: justify;
}









#meniu {
    width: 100%;
    text-transform: uppercase;
}

#meniu ul {
    left: 0px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #dcbb7d;
}

.color-1 {
    color: #777;
}

.bg-color-1 {
    background-color: #dcbb7d;
}

.color-2 {
    color: white;
}

.bg-color-2 {
    background-color: #231f20;
}

.color-3 {
    color: #1F1A17 !important;
}




#meniu li {
    float: left;
}

#meniu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}


#meniu li a:hover {
    background-color: #231f20;

}

.none:visited {
    color: black;
}

#meniu ul ul {
    display: none;
}

#meniu ul li:hover>ul {

    display: block;


}

#meniu ul:after {
    content: "";
    clear: both;
    display: block;

}

#meniu ul ul {
    background: #231f20;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
}

#meniu ul ul li a {

    position: relative;
    display: block;
}

#meniu ul ul li a:hover {
    background: #dcbb7d;


}

ul#meniu li ul li {
    clear: both;
    border-style: none;
}



.aprasymo_lentele_text {
    text-align: left;
    vertical-align: text-top;
}

.a-s-c {
    align-self: center;
}

ul.nav a:hover {
    color: #000 !important;
}

.line {
    padding: 20px;
    border: 1px solid blue;
}

.icon {
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
    
    
   
    text-align: center;
    font-size:25px;
    
  
     overflow: hidden;
   
    
    
  }
  
  
  .weight::before {
    content :'SVORIS';
       display:block;  
    
    font-size:.4em;
  
  }
  .weight::after {
    content :'T';
    display:block;
    
    
    font-size:.45em;
  
  }
  
  .capacity::before {
    content :'TALPA';
    display:block;
    font-size:.4em;
  
  }
  
  .capacity::after {
    content :' m\00b3';
    display:block;
    font-size:.45em;
  
  }



  .keliamojiGalia::before {
    content :'GALIA';
       display:block;  
    
    font-size:.4em;
  
  }
  .keliamojiGalia::after {
    content :'T';
    display:block;
    
    
    font-size:.45em;
  
  }

  /* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
	
  outline: none !important;
}




/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1 {
  position: relative;
}

.item-slick1 {
  height: 570px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
}

.arrow-slick1 {
	border:none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  position: absolute;
  background-color: black;
  opacity: 0;
  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  border-radius: 50%;
  z-index: 200;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
  opacity: 0.7;
}

.arrow-slick1:hover {
  background-color: var(--main-color-a);
}

.next-slick1 {
  right: 50px;
  left: auto;
}

.prev-slick1 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 992px) {
  .wrap-content-slide1 .xl-text2 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 50px;
  }

  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .item-slick1 {
    height: 470px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .xl-text3,
  .wrap-content-slide1 .xl-text2,
  .wrap-content-slide1 .xl-text1 {
    font-size: 40px;
  }

  .wrap-content-slide1 .m-text27,
  .wrap-content-slide1 .m-text1 {
    font-size: 16px;
  }

  .item-slick1 {
    height: 370px;
  }
}

/*[ rs1-slick1 ]
-----------------------------------------------------------
*/
.rs1-slick1 .item-slick1 {
  height: 100vh;
}

@media (max-width: 992px) {
  .rs1-slick1 .item-slick1 {
    height: calc(100vh - 85px);
  }
}


.preke { 
    
    text-align: center;
    width: 100%;
    height: 100%;    
    display: block;
}
.preke img { width: 100%;}




#technikosFiltras a {
    
    text-align: center;
    
    padding: 10px;
    margin: 5px;
    
}

#technikosFiltras a:hover {
    //color: #dcbb7d!important;
    //background-color: #231f20;
}


/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 25px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}

#technikosFiltras a {
  border-radius: 10px;
  
}




@media (max-width: 990px) {
  #technikosFiltras legend {
    font-size: 11px;
  }
}



.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
  color: white !important;
  //background-color: #777 !important;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}




  
  

  