div#map {
    width: 100%;
    height: 400px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.question {
    font-weight: bold;
    margin: 1.2em 0 0 0;
}


#price-table {
    outline: solid 1px #DDDDDD;
}
#price-table td, th{
		text-align:center;
}
#price-table thead {
    background-color: #FF6600;
    color: white;
}
#spring {
	/*background-color: rgb(245, 245, 245);*/
	background: url(../images/seasons-fall-spring.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	

}
#summer {
	/*background-color: rgb(245, 245, 245);*/
	background: url(../images/seasons-summer.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
#winter {
	/*background-color: rgb(245, 245, 245);*/
	background: url(../images/seasons-winter.jpg) no-repeat center center;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;

}
h1.seasons {
    color: white !important;
    font-size: 10rem;
    text-align: center;
    line-height: 10rem;
    padding-top: 125px;
	padding-bottom: 125px;
	text-shadow: rgba(0, 0, 0, 0.66) 2px 2px 5px;
}
.season-subheader {
    text-align: center;
    font-family: 'Roboto' , sans-serif !important;
    font-size: 2.5rem;
	padding-bottom: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Cutive&display=swap');

#slides {
	display:none;
}
.slidesjs-container {
    margin-bottom: -28px;
}
.container{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 4px;
	border: 1px solid #ddd;
}

.sponsor-img {
    width: 100%;
    height: auto;
}


.load-icon {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(images/loading.gif) center no-repeat #fff;
}

a {
	text-decoration:none; 
}

li {
	font-family:"Franklin Gothic Medium", sans-serif;
	font-size:90%;
	-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

div#navbar {
	float:right;
}
.navbar{
	    margin-bottom: 0px;
}

#slide-header{
	background-color: #000;
}

li.active {
	border-bottom:solid thick #ff6600;
}

.naviagtion{
	text-decoration:none;
	color:#FFFFFF;
}
#thumbnails-section{
    padding-top: 40px;
}
img.thumbnail {
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
	width:100%;
}
#home-text {
    background-color: #222222;
    color: white; 
}
h1 {
	color:#ff2200;
	font-family: 'Cutive', sans-serif;
	font-weight:800;
	font-size:55px;
	  font-style: italic;
	line-height:38.5px;
	
}
h2{
	color: rgb(91, 91, 91);
	font-family: 'Roboto', sans-serif;
}

#your-guide-thumb-text {
	white-space: nowrap;
}

.thumb-text {
	color: rgb(91, 91, 91);
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:25px;
	line-height:28.5px;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size:19px;
	line-height:36px;
}

.contact {
	color: rgb(91, 91, 91);
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}

.jumbotron.footer {
	height:400px;
}

img.social:hover {
	cursor:pointer;
}

ul#my_guide_list {
	list-style-type: disc;
	display: block;
}

li.guide_list {
	font-family:'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 300;
	padding-bottom: 23px;
	position: relative;
	word-wrap: break-word;
	list-style-position: outside;
}

ul.dropdown-menu {
    background-color: #222222;
	top: 55px;
    left: -1px;
}

.dropdown-menu>li>a {
    color: white;
}
.center-button {
    text-align: center;
    padding: 20px 0 70px 0;
}
.orange-button {
	background-color:#ff6600;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	text-indent:0;
	border:1px solid #ff6600;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:168px;
	text-decoration:none;
	text-align:center;
	font-family: 'Roboto', sans-serif;
}.orange-button:hover {
	background-color: #E05900;
	color:#ffffff;
	text-decoration:none;
}.orange-button:active {
	color:#ffffff;
}

#feedback-container {
    position: fixed;
    bottom: 0px;
    right: 20px;
}
.feedback-button {
	background-color:#ff6600;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ff6600;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:168px;
	text-decoration:none;
	text-align:center;
}.feedback-button:hover {
	background-color: #E05900;
	color:#ffffff;
	text-decoration:none;
}.feedback-button:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
/* This button was generated using CSSButtonGenerator.com */


.contact {
	color: rgb(91, 91, 91);
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:21px;
	line-height:36px;
}


@media (min-width: 768px) {
	.thumb-text {
		letter-spacing:1px;
	}
	h1#company {
		letter-spacing:1px;
	}
	img#social_youtube {
		margin-left:-45px;
	}
	div#mmt-footer {
		margin-top:95px;
	}
}
@media (max-width: 767px) {
	#navbar{
		width: 100%;
		padding: 10px 15px;
	}
	li.active {
		border: solid 2px #ff6600 !important;
	}
	li.active a.navigation {
		background-color: #222222 !important;
		color: #FFFFFF !important;
	}
	li a.navigation {
		text-align: center;
	}
	
	.dropdown-menu>li>a {
		text-align: center;
		margin-left: -19px;
	}
	div#mmt-footer {
		margin-top:65px;
	}
	img.thumbnail {
		max-height:40%;
	}
	img#social_youtube {
		margin-left:-25px;
	}
	ul#sub-nav {
    	margin-left: 0px;
	}
	
	.contact {
		text-align:center;
		width: 100%;
	}
	h2 {
		font-size: 24px;
	}
	h1.seasons {
		font-size: 5rem;
	}
}

 @media only screen and (min-width : 992px)  {
		 .section-img{
		 	background-attachment: fixed;
		 }	 
	 }


