/*https://fonts.googleapis.com/css?family=Quicksand:400,400italic*/
/* vietnamese */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58m-wi40.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58i-wi40.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/quicksand/v30/6xK-dSZaM9iE8KbpRA_LJ3z8mH9BOJvgkP8o58a-wg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*https://fonts.googleapis.com/css?family=Quicksand:400,400italic*/
* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  vertical-align: baseline;
  color: #fff;
}

ol,
ul {
  list-style: none;
}

mark {
  background-color: transparent;
  color: inherit
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input[type="text"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none
}

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

body {
  min-width: 200px;
  min-height: var(--viewport-height);
  line-height: 1.0;
  overflow-x: hidden;
  background-size: cover !important;
  /* background: linear-gradient(45deg, rgba(3,28,25,0.53) 0%, rgba(8,28,59,0.53) 100%);*/
  background-color: rgba(8, 28, 59, 0.53);
  background-size: cover, cover;
  transition: all .8s;
  -webkit-text-size-adjust: none;
}

:root {
  --viewport-height: 100vh;
  --background-height: 100vh;
}

html {
  font-size: 18pt;
}

u {
  text-decoration: underline;
}

strong {
  color: inherit;
  font-weight: bolder;
}

em {
  font-style: italic;
}

code {
  font-family: 'Lucida Console', 'Courier New', monospace;
  font-weight: normal;
  text-indent: 0;
  letter-spacing: 0;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.5em;
  background-color: rgba(144, 144, 144, 0.25);
  border-radius: 0.25em;
}

mark {
  background-color: rgba(144, 144, 144, 0.25);
}

s {
  text-decoration: line-through;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

#wrapper {
  /*-webkit-overflow-scrolling: touch;*/
  display: flex;
  /*flex-direction: column;*/
  /*align-items: center;*/
  justify-content: center;
  min-height: var(--viewport-height);
  /*position: relative;*/
  /*z-index: 2;*/
  /*overflow: hidden;*/
}

#main {
  display: flex;
  position: relative;
  max-width: 100%;
  z-index: 1;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  transition: opacity 1s ease-in-out 0s;
}

#main>.inner {
  position: relative;
  z-index: 1;
  border-radius: inherit;
  padding: 2.5rem 2rem;
  max-width: 100%;
  width: 48rem;
}

#main>.inner>header {
  margin-bottom: 1.5rem;
}

#main>.inner>footer {
  margin-top: 1.5rem;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#main>.inner>*>* {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#main>.inner>*> :first-child {
  margin-top: 0 !important;
}

#main>.inner>*> :last-child {
  margin-bottom: 0 !important;
}

#main>.inner>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
  max-width: calc(100% + 4rem + 0.4725px);
}

#main>.inner>.full:first-child {
  margin-top: -2.5rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#main>.inner>.full:last-child {
  margin-bottom: -2.5rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#main>.inner>.full.screen {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  border-radius: 0 !important;
  left: 50%;
  right: auto;
  margin-left: -50vw;
}

#main>.inner>*>.full {
  margin-left: calc(-2rem);
  width: calc(100% + 4rem + 0.4725px);
  max-width: calc(100% + 4rem + 0.4725px);
}

#main>.inner>*>.full.screen {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  border-radius: 0 !important;
  left: 50%;
  right: auto;
  margin-left: -50vw;
}

#main>.inner>footer>.full:last-child {
  margin-bottom: -2.5rem !important;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#main>.inner>.active>.full:first-child {
  margin-top: -2.5rem !important;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#main>.inner>.active {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

body.is-loading #main {
  opacity: 0;
}

#main>.inner>header,
#main>.inner>footer {
  transition: opacity 0.375s ease-in-out 0.5625s, visibility 0.375s linear 0.5625s;
}

#main>.inner>header.hidden,
#main>.inner>footer.hidden {
  transition: opacity 0.375s ease-in-out, visibility 0.375s;
  opacity: 0;
  visibility: hidden;
}

#main>.inner>section {
  transition: opacity 0.75s ease-in-out 0.375s, min-height 0.375s ease-in-out, max-height 0.375s ease-in-out;
}

#main>.inner>section.inactive {
  transition: opacity 0.375s ease-in-out;
  opacity: 0;
}

