@font-face {
	  font-family: "DeVinne";
      src: url("../fonts/flyingleatherv2cond.ttf");
	src: url('../fonts/FHASignDeVinneNC.eot'); /* IE9 Compat Modes */
	src: url('../fonts/FHASignDeVinneNC.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/FHASignDeVinneNC.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/FHASignDeVinneNC.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/FHASignDeVinneNC.svg#DeVinne') format('svg'); /* Legacy iOS */
}

html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.clear{
	clear: both;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 color: #a4003a;
 text-shadow: none;
}
::selection {
	color: #a4003a;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	
}
body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: white;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 30px;
}
.row {
	margin-right: 0px;
	margin-left: 0px;
}

.mobile-view {
	display: none;
}

#haunt-holder .row {
	width: 95%;
	margin: 0 auto;
}

.haunt-holder-img {
	width: 25%;
	float: left;
	margin-right: 4%;
	margin-bottom: 2%;
}

.haunt-holder-img img{
	width: 100%;
}

.haunt-holder-desc {
	font-weight: 400;
}

#map {
	
	height: 100%;
}

.row-item,
.row-item2 {
	float: left;
    width: 30%;
    margin: 1.6%;
    background-color: #222222;
	box-shadow: 3px 3px 9px 0px black;
}

.row-item-haunt {
	float: left;
    width: 21%;
    margin: 1.9%;
	box-shadow: 3px 3px 9px 0px black;
}

.row-item2 {
	width: 22%;
	margin: 1.4%;
	margin-bottom: 5%;
}

.row-item-top img {
	width: 100%;
}

.row-item-bottom{
	padding: 3%;
}

#insta-holder {
	margin-bottom: 3%;
}

#insta-holder-mobile {
	display: none;
}

#media-holder {
	margin: 0 auto;
	margin-bottom: 4%;
}

#insta-holder-attraction,
#sign-holder {
	float: left;
	width: 45%;
	margin: 0 2.5%
}

#insta-holder-attraction {
	width: 35%;
}

#sign-holder img {
	width: 100%;
}

.modal-header {
	background: #34b1c4;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #34b1c4;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #F4FA06;
  
  
}
.navbar-default {
	background-color: black;
	padding: 12px 0;
	box-shadow: 0 0 3px #ccc;
	font-weight: 500;
	height: 75px;
}
.navbar-default .navbar-brand {
	font-weight: 700;
	font-size: 26px;
	color: #666;
}
.navbar-brand .fa {
	color: #38b5c9;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #FF1B1B;	
}

.mobile-nav {
	display:none;
}

.sub-nav {
	list-style-type: none;
	font-size: .9em;	
}

.sub-nav a{
	color: #FFF;	
}

a img {
	
}
.odd a img {
	background: #f5f5f5;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #FFF;
}

h1{
	font-family: DeVinne;
	font-size: 4vw;
	text-align: center;
}

h2 {
	font-family: "DeVinne";
	font-size: 40px;
	color: #FFF;
	font-weight: 500;
}
h3 {
	 font-size: 2vw;
    /* font-weight: 900; */
    font-family: DeVinne;
}

h4 {
	font-size: 3vw;
}
/* Paragraph & Typographic */
p {
	line-height: 26px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-weight: 400;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links */
a {
	color: white;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
	font-weight:600;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

.yellow {
	color: yellow;
}
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 70px;
}
#headerwrap h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding-bottom: 10px;
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 17px;
	margin: 20px 0;
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	border: 1px solid #fff;
}

#video-home {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

a#mute-video {
	background-image: url(/img/btn/mute-btn.png);
	background-position: -158px 0;
	width: 140px;
	height: 125px;
	position: absolute;
	z-index: 2;
	top: 77%;
	left: 2%;
}

a#mute-video.down {
	background-image: url(/img/btn/mute-btn.png);
	background-position: 0 0;
	width: 140px;
	height: 125px;
	position: absolute;
	z-index: 2;
	top: 77%;
	left: 2%;
}

a#pause-video {
	background-image: url(/img/btn/pause-btn.png);
	background-position: 0 0;
	width: 140px;
	height: 125px;
	position: absolute;
	z-index: 2;
	top: 77%;
	left: 10%;
}

a#pause-video.down {
	background-image: url(/img/btn/pause-btn.png);
	background-position: -158px 0;
	width: 140px;
	height: 125px;
	position: absolute;
	z-index: 2;
	top: 77%;
	left: 10%;
}

@media screen and (max-width: 1319px) and (min-width: 768px) {
  a#pause-video,
  a#pause-video.down {
	background-size: 150px 66px;
    width: 75px;
    height: 65px;
    position: absolute;
    z-index: 2;
    top: 88%;
    left: 9%;	
  }
  a#mute-video,
  a#mute-video.down {
	background-size: 150px 66px;
    width: 75px;
    height: 65px;
    position: absolute;
    z-index: 2;
    top: 88%;
    left: 2%;	
  }
	
  a#mute-video.down,
	a#pause-video.down{
	background-position: -71px 0;	
  }
  
}

