* {
  margin:0;
  padding:0;
}
ul {
  list-style: none;
}
p {
  margin-bottom: 15px;
}
a {
  color: #646464;
  text-decoration: none;
}
p:last-child {
  margin-bottom: 0;
}
html, body {
  background-color: #262626;
  font-family: 'Montserrat', verdana, sans-serif;
  color: #646464;
  font-size: 13px;
  -webkit-text-size-adjust: 100%;
}
.hide {
  display: none;
}
.error {
  background-color: #F2BFBF;
  color: #c33;
  padding: 15px 10px;
  font-size: 13px;
}
.success {
  background-color: #BCE0BC;
  color: #060;
  padding: 15px 10px;
  font-size: 13px;
}
.ss-container {
  margin: auto;
  width: 1200px;
}
.page {
  background-color: #fff;
  padding: 25px 40px 40px;
  box-sizing: border-box;
}
.page-strip {
  background-image: url(../img/backdrops/page.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.path {
  margin-bottom: 30px;
  font-size: 12px;
}
.path li {
  display: inline-block;
  font-weight: bold;
}
.path li a {
  display: block;
  font-weight: normal;
}
.path li a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin: 0 6px 0 8px;
  color: #aaa;
}
.contact-float {
  float: right;
  font-size: 15px;
}
.contact-float li {
  display: inline-block;
  margin-left: 20px;
}
.contact-float li i {
  margin-right: 5px;
}
.contact-float a:hover {
  text-decoration: underline;
}
header {
  background-color: #111;
  position: relative;
  height: 111px;
}
header .ss-container {
  background-image: url(../img/logo.png);
  background-size: 250px;
  background-repeat: no-repeat;
  background-position: 15px 15px;
}
menu.desktop {
  text-align: right;
  padding-top: 50px;
  padding-right: 20px;
}
menu.desktop > ul > li {
  display: inline-block;
  position: relative;
}
menu.desktop > ul > li > a {
  display: block;
  text-transform: uppercase;
  color: #bbb;
  height: 25px;
  line-height: 25px;
  padding: 10px 20px;
}
menu.desktop li.has-submenu > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  font-weight: 900;
  margin-left: 8px;
  transition: .3s;
}
menu.desktop > ul > li:hover > a {
  color: #fff;
}
menu.desktop li.active > a, menu.desktop li.active > a:hover {
  color: #D59C23;
}
menu.desktop li.has-submenu:hover > a {
  background-color: #D59C23;
  color: #222;
}
menu.desktop li:hover a::after {
  transform: rotate(180deg);
}
.submenu {
  position: absolute;
  width: 250px;
  right: 0;
  top: 45px;
  background-color: #D59C23;
  display: none;
  padding-top: 15px;
}
menu.desktop li:hover .submenu {
  display: block;
}
.submenu a {
  display: block;
  padding: 15px 20px;
  color: #333;
}
.submenu a:hover {
  background-color: #BA861F;
}
.banner .ss-container {
  background-color: rgba(0, 0, 0, .5);
}
.banner-stage {
  background-image: url(../img/backdrops/cboard.jpg);
  background-size: cover;
  background-position: center;
}
.banner-tag {
  height: 600px;
  padding-top: 200px;
  box-sizing: border-box;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
}
.banner-tag div {
  margin: auto 40px;
  line-height: 1.5em;
}
.banner-tag p{
  margin-bottom: 40px;
}
.btn {
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 15px;
  -webkit-appearance: none;
}
.btn-orange {
  background-color: #D59C23;
  color: #eee;
}
.btn-orange:hover {
  background-color: #AD7F22;
}
.btn-blue {
  background-color: #2366D5;
}
.btn-large {
  font-size: 18px;
  padding: 15px 30px;
}
footer {
  color: #bbb;
  font-size: 12px;
  padding-top: 10px;
  position: relative;
}
footer .col {
  padding: 20px;
}
footer h4 {
  color: #D59B23;
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}
footer a {
  color: #bbb;
}
footer a:hover {
  color: #fff;
}
footer li {
  padding: 3px 0;
}
.trail {
  font-size: 11px;
  color: #999;
  padding: 20px;
}
.trail span {
  display: inline-block;
  padding-right: 10px;
  line-height: 20px;
}
a.facebook {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ddd;
  font-size: 35px;
  transition: color .3s;
}
a.facebook i {
  display: block;
}
a.facebook:hover {
  color: #4267b2;
}

.page {
  font-size: 15px;
  line-height: 1.2em;
  min-height: 550px;
}
.page h1 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.3em;
}
.page h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 40px;
}
.content {
  padding-right: 30px !important;
}
.content ul {
  margin: 30px 0;
}
.content ul li::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #A041AD;
  margin-right: 5px;
  position: absolute;
  font-size: 12px;
  left: 0;
}
.content ul li {
  margin-left: 20px;
  padding: 5px 0 5px 22px;
  position: relative;
}
.note {
  font-size: 11px;
  margin-top: 60px;
}
aside {
  margin-top: 20px;
  line-height: 1.1em;
}
.panel {
  background-color: #eee;
  font-size: 13px;
  margin-bottom: 40px;
}
.panel:last-child {
  margin-bottom: 0;
}
.panel h2 {
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  background-color: #ddd;
  margin-bottom: 0;
}
.panel h2 i {
  color: #999;
  padding-right: 5px;
}
.panel p {
  padding: 20px 30px 30px;
}

