/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers:
*/


/*-----------------------------------------------------------------------------------*/
/*  TABLE OF CONTENTS
/*  1 - FONT IMPORT
/*  2 - BASE
/*  3 - NAVIGATION
/*  4 - FORMS
/*  5 - BUTTONS
/*  6 - HEADER
/*  7 - SECTIONS
/*  8 - FOOTER
/*  9 - WIDGETS
/*  10 - PORTFOLIO
/*  11 - OVERLAY
/*  12 - SPLASH
/*  13 - SOCIAL PROFILE BAR
/*  14 - CSS ARROWS
/*  15 - BLOG
/*  16 - SINGLE POST
/*  17 - SHOP
/*  18 - BOXED LAYOUT
/*  19 - TOOLTIP
/*  20 - MAP
/*  21 - SIDE NAV
/*  22 - FULLSCREEN NAV
/*  23 - RESPONSIVE MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*  1 - FONT IMPORT
/*-----------------------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Raleway:900,800,700,400,300);

/*-----------------------------------------------------------------------------------*/
/*  2 - BASE
/*-----------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0
}

body {
  background: #fff;
  margin: 0;
  color: #222;
  font-family: 'Raleway', sans-serif
}

body.boxed {
  backface-visibility: visible;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  letter-spacing: -1px
}

:is(h1, h2, h3, h4, h5, h6) strong {
  font-family: 'Raleway', sans-serif;
  font-weight: 700
}

p {
  padding: 0;
  margin-bottom: 22px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222;
}

html {
  overflow-x: hidden
}

td {
  padding: 5px 6px;
}

.alignleft {
  float: left
}

.alignright {
  float: right
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both
}

.align-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
}

.centered {
  text-align: center
}

.mt {
  margin-top: 50px
}

.mt30 {
  margin-top: 30px
}

.mt100 {
  margin-top: 100px
}

.mb {
  margin-bottom: 50px
}

.mb100 {
  margin-bottom: 100px
}

.mb30 {
  margin-bottom: 30px
}

.mtb {
  margin-top: 50px;
  margin-bottom: 50px
}

.mtb2 {
  margin-top: 100px;
  margin-bottom: 100px
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31
}

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

a {
  padding: 0;
  margin: 0;
  text-decoration: none;
  transition: background-color .4s linear, color .4s linear;
  color: #337ab7;
}

a:hover,
a:focus {
  text-decoration: none;
}

.colour-hover:hover,
.colour-hover:focus,
.coloured {
  color: #1f74ac;
}

.nopadding {
  padding: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important
}

.nopaddingleft {
  padding-left: 0 !important
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}

.fullwidth-me {
  width: 100% !important;
}

h2.section-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

h3.section-subheading {
  margin-bottom: 80px;
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
  text-align: center;
}

.gap {
  margin-bottom: 50px
}

.smoothtransition {
  transition: all .5s ease-in-out
}

.smoothtransition:hover {
  transition: all .5s ease-in-out
}

.form-group {
  overflow: hidden;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0;
}

.form-control:focus {
  border: 1px solid #3498DB;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #444;
  font-weight: 300;
  text-transform: uppercase;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #444;
  font-weight: 300;
  text-transform: uppercase;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #444;
  font-weight: 300;
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  color: #444;
  font-weight: 300;
  text-transform: uppercase;
}


p.white,
span.white,
.white-text {
  color: #ffffff;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.col-md-5th {
  width: 20%;
}

.list-unstyled {
  padding-bottom: 0;
  margin-bottom: 0;
}

.rounded {
  border-radius: 50%;
}

.icon-wrapper {
  height: 70px;
  width: 70px;
  line-height: 77px;
  font-size: 45px;
}

.ssc-time {
  font-weight: bold;
}

/*-----------------------------------------------------------------------------------*/
/*  3 - NAVIGATION
/*-----------------------------------------------------------------------------------*/
.navbar-inverse {
  background: rgba(255, 255, 255, 0);
  border: transparent;
  font-family: 'Raleway', sans-serif;
  padding: 10px 15px;
}

.navbar-inverse:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 30px;
  margin-left: -30px;
  opacity: 0;
  transition: all .5s ease-in-out
}


