@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600');
@font-face {
    font-family: 'Realist';
    src: url('../fonts/Realist/realist-webfont.woff2') format('woff2'),
         url('../fonts/Realist/realist-webfont.ttf') format('ttf'),
         url('../fonts/Realist/realist-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Iconic';
    src: url('../fonts/Iconic/fonts/iconmonstr-iconic-font.woff') format('woff2'),
		 url('../fonts/Iconic/fonts/iconmonstr-iconic-font.ttf') format('ttf'),
         url('../fonts/Iconic/fonts/iconmonstr-iconic-font.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body {
	font-family: 'Open Sans', sans-serif;
}

.bg-gray {
	background-color: #EAE5DD;
}

.img-circle {
	border-radius: 50%;
}

.vertical-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.paral {
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}

.paralabout {
    background-image: url("../images/headers/lion.jpg");
}

.paralwork {
    background: url("../images/headers/muddyhands.jpg");
    background-size:cover;
}

.paraltrips{
    background-image: url("../images/headers/site.jpg");
}

.paralseminar {
    background: url("../images/headers/seminar.jpg");
    background-size:cover;
}

.paralthanks {
    background:linear-gradient(0deg,rgba(0,0,0,0.15),rgba(0,0,0,0.15)),url(../images/slider/stockhands_slider.jpg);
    background-size:cover;
}

.paraljumbo {
	min-height: 600px;
}

@media (min-width: 1200px) {
	.row-mr-neg {
		margin-right: -15%;
		padding-left: 15%;
	}
	.row-ml-neg {
		margin-left: -15%;
		padding-right: 15%;
	}
}

/* Typography */

a {
  color: #8E9668;
  text-decoration: none;
}

a:hover {
  color: #717853;
  text-decoration: none;
}

a:visited {
	color: #717853;
}

p {
	line-height: 1.5;
}

hr {
	border-color: white;
	width: 75%;
}

h1 {
	font-family: Realist;
	font-size: 2em;
}

h2 {
	color: #CF4D48;
	font-weight: 300;
	text-transform: uppercase; 
}

h3 {
	font-family: 'Open Sans', sans-serif; 
	font-size: 1.5em;
	font-weight: 300;
}
h4 {
	font-family: Realist; 
	font-size: 2em;
	text-transform: uppercase;
}

h6 {
	text-transform: uppercase;
}
h7 {
	font-family: 'Open Sans', sans-serif; 
	font-size: 2em;
	font-weight: 300;
	color: #fff;
	line-height: 1.2;
}
h8 {
    font-family: Realist;
    font-size:3.5em;
}

.small-type {
    font-family: 'Open Sans', sans-serif;
    font-size: .5em !important;
    text-transform: uppercase;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.text-green {
	color: #8E9668;
}

.text-orange {
	color: #CF4D48;
}

.text-large {
	font-family: Realist;
	font-size: 5em;
}

.blockquote {
	width: 60%;
	text-align: center;
	font-family: Realist;
	font-size: 2em;
	margin:auto;
	border-top: 1px solid #CF4D48;
}

@media only screen and (max-width: 768px) {
    .blockquote {
        width:100%;
    }
}

.blockquote span {
	font-family: 'Open Sans', sans-serif;
	font-size: .6em; 
	font-weight: 300;
	color: #CF4D48;
}

a.divlink {
	color: inherit; 
	text-decoration: none;
	position: absolute;
	top: 0; left: 0;
	height: 100%; width: 100%;
}

.burgundy-shadow {
	text-shadow: 2px 2px #p;
}

.text-small {
	font-size: .75em;
}

.btn-primary {
	color: white;
	border-color: #8E9668;
	background: #8E9668;
}
.btn-primary:hover {
	background: #717853;
	border-color: #717853;
	color: white;
}

.btn-secondary {
	color: white;
	border-color: #CF4D48;
	background: #CF4D48;
}
.btn-secondary:hover {
	background: #b5342f ;
	border-color: #b5342f;
	color: white;
}

.btn-outline-primary {
	color: #8E9668;
	border-color: #8E9668;
}
.btn-outline-primary:hover {
	background: #8E9668;
	border-color: #8E9668;
	color: white;
}

.btn-outline-secondary {
	color: #CF4D48;
	border-color: #CF4D48;
}
.btn-outline-secondary:hover {
	background: #CF4D48;
	border-color: #CF4D48;
}

/* Navigation */

.navbar {
   text-transform: uppercase;
   font-weight: 600;
   font-size: .938em;
   z-index: 1000;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    
}
.navbar .navbar-nav .nav-item .nav-link {
	color: #fff;
	float: right;
}

.navbar-dark .nav-link:hover {
	color: rgba(255, 255, 255, .5);
}

.navbar-transparent .nav-link {
    color: #fff;
}

.navbar-transparent .nav-link:hover {
	color: #8E9668 !important;
}

.navbar-brand img {
	max-height:100px;
}

#navigation .navbar-toggler {
    border: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("https://mdbootstrap.com/img/svg/hamburger7.svg?color=fff");
}

.custom-toggler.navbar-toggler {
  border-color: none;
}

#custom-search-input{
    padding: 1px;
    border: solid 1px #EAE5DE;
    border-radius: 3px;
    background-color: none;
	margin-left: .625em;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
	background-color: transparent;
	color: #EAE5DE;
	font-size: .750em;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #EAE5DE;
    padding: 0 0px 0 10px;
	
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #EAE5DE;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EAE5DE;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #EAE5DE;
}

@media only screen and (max-width: 992px) {
    .navbar-nav .social {
        margin-right:25px;
        font-size:1em;
    }
}


/* Carousel */

.carousel-item {
  height: 100vh;
  min-height: 500px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.2);
}
.carousel-caption {
  position: absolute;
  bottom: 20%;
  left: 5%;
  width: 600px;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
@media only screen and (max-height: 600px) {
    .carousel-caption {
        top:20%;
    }
}

/* About */
.about-header {
  min-height: 400px;
  background: url('../images/headers/lion.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#team img {
	max-width: 250px;
}

/* Skrollr What We Do Page */ 

#story {
	height: 19000px;
	background: #662C34;
}
div.story-footer {
	position: fixed;
	width: 100%;
	z-index: 50;
}

div.story {
	width: 100%;
	min-height: 100%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	top: 50%;
	opacity: 1;
	font-size: 2em;
	line-height: 1.2;
	color: white;
	position: fixed;
}
.story img {
	margin-top: -200px;
}

div.arrows {
    opacity:1; 
    top:90%; 
    z-index:900;
}

.img500 {
    height: 500px;
}

.img400 {
    height: 400px;
}

.img350 {
    height: 350px;
}

.img320 {
    height: 320px;
}

.img300 {
    height: 300px;
}

.img200 {
    height: 200px;
}

@media only screen and (max-width: 768px) {
    div.story {
        font-size:1.5em;
    }
    .img500 {
        height: 450px;
    }
    
    .img400 {
        height: 350px;
    }
    
    .img350 {
        height: 300px;
    }
    
    .img320 {
        height: 270px;
    }
    
    .img300 {
        height: 250px;
    }
    
    .img200 {
        height: 150px;
        margin-bottom:50px;
    }
}

/*Send Page */
/* ===== Actual Styles ===== */
.is-invalid {
    border: 2px solid #CF4D48;
    border-bottom: 2px solid #CF4D48 !important;
    color: #CF4D48;
}

/* ===== Horizontal Rule ===== */
.rule {
  margin: 10px 0;
  border: none;
  height: 1.5px;
  background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
  font-size: 1rem;
  display: inline-block;
  margin: 3em 2em;
  width: 350px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
}

.sel::before {
  position: absolute;
  content: '\f063';
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #FFF;
  right: 20px;
  top: calc(50% - 0.5em);
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
  display: block;
  font-weight: 300;
  font-size: 1.5em;
  color: #8C9668;
  padding: 0.2em 0.5em;
  text-align: left;
  pointer-events: none;
  user-select: none;
  visibility: visible;
  text-transform: uppercase;
}

.sel.active .sel__placeholder {
  visibility: hidden;
}

.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
  z-index:10;
  -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
  display: list-item;
  font-weight: 300;
  font-size: 1.25em;
  color: #8C9668;
  padding: 0.5em 1em;
  user-select: none;
  background-color:white;
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.sel-arrival-day {
  z-index: 3;
}
.sel-departure-day {
  z-index: 3;
}

/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}