figure {
  display: table;
  margin: 40px auto;
  background-color: #ddd;
  padding: 10px;
}
figure img {
  display: block;
  max-width: 100%;
}
figcaption {
  display: table-caption;
  caption-side: bottom;
  background-color: #ddd;
  padding: 0 10px 10px;
  font-size: 12px;
  color: #000;
}
.photo {
  text-align: center;
}
.photo img {
  max-width: 100%;
}
.photo-float {
  float: right;
  margin: 0 0 20px 20px;
}
.gallery-img {
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #ddd;
}
.gallery-img a {
  display: block;
  background-color: #eee;
  box-sizing: border-box;
  margin: auto;
  padding: 10px;
}
.gallery-img a:hover {
  background-color: #ddd;/*#D59C23;*/
}
.gallery-img img {
  display: block;
  margin: auto;
  max-height: 160px;
  max-width: 100%;
}
.news {
  position: relative;
}
.news-date {
  background-color: #D59B23;
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 70px;
  padding: 8px 0;
  font-size: 13px;
  font-weight: 300;
  position: absolute;
}
.news-date span {
  display: block;
  font-size: 18px;
  margin-top: 8px;
}
.news-content {
  margin-left: 70px;
  border-left: 1px solid #D59B23;
  padding-left: 20px;
}

fieldset {
  border: none;
  margin: 30px auto;
  max-width: 500px;
}
fieldset label {
  display: block;
  margin: 25px 0 5px;
}
fieldset label:first-child {
  margin-top: 0;
}
fieldset > input, fieldset select, fieldset textarea {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 0;
  display: block;
}
fieldset > input:hover {
  border-color: #666;
}
fieldset textarea, fieldset select {
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin-top: 10px;
  -webkit-appearance:none;
  appearance: none;
  border-radius: 0;
}
fieldset input:focus, fieldset textarea:focus, fieldset select:focus {
  outline: none;
}
fieldset label.required::after {
  content: "\f304";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c33;
  font-size: 12px;
  padding-left: 10px;
}
fieldset select:hover {
  cursor: pointer;
  border-color: #666;
}
.select {
  position: relative;
}
.select::after {
  position: absolute;
  right: 17px;
  top: 15px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #777;
  pointer-events: none;
}
.buttons {
  text-align: right;
  padding-top: 20px;
}
.buttons input {
  width: auto;
}

.paging {
  text-align: right;
  margin: 30px 0;
}
.paging li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
.paging li a {
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #ccc;
}
.paging li a:hover {
  background-color: #aaa;
  text-decoration: none;
}


/* mobile */
#mobile-header {
  height: auto;
  padding-bottom: 20px;
}
#mobile-top {
  height: 75px;
  position: relative;
  transition: height .3s;
  overflow: hidden;
}
.mobile-logo {
  padding-top: 23px;
  padding-left: 10px;
}
#mobile-nav {
  display: block;
  position: absolute;
  font-size: 22px;
  right: 25px;
  top: 25px;
}
#mobile-nav::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#mobile-nav:hover {
  color: #aaa;
}
.mobile-header-open #mobile-nav::before {
  content: "\f00d";
}
#mobile-header ul {
  margin: 40px 40px 20px 40px;
}
#mobile-header li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #999;
  border-top: 1px solid #333;
  padding: 12px;
}
#mobile-header li a:hover {
  color: #fff;
}
#mobile-header li:first-child a {
  border-top: none;
  padding-top: 0;
}

/* md */
@media (max-width: 1200px){

  .hide-md {display:none}
  .show-md {display:block}

  .ss-container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  header.ss-container
  {
        background-size: 350px;
        background-position: 10px 40px;
  }

  .page {
    margin: 0 20px;
  }
}

/* sm */
@media (max-width: 920px){

  .hide-sm {display:none}
  .show-sm {display:block}

  .banner-tag {
    min-height: 470px;
    padding-top: 30px;
    font-size: 20px;
  }

  .page h1 {
    font-size: 23px;
  }

  .content {
    padding-right: .5rem !important;
    margin-bottom: 30px;
  }

  .news-date {
    position: relative;
    width: auto;
    display: inline-block;
    text-align: left;
    padding: 8px 12px;
    font-size: 15px;
  }
  .news-date span {
    display: inline;
    font-size: inherit;
    padding-left: 5px;
  }
  .news-content {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #D59B23;
  }
  .news-content h2 {
    margin-top: 20px;
  }
}