.navbar-inverse.opaqued-dark {
  background: rgba(255, 255, 255, 0.9);
  transition: all .5s ease-in-out
}

.navbar-inverse.opaqued-dark:after {
  top: 100%;
  opacity: 1;
}

.navbar-inverse .container {
  padding: 25px 15px
}

.navbar-inverse.opaqued-dark .container {
  padding: 0 15px
}

.navbar-inverse .navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 24px
}

.navbar h2 {
  margin: 0
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse.opaqued-dark .navbar-nav {
  color: #fff
}

.navbar-inverse .navbar-nav>li>a:after {
  opacity: 0;
  content: '';
  width: 0%;
  position: absolute;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  bottom: 0;
  transition: all .5s ease-in-out
}

.navbar-inverse .navbar-nav>li>a:hover:after,
.navbar-inverse .navbar-nav>li.dropdown.open>a:after {
  opacity: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  transition: all .5s ease-in-out
}

.navbar-right a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase
}

/* DARKER */
.navbar-inverse.opaqued-dark .navbar-nav>li>a,
.navbar-inverse.opaqued-dark .navbar-brand>.open>a,
.navbar-inverse.opaqued-dark .navbar-brand {
  color: #444
}

.navbar-inverse.opaqued-dark .navbar-nav>li>a:after,
.navbar-inverse.opaqued-dark .navbar-nav>li>a:hover:after {
  background-color: #444
}

.dropdown-menu {
  background-color: rgba(255, 255, 255, 0.98);
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.dropdown-menu>li>a {
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
}

.dropdown-menu>li>a:hover {
  background-color: transparent;
}

#main-navigation.search-open {
  top: 70px;
}

#launch-menu .fa,
#trigger-overlay .fa {
  margin-left: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  4 - FORMS
/*-----------------------------------------------------------------------------------*/
input {
  font-size: 16px;
  min-height: 40px;
  border-radius: 2px;
  line-height: 20px;
  padding: 11px 30px 12px;
  border: 1px solid #b9b9af;
  margin-bottom: 10px;
  background-color: #fff;
  transition: background-color .2s
}

/*-----------------------------------------------------------------------------------*/
/*  5 - BUTTONS
/*-----------------------------------------------------------------------------------*/
.btn,
.btn:hover {
  transition: all .5s ease-in-out
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background: #3498DB;
  border-color: transparent
}

.btn-theme {
  background: transparent;
  border-color: #3498DB;
  border: 1px solid;
  color: #3498DB;
  box-shadow: none;
  border-radius: 0;
  padding: 12px 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}

.btn-theme:hover,
.btn-theme:active,
.btn.cbp-filter-item-active {
  position: relative;
  border-color: #3498DB;
  background: #3498DB;
  color: #ffffff;
  box-shadow: none !important;
}

.btn.cbp-filter-item-active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(52, 152, 219, 0);
  border-top-color: #3498DB;
  border-width: 10px;
  margin-left: -10px;
}

.btn-white {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  box-shadow: none !important;
}

.btn-white:hover,
.btn-white:active {
  position: relative;
  border-color: #ffffff;
  background: #ffffff;
  color: #3498DB;
  box-shadow: none !important;
}

.btn-lg {
  padding: 20px 30px;
  border: 2px solid;
  font-weight: 700;
  font-size: 18px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 5px 10px !important;
  font-size: 12px !important;
}

.btn-register {
  color: #ffffff;
  background: #3498DB;
  border-color: transparent;
  padding: 10px 30px;
  border: 2px solid;
  font-weight: 700;
  font-size: 18px;
}

.btn-register:hover {
  position: relative;
  border-color: #3498DB;
  background: #ffffff;
  color: #3498DB;
  box-shadow: none !important;
}

/*-----------------------------------------------------------------------------------*/
/*  6 - HEADER
/*-----------------------------------------------------------------------------------*/
#headerwrap {
  background-color: #444444;
  position: relative;
}

#headerwrap.fullscreen {
  min-height: 650px;
  width: 100%;
  overflow: hidden;
  display: table;
  height: 100%;
  overflow: hidden;
}

