@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Sansation;
	src:url(../font/Sansation_Regular.ttf);
}

.logo {
	font-family: Sansation;
	font-size:1.3em;
	padding-left:16px;
	padding-right:16px;
}

.socialMediaIcons {
	width: 50px; height: 50px;	
}

.inline-list {
	margin:0 auto 1.0625rem auto;margin-left:-1.375rem;margin-right:0;padding:0;list-style:none;overflow:hidden}

.inline-list>li {
	list-style:none;float:left;margin-left:1.375rem;display:block
}

.inline-list>li>* {
	display:block
}

.left {
	float:left !important
}

.right {
	float:right !important
}

/*Theme overrides*/
.top-bar {
	padding-top: 0;
	padding-bottom: 0;
}

/* Begin manual addition to slick code - Did this for captions. */
/* Required to hold the caption, or any closest parent selector to  .slide__caption */
.slide {
  position: relative;
}

/*Slides*/

.caption {
  background-color: rgba(51, 51, 51, 0.3);
  bottom: 0;
  min-height: 1em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align:center;
  color:#FFF;
}
/* End of custom added code for slick */