@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
  background-image: url(augustai-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #e9e1cb;
  --secondary: #be721a;
  --greybg: #f8f8f8;
  --blackbg: #191919;
  --darkgray: #222;
  --white: #fff;
  --font-body: "Inter", sans-serif;
}

body, html {
  font-size: 16px;
  line-height: 1.6em;
  font-family: var(--font-body);
  font-weight: 400;
  font-style: normal;
  /* background-color: var(--blackbg); */
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-body);
  font-weight: 600;
  line-height: 1;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 85%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 94%;
  max-width: 1400px;
  z-index: 1;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
  line-height: 1.6em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.uppercase {
  text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
}

.logo {
  position: relative;
  width: 300px;
  padding: 10px;
  color: #fff;
  margin-right: 40px;
}

.logo img {
  width: 100px;
  margin-right: 10px;
}

.logo h1 {
  margin: 0;
}

.banner {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}

.banner h2 {
  font-size: 4.5em;
  line-height: 1;
  margin: 40px 0;
  font-weight: 700;
}

.banner .bigfont {
  font-size: 1.5em;
  max-width: 700px;
  margin: auto;
}

.wcusBoxes, .servidesBoxes, .priceTable, .testimonials {
  margin-top: 48px;
  gap: 12px;
}

.wcusBoxes>article, .servidesBoxes>article, .testimonials>article {
  position: relative;
  width: calc(33.33% - 12px);
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgb(205 205 205 / 50%);
  background-color: rgb(34 34 34 / 25%);
}

.editor .wcusBoxes>article h3 {
  margin-top: 0;
}

.servidesBoxes>article, .testimonials>article {
  width: calc(33.33% - 10px);
}

/* .priceTable {
  background-color: var(--greybg);
} */

.testimonials .photo {
  width: 54px;
  height: 54px;
  background-color: var(--blackbg);
  padding: 16px;
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonials .text {
  width: calc(100% - 70px);
}

.editor .testimonials .text h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.3em;
}

.contactWrap.editor a {
  color: var(--white);
  text-decoration: underline;
}

.contactinfo>p:nth-child(-n+4) {
  display: inline-block;
  padding-right: 3.5em;
}

.contactinfo>p:nth-child(4) {
  padding-right: 0;
}

#contactus {
  padding: 44px;
  border-radius: 10px;
  border: 1px solid rgb(205 205 205 / 50%);
  background-color: rgb(34 34 34 / 40%);
}

.footer {
  position: relative;
  font-size: 0.9em;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer.editor a {
  color: var(--white);
}

.footer .copyright span {
  padding: 0 10px;
  opacity: 0.7;
}

.footer.editor a:hover {
  color: var(--secondary);
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
  line-height: 1em;
  margin-bottom: 30px;
}

.editor h2 {
  font-size: 3em;
  position: relative;
  margin-bottom: 20px;
  font-weight: 700;
}

.editor h3 {
  font-size: 1.6em;
  margin: 15px 0;
}

.editor h4 {
  font-size: 1.5em;
  margin: 15px 0;
}

.editor h5 {
  font-size: 1.2em;
  margin: 15px 0;
}

.editor h6 {
  font-size: 1em;
  margin: 15px 0;
}

.editor ul, .editor ol {
  margin: 15px 0 15px 5px;
}

.editor ul li, .editor ol li {
  margin-bottom: 8px;
  list-style-type: disc;
  padding: 0;
  margin-left: 20px;
  display: list-item;
}

.editor ol li {
  list-style-type: decimal;
}

.editor ol ul {
  margin-top: 10px;
}

.editor table {
  margin: 10px 0 10px 0;
  background-color: rgb(255 255 255 / 35%);
  text-align: center;
}

.editor table th {
  padding: 30px 15px 40px 15px;
  font-size: 1.5em;
  font-weight: 700;
  border: 1px solid rgb(255 255 255 / 50%);
  text-transform: uppercase;
}

.editor table td {
  padding: 25px;
  border: 1px solid rgb(255 255 255 / 50%);
}

.editor table a {
  word-break: break-word;
}

.editor a {
  color: var(--darkgray);
  text-decoration: none;
  cursor: pointer;
}

.editor a:hover {
  color: var(--secondary);
  text-decoration: none;
}

.editor .content a {
  text-decoration: underline;
  font-size: 1.05em;
  font-weight: 500;
}

.editor table th a {
  color: #cbdbe6;
}

.editor table th a:hover {
  color: #fff;
}

.editor p:not(:last-child) {
  margin-bottom: 15px;
}

.editor hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.editor .btn a, .btn a {
  display: inline-block;
  color: #fff;
  background: rgb(158, 110, 229);
  background: linear-gradient(0deg, rgba(158, 110, 229, 1) 0%, rgba(250, 117, 248, 1) 100%);
  padding: 12px 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  font-size: 1.2em;
  margin-top: 15px;
}

.editor .btn a:hover, .btn a:hover {
  background: rgb(158, 110, 229);
  background: linear-gradient(0deg, rgba(250, 117, 248, 1) 0%, rgba(158, 110, 229, 1) 100%);
}

.editor .leftimg {
  float: left;
  margin: 10px 40px 20px 0;
  max-width: 30%;
  position: relative;
  z-index: 3;
}

.editor .rightimg {
  float: right;
  margin: 10px 0px 20px 40px;
  max-width: 30%;
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.content {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.bgimge {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Navigation */
.menu.right {
  position: absolute;
  right: 0;
}

.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu>li {
  position: relative;
}

.menu>li:not(:last-child) {
  margin-right: 40px;
}

.menu li a {
  color: var(--white);
}

.menu>li>a {
  position: relative;
  line-height: 54px;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--secondary);
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  bottom: 0px;
  opacity: 1;
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 8px 15px;
  line-height: 1.3em;
  color: #333;
  font-size: 0.95em;
}

.menu>li.active>a, .menu>li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--secondary);
  background-color: transparent;
}

#menu-trigger, .mobile {
  display: none;
}