#headerwrap.halfscreen {
  width: 100%;
  overflow: hidden;
  display: table;
  height: 50%;
  min-height: 440px;
}

#headerwrap.quarterscreen {
  width: 100%;
  overflow: hidden;
  display: table;
  height: 30%;
  min-height: 260px;
}

#headerwrap.halfscreen h1,
#headerwrap.quarterscreen h1,
h1.single-item-title {
  color: #fff;
  font-size: 34px !important;
  letter-spacing: -1px;
  text-shadow: 0 0 5px #000000;
  font-weight: 800;
  text-transform: uppercase;
}

#headerwrap.fullscreen h1 {
  color: #fff;
  font-size: 72px;
  letter-spacing: -1px;
  text-shadow: 0 0 5px #000000;
  font-weight: 900;
}

#headerwrap h3 {
  color: #fff;
  font-weight: 400;
  text-shadow: 0 0 5px #000000;
  font-size: 22px;
}

#headerwrap img {
  padding-bottom: 0
}

#headerwrap .app-img {
  position: relative;
  top: 100px;
}

#headerwrap .app-img:hover {
  top: 50px;
}

#headerwrap .vertical-center {
  width: 100%;
  display: table-cell;
  vertical-align: middle
}

#headerwrap.halfscreen .vertical-center {
  display: block;
  padding-top: 200px;
}

.backstretch:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.big-carousel .owl-carousel .owl-item,
.testimonial-owl.owl-carousel .owl-item {
  padding: 0;
}

.big-carousel figure.hover-item:before {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.fullwidth-carousel {
  background-color: #444;
}

.fullwidth-carousel .header-text {
  position: absolute;
  bottom: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

.fullwidth-carousel .header-text h2 {
  font-size: 40px;
}

.fancy {
  line-height: 0.5;
}

.fancy span {
  display: inline-block;
  position: relative;
}

.fancy span:after {
  content: "";
  position: absolute;
  height: 13px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  top: 0;
  width: 300px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.gradient-bg {
  background: linear-gradient(270deg, #446cb3, #663399, #c0392b) !important;
  background-size: 600% 600% !important;
  animation: gradientslide 14s ease infinite;
}

@keyframes gradientslide {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

.slidenav {
  background-color: rgba(0, 0, 0, 0.4);
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
  color: #ffffff;
  font-size: 70px;
  opacity: 0.6;
}

.slidenav .fa {
  font-size: 28px;
  position: relative;
  bottom: 16px;
}

.slidenav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/*  7 - SECTIONS
/*-----------------------------------------------------------------------------------*/
.section-wrapper {
  width: 100%;
  display: block;
}

.section-inner {
  padding-top: 80px;
  padding-bottom: 80px
}

section.white {
  background: #f3f3f3;
  width: 100%
}

section.white.greyish {
  background: #e3e3e3;
}

section.white p {
  color: #606060
}

.divider-wrapper-a {
  background: #154d72;
  width: 100%;
  color: #fff
}

.divider-wrapper-a p {
  color: #e9e9e9
}

.divider-wrapper-a a,
.divider-wrapper-a h1,
.divider-wrapper-a h2,
.divider-wrapper-a h3,
.divider-wrapper-a h4,
.divider-wrapper-a h5,
.divider-wrapper-a h6,
.divider-wrapper-a p {
  color: #f3f3f3;
}

.section-wrapper.opaqued {
  background-color: rgba(0, 0, 0, 0.6) !important;
  background: transparent
}

.white.section-wrapper.opaqued {
  background-color: rgba(255, 255, 255, 0.9) !important;
  background: transparent
}

/*-----------------------------------------------------------------------------------*/
/*  8 - FOOTER
/*-----------------------------------------------------------------------------------*/
#footerwrap {
  background: #202020;
  width: 100%;
  color: #eee;
  overflow: hidden;
  position: relative;
}

#footerwrap p {
  color: #eee
}

#lowerfooter {
  background-color: #101010;
  padding: 20px;
  position: relative;
}

#lowerfooter:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(16, 16, 16, 0);
  border-bottom-color: #101010;
  border-width: 30px;
  margin-left: -30px;
}

#lowerfooter p,
#lowerfooter a {
  color: #eee;
  margin: 0;
  padding: 10px 0;
  text-align: right;
}