body.is-instant #main,
body.is-instant #main>.inner>*,
body.is-instant #main>.inner>section>* {
  transition: none !important;
}

body.is-instant:after {
  display: none !important;
  transition: none !important;
}

@keyframes loading-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.deferred:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  animation: loading-spinner 1s infinite linear;
  transition: opacity 0.25s ease;
  transition-delay: 0.5s;
  opacity: 0;
  z-index: -1;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg=='); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
}

.deferred.loading:before {
  opacity: 0.35;
  z-index: 0;
}

.image {
  position: relative;
  max-width: 100%;
  display: block;
}

.image .frame {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.image .frame img {
  width: inherit;
  max-width: 100%;
  vertical-align: top;
  border-radius: 0 !important;
}

.imagehead {
  background: url(img/hd.webp) no-repeat;
  background-size: 8rem;
  opacity: 0.75;
  transition: all .8s;
}

.imagehead:hover {
  opacity: 1;
  box-shadow: 0px 0px 10px #9c9c9c;
  transform: scale(1.03);
}

.image.full .frame {
  display: block;
}

.image.full:first-child .frame {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.image.full:last-child .frame {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

#image01 .frame {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
}

h1,
h2,
h3,
p {
  direction: var(--site-language-direction);
}

h1 br+br,
h2 br+br,
h3 br+br,
p br+br {
  display: block;
  content: ' ';
}

h1 .li,
h2 .li,
h3 .li,
p .li {
  display: list-item;
  padding-left: 0.5em;
  margin: 0.75em 0 0 1em;
}

#text01 br+br {
  margin-top: 0.825rem;
}

#text01 {
  text-transform: uppercase;
  color: #85C1E9;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.325rem;
  width: calc(100% + 0.325rem);
  font-size: 2.5em;
  line-height: 1.375;
  font-weight: 400;
}

#text01 a {
  text-decoration: underline;
}

#text01 a:hover {
  text-decoration: none;
}

.text04 br+br {
  margin-top: 0.975rem;
}

.text04 {
  color: #FFFFFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  line-height: 1.625;
  font-weight: 400;
  letter-spacing: 0rem;
  width: 100%;
  padding: 0rem 1.5rem;
}

.text04 a {
  text-decoration: underline;
}

.text04 a:hover {
  text-decoration: none;
}

#text02 br+br {
  margin-top: 0.975rem;
}

#text02 {
  color: #FFFFFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  line-height: 1.625;
  font-weight: 400;
}

#text02 a {
  text-decoration: underline;
}

#text02 a:hover {
  text-decoration: none;
}

.text03 br+br {
  margin-top: 0.825rem;
}

.text03 {
  text-transform: uppercase;
  color: #FF8CA8;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.325rem;
  width: calc(100% + 0.325rem);
  font-size: 1.5em;
  line-height: 1.375;
  font-weight: 400;
}

.text03 a {
  text-decoration: underline;
}

.text03 a:hover {
  text-decoration: none;
}

