
@font-face {
font-family: 'OpenSansR';
src: url('../fonts/OpenSans-Regular.ttf') format('ttf'),
url('../fonts/OpenSans-Regular.woff') format('woff'),
url('../fonts/OpenSans-Regular.woff2') format('woff2');

}

@font-face {
font-family: 'OpenSansB';
src: url('../fonts/OpenSans-Bold.ttf') format('ttf'),
 url('../fonts/OpenSans-Bold.woff') format('woff'),
 url('../fonts/OpenSans-Bold.woff2') format('woff2');
}

@font-face {
font-family: 'HelveticaLT';
src: url('../fonts/HelveticaNeueLTProBdCn.otf') format('otf'),
 url('../fonts/HelveticaNeueLTProBdCn.woff') format('woff'),
 url('../fonts/HelveticaNeueLTProBdCn.woff2') format('woff2');

}


* {
    margin: 0;
    padding: 0;
}

body {
	overflow-x: hidden;
}

a h3{
  text-decoration: none!important;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
  font-family: 'OpenSansR';
  color: #7a7a7a;
	font-size: 20px!important;
	line-height: 24px;
}

h2 {
  font-family: 'HelveticaLT';
  font-size: 40px;
}

@media (max-width: 767px) {
  p {
  	font-size: 18px!important;
  	line-height: 24px;
  }
}

@media (max-width: 480px) {

  h2 {
    font-family: 'HelveticaLT';
    font-size: 35px;
  }

  p {
    font-family: 'OpenSansR';
    color: #7a7a7a;
  	font-size: 16px!important;
  	line-height: 24px;
  }

}

.parallax-content {
  width: 100%;
  min-height: 80vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}

/*------------------------------------------------------------------------------*/

.logo_big img{
  max-height: 100px;
  align: left;
}

@media (max-width: 767px) {
  .logo_big img{
  max-height: 80px;
  align: left;
  }
}


.baner-content {
	width: 100%;
  height: 50%;
  	padding-top: 25vh;
  	text-align: center;
  	background-image: url(../img/a_pagrindinis.png);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: left;
}

.baner-content .text-content h2 {
  font-family: 'HelveticaLT';
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
  padding-right: 60%;
}

@media (max-width: 768px) {

    .baner-content .text-content h2 {
      font-family: 'HelveticaLT';
    	font-size: 50px;
    	font-weight: 700;
    	color: #FFF;
      padding-right: 50%;
    }
    .parallax-content{
      min-height: 60vh;
    }
    .baner-content{
      padding-top: 17vh;
    }
}

@media (max-width: 600px) {
  .baner-content .text-content h2 {
    font-family: 'HelveticaLT';
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    padding-right: 30%;
  }
  .parallax-content{
    min-height: 40vh;
  }
  .baner-content{
    padding-top: 17vh;
  }
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 105px;
    background-color: #E0AA2F;
    text-align: center;
    line-height: 40px;
    padding-bottom: 20px;
    box-shadow: 6px 6px 10px #00000030;
}

#home h2{
  text-align: left;
}

#secnav li{
  font-family: 'HelveticaLT', sans-serif;
  font-size: 16px;
  color: #EEEEEE!important;
  margin-left: 30px;
  padding-right: 15px;
}

@media (max-width:480px){
  #secnav li{
    margin-left: 0;
    padding-right: 15px;
  }

}

#secnav{
  background-color: #3A3939!important;
}

#secnav .container{
  text-align: right;
  overflow:hidden;
}
#secnav .container li{
  display:inline-block;

}




#about{
  background-color: #EEEEEE;
}

#about .about-us-title h2 {
  font-family: 'HelveticaLT';
	width: 100%;
	font-weight: 700;
	color: #3A3939;
}

#about .about-us-description p{
 font-size: 20px;
 color: #121212;
 line-height: 1.6;
 margin-top: 30px;
}

.about-img{
  max-width: 350px;
  padding: 80px 30px 0;
}

.about-img2{
    max-width: 100%;
}

#service{
  background-color: #3A3939;
  color: #ffffff;
}


.serv-img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    text-align: center;
}

.imagegallery img:hover{
  cursor: pointer;
}

#service .serv-desc h3 {
  font-family: 'HelveticaLT';
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-right: 40px;
  /* transition: 0.5s ease-in-out; */
}