#footer-twitter-feed {
  font-size: 14px;
}

#footer-twitter-feed .fa {
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
  margin: -2px 10px 0 0;
}

#footer-twitter-feed p {
  display: inline-block;
  margin: 0 0 0 10px;
}

.twitter-feed li:first-of-type {
  display: block;
}

.twitter-feed li {
  display: none;
}

.twitter-feed ul img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  9 - WIDGETS
/*-----------------------------------------------------------------------------------*/
#main-sidebar .widget,
#main-sidebar .widget a {
  color: #444;
}

#main-sidebar .widget .post-meta-list li i {
  color: #1f74ac;
}

.widget {
  margin-bottom: 40px;
  color: #fff;
}

.col-md-3 .widget:last-of-type {
  margin-bottom: 0;
}

#footer-widgets .widget {
  margin-bottom: 0px;
  color: #e0e0e0;
}

.widget a,
.widget .post-meta-list li i {
  color: #fff;
}

.widget a:hover,
.widget .media-heading a:hover {
  color: #1f74ac;
}

.widget-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
  text-transform: uppercase;
}

.widget address {
  line-height: 1.75;
}

.carousel-widget .portfolio-item .item-caption h4 {
  text-align: center;
}

#footer-widgets .section-inner {
  padding-bottom: 80px;
}

.twitter-feed p {
  word-break: break-word;
}

.twitter-feed img {
  padding-top: 7px;
}

.flex-table {
  display: flex;
  flex-flow: column nowrap;
}

.flex-table__row {
  display: flex;
  width: 100%;
}

.flex-table__row:first-of-type {
  background: rgba(0, 0, 0, 0.05);
}

.flex-table__legend {
  background: rgba(0, 0, 0, 0.03);
}

.flex-table__item {
  width: 40%;
  padding: 0.5rem;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.flex-table__item:first-of-type {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.flex-table__row:last-of-type .flex-table__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.flex-table__legend,
.flex-table__info {
  width: 20%;
}

/*-----------------------------------------------------------------------------------*/
/*  10 - PORTFOLIO
/*-----------------------------------------------------------------------------------*/

.vendor {
  position: relative;
  width: 100%;
  height: 0;
  display: block;
}

.vendor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxed .player,
.boxed .player-controls {
  position: fixed;
}

.boxed .player-controls {
  width: 100%;
  top: 50%;
  z-index: 10;
}

/*-----------------------------------------------------------------------------------*/
/*  11 - OVERLAY
/*-----------------------------------------------------------------------------------*/
figure.hover-item {
  overflow: hidden;
  position: relative;
}

figure.hover-item img {
  transform: scale(1.0);
  transition: all .5s ease-in-out
}

figure.hover-item:hover img {
  transform: scale(1.2);
  transition: all .5s ease-in-out
}

figure.hover-item:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: all .5s ease-in-out
}

figure.hover-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.0);
  transition: all .5s ease-in-out
}

figure.hover-item figcaption {
  top: auto;
  padding: 10px;
  background: transparent;
  color: #f3f3f3;
  transition: transform .35s;
  transform: translate3d(0, 100%, 0);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  z-index: 5;
}

figure.hover-item p.icon-links a {
  float: right;
  color: #f3f3f3;
  font-size: 16px;
}

figure.hover-item p.icon-links.text-left {
  text-align: left;
}

figure.hover-item p.icon-links.text-left a {
  float: left;
  margin-top: 10px;
}

figure.hover-item:hover p.icon-links a:hover,
figure.hover-item:hover p.icon-links a:focus {
  color: #fff
}

figure.hover-item h2,
figure.hover-item p.icon-links a {
  transition: transform .35s;
  transform: translate3d(0, 200%, 0)
}

figure.hover-item h2,
figure.hover-item p.item-rating {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  letter-spacing: -1px;
  float: left;
  width: 75%;
  text-align: left;
  color: #fff;
}

figure.hover-item .icon-links {
  width: 25%;
  text-align: right;
  float: right;
  line-height: 1;
  position: relative;
}

