/*Landing page*/

#t4-hero {
    background: linear-gradient(45deg, white 20%, #000000);
    background: -webkit-linear-gradient(45deg, white 20%, #000000);
    background: -moz-linear-gradient(45deg, white 20%, #000000);
    padding-top: 25vh;
    padding-bottom: 0;
}

#t4-header + #t4-hero {
    margin-top: -100px;
    display: flex;
    justify-content: center;
    align-content: center;
    min-height: 90vh;
    justify-items: center;
}


.hero-content .lead {
    font-size: 1.4rem!important;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 80%);
}

#t4-section-6 .bg-overlay-image {
    background-image: url(/images/visuals/background-9.jpg);
    background-repeat: inherit;
    background-size: cover;
    background-position: 50% 0;
    background-attachment: inherit;
    background-blend-mode: soft-light;
    background-color: #dedede;
}


h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 1em;
    margin-bottom: 0.5rem;
}

/*cookie consent table*/
.cookielist{
    border:1px solid #eee;
    color:grey;
    font-size:0.8em
    }
.cookielist td{
    border:1px solid #eee;
}

.cookielist tr:hover{
    background:#f9f9f9;
    border:1px solid white;
    color:black;
    box-shadow:0px 0px 5px #e1e1e1;
}

.cookielist th {
    background: #f4f4f4;
    color:black;
    font-size:0.8rem;
}



/*Menu*/

@media (min-width: 992px){
.nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 1.875rem 0.6em;
    font-weight: 600;
}
}
.layout-default .t4-megamenu .navbar-nav > li > a, .layout-default .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 1.875rem 0.45em;
    font-weight: 600;
}

@media (min-width: 992px){
.not-at-top > .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > a, .not-at-top > .nav-breakpoint-lg .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 1.1rem 1.25em!important;
    transition: 0.2s ease;
}
}

.layout-default > .t4-megamenu .navbar-nav > li.active > a, .layout-default > .t4-megamenu .navbar-nav > li.active > .nav-link {
    color: black;

}

.layout-default .t4-megamenu .navbar-nav > li > a, 
.layout-default .t4-megamenu .navbar-nav > li > .nav-link {
    color: black;
}

.layout-default .t4-megamenu .navbar-nav > li.active > a, 
.layout-default .t4-megamenu .navbar-nav > li.active > .nav-link {
    color: black;

}

#t4-header.t4-sticky {
    position: sticky;
    position: -webkit-sticky;
}

.not-at-top .t4-sticky {
    background-color: #ffffff!important;
    color:red;
}

.not-at-top  .t4-sticky .t4-megamenu .navbar-nav > li > a, 
.not-at-top  .t4-megamenu .navbar-nav > li > .nav-link {
    color: black;
}



.t4-offcanvas-toggle i, .navbar-toggler i {
    font-size: 26px;
    color: #424242;
}

@media (max-width: 991.98px){
#t4-header .container {
    padding-top: 1rem;
    padding-bottom: 2rem;
}
}

.nav-item:active img {
 font-weight:600;

}

.nav-item:not(.active) img {
  filter: grayscale(1) brightness(1);
  opacity: 0.4;
  transition:0.2s;

}

.nav-item:hover img {
    opacity: 1;
    filter: grayscale(0);
}

.nav-item.current .image-title {
    font-weight: 600;
}

.sidebar-r a.dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sidebar-r img.menu-img {
    height: 65px;
    object-fit: cover;
    width: 100px;
    margin: 0 0.8em 0 0;
    border-radius: 4px;
}

.sidebar-r li.nav-item {
    border-bottom: 1px solid #e3e3e3;
    padding: 0.5em 0;
}

.sidebar-r .dropdown-item {
    padding: 0;
}



/*Ofcanvas menu*/
.module-title span {
    display: none;
}
.t4-offcanvas .t4-off-canvas-header h3 {
    display: none;
}
.t4-offcanvas .t4-off-canvas-header {
    background-color: #ffffff;
}
.t4-offcanvas .t4-off-canvas-header .close:hover, .t4-offcanvas .t4-off-canvas-header .close:focus, .t4-offcanvas .t4-off-canvas-header .close:active {
    background-color: rgba(0, 0, 0, 0.5);
}