@media (max-width:991px){
  #service .serv-desc h3{
    margin-top: 0!important;
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (max-width:767px){
  #service .serv-desc h3{
    margin-top: 0!important;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media (max-width:480px){
  #service .serv-desc h3{
    margin-top: 0!important;
    margin-bottom: 20px;
    font-size: 16px;
    padding-right: 20px;
  }
}

/*----------------Photo switching----------------------------*/

.serv-desc{

  height: 100%;
}

.servs{
  padding: 0 40px 20px 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  background-repeat:no-repeat;
}

@media (max-width:480px){
  .servs{
    padding: 0 20px 10px 0;
  }
}

.ser1{
  content: url(../img/a_pasl_1.png);
  animation: fadeInFromNone 0.5s ease-out;
}

.ser2{
  content: url(../img/a_pasl_2.png);
  transition: 0.5s ease-in-out;
}

.ser3{
  content: url(../img/a_pasl_3.png);
  transition: 0.5s ease-in-out;
}

.ser4{
  content: url(../img/a_pasl_4.png);
  transition: 0.5s ease-in-out;
}

.ser1:hover{
  animation: fadeInFromNone 0.5s ease-out;
  content: url(../img/a_pasl_11.png);
}

.ser2:hover{
  content: url(../img/a_pasl_21.png);
  transition: 0.5s ease-in-out;
}

.ser3:hover{
  content: url(../img/a_pasl_31.png);
  transition: 0.5s ease-in-out;
}

.ser4:hover{
  content: url(../img/a_pasl_41.png);
  transition: 0.5s ease-in-out;
}

.ser1:hover + #sertext1{
  color: #E0AA2F;
}

.ser2:hover + #sertext2{
  color: #E0AA2F;
}

.ser3:hover + #sertext3{
  color: #E0AA2F;
}

.ser4:hover + #sertext4{
  color: #E0AA2F;
}

.gone{
  display: none;
}

@media (max-width:991px){
  .gone{
    display: block;
    margin-top: 20px;
  }
}


.gone3{
  display: none;
}
.gone4{
  display: none;
}
.gone5{
  display: block;
}


@media (max-width:767px){
  .gone2{
    display: none;
  }
  .gone3{
    display: block;
  }
  .gone4{
    display: none;
  }
  .gone5{
    display: none;
  }
}

@media (max-width:450px){
  .gone2{
    display: block;
  }
  .gone3{
    display: none;
  }
  .gone4{
    display: block;
  }
}






.thumbnail{
  border: none;
}

.thumbnail:hover .ser11 + .sertext1 h3{
    color: ;
    transition: 0.5s ease-in-out;
}

/*--------------------------------------------------------------*/

.gallerybutton {
  font-family: 'HelveticaLT'!important;
  border: none;
  background-color: #E0AA2F;
  padding: 10px 22px;
  text-align: center;
  font-size: 20px;
  margin: 30px 2px 0;
  cursor: pointer;
  float: right;
}

.gallery_icon{

}

@media (max-width:768px){
  .gallerybutton {
    padding: 7px 15px;
    text-align: center;
    font-size: 18px;
  }
}


#gallery{
  background-color: #EEEEEE;
}

#serv1img{
  background-color: #EEEEEE!important;
}

#serv2img{
  background-color: #3A3939!important;
}

#serv2img h2{
  color: #EEEEEE!important;
}

#serv3img{
  background-color: #FFFFFF!important;
}

#serv4img{
  background-color: #EEEEEE!important;
}

#serv5img{
  background-color: #3A3939!important;
}

#serv5img h2{
  color: #EEEEEE!important;
}

#contact p{
  font-family: 'HelveticaLT';
}

.oneline{
  width:100%;
  height: 1px;
  background-color: #E0AA2F;
  border-style:
  border: 1px #E0AA2F;
  margin: 15px -20px 15px 0;
}

.contact_htext h5{
  font-family: 'HelveticaLT';
  color: #3A3939;
  font-size: 28px;
}

.contact_htext h6{
  font-family: 'HelveticaLT';
  color: #3A3939;
  font-size: 22px;
}

.cont-img{
  width: 28px;
  height: 28px;
  padding-right: 10px;
  margin-bottom: 5px;
}

.gallery_icon{
  height: 60px;
  padding-right: 20px;
  margin-bottom: 5px;
}


@media (max-width:480px){
  .gallery_icon{
    height: 40px;
  }
}

/*-------------------------Galery Modal stuff------------------*/

.container .image-container .image{
  overflow: hidden;
}