figure.hover-item:hover p.description {
  opacity: 1
}

figure.hover-item:hover figcaption,
figure.hover-item:hover h2,
figure.hover-item:hover p.icon-links a {
  transform: translate3d(0, 0, 0)
}

figure.hover-item:hover h2 {
  transition-delay: .05s
}

figure.hover-item:hover p.icon-links a:nth-child(3) {
  transition-delay: .1s
}

figure.hover-item:hover p.icon-links a:nth-child(2) {
  transition-delay: .15s
}

figure.hover-item:hover p.icon-links a:first-child {
  transition-delay: .2s
}

figure.hover-item p,
figure.hover-item h2 {
  margin: 0
}

figure.hover-item .icon-links a {
  padding: 0 3px;
}

/*-----------------------------------------------------------------------------------*/
/*  13 - SOCIAL PROFILE BAR
/*-----------------------------------------------------------------------------------*/
.social-profile {
  padding: 20px 15px 15px;
}

.author-social .social-profile {
  padding: 5px 15px 7px;
}

.social-profile a {
  color: #f3f3f3;
  font-size: 28px
}

.social-profile i {
  transform: scale(1.0);
  transition: all 0.5s ease-in-out;
}

.social-profile:hover i {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}

.twitter-bg {
  background-color: #55acee
}

.twitter-bg:hover {
  background-color: #178ee8
}

.facebook-bg {
  background-color: #3b5998
}

.facebook-bg:hover {
  background-color: #283c67
}

.instagram-bg {
  background-color: rgb(128, 67, 179);
}

.instagram-bg:hover {
  background-color: rgb(96, 51, 133);
}

.gplus-bg {
  background-color: #dd4b39
}

.gplus-bg:hover {
  background-color: #b32f1f
}

.dribbble-bg {
  background-color: #ea4c89
}

.dribbble-bg:hover {
  background-color: #d91963
}

/*-----------------------------------------------------------------------------------*/
/*  14 - CSS ARROWS
/*-----------------------------------------------------------------------------------*/
.arrow-top:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
  z-index: 10;
}

.arrow-left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
  z-index: 10;
}

.header-arrows path {
  stroke: #ffffff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

.header-arrows {
  max-width: 50px;
}

.header-arrows.reverse path {
  stroke: #444444;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.header-arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */
}

.header-arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */
}

.header-arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */
}

/*-----------------------------------------------------------------------------------*/
/*  15 - BLOG
/*-----------------------------------------------------------------------------------*/
.masonry-blog-item {
  margin-bottom: 30px;
}

.item-excerpt {
  position: relative;
  background-color: #fff;
  padding: 25px 15px 40px;
}

.item-excerpt h2 {
  margin: 0 0 20px 0;
  font-size: 24px;
}

.item-excerpt h2 a {
  color: #444;
}

.item-excerpt p {
  font-size: 13px;
}

.item-excerpt .item-metas {
  opacity: 0.2;
  padding: 15px 0 0;
}

.item-excerpt .item-metas strong {
  margin-right: 10px;
}

.item-excerpt:hover .item-metas,
.masonry-blog-item:hover .item-metas {
  opacity: 0.6;
}

/*-----------------------------------------------------------------------------------*/
/*  16 - SINGLE POST
/*-----------------------------------------------------------------------------------*/


.single-section-title {
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  18 - BOXED LAYOUT
/*-----------------------------------------------------------------------------------*/
.boxed-wrapper,
body.boxed .navbar-fixed-top {
  width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

body.boxed #headerwrap {
  background-color: transparent;
}

.html.sb-active-right body.boxed .backstrech,
.html.sb-active-right body.boxed .backstrech img {
  transition: transform 500ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: visible;
  transform: translate(-381px);
}

html.sb-init body.boxed .sb-slidebar.sb-right {
  opacity: 0;
  transition: all .25s ease-in-out;
  display: block;
}

html.sb-active-right body.boxed .sb-slidebar.sb-right {
  opacity: 1;
  transition: all .25s ease-in-out
}

/*-----------------------------------------------------------------------------------*/
/*  19 - TOOLTIP
/*-----------------------------------------------------------------------------------*/
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 14px;
  font-weight: 800 !important;
  opacity: 0;
  filter: alpha(opacity=0);
  font-family: 'Raleway', sans-serif;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100)
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #fff
}