.dropdown-item {
    white-space: initial;
}

li.nav-item:last-child {
    border-bottom: 0!important;
}

/* Landing page */


/*HERO*/

#t4-header + #t4-hero {
    margin-top: -100px;
    overflow: hidden;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 0em;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#t4-hero .bg-overlay:before {
    animation: gradient 10s linear infinite;
    content: '';
    position: absolute;
    width: 100%;
    opacity: 0.9;
    height: 100vh;
    /* background: radial-gradient(rgb(46 143 211 / 40%), rgb(191 212 243 / 12%)); */
    /* background: -webkit-radial-gradient(rgb(46 143 211 / 90%), rgb(191 212 243 / 12%)); */
    background:linear-gradient(353deg, rgb(255 255 255 / 70%) 5%, rgb(0 52 99 / 43%),rgb(5 67 111 / 50%)) 100% no-repeat;
    background: -webkit-linear-gradient(353deg, rgb(255 255 255 / 70%) 5%, rgb(0 52 99 / 43%),rgb(5 67 111 / 50%)) 100% no-repeat;
    background: -moz-linear-gradient(353deg, rgb(255 255 255 / 70%) 5%, rgb(0 52 99 / 43%),rgb(5 67 111 / 50%)) 100% no-repeat
  
    /* -webkit-animation: gradientAnimation 10s ease infinite; */
    /* animation: gradientAnimation 10s ease infinite; */
}

@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}
/*
@-webkit-keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
@keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
*/
/*
#t4-hero .bg-overlay-image {
    animation: hero-animacija 2 ease-in-out infinite alternate;
    -webkit-animation: hero-animacija 20s ease-in-out infinite alternate;
}

@keyframes hero-animacija {
    0% {
        transform: scale(1.0);
    }
  50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

*/

#t4-hero .hero-content {
    color: white;
}


#t4-hero h1.hero-heading {
    color: white;
    text-shadow: 0px 0px 4px rgb(0 0 0 / 80%);
    font-size: 2.4em;
}