.gallery .inner {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.gallery ul li {
  position: relative;
}

.gallery ul li .thumbnail {
  position: relative;
  border-radius: inherit;
}

.gallery ul li .frame {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.gallery ul li img {
  width: auto;
  max-width: 100%;
  margin: 0;
  vertical-align: top;
}

.gallery ul li .caption {
  width: 100%;
}

.gallery ul li .caption p {
  width: 100%;
}

@keyframes gallery-modal-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 10, 10, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.gallery-modal:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  animation: gallery-modal-spinner 1s infinite linear;
  transition: opacity 0.25s ease;
  transition-delay: 0.5s;
  opacity: 0;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iOTZweCIgaGVpZ2h0PSI5NnB4IiB2aWV3Qm94PSIwIDAgOTYgOTYiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5jaXJjbGUge2ZpbGw6IHRyYW5zcGFyZW50OyBzdHJva2U6ICNmZmY7IHN0cm9rZS13aWR0aDogMS41cHg7IH08L3N0eWxlPjxkZWZzPjxjbGlwUGF0aCBpZD0iY29ybmVyIj48cG9seWdvbiBwb2ludHM9IjAsMCA0OCwwIDQ4LDQ4IDk2LDQ4IDk2LDk2IDAsOTYiIC8+PC9jbGlwUGF0aD48L2RlZnM+PGcgY2xpcC1wYXRoPSJ1cmwoI2Nvcm5lcikiPjxjaXJjbGUgY3g9IjQ4IiBjeT0iNDgiIHI9IjMyIi8+PC9nPjwvc3ZnPg=='); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
}

.gallery-modal .inner {
  opacity: 0;
  transform: translateY(0.75em);
  transition: all 0.5s ease;
}

.gallery-modal .inner img {
  display: block;
  max-width: 80vw;
  max-height: 85vh;
  box-shadow: 0 1em 3em 0 rgba(0, 0, 0, 0.35);
}

.gallery-modal .nav {
  position: fixed;
  top: 30%;
  width: 8rem;
  max-width: 10vw;
  height: 40%;
  min-height: 6rem;
  cursor: pointer;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjQiIHkxPSI4IiB4Mj0iNDgiIHkyPSIzMiIgLz48bGluZSB4MT0iMjQiIHkxPSI1NiIgeDI9IjQ4IiB5Mj0iMzIiIC8+PC9zdmc+'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 3rem;
  opacity: 0.25;
  transition: opacity 0.25s ease;
}

.gallery-modal .nav:hover {
  opacity: 1;
}

.gallery-modal .nav.next {
  right: 0;
}

.gallery-modal .nav.previous {
  left: 0;
  transform: scaleX(-1);
}

.gallery-modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6rem;
  height: 6rem;
  display: block;
  cursor: pointer;
  /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAxLjVweDt9PC9zdHlsZT48bGluZSB4MT0iMjAiIHkxPSIyMCIgeDI9IjQ0IiB5Mj0iNDQiIC8+PGxpbmUgeDE9IjIwIiB5MT0iNDQiIHgyPSI0NCIgeTI9IjIwIiAvPjwvc3ZnPg=='); */
  background-position: top 1rem right 1rem;
  background-repeat: no-repeat;
  background-size: 3rem;
  opacity: 0.25;
  transition: opacity 0.25s ease;
}

.gallery-modal .close:hover {
  opacity: 1;
}

.gallery-modal.visible {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
  pointer-events: auto;
}

.gallery-modal.visible:before {
  opacity: 1;
}

.gallery-modal.loaded:before {
  opacity: 0 !important;
  transition-delay: 0s !important;
}

.gallery-modal.loaded .inner {
  opacity: 1;
  transform: translateY(0);
}

.gallery-modal.switching .inner {
  transition: opacity 0.375s ease, transform 0.5s ease;
}

#gallery01:not(:first-child) {
  margin-top: 2rem !important;
}

#gallery01:not(:last-child) {
  margin-bottom: 2rem !important;
}

#gallery01 .inner {
  max-width: 100%;
}

#gallery01 ul li {
  border-radius: 0.125rem;
  display: inline-block;
  margin: 0.5rem;
}

#gallery01 ul li .frame {
  border-radius: 0.125rem;
}

#gallery01 ul {
  width: calc(100% + 1rem);
  margin: -0.5rem 0 -0.5rem -0.5rem;
}

#gallery01 ul li .thumbnail {
  display: block;
  transition: none;
}

#gallery01 ul li img {
  height: auto;
  max-height: 8.375rem;
}

#gallery01 ul li .thumbnail img {
  transition: none;
}

.icons {
  cursor: default;
  padding: 0;
  letter-spacing: 0;
}

.icons li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icons li a svg {
  display: block;
  position: relative;
}

.icons li a+svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.icons li a .label {
  display: none;
}

#icons01 {
  font-size: 1.5em;
  width: calc(100% + 1.5rem);
  margin-left: -0.75rem;
}

#icons01 li {
  margin: .5625rem;
}

#icons01 li a {
  width: 1em;
  height: 1em;
  transition: all 0.25s ease;
  position: relative;
}

#icons01>li>a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  opacity: 0;
  background-color: rgba(113, 113, 122, 1);
  color: rgba(244, 244, 245, 1);
  border-radius: .25rem;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: 1.2rem;
  padding: .25rem .5rem;
  content: attr(title);
  transition: opacity .2s, transform .2s;
  transform: translate(-50%, .4rem);
}

#icons01>li>a:focus:after,
#icons01>li>a:hover:after {
  transform: translate(-50%, -.2rem);
  opacity: 1;
}