.tooltip-inner {
  max-width: 200px;
  padding: 5px 10px;
  color: #1f74ac;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0
}

/*-----------------------------------------------------------------------------------*/
/*  20 - MAP
/*-----------------------------------------------------------------------------------*/
#mapwrapper {
  min-height: 480px;
}

/*-----------------------------------------------------------------------------------*/
/*  23 - RESPONSIVE MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/
@media only screen and (min-width : 1200px) {

  .boxed-wrapper,
  body.boxed .navbar-fixed-top,
  body.boxed #searchwrapper {
    width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width : 992px) {

  .boxed-wrapper,
  body.boxed .navbar-fixed-top,
  body.boxed #searchwrapper {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width : 769px) {

  .boxed-wrapper,
  body.boxed .navbar-fixed-top,
  body.boxed #searchwrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width : 480px) and (max-width : 768px) {

  .boxed-wrapper,
  body.boxed .navbar-fixed-top,
  body.boxed #searchwrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-inverse .navbar-toggle {
    border: none;
  }

  .navbar-inverse.opaqued-dark .navbar-toggle .icon-bar {
    background-color: #333;
  }

  #introText {
    display: none;
  }

  #welcomeText {
    font-size: 36px;
    padding-top: 96px;
  }

  #main-navigation {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-inverse {
    background: rgba(255, 255, 255, 0);
  }

  .navbar-inverse:after {
    border-top-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-inverse.opaqued-dark {
    background: rgba(0, 0, 0, 0.9);
  }

  .navbar-inverse .navbar-brand {
    color: #000;
  }

  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent
  }

  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse.opaqued-dark .navbar-nav {
    color: #000
  }

  .navbar-inverse .navbar-nav>li>a:after {
    background-color: rgba(0, 0, 0, 0.9);
  }

  #headerwrap.fullscreen h1 {
    font-size: 36px;
  }

}

@media only screen and (max-width : 480px) {

  .boxed-wrapper,
  body.boxed .navbar-fixed-top,
  body.boxed #searchwrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .subscribe-input,
  button.btn.btn-theme.btn-white.pull-right.subscribe-submit {
    width: 100%;
  }

  .navbar-inverse .navbar-toggle {
    border: none;
    background: none;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
  }

  #comment-form .form-control {
    margin-bottom: 15px;
  }

  #introText {
    display: none;
  }

  #welcomeText {
    font-size: 22px;
    padding-top: 96px;
  }

  #main-navigation {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-inverse {
    background: rgba(255, 255, 255, 0);
  }

  .navbar-inverse:after {
    border-top-color: rgba(255, 255, 255, 0.9);
  }

  .navbar-inverse.opaqued-dark {
    background: rgba(0, 0, 0, 0.9);
  }

  .navbar-inverse .navbar-brand {
    color: #000;
  }

  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    background-color: transparent
  }

  .navbar-inverse .navbar-nav>li>a,
  .navbar-inverse.opaqued-dark .navbar-nav {
    color: #000
  }

  .navbar-inverse .navbar-nav>li>a:after {
    background-color: rgba(0, 0, 0, 0.9);
  }

  #headerwrap.fullscreen h1 {
    font-size: 36px;
  }


}


.datestable td {
  padding: 5px;
}

ol {
  padding-left: 12px;
}







#location-modal {
  position: fixed;
  inset: 50%;
  transform: translate(-50%, -50%);
  width: min(80rem, calc(100vw - 4rem));
  height: min(60rem, calc(100vh - 4rem));
  /* display: grid; */
  place-content: center;
}

#location-modal[open] {
  display: grid;
}

#location-modal form {
  display: grid;
  place-content: center;
  text-align: center;
}

dialog#location-modal a {
  margin: 1rem;
  width: 300px;
}

#location-modal button {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  padding: 1rem;
  font-size: 3rem;
  line-height: 1;
}

#location-modal::backdrop {
  backdrop-filter: blur(5px);
}