@media screen and (max-width: 767px){
#video-home {
    height: 210px;
	margin-top: 4px;
}

  a#pause-video,
  a#pause-video.down,
  a#mute-video,
  a#mute-video.down {
	display: none;  
  }
  
}

.transition {
	background-color: #ECF501;
	height: 4px;
	width:100%;
}

.transition.thursday{
	background-color: #6f8f2c;
	height: 4px;
	width:100%;
}

.transition.friday {
	background-color: #ff8d00;
}

.transition.saturday {
	background-color: red;
	height: 4px;
	width:100%;
}

.event-content--desc {
	width: 100%;
}

.button {
	background-color: #7b7b7b;
	width: 50%;
	text-align: center;
	margin: 0 auto;
	padding: 2%;
}

.button:hover {
	background-color: #ff8d00;
}

#about {
	background: url(../../img/bg23.jpg) no-repeat center top;
	text-align: left;
	background-position: top;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 3%;
	overflow: hidden;

}

#travel-channel {
	padding-top: 4%;
	padding-bottom: 4%;
}

#travel-channel h1 {
	margin-top: 0px;
}

#about img {
	margin: 0 auto;
}

#about-scarywood {
	margin-top: -30px;
	width: 95%;
}

.col-md-6 p{
	color:white;
	font-weight:900;	
}

.col-md-6 a{
	color: yellow;
}

#about-nav {
	background-color: #ECF501;
	height:50px;
	width:95%;
	margin: 30px auto;
	box-shadow:5px 5px 2px black;
}

#about-nav ul{
	list-style-type: none;
	width: 100%;
	margin: 0 auto;
	padding-top: .6em;
}

#about-nav li{
	float: left;
	font-size: 1.2em;
	margin-right: 2%;
	margin-left:2%;
	font-weight: 900;
}

#tickets {
	background-image: url(../img/rust.jpg);
	width: 50%;
	float: left;	
	min-height: 200px;
	margin-top: 40px;
	box-shadow: 5px 10px 24px #000000;
	padding-bottom:20px;
}

.col-md-6 .header {
	font-family: 'Flying Leather';
	font-size: 55px;
	line-height: .5px;
	color: #5BFF00;
	padding-bottom: 3%;
}

.col-md-6 .header-sub{
	font-size: 25px;
}

.col-md-6 .header-day {
	font-family: 'Flying Leather';
	font-size: 45px;
	line-height: .5px;
	color: #5BFF00;
}

.col-md-6 .price {
	font-family: sans-serif;
	color: White;
	font-weight: 900;
	font-size: 45px;
}

#buy-tickets {
	padding-left: 30px;	
	min-height: 170px;
}

#buy-tickets #left {
	width: 55%;
	float:left;
}

#buy-tickets #right {
	width: 45%;	
	float: left;
}

#cave-start
{
	height: 5px;	
}

#cave-start img{
	width:100%;	
}

#attractions {
	background: url(/img/train-bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#attractions #attraction-holder{
	/*background: url(../img/rust.png) no-repeat center top;*/	
	background-size: 100%;
	margin-top: 120px;
	padding-bottom: 20px;
	
}

#haunted-attractions {
	width:33%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */	
	padding-top: 30px;
	float:left;
}

#haunted-attractions:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}	

#haunted-attractions img {
	width: 100%;	
}

#scare-attractions {
	width: 33%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */	
	padding-top: 30px;
	float: left;
}

#scare-attractions:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}	

#scare-attractions img {
	width: 100%;	
}
#rides-attractions {
	width: 33%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */	
	padding-top: 30px;
	float: left;
}

#rides-attractions:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}	

#rides-attractions img {
	width: 100%;	
}

#attractions .fa {
	color: #c0ed5d;
}
#attractions hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#attractions p {
	text-align: center;
	color: #fff;
}
#attractions H2 {
	color: #fff;
}
#attractions H3 {
	color: #fff;
}
#team {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}
#team hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}
#team H2 {
	color: #fff;
}
#team p {
	color: #fff;
}
#team H4 {
	padding-top: 10px;
	color: #fff;
	font-weight:bold;
}
#team p.large {
	margin-top: 60px;
	margin-bottom: 30px;
}
#team .fa {
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border-radius: 100%;
	font-size: 15px;
	line-height: 30px;
	outline: 0;
	color: #fff;
	background-color: #67c5d3;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#team .fa:hover {
	background-color: #2ea0b1;
}
#portfolio {
	background: url(../img/darkness.jpg) no-repeat center top;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}

#portfolio .container {
	background-image: url(../img/black.png);	
}
#portfolio .btn-default {
	border: 0;
}
#contact {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#contact .form {
	padding: 30px 0;
}
#contact .fa {
	color: #3ab7cb;
	margin-bottom: 10px;
}
#contact .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 50px;
	background-color: #3ab7cb;
	color: #fff;
	border: 0;
}
#contact .btn:hover, #contact .btn:focus {
	background-color: #329cad;
	outline: 0px;
}
#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}
#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: black;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 24px;
	color: #888;
	font-weight: 400;
	font-size:.8em;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #3ab7cb;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 30px;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ECF501;
}