#icons01>li>a:hover {
  transform: translateY(-8.25%);
}

#icons01 li a svg {
  width: 100%;
  height: 100%;
  transition: fill 0.25s ease;
}

#icons01 a svg {
  fill: #7FB3D5;
}

#icons01 li a+svg {
  transition: fill 0.25s ease, stroke 0.25s ease;
}

hr {
  width: 100%;
  position: relative;
  padding: 0;
  border: 0;
}

hr:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

#divider01:not(:first-child) {
  margin-top: 0.5rem !important;
}

#divider01:not(:last-child) {
  margin-bottom: 0.5rem !important;
}

#divider01:before {
  width: 7rem;
  border-top: solid 1px rgba(255, 255, 255, 0.169);
  height: 1px;
  margin-top: -0.5px;
}

.buttons {
  cursor: default;
  padding: 0;
  letter-spacing: 0;
}

.buttons li a {
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

#buttons01 {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}

#buttons01 li {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 1rem);
  margin: 0.32rem;
}

#buttons01 li a {
  display: flex;
  width: 8.125rem;
  height: 2.625rem;
  line-height: 2.625rem;
  vertical-align: middle;
  padding: 0 1.3125rem;
  text-transform: uppercase;
  font-size: 0.625em;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.225rem;
  padding-left: calc(0.225rem + 1.3125rem);
  font-weight: 400;
  border-radius: 0.375rem;
  direction: var(--site-language-direction);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

#buttons01 .button {
  color: #FFFFFF;
  border: solid 1px rgba(255, 255, 255, 0.169);
  transition: all .8s;
}

#buttons01 .button:hover {
  color: #FF8CA8 !important;
  border-color: #FF8CA8 !important;
  background: rgb(0 0 0 / 10%);
  transform: scale(1.03);
}

.copyright {
  position: fixed;
  bottom: 1.8rem;
  font-size: 14px;
  color: #E5E7E9;
  opacity: .3;
  transition: opacity 0.4s ease-in-out;
}

.copyright:hover {
  opacity: .8;
}

.copyright a:hover {
  color: #27AE60;
}

@media (orientation: portrait) {
  .gallery-modal .inner img {
    max-width: 100vw;
  }

  .gallery-modal .nav {
    width: 8rem;
    max-width: 35%;
    background-image: none;
    opacity: 1;
  }

  .gallery-modal .nav:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: calc(50% - 1.5rem);
    right: 1rem;
    background-color: rgba(144, 144, 144, 0.5);
    background-size: 1.5rem;
    background-position: center;
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHpvb21BbmRQYW49ImRpc2FibGUiPjxzdHlsZT5saW5lIHtzdHJva2U6ICNmZmY7c3Ryb2tlLXdpZHRoOiAzcHg7fTwvc3R5bGU+PGxpbmUgeDE9IjI0IiB5MT0iOCIgeDI9IjQ4IiB5Mj0iMzIiIC8+PGxpbmUgeDE9IjI0IiB5MT0iNTYiIHgyPSI0OCIgeTI9IjMyIiAvPjwvc3ZnPg=='); */
    background-repeat: no-repeat;
    border-radius: 3rem;
  }
}

@media (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}

@media (max-width: 1280px) {
  html {
    font-size: 13pt;
  }

  .gallery-modal .nav {
    opacity: 1;
  }

  .gallery-modal .close {
    opacity: 1;
  }
}