.hero-content a.btn {
    color: white;
    background: linear-gradient(89deg, #59bae0,#1283c6);
    background: -webkit-linear-gradient(89deg, #59bae0,#1283c6);
    background: -moz-linear-gradient(89deg, #59bae0,#1283c6);
    border: 1px solid #3394ce;
}

.hero-content a.btn:hover {
  background: linear-gradient(89deg, #47acd4 30%,#024371);
  background: -webkit-linear-gradient(89deg, #47acd4 30%,#024371);
  background: -moz-linear-gradient(89deg, #47acd4 30%,#024371);
  border: 1px solid #5fb5d7;
  transition: 0.2s ease;
}

a.btn.btn-lg .fas {
    margin: 0 5px;
}


/*Paslaugos*/


#t4-section-1 .container, #t4-section-2 .container, #t4-section-3 .container, #t4-section-4 .container, #t4-section-5 .container, #t4-section-6 .container {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.acm-hero .hero-heading, .acm-hero .hero-img {
    margin-top: 0;
    margin-bottom: 1.4rem;
}

.paslaugos h2 {
    color: #3d86b0;
    font-size: 3em;
    margin-bottom: 1em;
}

.card, .contentpane .well {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(52, 58, 64, 0.12);
    border-radius: 0;
    outline: 6px solid rgb(0 0 0 / 25%);
    overflow:hidden;
    min-height: 330px;
    transition: 0.2s ease;
}

 .card-img-overlay {
    position: absolute;
    top: unset;
    display: flex;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 119px;
    right: unset;
    left: 0;
    margin: 0px;
    background: linear-gradient(124deg, rgb(4 93 146 / 90%), rgb(13 125 189 / 40%));
    background: -webkit-linear-gradient(124deg, rgb(4 93 146 / 90%), rgb(13 125 189 / 40%));
    background: -moz-linear-gradient(124deg, rgb(4 93 146 / 90%), rgb(13 125 189 / 40%));
    /* background: -webkit-linear-gradient(54deg
, rgb(0 0 0 / 60%) 30%, rgb(58 206 165 / 30%) 90%, rgb(44 175 29 / 20%)); */
    background: -moz-linear-gradient(54deg, rgb(9 124 193) 40%, rgb(58 206 165 / 90%) 90%, rgb(44 175 29 / 30%));
    padding: 1em;
    backdrop-filter: blur(2px);
}

.card:hover .card-img-overlay,
.card:focus .card-img-overlay{
   background: linear-gradient(10deg, rgb(13 98 185 / 65%) 52%, rgb(58 206 206 / 40%));
   background: -webkit-linear-gradient(10deg, rgb(13 98 185 / 65%) 52%, rgb(58 206 206 / 40%));
   background: -moz-linear-gradient(10deg, rgb(13 98 185 / 65%) 52%, rgb(58 206 206 / 40%));
   backdrop-filter: blur(3px);
   backdrop-filter: -webkit-blur(3px);
   backdrop-filter: -moz-blur(3px);
}

.card-img {
    width: 100%;
    border-radius: 0;
    transform: scale(1.08);
    transition: 0.3s ease;
}

.card:hover .card-img,
.card:focus .card-img{
   transform:scale(1.2);
   transform:-webkit-scale(1.2);
   transform:-moz-scale(1.2);
   transition:1s ease-in-out;
   filter:brightness(0.8) contrast(1.3)
}

.card-text{
   opacity:0;
   font-size:0;
   transition: 0.2s ease;
}

.card:hover .card-text,
.card:focus .card-text{
    display: block!important;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    font-size: initial;
    margin-top: 10px;
}

.paslaugos {
    background: url(http://ekometrija.lt.kardamonas.serveriai.lt/images/visuals/background-1.jpg) #9ac3c2;
    background-size: cover;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: screen;
}

h3.card-title {
    color: white;
    line-height: 1.1em;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}



h3.card-title:after {
    content: '';
    left: 0;
    display: block;
    width: 3.5rem;
    margin-top: 1px;
    height: 0.0rem;
    background-color: rgba(255, 255, 255, 0.55);
}

.card:hover .card-title h3,
.card:focus .card-title h3{
    margin-top: 14px;
    margin-bottom:0.75em;
    transition: all 0.2s ease-in-out;
}

.card-title {
    margin-bottom: 0.25rem;
}
.card:hover h3:after, card:focus h3:after {
    margin-top: 8px;
    height: 0.15rem!important;
    background-color: rgba(255, 255, 255, 0.85);
    transition: all 0.2s ease-in-out;
}

a.card-link.btn {
    font-size: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.card:hover a.card-link,
.card:focus a.card-link{
    color: white;
    background: none;
    padding: 7px 14px;
    font-size: 0.9em;
    margin-top: 10px;
    border: 1px solid;
}


.card:hover a.card-link:hover {
    color: black;
    background: white;
    border: 1px solid transparent;
}

/*KAS MES*/

@media (min-width: 1200px)
#t4-section-8 .t4-section-module {
    padding-left: 4.063em!important;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 1200px)
#t4-section-7 .t4-section-module, #t4-section-8 .t4-section-module {
    padding-top: 4.375em;
    padding-bottom: 9.375em;
}


#t4-section-8 .hero-content {
    margin: 5rem;
    width: 60%;
}

#t4-header + #t4-hero {
    margin-top: -100px;
}


#t4-apie-mus .acm-hero .hero-content {
    padding: 1em 2em;
    background: linear-gradient(45deg, rgb(0 0 0 / 20%),rgb(0 0 0 / 10%));
    background: -webkit-linear-gradient(45deg, rgb(0 0 0 / 20%),rgb(0 0 0 / 10%));
    background: -moz-linear-gradient(45deg, rgb(0 0 0 / 20%),rgb(0 0 0 / 10%));
    font-size: 1em;
    overflow: hidden;
  backdrop-filter:blur(4px);  
}

#t4-apie-mus .hero-content .lead {
    font-size: 1.2rem!important;
    line-height: 1.8em;
    margin-bottom: 2em;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 80%);
    padding-bottom: 0px!important;
    padding: 0;
    margin: 0;
 
}