#footer-secondary {
	margin: 0 auto;
	max-width:70%;
	min-height:30px;	
}

#footer-secondary ul{
	color: white;
}

#footer-secondary li a{
	color: white;
	font-weight: 200;
}

#footer-secondary li a:hover{
	color: #ECF501;
}

#footer-secondary li{
	float: left;
	list-style-type:none;
	margin-left:1%;
	margin-right:1%;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}

/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #ddd;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
	
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #34b1c4;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Caption Style */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1403px) {
#content-left {
	margin-left:-5%;	
}
	
	#footer-secondary{
		max-width: 100%;
	}
}


@media (min-width: 993px) {
.sub-nav {
	display: none;	
}
}

@media (max-width: 992px) {
#about-nav {
	display: none;	
}

#content-left {
	display: none;	
}

#content-right {
	width: 100%;
	margin-left: 0;	
}

#content-text h2 {
	font-size: 3em;
	text-align: center;	
}

#ct-holder h2 {
	font-size: 2em;	
	text-align: left;
}
	
}

@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}

#transition {
	height: 0px;	
}

#about-nav ul{
	width: 85%;
	padding-top: 13px;
}

#about-nav li{
	font-size: 1em;
}

#attractions {
	background-attachment: scroll;	
}
}
/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}

#transition {
	height: 0px;	
}

#about-nav ul{
	width: 98%;
	padding-top: 13px;
}

#about-nav li{
	font-size: 1em;
}

#attractions {
	background-attachment: scroll;	
}

.col-md-6 .header {
	font-size: 40px;
	line-height: .5px;
}

.col-md-6 .header-day {
	font-size: 35px;
	line-height: .5px;
}

.col-md-6 .price {
	font-size: 35px;
}

}

@media screen and (max-width:769px) {
	
	h1 {
		font-size: 3em;
	}
	
	h4 {
		font-size: 2em;
	}
	
	#insta-holder {
		display: none;
	}
	
	#insta-holder-mobile {
		display: block;
	}
	
	.mobile-view {
		display: block;
	}
	
	
	
#logo {
	width: 30%;	
}

#headerwrap h1 {
	font-size: 40px;
}
#headerwrap p {
	font-size: 20px;
}

#transition {
	height: 0px;	
}

#about-nav ul{
	width: 30em;
	padding: .8em 0 0 2em;
}

#about-nav li{
	font-size: .8em;
}

#attractions {
	background-attachment: scroll;	
}

.col-md-6 .header {
	font-size: 40px;
	line-height: .5px;
}

.col-md-6 .header-sub {
	font-size: 12px;
	line-height: .5px;
}

.col-md-6 .header-day {
	font-size: 35px;
	line-height: .5px;
}

.col-md-6 .price {
	font-size: 35px;
}

.header {
	font-size: 40px;
	line-height: .5px;
}

#ct-holder .header-sub {
	font-size: 12px;
	line-height: .5px;
}

.header-day {
	font-size: 35px;
	line-height: .5px;
}

.price {
	font-size: 35px;
}

#footer-secondary {
	min-height: 50px;
}
	}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 800px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
#wrapper {
	width: 95%;	
}

#logo {
	width: 40%;	
}

#buy-tickets-tab {
	display: none;	
}
	  
.col-md-6 .header {
	font-size: 29px;
	line-height: .5px;
}

.col-md-6 .header-sub {
	font-size: 12px;
	line-height: .5px;
}

.col-md-6 .header-day {
	font-size: 20px;
	line-height: .5px;
}

.col-md-6 .price {
	font-size: 25px;
} 

.header {
	font-size: 29px;
	line-height: .5px;
}

#ct-holder .header-sub {
	font-size: 12px;
	line-height: .5px;
}

.header-day {
	font-size: 20px;
	line-height: .5px;
}

.price {
	font-size: 25px;
}  
 

#about-nav {
	height: 65px;	
}

#about-nav ul{
	width: 95%;	
}

#about-nav li{
	font-size: 1em;	
	margin-right: 4%;
}

.row-item,
.row-item2{
	width: 100%;
}

#footer-secondary ul{
	margin: 20px auto;
}

#footer-secondary li{
	margin-left:1%;
	font-size: .5em
}

#footerwrap span.copyright {
	line-height: 13px;
	font-size: .6em;
}

#wrapper {
	width: 80%;	
}
	  
	  #insta-holder-attraction {
		  width: 100%;
	  }
	  
	  #sign-holder {
		  width: 100%;
	  }
	  
	  h3 {
		  font-size: 5vw;
	  }

#ct-holder h2 {
	font-size: 1.5em;	
	text-align: left;
}

#content-title
{
	width: 85%;
	margin: 5% auto;
}

	  #information tbody td {
		  font-size: 4vw;
	  }
	  
	  #information thead td {
		  font-size: 3vw;
	  }
	  
#haunt-holder {
	position: static;
	width:100%;
	float:left;
}

	  #haunt-header {
		  text-align: center;
	  }
	  
.row-item-haunt {
	width: 100%;
}

.thumb {
	width: 22%;	
}
	  
	  .dropdown-menu {
		  display: none;
	  }
	  
}
	
