/* CSS Document */
html {
  position: relative;
  min-height: 100%;
}




.coasterThumbs {
	 
	margin: 4px;
	height: auto;
	width: auto;
}

.coasterThumbPhoto {
	
}
.coasterHide {
	
display:none;
}
.tagline{
	background-color: aliceblue;
	opacity: .7;
	color:black;
	top:-35px;
	right:10px;
	position: relative;
	border:solid 1px;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
}
.vital{
	text-align: left;
}
.vitalText{
	color: #FFFFFF;
}.vitalHeaderSpan{
	font-size: 2rem;
}
.vitalBox{
	background: #3e6ab4;
	margin-top: -23px; 
	text-align: left;
	color:#EEEEEE;
	border-radius: 5px;
	padding-top: 5px;
}
/* ACE Colors */
.aceColorsRed{
	color:#da1e34;	
}
.EventItem > p{
	font-family: proxima-soft,sans-serif!important;
    color: #555!important;
	margin-bottom:0px!important;
	line-height: 20px!important;
}
.aceColorsDarkBlue{
	color:#213f92;
}
.aceColorsMedBlue{
	color:#3a6ab3;
}
.aceColorsLightBlue{
	color:#96add4;
}
.aceColorsUltraLightBlue{
	color:#d9e5f2;
}
.eventFont> p{
	font-family: proxima-soft,sans-serif!important;
    color: #555!important;
	margin-bottom:0px!important;
	line-height: 20px!important;
}
.StateHoverDE:hover {
	transition: 0.5s;
	background:#76A1A0!important; 
	
}
.StateHoverMD:hover {
	background:#981E32!important;
	transition: 0.5s;
}
.StateHoverVA:hover {
	background:#00297b!important;
	transition: 0.5s;
}
.fab{
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
/* eventTxt */

.evtDtIndent {
	margin-left: 15px;
	margin-top: -10px;
}
.evtPrkNm{
	color: #383838;
	
}
/* header .  */
.Hmembers{
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(-4.8deg); /* IE 9 */
  transform: rotate(-4.8deg);
}
	.Hphotos{
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(-4.7deg); /* IE 9 */
  transform: rotate(-4.7deg);
}
.Hparks{
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(-3.9deg); /* IE 9 */
  transform: rotate(-3.9deg);
}
.Hevents{
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(-2.6deg); /* IE 9 */
  transform: rotate(-2.6deg);
}
.Habout{
  width: 150px;
  height: 80px;
  background-color: yellow;
  -ms-transform: rotate(-2.04deg); /* IE 9 */
  transform: rotate(-2.04deg);
}


body {
	font-family: proxima-soft,sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #888;
    line-height: 30px;
    text-align: center;
	flex-direction: column;
	margin-bottom: 200px;
	
}
.condenced{
	font-family: proxima-soft-extra-condensed,sans-serif;
font-weight: 400;
font-style: normal;
}
.proxStrong{font-weight: 701;
}

strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #3e6ab4;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
	font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

img { max-width: 100%; }

.medium-paragraph {
	font-size: 18px;
	line-height: 32px;
}

.colored-text { color: #3e6ab4; }

::-moz-selection { background: #3e6ab4; color: #fff; text-shadow: none; }
::selection { background: #3e6ab4; color: #fff; text-shadow: none; }


/***** Loader *****/

.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden !important;
	z-index: 99999;
}

.loader-img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: url(../img/loading.gif) center center no-repeat;
}


/** main stuff **/

.section-container {
    margin: 0 auto;

}

.section-container-gray-bg {
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 {
	color: #fff;
}

.section-container-image-bg .divider-1 span {
	background: #fff;
}

.section-description {
	margin-top: 20px;
   /* padding-bottom: 10px; */
}

.section-description p {
    margin-top: 20px;
	padding: 0 120px;
}
.section-container-image-bg .section-description p {
	opacity: 0.8;
}

.section-bottom-button {
	padding-top: 60px;
}

.btn-link-1 {
	position: relative;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 16px 20px 0 20px;
	background: #3e6ab4;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(0, 0, 0, 0.15);
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }


/* event section */


.event {
	padding-bottom: 30px;
}

.event-box {
	padding-top: 30px;
	padding-bottom: 20px;
}

.event-box-inner {
	background: #d9e3ef;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}

.event-box-price {
	position: relative;
	padding: 20px 0 7px 0;
	background: #96add2;
	font-size: 42px;
	color: #555;
    line-height: 54px;
	border-top-left-radius: 7px ;
	border-top-right-radius: 7px ;
}
.event-box-best .event-box-price {
	background: #96add2;
	color: #fff;
}

.event-box-price span {
	font-size: 18px;
	color: #888;
    line-height: 32px;
}
.event-box-best .event-box-price span {
	color: #fff;
}

.event-box-icon {
	position: absolute;
	top: -32px;
	right: 20px;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	background: #96add2;
	border: 3px solid #fff;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.event-box-icon span {
	display: block;
	font-size: 40px;
    line-height: 40px;
}

.event-box h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 20px;
	background: #96add2;
	color: #555;
}
.event-box.event-box-best h3 {
	background: #96add2;
	color: #fff;
}

.event-box h4 {
	margin-top: 0;
	margin-bottom: 2px;
	padding: 10px 20px;
	background: #3e6ab4;
	font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
	color:#000;
}
.event-box.event-box-best h4 {
	background: #3e6ab4;
	color: #fff;
}

.event-box-features ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.event-box-features li {
	padding: 7px 20px;
	border-bottom: 1px solid #eee;
}

.event-box-sign-up {
	padding: 25px 0;
}

/***** Divider *****/

.divider-1 span {
	display: inline-block;
	width: 200px;
	height: 1px;
	background: #ddd;
}
/***** Top menu *****/

.navbar {
	padding-top: 10px;
	background: #ffffff!important;
	background: rgba(51, 51, 51, 0.3);
	border: 0;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.navbar.navbar-no-bg { background: none; }

ul.navbar-nav {
	font-size: 16px;
	color: #000;
}

.navbar-inverse ul.navbar-nav li a { color: #000000; opacity: 0.8; border-bottom: 1px solid transparent; }
.navbar-inverse ul.navbar-nav li a:hover { color: #000000; opacity: 1; border-bottom: 1px solid #000; }
.navbar-inverse ul.navbar-nav li a:focus { color: #000000; outline: 0; opacity: 1; border-bottom: 1px solid #000; }

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
	height: auto;
	margin: 4px 0 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #000;
}

.navbar-brand {
	width: 97px;
	background: url(../img/logo.png) left center no-repeat;
	text-indent: -99999px;
}
.nav-link{
	padding-top: 0rem!important;
}
.navbar{
	padding-top: 0rem!important;
	padding-bottom: 0rem!important;
}


/***** Top content *****/

.inner-bg {
    padding: 120px 0 170px 0;
}

.top-content .text {
	padding-top: 120px;
	color: #000000;
}

.top-content .text h1 { color: #000000; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .top-big-link {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #444;
	background: rgba(0, 0, 0, 0.35);
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; color: #000; }
.form-top-left p { opacity: 0.8; color: #000; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 70px;
	color: #000;
	line-height: 100px;
	text-align: right;
	opacity: 0.3;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form .form-links {
	display: inline-block;
	width: 275px;
	text-align: right;
	vertical-align: top;
	color: #000;
	opacity: 0.8;
}

.form-bottom form .form-links a { color: #000000; }
.form-bottom form .form-links a:hover, 
.form-bottom form .form-links a:focus { color: #000000; border-bottom: 1px dotted #fff; }

/***** Blog *****/

.blog-container { padding-bottom: 15px; }

.blog-box { padding-top: 30px; padding-bottom: 15px; }
.blog-box .blog-photo { position: relative; max-width: 300px; margin: 0 auto; }
.blog-box .blog-photo img { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.blog-box .blog-photo .blog-date {
	position: absolute; bottom: 10px; left: 0; padding: 3px 5px; background: #213f92; 
	font-size: 14px; color: #fff; line-height: 15px; text-transform: uppercase;
}

.blog-box h3 { margin-top: 10px; }
.blog-box h3 a { color: #555; }
.blog-box h3 a:hover, .blog-box h3 a:focus { color: #be5254; }

.blog-box .blog-categories { margin-top: 20px; }
.blog-box .blog-categories span { font-size: 24px; color: #ddd; }
.blog-box .blog-categories a { color: #888; border-bottom: 1px dotted #ddd; }
.blog-box .blog-categories a:hover, .blog-box .blog-categories a:focus { color: #be5254; border: 0; }

.blog-container .section-bottom-button { padding-top: 30px; }


/***** About us *****/

.about-us-container {
	padding-bottom: 65px;
}

.about-us-box {
	padding-top: 30px;
	padding-bottom: 15px;
}

.about-us-box .about-us-photo {
	position: relative;
	width: 160px;
	margin: 0 auto;
}

.about-us-box .about-us-photo img {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.about-us-box .about-us-photo .about-us-role {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 3px 5px;
	background: #213f92;
	font-size: 14px;
	color: #fff;
	line-height: 15px;
	text-transform: uppercase;
}

.about-us-box .about-us-social {
    margin-top: 5px;
    font-size: 36px;
    line-height: 36px;
}

.about-us-box .about-us-social a { color: #ddd; }
.about-us-box .about-us-social a:hover, .about-us-box .about-us-social a:focus { color: #42bfc2; }


/***** Testimonials *****/

.testimonials-container { padding-bottom: 70px; }

.testimonial-list { margin-top: 30px; text-align: left; }
.testimonial-list .tab-pane { overflow: hidden; }

.testimonial-list .testimonial-image { position: relative; float: left; width: 17%; margin: 10px 0 0 0; }
.testimonial-list .testimonial-image img {
	max-width: 120px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.testimonial-list .testimonial-image .testimonial-icon {
	position: absolute; top: 0; left: 0; width: 42px; height: 42px; padding-top: 3px; background: #be5254;
	font-size: 32px; color: #fff; line-height: 32px; text-align: center;
	-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
.testimonial-list .testimonial-image:hover .testimonial-icon { opacity: 0; }

.testimonial-list .testimonial-text { float: left; width: 83%; }
.testimonial-list .testimonial-text p { opacity: 0.8; }
.testimonial-list .testimonial-text p a { color: #fff; border-bottom: 1px dotted #fff; }
.testimonial-list .testimonial-text p a:hover, 
.testimonial-list .testimonial-text p a:focus { color: #fff; border: 0; }

.testimonial-list .nav-tabs { border: 0; text-align: right; }
.testimonial-list .nav-tabs li { float: none; display: inline-block; margin-left: 5px; margin-right: 5px; }
.testimonial-list .nav-tabs li a {
    width: 14px; height: 14px; padding: 0; background: #fff; background: rgba(255, 255, 255, 0.8); border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
}
.testimonial-list .nav-tabs li a:hover { border: 0; background: #be5254; }
.testimonial-list .nav-tabs li.active a { background: #be5254; }
.testimonial-list .nav-tabs li.active a:focus { border: 0; }
/***** Footer *****/

.scroll {
	flex: 1;
}

.footer-social {
	font-size: 50px;
    line-height: 50px;
}

.footer-social a { color: #ddd; }
.footer-social a:hover, .footer-social a:focus { color: #da1e34; }

.footer-copyright {
	margin-top: 25px;
}

footer {
position: absolute;
  bottom: 0;
  width: 100%;

  height: 200px;
  background-color: #213f92;
}
footer ul.footerleft{
    margin-left: 150px;
    margin-top: 10px;
}
footer ul.footerleft li{
    display: inline;
    margin-right: 25px;
}
footer a{
    color: #3a6ab3;
}

footer a:hover{
    color: #da1e34;
    text-decoration: none;    
}
.social:hover {
     -webkit-transform: scale(1.0);
     -webkit-transition-duration: 0.5s;
 }
 .social {
     -webkit-transform: scale(0.8);
     color: #222;
     
 }

.footerCoaster {
	max-height: 100px;
	margin-top: 5px;
}



.fa-4 {font-size: 7em!important;
}
.fa-3 {font-size: 5em!important;
}
.fa-2 {font-size: 2em!important;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #3e6ab4;
    border-radius: .25rem;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #3e6ab4;
}