.acm-hero .hero-btn-actions {
    margin-top: 1.375rem;
    margin-bottom: 1em;
}

#t4-apie-mus {
  min-height: 95vh;  
  color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#t4-apie-mus:after {
content: '';
    background: radial-gradient( rgb(0 0 0 / 20%), rgb(0 0 0 / 10%));
    background: -webkit-radial-gradient( rgb(0 0 0 / 20%), rgb(0 0 0 / 10%));
    background: -moz-radial-gradient( rgb(0 0 0 / 20%), rgb(0 0 0 / 10%));
  height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
}

#t4-apie-mus h1 {
    color: white;

}



/*Paslaugos*/

@media (min-width: 992px){
  .t4-component, .component {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}
  .t4-sidebar, .t4-sidebar-r, .sidebar, .sidebar-r {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}

.t4-module .nav li, .t4-card .nav li, .moduletable .nav li, .module_menu .nav li {
    display: block;
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.t4-module .nav li a, .t4-card .nav li a, .moduletable .nav li a, .module_menu .nav li a {
    color: #2d2d2d;
}


.t4-module .nav > li.active > a, .t4-card .nav > li.active > a, .moduletable .nav > li.active > a, .module_menu .nav > li.active > a {
    color: #1b1b1b;
    font-weight: 600;
}


h3.ja-masthead-title {
    font-size: 3em;
    line-height: 1em;
}

.blog .item-content .page-header > h2, .blog-featured .item-content .page-header > h2 {
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.1em;
    letter-spacing: -0.5px;
}


/* Vidiniai*/

.t4-masthead .container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.ja-masthead:before {
    background: linear-gradient(90deg, #053b5a, #0a4c52, #0b1500)!important;
    background: -webkit-linear-gradient(90deg, #053b5a, #0a4c52, #0b1500)!important;
    background: -moz-linear-gradient(90deg, #053b5a, #0a4c52, #0b1500)!important;
  background-position: center center;  
  content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.t4-masthead .ja-masthead .ja-masthead-detail {
    padding: 1rem 0;
    text-align: left;
}

.t4-masthead .ja-masthead {
    color: #fff;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 250px;
    background-position:center;
}


.com-content-article li {
    margin-bottom: 0.5em;
}


.items-row.cols-2 .item .item-image, .items-row.cols-3 .item .item-image, .items-row.cols-4 .item .item-image, .items-row.cols-5 .item .item-image, .items-row.cols-6 .item .item-image {
    max-height: 400px;
 
}


/*Apie Mus*/

.sertifikatai {
  transition: .2s;
    
}
.sertifikatai:hover, .sertifikatai:focus-within {
    transform: scale(1.7);
    z-index: 1;
}

figure figcaption {
    background-color: #f1f1f1;
    color: #818181;
    font-size: 0.825rem;
    letter-spacing: initial;
    padding: 0.5rem 0.5rem;
    text-transform: none;
    text-align: center;
    text-shadow: none;
}


/* Kontaktai*/
.title-info {
    display: none;
}

.com-content-article__body .contact-misc .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #007bc3;
    color: white;
}

.com-content-article__body .contact-misc .nav.nav-tabs li a {
    display: block !important;
    font-size: 1.2em;
    margin: 0.1em 0.2em 0.5em 0;
    background: #f2f2f2;
    border-radius: 4px;
}

.com-content-article__body .contact-misc .nav-tabs {
    border-bottom: 0px solid #ddd;
}

.com-content-article__body .contact-blocks div {
    min-height: 172px;
    line-height:1.5em;
}

.contact-blocks div:hover {
    background:#f5f5f5;
}

.contact-blocks div a {
    border-bottom:1px dotted #ccc;
    text-decoration:none;
}

.com-content-article__body h3, .h3 {
    font-size: 1.8em;
  margin-bottom:1em;
}



.contact .plain-style .contact-title h2, .contact .plain-style .title-link h3, .contact .plain-style .title-info h2, .contact .plain-style .contact-articles-title h2 {
    padding-bottom: 0;
    text-transform: none;
    border-bottom: 0;
    margin: 2em 0 1rem 0;
font-size: 1.8em;
    color: #333333;
    font-weight: bold;
} 
}





.nav-tabs + .tab-content {
    padding: 1rem 1em;
    border: 1px solid #d6d6d6;
}

.contact-blocks h4, .h4 {
    font-size: 1rem;
    text-decoration: underline;
    padding: 0;
    line-height: 1em;
    border-bottom: 0px solid var(--dark);
    font-weight: 600;
    margin-top: 1.1em;
    font-family: 'Oxygen';
    margin-bottom: 0.4em;
}

.contact-blocks div {
    min-height: max-content;
    line-height: 1.5em;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: unset;
    font-weight: 600;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #d6d6d6;
    border-bottom: 1px solid white;
}

.nav-tabs {
    border-bottom: 0px solid #ddd;
}


.nav-tabs + .tab-content {
    padding: 1rem 1em;
    border: 1px solid #d6d6d6;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: #efefef;
}

/*footer*/
#t4-footer-nav {
    font-size: 0.7em;
}

#t4-footer-nav {
    background: #f7f7f7;
    padding-top: 2em;
    padding-bottom: 1.5em;
    color: #999999;
    font-size: 0.7em;
}

#t4-footer-nav .logo-image img {
  max-width: 120px;
  filter: grayscale(1) brightness(.9);
  filter: -webkit-grayscale(1) -webkit-brightness(.9);
  filter: -moz-grayscale(1) -moz-brightness(.9);
  opacity: 0.6;
  transition:0.2s all;
}
#t4-footer-nav .logo-image img:hover,
#t4-footer-nav .logo-image img:focus{
  filter: grayscale(0) brightness(1);
  filter: -webkit-grayscale(0) -webkit-brightness(1);
  filter: -moz-grayscale(0) -moz-brightness(1);
  opacity: 1;
}