/* ~~~~~~~~~~~~~~ */
/* @media screen and (max-width:1280px) {
  .menu {
    width: calc(50% - 120px);
  }

  .menu>li>a {
    font-size: .9em;
  }

  .menu>li:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (max-width:1023px) {
  body, html {
    font-size: 17px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 30px;
  }

  .spaceBottom {
    padding-bottom: 30px;
  }

  .logo {
    margin: 0;
    width: 120px;
    height: 120px;
  }

  .header .container:after {
    margin: 0;
    height: 300px;
    width: 300px;
    bottom: -120px;
    left: -100px;
  }

  .header .container {
    height: 80px;
  }

  .col40, .col60, .programsWrap .col12, .newsWrap .col12 {
    width: 100%;
  }

  .welcomeWrap .col40, .programsWrap .col12, .newsWrap .col12 {
    margin-top: 20px;
  }

  .footer.editor .secHead h2, .editor.programsWrap header h2, .editor.communityWrap header h2, .editor.newsWrap header h2 {
    font-size: 3em;
  }

  .editor .secHead h2:before {
    width: 120px;
    left: -100px;
  }

  .editor.programsWrap .col12 a, .editor.programsWrap .col12 article {
    margin-bottom: 0;
  }

  .secHead, .newsWrap .secHead, .footer .secHead {
    padding-left: 15%;
    margin-bottom: 30px;
  }

  .footer .quickliks {
    margin-left: 0%;
  }

  .footer .copyright {
    width: 25%;
  }

  .nav {
    display: none;
    position: absolute;
    width: 288px;
    top: 100%;
    right: 0px;
    z-index: 5;
    margin-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  }

  .menu {
    width: inherit;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: #222;
    background-color: transparent;
  }

  .menu>li>a:after {
    display: none;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 6px 0px 6px 6px;
    line-height: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a {
    color: var(--secondary);
    background-color: transparent;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li ul li:hover>a, .menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a, .menu li ul li:hover ul li:hover>a, .menu li.active li.active>a, .menu>li:last-child.active>a {
    color: var(--primary);
    background-color: rgb(201 211 151 / 40%);
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: auto;
    border-radius: 5px;
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 22px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--primary);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

}

@media screen and (max-width:767px) {
  h1 {
    font-size: 1.8em;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  .content {
    padding-top: 20px;
  }

  .col12, .col23, .col13, .col40, .communityWrap .boxes>article {
    width: 100%;
  }

  .col12+.col12, .communityWrap .boxes>article {
    margin-top: 20px;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  .editor table td a {
    word-break: break-word;
  }

  .editor .leftimg, .editor .rightimg {
    float: none;
    margin: 15px auto;
    max-width: 400px;
    text-align: center;
  }

  .header .container {
    height: inherit;
  }

  .logo {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: -30px;
    padding: 8px;
  }

  .header .container:after, .editor .secHead h2:before {
    display: none;
  }

  .secHead h2, .editor.welcomeWrap header h2, .editor.programsWrap header h2, .editor.communityWrap header h2, .editor.newsWrap header h2 {
    font-size: 2em;
  }

  .secHead, .newsWrap .secHead, .footer .secHead, .programsWrap .secHead, .communityWrap .secHead {
    padding-left: 0;
  }

  .events {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% - 2em), 1fr));
  }

  .footer .quickliks, .footer .copyright {
    text-align: left;
    width: 48%;
  }

  .secBoxes>article .progImg, .secBoxes>article .progText {
    width: 100%;
  }

  .editor .secBoxes h3 {
    margin-top: 15px;
  }
}

@media screen and (max-width:479px) {
  body, html {
    font-size: 15px;
  }

  .footer .col13, .footer .quickliks, .footer .copyright {
    width: 100%;
  }
} */

@media print {
  body {
    /* font: 13pt Georgia, "Times New Roman", Times, serif; */
    line-height: 1.3;
    background: #fff;
    color: #000;
  }

  h1 {
    font-size: 24pt;
  }

  h2, h3, h4 {
    font-size: 14pt;
  }

  a, blockquote, table, pre {
    page-break-inside: avoid;
  }

  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  ul, ol, dl {
    page-break-before: avoid;
  }

  a:link, a:visited, a {
    color: #520;
    font-weight: bold;
    text-decoration: underline;
  }

  .footer {
    page-break-before: always;
  }

  .logo {
    width: 90px;
  }
}

@-webkit-keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes pull-up {
  0% {
    transform: translate(0, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.45);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.45);
  }

  to {
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0px);
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    opacity: 0;
  }
}