@media (max-width: 980px) {
  html {
    font-size: 11pt;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 11pt;
  }

  #main>.inner {
    padding: 2.5rem 2rem;
  }

  #main>.inner>header {
    margin-bottom: 1.5rem;
  }

  #main>.inner>footer {
    margin-top: 1.5rem;
  }

  #main>.inner>*>* {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #main>.inner>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: calc(100% + 4rem + 0.4725px);
  }

  #main>.inner>.full:first-child {
    margin-top: -2.5rem !important;
  }

  #main>.inner>.full:last-child {
    margin-bottom: -2.5rem !important;
  }

  #main>.inner>.full.screen {
    margin-left: -50vw;
  }

  #main>.inner>*>.full {
    margin-left: calc(-2rem);
    width: calc(100% + 4rem + 0.4725px);
    max-width: calc(100% + 4rem + 0.4725px);
  }

  #main>.inner>*>.full.screen {
    margin-left: -50vw;
  }

  #main>.inner>footer>.full:last-child {
    margin-bottom: -2.5rem !important;
  }

  #main>.inner>.active>.full:first-child {
    margin-top: -2.5rem !important;
  }

  #footer {
    margin-top: 0rem !important;
  }

  .gallery-modal .close {
    background-position: top 0.5rem right 0.5rem;
  }

  #gallery01:not(:first-child) {
    margin-top: 1.5rem !important;
  }

  #gallery01:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }

  #gallery01 ul li img {
    max-height: none;
    height: auto;
    width: 100%;
    display: block;
  }

  #gallery01 ul {
    display: block;
    width: 100%;
    margin: 0;
  }

  #gallery01 ul li {
    display: block;
    margin: 1rem 0;
  }

  #gallery01 ul li:first-child {
    margin-top: 0;
  }

  #gallery01 ul li:last-child {
    margin-bottom: 0;
  }

  #gallery01 ul li .thumbnail {
    display: block;
  }

  #icons01 {
    font-size: 1.5em;
    width: calc(100% + 1.5rem);
    margin-left: -0.75rem;
  }

  #divider01:not(:first-child) {
    margin-top: 0.5rem !important;
  }

  #divider01:not(:last-child) {
    margin-bottom: 0.5rem !important;
  }

  #divider01:before {
    width: 7rem;
  }

  #buttons01 li a {
    font-size: 0.625em;
    letter-spacing: 0.225rem;
    padding-left: calc(0.225rem + 1.3125rem);
  }

  #icons01 li {
    margin: .5625rem .3rem;
  }
}

@media (max-width: 480px) {
  #main>.inner>header {
    margin-bottom: 1.3125rem;
  }

  #main>.inner>footer {
    margin-top: 1.3125rem;
  }

  #main>.inner>*>* {
    margin-top: 1.3125rem;
    margin-bottom: 1.3125rem;
  }

  #buttons01 li a {
    width: 8.125rem;
  }
}

@media (max-width: 360px) {
  #main>.inner {
    padding: 1.875rem 1.5rem;
  }

  #main>.inner>header {
    margin-bottom: 1.125rem;
  }

  #main>.inner>footer {
    margin-top: 1.125rem;
  }

  #main>.inner>*>* {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  #main>.inner>.full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 3rem + 0.4725px);
    max-width: calc(100% + 3rem + 0.4725px);
  }

  #main>.inner>.full:first-child {
    margin-top: -1.875rem !important;
  }

  #main>.inner>.full:last-child {
    margin-bottom: -1.875rem !important;
  }

  #main>.inner>.full.screen {
    margin-left: -50vw;
  }

  #main>.inner>*>.full {
    margin-left: calc(-1.5rem);
    width: calc(100% + 3rem + 0.4725px);
    max-width: calc(100% + 3rem + 0.4725px);
  }

  #main>.inner>*>.full.screen {
    margin-left: -50vw;
  }

  #main>.inner>footer>.full:last-child {
    margin-bottom: -1.875rem !important;
  }

  #main>.inner>.active>.full:first-child {
    margin-top: -1.875rem !important;
  }

  #text01 {
    font-size: 2em;
  }

  #gallery01 ul {
    width: 100%;
    margin: 0;
  }

  #gallery01 ul li {
    margin: 0.75rem 0;
  }

  #gallery01 ul li:first-child {
    margin-top: 0;
  }

  #gallery01 ul li:last-child {
    margin-bottom: 0;
  }

  #icons01 {
    width: calc(100% + 1.125rem);
    margin-left: -0.5625rem;
  }

  #buttons01 {
    width: calc(100% + 0.75rem);
    margin-left: -0.375rem;
  }

  #buttons01 li {
    max-width: calc(100% - 0.75rem);
    margin: 0.32rem;
  }
}

/* friends */
.widget-tile {
  list-style: none;
  padding: 0;
}

.widget-tile li {
  display: inline-block;
  margin: 5px;
  /* border: solid 1px rgba(255, 255, 255, .26); */
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

.widget-tile li :hover {
  color: #FF8CA8;
  transition: all .8s;
}

.widget-tile li img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 5px;
}