#t4-footer-nav .t4-footer-nav a {
    color: #636363;
    text-decoration: underline;
}

#t4-footer-nav .t4-footer-nav h3 {
    color: #333333;
}

.t4-module {
    padding: 0;
    margin-top: 0rem;
}





/*Paslaugos*/

.paslaugos-card {
    border: 1px solid #eaeaea;
    margin: 1em;
    transition: 0.2s all;
    overflow:hidden;
}

.paslaugos-card:hover,
.paslaugos-card:focus{
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 15px #9aa;
    background: white;
}

.paslaugos-card:hover img,
.paslaugos-card:focus img {
   transform:scale(1.15);
   transform:-webkit-scale(1.15);
   transform:-moz-scale(1.15);
   transform-origin: right;
}


.paslaugos-block {
    height: 250px;
    justify-content: center;
    align-items: center;
}

.paslaugos-card img {
    padding: 0em 0em;
    transition: 0.2s all;
}

paslaugos-card-body {
 padding:0 2em; 
}

h2.paslaugos-card-title {
    line-height: 1.1em;
    font-size: 1.6em;
}


a.paslaugos-card-link {
    background: #007bc2;
    color: white;
}

a.paslaugos-card-link:hover {
    background: #0669a2;
    color: white;
}


.paslaugos-section ul {
    margin: 0 0 1em;
    padding: 0 0 0 1.2em;
}

/*Geologines paslaugos*/

.paslaugos-section {
    border-bottom: 1px solid #e3e3e3;
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.paslaugos-section:last-child {
    border-bottom: 0;
}

.section-title {
    margin-top: 0;
    margin-bottom: 0.5em;
    line-height: 1.1em;
}

.contact-inner {
    background: #f4f4f4;
    padding: 0 3em;
}