.container .image-container .imagegallery img{
  object-fit: cover;
  transition: .2s linear;
  padding-top: 30px;
}

.container .image-container .imagegallery:hover img{
  transform: scale(0.99);
}


.container .popup-image{
   position: fixed;
   top: 0; left: 0;
   background: #000000d4;
   height: 100%;
   width: 100%;
   z-index: 10000000;
}

.container .popup-image span{
    position: absolute;
    bottom:60; right:30px;
    font-size: 60px;
    font-weight: bolder;
    color: #ffffff;
    cursor: pointer;
    z-index: 10000000;
    opacity: 0.9;
}

.container .popup-image img{
  position: absolute;
  top: 50%; left: 50%;
  width: 750px;
  transform: translate(-50%, -50%);
  object-fit: cover;
  border-style: solid;
  border: 30px white;
}

@media (max-width:768px){
  .container .popup-image img{
    width: 95%;
  }
}


/*---------------------Dropdown with arrow--------------------*/
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a{
  background-image: none;
  box-shadow: none!important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus{
  background-color: #e0aa2f;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-nav>li>.dropdown-menu{
  background-color: #e0aa2f;
  border: none;
  border-radius: none;
  margin-top: 20px;
}

.dropdown-menu{
  border-radius: none;
  font-family: 'HelveticaLT';
  padding-left: 20px;
  font-size: 20px;
  line-height: 20px;
}

.dropdown-item {
    color: #3A3939;
}

.dropdown-item {
    color: black;
}

.dropdown-menu{
  min-width: 250px;

}

.dropdown-menu>a {
	color: #3B3A39!important;
	font-size: 20px;
	font-weight: 600;
	text-shadow: none;
	padding: 20px 0 0 0;
	letter-spacing: 0.5px;
  transition: color 0.5s ease;
}
.dropdown-menu>a:hover {
  transition: color 0.5s ease;
	color: #FFFFFF!important;
  text-decoration: none;
}

/*--------------------------menu responsive--------------------------*/

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none;
  border-color: #10101000;
  background-color: #E0AA2F;
}

@media (max-width: 767px){

  .dropdown-menu{
    padding: 0;
    text-align: center;
  }

  .border_on{
    border-top: 1px black;
  }


  .navbar-inverse .navbar-nav>li {
    margin-left: 0px;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }

  .header .container{
    padding: 0;
  }

  .header .container .navbar{
    padding: 0 15px;
    height: 1px;
  }

  #main-nav .{

  }

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after{
  clear: both;
}

}






ul{
  padding-inline-start: 0!important;

}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}
.navbar-nav>li{
  font-family: 'HelveticaLT';
}

.navbar-nav>li>a {
	color: #3B3A39!important;
	font-size: 24px;
	font-weight: 600;
	text-shadow: none;
	padding: 20px 0 0 0;
	letter-spacing: 0.5px;
  transition: color 0.5s ease;



}
.navbar-nav>li>a:hover {
  transition: color 0.5s ease;
	color: #FFFFFF!important;
}
.navbar-nav>li>a:active {
	color: #FFFFFF!important;
}

.navbar-nav>li {
	margin-left: 45px;
}

.textright{
  text-align: center;
}

.navbar-brand {
	font-family: 'OpenSansB', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #fff!important;
	transition: all 0.5s;

}
.navbar-brand em {
	font-style: normal;
	color: #f7c552;
	font-size: 32px;
}
.header.active .navbar-brand {
	color: #121212!important;
}
.header .navbar-brand {
    font-weight: 800;
}
.navbar-inverse {
	background-image: none;
	background-color: #E0AA2F;
}
.header .navbar {
    margin: 0;
    border: none;
}

.page-section {
    padding: 80px 0;
}

.page-section2 {
    padding: 80px 0;
}

@media (max-width: 767px) {
  .page-section{
    padding: 50px 0;
  }
  .page-section2 {
      padding: 50px 0 0;
  }

  #contact .page-section{
    padding: 0 0;
  }
}
@media (max-width: 480px) {
  .page-section{
    padding: 40px 0;
  }
}

.navbar-inverse .navbar-toggle {
	margin: 15px 0 0;
    border-color: #3A3939;
    background-color: #3A3939;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #585858;
  border-color: #3A3939;
}
bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
        font-size: 25px!important;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}






.baner-content .text-content h2 span {
	color: #2BA461!important;
}

