@charset "utf-8";.acm-features .features-item:before,
.acm-features .features-item:after {
  display: table;
  content: " ";
}
.acm-features .features-item:after {
  clear: both;
}
.acm-features img {
  max-width: 100%;
}
.acm-features .features-item-inner {
  position: relative;
}
.acm-features .owl-controls .owl-buttons > div {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-features .owl-controls .owl-buttons > div + div {
  margin-left: 16px;
}
.acm-features .owl-controls .owl-buttons > div .fa {
  color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 40px;
}
.acm-features .owl-controls .owl-buttons > div .fa.fa-angle-left {
  text-indent: -1px;
}
.acm-features .owl-controls .owl-buttons > div .fa.fa-angle-right {
  text-indent: 3px;
}
.acm-features .owl-controls .owl-buttons > div:hover {
  background-color: #e64164;
  color: #ffffff;
}
.acm-features .owl-controls .owl-buttons > div:hover .fa {
  color: #ffffff;
}
.acm-features.style-1 {
  background: #78003f;
}
.acm-features.style-1 .row {
  margin: 0;
}
.acm-features.style-1 .row [class^="col-"] {
  padding: 0;
}
.acm-features.style-1 img {
  width: 100%;
}
.acm-features.style-1 .block-features {
  background: #78003f;
  position: relative;
  min-height: 400px;
}
.acm-features.style-1 .features-item-inner {
  background: #78003f;
  min-height: 400px;
}
.acm-features.style-1 .features-item-inner:hover .mask {
  background: #78003f;
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-features.style-1 .features-item-inner:hover .features-action,
.acm-features.style-1 .features-item-inner:hover ul {
  max-height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-1 .features-item-inner .features-img {
  overflow: hidden;
}
.acm-features.style-1 .features-item-inner .features-action,
.acm-features.style-1 .features-item-inner ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-1 .features-item-inner .mask {
  background: #78003f;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1) inset;
}
.acm-features.style-1 .features-content {
  background: transparent;
  position: absolute;
  padding: 0 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .acm-features.style-1 .features-content {
    padding: 0 64px;
  }
}
.acm-features.style-1 .features-content h3 {
  color: #ffffff;
  margin: 0 0 48px;
  padding-bottom: 48px;
  position: relative;
}
.acm-features.style-1 .features-content h3:after {
  content: "";
  display: block;
  border-bottom: 2px solid #e64164;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.acm-features.style-1 .features-content p {
  font-size: 15px;
  line-height: 1.6;
  padding: 0 32px;
}
.acm-features.style-1 .features-content ul {
  margin-top: 48px;
  list-style: none;
  padding: 0;
  font-size: "Raleway", sans-serif;
}
.acm-features.style-1 .features-content ul li + li {
  margin-top: 5px;
}
.acm-features.style-1 .features-content ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}
.acm-features.style-1 .features-content ul li a:hover {
  color: #78003f;
  text-decoration: none;
}
.acm-features.style-1 .features-content .btn {
  display: block;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.acm-features.style-1 .owl-carousel {
  padding: 0;
}
.acm-features.style-1 .owl-item {
  border-right: 1px solid #c186a4;
}
.acm-features.style-1 .owl-controls {
  bottom: 20px;
  right: 20px;
  position: absolute;
  margin: 0;
}

.acm-features.style-2 .row > div.col-sm-2:nth-child(6n+1),
.acm-features.style-2 .row > div.col-sm-3:nth-child(4n+1),
.acm-features.style-2 .row > div.col-sm-4:nth-child(3n+1),
.acm-features.style-2 .row > div.col-sm-6:nth-child(2n+1) {
  clear: both;
}
.acm-features.style-2 .block-title {
  background: transparent;
  color: #78003f;
  margin: 0 0 32px 0;
  padding: 0;
}
.acm-features.style-2 .block-title:after {
  position: relative;
  top: 7px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #78003f;
  content: "";
}
.acm-features.style-2 .block-intro {
  font-size: 20px;
  color: #c186a4;
  margin: 0 0 96px 0;
}
@media (min-width: 992px) {
  .acm-features.style-2 .block-intro {
    width: 50%;
  }
}
.acm-features.style-2 .features-item {
  padding: 32px;
  border: 1px solid #eeeeee;
  margin-bottom: 0;
}
.acm-features.style-2 .features-item .font-icon {
  font-size: 45px;
  color: #333333;
  margin-bottom: 32px;
}
.acm-features.style-2 .features-item .img-icon {
  margin-bottom: 32px;
}
.acm-features.style-2 .features-item h3 {
  margin: 0 0 32px;
}
.acm-features.style-2 .features-item p {
  margin: 0 0 32px;
  line-height: 1.6;
}
.t3-content .acm-features.style-2 {
  margin-top: initial;
}
.t3-content .acm-features.style-2 > .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.acm-features.style-3 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/fizika.jpg");
  background-size: cover;
}
.acm-features.style-3 .container {
  padding: 32px 0;
}
.acm-features.style-3 .container > div {
  width: 100%;
  margin: 0 -16px;
}
@media (max-width: 768px) {
  .acm-features.style-3 .container > div {
    margin: 0;
  }
}
.acm-features.style-3 .container > div .col {
  width: calc((100% - 32px) / 3);
  float: right;
  padding: 32px;
}
@media (max-width: 991px) {
  .acm-features.style-3 .container > div .col {
    padding: 16px;
  }
  .acm-features.style-3 .container > div .col h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .acm-features.style-3 .container > div .col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .acm-features.style-3 .container > div .col h3 {
    font-size: 15px;
  }
}
.acm-features.style-3 .row {
  margin: 0;
}
.acm-features.style-3 .row [class^="col-"] {
  padding: 0;
}
.acm-features.style-3 img {
  width: 100%;
}
.acm-features.style-3 .block-features {
  background: #78003f;
  position: relative;
  min-height: 300px;
}
.acm-features.style-3 .features-item-inner {
  min-height: 300px;
}
@media (max-width: 991px) {
  .acm-features.style-3 .features-item-inner {
    min-height: 250px;
  }
}
.acm-features.style-3 .features-item-inner:hover .mask {
  background: #78003f;
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-features.style-3 .features-item-inner:hover .features-action,
.acm-features.style-3 .features-item-inner:hover ul {
  max-height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-3 .features-item-inner:hover .btn:before {
  content: "";
  display: block;
  border-top: 2px solid #e64164;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  top: -28px;
}
.acm-features.style-3 .features-item-inner .features-img {
  overflow: hidden;
}
.acm-features.style-3 .features-item-inner .features-action,
.acm-features.style-3 .features-item-inner ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-3 .features-item-inner .mask {
  background: rgba(120, 0, 63, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1) inset;
}
.acm-features.style-3 .features-content {
  background: transparent;
  position: absolute;
  padding: 0 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .acm-features.style-3 .features-content {
    padding: 0 64px;
  }
}
.acm-features.style-3 .features-content h3 {
  color: #ffffff;
  position: relative;
}
.acm-features.style-3 .features-content p {
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
}
.acm-features.style-3 .features-content ul {
  margin-top: 48px;
  list-style: none;
  padding: 0;
  font-size: "Raleway", sans-serif;
}
.acm-features.style-3 .features-content ul li + li {
  margin-top: 5px;
}
.acm-features.style-3 .features-content ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}
.acm-features.style-3 .features-content ul li a:hover {
  color: #78003f;
  text-decoration: none;
}
.acm-features.style-3 .features-content .btn {
  display: block;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.acm-features.style-3 .owl-carousel {
  padding: 0;
}
.acm-features.style-3 .owl-item {
  border-right: 1px solid #c186a4;
}
.acm-features.style-3 .owl-controls {
  bottom: 20px;
  right: 20px;
  position: absolute;
  margin: 0;
}
.inst1 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/chemines_fizikos_institutas.jpg");
}
.inst2 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/fotonikos_nanotechnologiju_institutas.jpg");
}
.inst3 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/lazeriniu_tyrimu_centras.jpg");
}
.inst4 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/taikomosios_elektrodinamikos_ir_telekominukaciju_institutas.jpg");
}
.inst5 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/teorines_fizikos_ir_astronomijos_institutas.png");
}
.inst6 .acm-features.style-4 {
  background-image: url("https://www.flf.vu.lt/templates/ja_alumni/acm/features-intro/images/bendradarbiavimo_su_cern_centras.jpg");
}
.acm-features.style-4 .container {
  padding: 32px 0;
}
.acm-features.style-4 .container > div {
  margin: 0;
}
@media (max-width: 991px) {
  .acm-features.style-4 .container > div {
    margin: 0;
  }
}
.acm-features.style-4 .container > div .col {
  width: 33.3%;
  float: left;
  padding: 16px;
}
@media (max-width: 991px) {
  .acm-features.style-4 .container > div .col {
    padding: 16px;
  }
  .acm-features.style-4 .container > div .col h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .acm-features.style-4 .container > div .col {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .acm-features.style-4 .container > div .col h3 {
    font-size: 15px;
  }
}
.acm-features.style-4 .row {
  margin: 0;
}
.acm-features.style-4 .row [class^="col-"] {
  padding: 0;
}
.acm-features.style-4 img {
  width: 100%;
}
.acm-features.style-4 .block-features {
  background: #78003f;
  position: relative;
  min-height: 300px;
}
.acm-features.style-4 .features-item-inner {
  min-height: 230px;
}
@media (max-width: 991px) {
  .acm-features.style-4 .features-item-inner {
    min-height: 250px;
  }
}
.acm-features.style-4 .features-item-inner:hover .mask {
  background: #78003f;
  filter: alpha(opacity=100);
  opacity: 1;
}
.acm-features.style-4 .features-item-inner:hover .features-action,
.acm-features.style-4 .features-item-inner:hover ul {
  max-height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-4 .features-item-inner:hover .btn:before {
  content: "";
  display: block;
  border-top: 2px solid #e64164;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  top: -28px;
}
.acm-features.style-4 .features-item-inner .features-img {
  overflow: hidden;
}
.acm-features.style-4 .features-item-inner .features-action,
.acm-features.style-4 .features-item-inner ul {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.acm-features.style-4 .features-item-inner .mask {
  background: rgba(120, 0, 63, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1) inset;
}
.acm-features.style-4 .features-content {
  background: transparent;
  position: absolute;
  padding: 0 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .acm-features.style-4 .features-content {
    padding: 0 64px;
  }
}
.acm-features.style-4 .features-content h3 {
  color: #ffffff;
  position: relative;
}
.acm-features.style-4 .features-content p {
  font-size: 15px;
  line-height: 1.6;
  padding: 0;
}
.acm-features.style-4 .features-content ul {
  margin-top: 48px;
  list-style: none;
  padding: 0;
  font-size: "Raleway", sans-serif;
}
.acm-features.style-4 .features-content ul li + li {
  margin-top: 5px;
}
.acm-features.style-4 .features-content ul li a {
  font-size: 11px;
  text-transform: uppercase;
  color: #ffffff;
}
.acm-features.style-4 .features-content ul li a:hover {
  color: #78003f;
  text-decoration: none;
}
.acm-features.style-4 .features-content .btn {
  display: block;
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.acm-features.style-4 .owl-carousel {
  padding: 0;
}
.acm-features.style-4 .owl-item {
  border-right: 1px solid #c186a4;
}
.acm-features.style-4 .owl-controls {
  bottom: 20px;
  right: 20px;
  position: absolute;
  margin: 0;
}
.acm4-institutas .acm-features.style-4 {
  margin-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.acm4-institutas .acm-features.style-4 .container {
  padding: 128px 0;
}
.acm4-institutas .acm-features.style-4 .container > div .col {
  padding: 32px;
}
.view-article .style-4 .container {
  padding: 0;
}
.custom-menu-blocks-style ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px;
  padding: 0;
}
.custom-menu-blocks-style ul > li {
  display: flex;
  width: calc(33.33333333%);
  border: none;
}
.custom-menu-blocks-style ul > li > a {
  width: 100%;
  margin: 0 32px 25px 32px;
  padding: 12px 6px 0 12px;
  border: 1px solid #78003F;
  background: none !important;
  color: #78003F !important;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.custom-menu-blocks-style ul > li > a:hover {
  background: #78003F !important;
  color: #fff !important;
}
.custom-menu-blocks-style ul > li > a > i {
  margin: 30px 0 15px 0;
  font-size: 10px;
}
@media (max-width: 768px) {
  .custom-menu-blocks-style ul > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .custom-menu-blocks-style ul > li {
    width: 100%;
  }
  .custom-menu-blocks-style ul > li > a {
    flex-direction: row;
    padding: 12px 6px 12px 12px;
  }
  .custom-menu-blocks-style ul > li > a > i {
    margin: 0;
    padding: 4.5px 0;
  }
}
.square-blocks-style ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding: 0;
}
.square-blocks-style ul > li {
  display: flex;
  width: 25%;
  border: none;
  padding: 16px;
}
.square-blocks-style ul > li a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #78003f;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.square-blocks-style ul > li a .block-title {
  margin: 16px;
  overflow-wrap: anywhere;
  font-size: 18px;
}
@media (max-width: 992px) {
  .square-blocks-style ul > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .square-blocks-style ul > li {
    width: 25%;
  }
  .square-blocks-style ul > li a .block-title {
    font-size: 15px;
  }
}
@media (max-width: 580px) {
  .square-blocks-style ul > li {
    width: 50%;
  }
}
.highlight-links-style {
  position: relative;
}
.highlight-links-style h1,
.highlight-links-style h2,
.highlight-links-style h3,
.highlight-links-style h4,
.highlight-links-style h5,
.highlight-links-style h6 {
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 7px;
  border-bottom: 1px solid currentColor;
  font-weight: 800;
  text-transform: capitalize;
  color: inherit;
}
.highlight-links-style .image-container {
  background-position: right center;
}
.highlight-links-style .highlight-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.highlight-links-style .highlight-links ul li {
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.highlight-links-style .highlight-links ul li:not(:last-child)::after {
  content: "";
  background-color: currentColor;
  opacity: 0.4;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
}
.highlight-links-style .highlight-links ul li a {
  color: inherit;
  flex-direction: row;
  padding: 13px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.highlight-links-style .highlight-links ul li a:hover {
  color: #e64164;
}
.highlight-links-style .highlight-links ul li a i {
  font-size: 13px;
}
.highlight-links-style .highlight-links .btn {
  margin-top: 32px;
}
@media (min-width: 992px) {
  .highlight-links-style {
    padding: 64px 0;
  }
  .highlight-links-style .image-container {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .highlight-links-style .highlight-links {
    width: 50%;
    padding-right: 64px;
  }
}
@media (max-width: 991px) {
  .highlight-links-style {
    padding-bottom: 64px;
  }
  .highlight-links-style .image-container {
    width: 100%;
    height: 300px;
    margin-bottom: 32px;
  }
  .highlight-links-style .highlight-links {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .highlight-links-style {
    padding-bottom: 32px;
  }
  .highlight-links-style .highlight-links .btn {
    width: 100%;
  }
}