/* Schedule */
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-schedule {
  position: relative;
  margin: 2em 0;
}

.cd-schedule::before {
  /* never visible - this is used in js to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule {
    width: 90%;
    max-width: 1400px;
    margin: 2em auto;
  }
  .cd-schedule::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule::before {
    content: 'desktop';
  }
}

.cd-schedule .timeline {
  display: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .timeline {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 50px;
  }
  .cd-schedule .timeline li {
    position: relative;
    height: 50px;
  }
  .cd-schedule .timeline li::after {
    /* this is used to create the table horizontal lines */
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EAEAEA;
  }
  .cd-schedule .timeline li:last-of-type::after {
    display: none;
  }
  .cd-schedule .timeline li span {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .timeline li::after {
    width: calc(100% - 60px);
    left: 60px;
  }
  .cd-schedule .timeline li span {
    display: inline-block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cd-schedule .timeline li:nth-of-type(2n) span {
    display: none;
  }
}

.cd-schedule .events {
  position: relative;
  z-index: 1;
}

.cd-schedule .events .events-group {
  margin-bottom: 30px;
}

.cd-schedule .events .top-info {
  width: 100%;
  padding: 0 5%;
}

.cd-schedule .events .top-info > span {
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: bold;
}

.cd-schedule .events .events-group > ul {
  position: relative;
  padding: 0 5%;
  /* force its children to stay on one line */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.cd-schedule .events .events-group > ul::after {
  /* never visible - used to add a right padding to .events-group > ul */
  display: inline-block;
  content: '-';
  width: 1px;
  height: 100%;
  opacity: 0;
  color: transparent;
}

.cd-schedule .events .single-event {
  /* force them to stay on one line */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: left;
  height: 300px;
  width: 70%;
  max-width: 300px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  margin-right: 20px;
  -webkit-transition: opacity .2s, background .2s;
  transition: opacity .2s, background .2s;
}

.cd-schedule .events .single-event:last-of-type {
  margin-right: 5%;
}

.cd-schedule .events .single-event a {
  display: block;
  height: 100%;
  padding: .8em;
}

@media only screen and (min-width: 550px) {
  .cd-schedule .events .single-event {
    width: 40%;
  }
}

@media only screen and (min-width: 800px) {
  .cd-schedule .events {
    float: left;
    width: 100%;
  }
  .cd-schedule .events .events-group {
    width: 33.33%;
    float: left;
    border: 1px solid #EAEAEA;
    /* reset style */
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group:not(:first-of-type) {
    border-left-width: 0;
  }
  .cd-schedule .events .top-info {
    /* vertically center its content */
    display: table;
    height: 50px;
    border-bottom: 1px solid #EAEAEA;
    /* reset style */
    padding: 0;
  }
  .cd-schedule .events .top-info > span {
    /* vertically center inside its parent */
    display: table-cell;
    vertical-align: middle;
    padding: 0 .5em;
    text-align: center;
    /* reset style */
    font-weight: normal;
    margin-bottom: 0;
  }
  .cd-schedule .events .events-group > ul {
    height: 1500px;
    /* reset style */
    display: block;
    overflow: visible;
    padding: 0;
  }
  .cd-schedule .events .events-group > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .cd-schedule .events .events-group > ul::after {
    /* reset style */
    display: none;
  }
  .cd-schedule .events .single-event {
    position: absolute;
    z-index: 3;
    /* top position and height will be set using js */
    width: calc(100% + 2px);
    left: -1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    /* reset style */
    -ms-flex-negative: 1;
        flex-shrink: 1;
    height: auto;
    max-width: none;
    margin-right: 0;
	padding: .5em;
	padding-left: .75em;
  }
  .cd-schedule .events .single-event:last-of-type {
    /* reset style */
    margin-right: 0;
  }
  .cd-schedule .events .single-event.selected-event {
    /* the .selected-event class is added when an user select the event */
    visibility: hidden;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .events {
    /* 60px is the .timeline element width */
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}

.cd-schedule.loading .events .single-event {
  /* the class .loading is added by default to the .cd-schedule element
	   it is removed as soon as the single events are placed in the schedule plan (using javascript) */
  opacity: 0;
}

.cd-schedule .event-name,
.cd-schedule .event-date {
  display: block;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-schedule .event-name {
  font-size: 1.5em;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-name {
    font-size: 1em;
  }
}

.cd-schedule .event-date {
  /* they are not included in the the HTML but added using JavScript */
  font-size: .75em;
  opacity: .7;
  line-height: 1.2;
  margin-bottom: .2em;
}

.cd-schedule .single-event[data-event="event-1"],
.cd-schedule [data-event="event-1"] .header-bg {
  /* this is used to set a background color for the event and the modal window */
  background: #452633;
}

.cd-schedule .single-event[data-event="event-1"]:hover {
  background: #361e28;
}

.cd-schedule .single-event[data-event="event-2"],
.cd-schedule [data-event="event-2"] .header-bg {
  background: #CF4D48;
}

.cd-schedule .single-event[data-event="event-2"]:hover {
  background: #b5342f;
}

.cd-schedule .single-event[data-event="event-3"],
.cd-schedule [data-event="event-3"] .header-bg {
  background: #F5CC99;
}

.cd-schedule .single-event[data-event="event-3"]:hover {
  background: #dcb789;
}

.cd-schedule .single-event[data-event="event-4"],
.cd-schedule [data-event="event-4"] .header-bg {
  background: #8E9668;
}

.cd-schedule .single-event[data-event="event-4"]:hover {
  background: #717853;
}

.cd-schedule .event-modal {
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  /* Force Hardware acceleration */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: visibility .4s, -webkit-transform .4s;
  transition: visibility .4s, -webkit-transform .4s;
  transition: transform .4s, visibility .4s;
  transition: transform .4s, visibility .4s, -webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
          transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
}

.cd-schedule .event-modal .header {
  position: relative;
  height: 70px;
  /* vertically center its content */
  display: table;
  width: 100%;
}

.cd-schedule .event-modal .header .content {
  position: relative;
  z-index: 3;
  /* vertically center inside its parent */
  display: table-cell;
  vertical-align: middle;
  padding: .6em 5%;
}

.cd-schedule .event-modal .body {
  position: relative;
  width: 100%;
  /* 70px is the .header height */
  height: calc(100% - 70px);
}

.cd-schedule .event-modal .event-info {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  height: 100%;
  overflow: hidden;
}

.cd-schedule .event-modal .event-info > div {
  overflow: auto;
  height: 100%;
  padding: 1.4em 5%;
}

.cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
  /* these are the morphing backgrounds - visible on desktop only */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cd-schedule .event-modal .body-bg {
  z-index: 1;
  background: white;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.cd-schedule .event-modal .header-bg {
  z-index: 2;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
}

.cd-schedule .event-modal .close {
  /* this is the 'X' icon */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.1);
  /* replace text with icon */
  color: transparent;
  white-space: nowrap;
  text-indent: 100%;
  height: 70px;
  width: 70px;
}

.cd-schedule .event-modal .close::before, .cd-schedule .event-modal .close::after {
  /* these are the two lines of the 'X' icon */
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 22px;
  background: white;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-schedule .event-modal .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-schedule .event-modal .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-schedule .event-modal .event-date {
  display: none;
}

.cd-schedule .event-modal.no-transition {
  -webkit-transition: none;
  transition: none;
}

.cd-schedule .event-modal.no-transition .header-bg, .cd-schedule .event-modal.no-transition .body-bg {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (min-width: 800px) {
  .cd-schedule .event-modal {
    /* reset style */
    right: auto;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    will-change: transform, width, height;
    -webkit-transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s;
    transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
  }
  .cd-schedule .event-modal .header .content {
    /* reset style */
    display: block;
    padding: .8em;
  }
  .cd-schedule .event-modal .event-info > div {
    padding: 2em 3em 2em 2em;
  }
  .cd-schedule .event-modal .body {
    height: 100%;
    width: auto;
  }
  .cd-schedule .event-modal .header-bg, .cd-schedule .event-modal .body-bg {
    /* Force Hardware acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .cd-schedule .event-modal .header-bg {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
  .cd-schedule .event-modal .body-bg {
    opacity: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cd-schedule .event-modal .event-date {
    display: block;
  }
  .cd-schedule .event-modal .close, .cd-schedule .event-modal .event-info {
    opacity: 0;
  }
  .cd-schedule .event-modal .close {
    width: 40px;
    height: 40px;
    background: transparent;
  }
  .cd-schedule .event-modal .close::after, .cd-schedule .event-modal .close::before {
    background: #222222;
    height: 16px;
  }
}

@media only screen and (min-width: 1000px) {
  .cd-schedule .event-modal .header .content {
    padding: 1.2em;
  }
}

.cd-schedule.modal-is-open .event-modal {
  /* .modal-is-open class is added as soon as an event is selected */
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.cd-schedule.modal-is-open .event-modal .event-info > div {
  /* smooth scroll on iOS touch devices */
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 800px) {
  .cd-schedule.animation-completed .event-modal .close,
  .cd-schedule.content-loaded.animation-completed .event-modal .event-info {
    /* 	the .animation-completed class is added when the modal animation is completed
			the .content-loaded class is added when the modal content has been loaded (using ajax) */
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  .cd-schedule.modal-is-open .body-bg {
    opacity: 1;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
            transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1);
  }
}

.cd-schedule .cover-layer {
  /* layer between the content and the modal window */
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-schedule.modal-is-open .cover-layer {
  opacity: 1;
  visibility: visible;
}

/* Map */ 
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* Home Footer */

footer.home {
	font-family: 'Realist';
	background: none;
}
.supportfooter {
	background-color: #662C34;
	color: #EAE5DE;
	text-align: right;
}
footer.home a:hover:after {
	content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.15);
}
.eventsfooter {
	background-color: #EAE5DE;
	color: #662C34;
	text-align: right;
}
.supportfooter span{
	font-size: 3.1em;
}
.eventsfooter span{
	font-size: 2.5em;
}
.lion-top {
	margin-bottom:-25px;
}
@media (max-width: 992px) {
	footer .supportfooter span {
		font-size: 2.5em;
	}
	footer .eventsfooter span {
		font-size: 2em;
	}
}
@media (max-width: 768px) {
	footer .supportfooter span, footer .eventsfooter span {
		font-size: 1.75em;
		padding: 5px 0;
	}
}
@media (max-width: 544px) {
	footer .supportfooter span, footer .eventsfooter span {
		font-size: 1.75em;
		padding: 5px 0;
		
	}
}

/* Footer */

footer .main {
	background-color: #452633;
	color: white;
}
footer .main a {
	color: #F5CC99;
	text-transform: uppercase;
	text-decoration: none;
}
footer .main a:hover {
	color: white;
}
footer .copyright {
	color: #EAE5DD;
}
#mc_embed_signup{
    padding: 1px;
    border: solid 1px #EAE5DE;
    border-radius: 3px;
    background-color: none;
	margin-left: .625em;
}

#mc_embed_signup input{
    border: 0;
    box-shadow: none;
	background-color: transparent;
	color: #EAE5DE;
	font-size: .750em;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin-right: -35px;
}

#mc_embed_signup button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #EAE5DE;
    padding: 0 0px 0 10px;
	
}