.baner-content .text-content p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
}

.baner-content .text-content img {
  margin: 20px 0;
  max-width: 70%;

}

.img-padd {
  max-width: 140px;
  padding: 15px 0px;
}



#services {
	padding: 100px 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: #fff;
}


#services .about-us-description p{
 font-size: 24px;
 color: #121212;
 line-height: 1.6;
 margin-top: 70px;
}

#map{
  height: 350px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.services{
  height: 150px;
  width: 150px;
  background-color: #2BA461;
  border-radius: 75px;
  border: 2px #2BA461!important;
  z-index: 5000;
}

.services:hover{
  height: 150px;
  width: 150px;
  background-color: #2BA461;
  border-radius: 75px;
}

.serv1{
  background-image: url(../img/icon12.svg);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.serv1:hover {
  background-color: #dddddd;
  background-image: url(../img/icon11.svg);
  background-size: 95px 95px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}

.serv2{
  background-image: url(../img/icon22.svg);
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.serv2:hover {
  background-color: #dddddd;
  background-image: url(../img/icon21.svg);
  background-size: 95px 95px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}

.serv3{
  background-image: url(../img/icon32.svg);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.serv3:hover {
  background-color: #dddddd;
  background-image: url(../img/icon31.svg);
  background-size: 105px 105px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}

.serv4{
  background-image: url(../img/icon42.svg);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.serv4:hover {
  background-color: #dddddd;
  background-image: url(../img/icon41.svg);
  background-size: 105px 105px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s ease-in-out;
}

button:focus {outline:0;}


.parallax-content2 {
  width: 100%;
  height: 40vh;
  background-size: cover;
}

.space{
  margin-top: 50px;
  /*background-color: #fff!important;*/
}

.space3{
  margin-top: 110px;
  /*background-color: #fff!important;*/
}

@media (max-width:767){
  .space3{
    margin-top: 300px;
  }
}

.space4{
  margin-top: 40px;
  /*background-color: #fff!important;*/
}
@media (max-width:500){
  .space4{
    margin-top: 0;
  }
}


#contacts {
	background-color: #fff;

}
#contacts .contacting-info {
	margin-top: -20px;
}
#contacts .about-us-description p{
 font-size: 24px;
 color: #121212;
 line-height: 1.6;
 margin-top: 70px;
 margin-bottom: 70px;
}

#contacts .about-us-title {

	background-color: #2ba461;
	width: 50%;
}
#contacts .about-us-title h2 {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	position: relative;
	right: 5px;
	padding: 10px 0;
}
#contacts .contacting-info h3 {
	text-transform: uppercase;
	margin-top: 80px;
	font-weight: 700;
	padding-left: 15px;
}

#contacts .contacting-info p {
	padding-left: 15px;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
	font-size: 16px;
}
form {
	margin-top: 30px;
}
textarea {
	border-top: 0;
	border-left: 0;
	border-width: 2px;
	border-color: #000;
	width: 100%;
	margin-top: 30px;
	font-size:  18px;
  resize: vertical;
  height: 200px;
  max-height: 200px;
}

input[name="firstname"] {
border-top: 0;
border-left: 0;
border-right:0;
border-width: 2px;
border-color: #000;
width: 100%;
margin-top: 30px;
font-size:  18px;
  }
  input[name="lastname"] {
	border-top: 0;
	border-left: 0;
	border-right:0;
	border-width: 2px;
	border-color: #000;
	width: 100%;
	margin-top: 30px;
	font-size:  18px;
	  }

	.send-button {

		background-color:#2ba461;
		border: none;
		color: white;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
		padding: 10px 40px;
		border-radius: 20px;
		text-transform: uppercase;
		font-weight: 500;
		font-size: 16px;

	}

.wrapper {
  text-align: center;
}


.pop #contact {
	z-index: 99999;
	position: fixed;
	top: 25%;
	left: 20%;
	right: 20%;
}

.pop {
	z-index: 99999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    width: 100%;
    top:0;
    left:0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 15px;
}

.pop span {
	z-index: 999;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #33c1cf;
}

.pop span:hover {
	background-color: #596065;
	transition: all 0.5s;
}

footer {
  text-align: left;
  background-color: #2E2E2E;
  color: #DBDBDB;
  text-transform: uppercase;
  margin: -6px;
}

footer .row{
  height: 70px;
}

footer h4{
  font-family: 'HelveticaLT';
  padding: 20px 0;
}
