/* ---------------------------------
Global
--------------------------------- */
html {
  font-size: 100%;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  touch-action: manipulation;
}
body {
  font-size: 15px;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-x: hidden;
  color: #0a0a0a;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.wrapper {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 50px;
}
.cartwheel .wrapper {
  background: #00000050;	
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    width: auto;
    padding: 0 30px;
  }
}

a, button {
  text-decoration: underline;
  color: inherit;
  transition: all .3s;
  line-height: 1;
}
a:focus, a:active, a:hover, button:focus, button:active, button:hover, a b.light-color:hover {
  color: #1b466c;
}
b {
  font-weight: 500;
}
img {
  width: 100%;
}
li {
  list-style: none;
  display: inline-block;
}
span {
  display: inline-block;
}
button {
  outline: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

/* ---------------------------------
Typograpgy
--------------------------------- */
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img, inpot, button {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
  font-size: 1.05em;
  color: #fff;
  font-weight: bold;
  margin: 12px 0 16px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-weight: bold;
}
h1 {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
h2 {
  font-size: 3.5em;
  font-weight: bold;
  margin: 6px 0 12px;
  text-align: center;
  letter-spacing: 0.02em;
}
h3 {
  font-size: 2.5em;
}
h4 {
  font-size: 1.5em;
  margin: 1.7em 0;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.2em;
  max-width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 2.5em;
  }
  h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

/* ---------------------------------
Landing Section
--------------------------------- */
#landing-section {
  position: relative;
  background-image: url(../images/landing-section-image-2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#landing-section img {
  max-height: 80vh;
  max-width: 90%;
  margin: auto;
}
#landing-section-attribute p {
	padding-right: 1em;
	font-size: 0.5em;
	margin-top: 0.1em;
	font-style: italic;
	font-weight: normal;
	color: gray !important;
	text-align: right;
}
#landing-section-attribute p strong {
	font-style: normal;
	font-size: 1.5em;
}
#landing-section .scroll-down-container {
  position: absolute;
  bottom: 0;
  left: 50%;
}
#landing-section .scroll-down {
  position: relative;
  left: -50%;
  background-color: #fff;
  height: 50px;
  width: 100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
#landing-section .scroll-down svg {
  height: 50%;
  padding-top: 3%;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  fill: #0a0a0a;
}
#landing-section .scroll-down:hover svg {
  padding-top: 10%;
}
@media only screen and (max-width: 960px) {
  #landing-section {
    background-image: url(../images/landing-section-image-2.jpg);
  }
}
/* ---------------------------------
Text Sections
--------------------------------- */

.panel{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-position: center center;
}
.panel.cartwheel {
    background-image: url('../images/static-image-2.jpg');
	padding: 50px 0 50px;
	color: white;
	text-shadow: 2px 2px 5px black;
}
.panel.cartwheel * {
	
}

#event-info-1, #event-info-2 {
  padding: 140px 0;
  text-align: center;
}
#event-info-2 {
  padding-bottom: 0 !important;
  padding-top: 100px;
}
#entries {
  position: relative;
  margin: 0;
  padding: 100px 0;
  background-color: white;
  text-align: center;
}
#venues {
	margin-top: 0px;
	padding-top: 2em;
	padding-bottom: 2em;
	background: #00799E;
	color: white;
}
.entries-logo {
  height: 20vh;
  min-height: 180px;
  max-height: 280px;
  width: auto;
}
.wave-border {
  position: absolute;
  left: 15px;
  width: calc(100% - 30px);
  height: auto;
}
.wave-border-top {
  top: 15px;
}
.wave-border-md, .wave-border-sm {
  display: none;
}
.wave-border-bottom {
  bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  #entries {
    padding: 70px 0;
  }
  .wave-border-lg {
    display: none;
  }
  .wave-border-md {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #event-info-1 {
    padding: 50px 0;
  }
  #event-info-2 {
    padding: 75px 0 50px;
  }
  #entries {
    padding: 50px 0 55px;
  }
}
@media only screen and (max-width: 580px) {
  .wave-border-lg, .wave-border-md {
    display: none;
  }
  .wave-border-sm {
    display: block;
  }
}

/* ---------------------------------
Slider
--------------------------------- */
#slider {
  position: relative;
}
.slide-img {
  padding-top: 66%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 400px;
}
.slide-img-1 {
  background: url(../images/slide-1-Ballater-1.jpg);
}
.slide-img-2 {
  background: url(../images/slide-2-Creag-Choinnich-1.jpg);
}
.slide-img-3 {
  background: url(../images/slide-3-Creag-Choinnich-3.jpg);
}
.slide-img-4 {
  background: url(../images/slide-4-East-Glen-Feardar-3.jpg);
}
.slide-img-5 {
  background: url(../images/slide-5-runner.jpg?v=1);
}
.slide-img-6 {
  background: url(../images/slide-6-West-Glen-Feardar-3.jpg);
}
.location-images {
  /*display: none;*/
  background-color: transparent;
}
.location-images p {
	text-align: right !important;
	font-weight: normal;
	font-style: italic !important;
	font-size: 0.75em;
	padding-right: 1em;
}
.location-images p strong {
	font-weight: bold;
	font-style: normal !important;
	font-size: 1.5em;
}
.location-images p a:hover {
	color: white;
}
.slick-initialized {
  display: block;
}
/* slider dots */
.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding-bottom: 30px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #00799E;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button::before {
  color: #1B3C8A;
}
button::-moz-focus-inner {
  border: 0;
}

/* ---------------------------------
Footer
--------------------------------- */
footer {
  width: 100%;
  display: inline-block;
  background-color: #351251;
}
.footer-left, .footer-right {
  display: inline-block;
  padding: 80px 60px;
}
.footer-right {
  float: right;
}
.footer-logo {
  width: 360px;
  height: auto;
  max-width: 75vw;
}
.footer-right p {
  text-align: right;
}
ul.social-links {
  list-style: none;
  margin: 0 0 1rem;
  padding: 6px 0 0 0;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: right;
}
ul.social-links li {
  display: inline-block;
  margin: 0 .7rem 0 0;
}
ul.social-links li:last-child {
  margin: 0;
}
ul.social-links li a {
  display: inline-block;
  height: 38px;
  width: 38px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #ef7d00;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.social-links li a .fa {
  font-size: 19px;
  padding: 8px 7px;
}
ul.social-links li a:hover {
  border-color: #ef7d00;
}
@media only screen and (max-width: 1024px) {
  footer {
    text-align: center;
  }
  .footer-left, .footer-right {
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .footer-left {
    padding: 50px 0 20px;
  }
  .footer-right {
    float: none;
    padding: 0 0 40px;
  }
  .footer-right p {
    text-align: center;
  }
  ul.social-links {
    text-align: center;
  }
}