html {
    height: 100%;
    font-family: Arial, 'Kosugi Maru', 'sans-serif';
}


body {
	height: 100%;
	position: relative;
	font-family: Arial, 'Kosugi Maru', 'sans-serif';
	margin: 0;
	
}

a {
	text-decoration: none;
    color: inherit;
}

a:hover {
	text-decoration: none;
    
}

h1 {
	font-size: 80px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

p {
	font-size: 18px;
	
}

li {
	font-size: 18px;
	
}

@media only screen and (max-width: 600px) {
	
h1 {
	font-size: 40px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	font-size: 14px;
	
}
	
	li {
	font-size: 14px;
	
}

}

.reset {
    margin: 0px;
    padding: 0px;
	
	}
	
	
.red-box {
    color: #ffffff;
    background: #e8463e;
	padding: 10px;
	
	
	}




.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}






/*! Navigation */

.navigation {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1999;
  top: 0;
  left: 0;
  background-color: rgb(47,19,56);
  background-color: rgba(47,19,56, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.navigation-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
 
}

.navigation a {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #996b28;
  display: block;
  transition: 0.3s;
}

.navigation a:hover, .navigation a:focus {
  color: #f2aa41;
}
		
.navigation .active {
  color: #cc8e34;
}

.navigation .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .navigation a {font-size: 20px}
  .navigation .closebtn {
  font-size: 30px;
  top: 15px;
  right: 35px;
  }
}


.nav-menu {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: #3e1a4a!important;
    opacity: 0.7;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #ba7f33;
	border-color: #ba7f33;
	position: fixed;
	z-index: 1;
	cursor: pointer;
	
}


.nav-menu-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%;
	background-image: url("../img/nav/menu.png");
}



	

.website-form { display:none; }



@media (min-width: 1200px) {
    .container{
        max-width: 1200px;
    }
}




@-ms-viewport {
width:device-width
}
article, footer, header, main, nav, section {
	display: block
}

.image_section img{
    display: block;
}

@media (max-width:992px){
    .image_section img:first-child{
        width: 50%;
    }
}

/*! Naviagtion Start */

.navbar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .5rem 1rem
}
.navbar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
		
}

.bg-dark {
    background-color: #3e1a4a!important;
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

.bg-dark:hover {
    background-color: #3e1a4a!important;
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.navbar .logo {
	display: inline-block;
	padding: 10px 100px 10px 0px;
	line-height: inherit;
	white-space: nowrap
}

.navbar .logo-right {
	display: inline-block;
	padding: 10px 0px 10px 0px;
	line-height: inherit;
	white-space: nowrap
}

.navbar .logo:focus, .navbar .logo:hover {
	text-decoration: none
}
.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
	
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration: none
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}
.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}





@media (max-width:991.98px) {
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
}

@media (min-width:1480px) {
.navbar-expand-lg {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand-lg .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand-lg .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}

.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand-lg .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand-lg .navbar-toggler {
	display: none
}
.navbar-expand-lg .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}
}


.navbar-expand {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}
.navbar-expand .navbar-nav .dropdown-menu-right {
	right: 0;
	left: auto
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}
.navbar-expand>.container, .navbar-expand>.container-fluid {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.navbar-expand .navbar-collapse {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.navbar-expand .navbar-toggler {
	display: none
}
.navbar-expand .dropup .dropdown-menu {
	top: auto;
	bottom: 100%
}




.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255,255,255,.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255,255,255,.25)
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}
.navbar-toggler {
	color: #ba7f33;
	border-color: #ba7f33;
}
.navbar-toggler-icon {
	background-image: url("../img/nav/menu.png")
}
.navbar-dark .navbar-text {
	color: rgba(255,255,255,.5)
}
.navbar-dark .navbar-text a {
	color: #fff
}
.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
	color: #fff
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav-link {
	display: block;
	padding: 10px;
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none
}
.nav-link.disabled {
	color: #6c757d
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-item {
	margin-bottom: -1px
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.nav-pills .nav-link {
	border-radius: .25rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #007bff
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}
.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}


/*! Naviagtion End */

/*! Footer Start */

.footer {
	background: #3c2145;
	color: #ffffff;
	
}

.footer .container {
	padding: 50px 50px 42px 50px;
	
}

.footer a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

.footer a:hover {
	color: rgba(255,255,255,.75);
	
}

.footer ul {
	padding: 0px 0px;
}

.footer li {
	list-style: none;
	padding: 10px 0px 10px 0px;
}

.footer .map figure {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}





.footer .map:hover figcaption {
	opacity: 1;
}

.footer .map img {
	display: block;
	height: auto;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	max-width: 100%;
}

.footer .map:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	transform: scale(1.4);
}



.footer .map figcaption p {
	
	font-size: 2vw;
	position: relative;
	width: 100%;
	text-align: center;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	vertical-align: middle;
}

.footer .map:hover figcaption p {
	-moz-transform: translateY(40px);
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
}

.footer .map figcaption {
	background: rgba(0,0,0,0.8);
	color: white;
	display: table;
	height: 206px;
	width: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	transition-delay: 100ms;
	z-index: 100;
}

.footer img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.footer img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.copyright {
	background: #150819;
	color: #ffffff;
	
}

.copyright .container {
	padding: 50px 50px 20px 50px;
	
}

.copyright a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

.copyright a:hover {
	color: rgba(255,255,255,.75);
	
}



/*! Footer End */




/*! Homepage Header Start */

.overlay {
	position: absolute;
	height: 100%;
	min-height: 560px;
	width: 100%;
	background-color: #150819;
	opacity: .50;
	z-index: -1
}

@media (min-width:768px) {
.overlay {
	min-height: 100px;
}
}




@media screen and (min-width: 1201px) {
.home-header {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-image:url("../img/home/home-banner-mobile.jpg");
	height: 700px;
	
}
}


@media screen and (min-width: 700px) {
.home-header {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-image:url("../img/home/home-banner-mobile.jpg");
	height: 600px;
	
}
}

@media screen and (max-width: 600px) {
.home-header {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-image:url("../img/home/home-banner-mobile.jpg");
	height: 380px;
	h1: 40px;
	
}
}





@media screen and (min-width: 1201px) {
.home-header .container {
	padding: 160px 25px 50px 25px;
}
}

@media screen and (max-width: 1200px) {
.home-header .container {
	padding: 40px 25px 50px 25px;
}
}





@media (min-width:500px) {
.home-header {
	
	 background-image: url("../img/home/home-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   /* keeps image centered, no stretching */
    background-color: #88c9ff;  /* whatever color you prefer */
    
    padding: 40px;
    display: flex;
    justify-content: center;
}


}

/*! Homepage Header End */




/*! Homepage Testimonials Start */

.home-testimonials {
	background: #396fa5;
	color: #ffffff;
}

.home-testimonials .container {
	padding: 20px 0px 0px 0px;
}

/*! Homepage Testimonials End */

/*! Homepage Event Start */

.home-event {
	background: #4e924c;
	color: #ffffff;
}

.home-event .container {
	padding: 50px 50px 50px 50px;
}

/*! Homepage Event End */

/*! Homepage Sign up Start */

.click-section {
	background: #3e1a4a;
	color: #ffffff;
}

.click-section .container {
	padding: 50px 50px 42px 50px;
}



@media screen and (min-width: 751px) {
.click-section h3 {
	padding: 13px 0px 0px 0px;
	text-align: left;
}
}

@media screen and (max-width: 750px) {
  .click-section h3 {
	padding: 13px 0px 0px 0px;
	text-align: center;
}
}

.click-section .button {
  width: 195px;
  background-color: #ba7f33;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  float: right;
}

.click-section .button:hover {
	opacity: 0.5
}

@media only screen and (max-width: 600px) {
	
.click-section .button {
  width: 195px;
  background-color: #ba7f33;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  float: none;
}

.click-section .button:hover {
	opacity: 0.5
}

}

/*! Homepage Sign up End */

/*! Homepage Preschool Start */

.preschool {
    background-image: url("../img/home/preschool/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;   /* keeps image centered, no stretching */
    background-color: #d7d2cf;  /* whatever color you prefer */
    
    padding: 40px;
    display: flex;
    justify-content: center;
    

	
	color: #333333;
	 
}

.preschool .container {
	padding: 50px 50px 42px 50px;
	
}



@media screen and (min-width: 751px) {
  .preschool h4 {
  position: absolute;
  display: block;
  margin-top: -33%;
  max-width: 610px;
  font-size: 1vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: 10px 20px;
}
}

@media screen and (max-width: 750px) {
  .preschool h4 {
  position: absolute;
  display: block;
  margin-top: -25%;
  max-width: 610px;
  font-size: 3vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: 10px 20px;
}
}



.preschool .selection {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
 
  padding: 1px;
}


/*! Homepage Preschool End */

/*! Homepage After School Start */

.home-afterschool {
	background: #ba7f33;
	color: #ffffff;
	 
}




.home-afterschool .container {
	padding: 50px 50px 42px 50px;
	
}

.home-afterschool img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
 
  padding: 1px;
}

@media screen and (min-width: 751px) {
  .home-afterschool h4 {
  position: absolute;
  display: block;
  margin-top: -20%;
  max-width: 610px;
  font-size: 1vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: 10px 20px;
}
}

@media screen and (max-width: 750px) {
  .home-afterschool h4 {
  position: absolute;
  display: block;
  margin-top: -18%;
  max-width: 610px;
  font-size: 3vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: 10px 20px;
}
}





.home-afterschool .button {
  width: 195px;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.home-afterschool .button:hover {
	opacity: 0.5
}



/*! Homepage After School End */



/*! Homepage Zoo Phonics Start */

.home-zoophonics {
	background: #000000;
	background-image:url("../img/home/zoo-phonics/background-mobile.jpg");
	color: #ffffff;
	 
}

@media (min-width:500px) {
.home-zoophonics {
	
	min-height: 0;
	background-image:url("../img/home/zoo-phonics/background.jpg");
	padding-bottom: 0
}


}




.home-zoophonics .container {
	padding: 50px 50px 42px 50px;
	
}

.home-zoophonics img {
  display: block;
  position: relative;
  width: 50%;
  height: auto;
 
  padding: 1px;
}

.home-zoophonics a {
 
  color: #ffffff;
  opacity: 1.0;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  
}

.home-zoophonics a:hover {
	opacity: 0.5
}


/*! Homepage Zoo Phonics End */

/*! Homepage Blog Start */

.home-blog {
	background: #ffffff;
	color: #333333;
	 
}


.home-blog .container {
	padding: 50px 50px 42px 50px;
	
}


.home-blog img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
 
  padding: 1px;
}

.home-blog img:hover {
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .home-blog h4 {
  position: absolute;
  display: block;
  margin-top: -36%;
  max-width: 610px;
  font-size: 0.8vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: .10px 20px;
}
}

@media screen and (max-width: 750px) {
  .home-blog h4 {
  position: absolute;
  display: block;
  margin-top: -30%;
  max-width: 610px;
  font-size: 2.5vw;
  text-align: left;
  
  color: #ffffff;
  
  padding: .10px 20px;
}
}




.home-blog .button {
  width: 195px;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.home-blog .button:hover {
	opacity: 0.5
}


.home-blog a {
	text-decoration: none;
}

.home-blog a:hover {
	color: #999999;
}


/*! Homepage Blog End */


/*! Page Top Banner Start */

.page-header {
	position: relative;
	overflow: hidden;
	color: #ffffff;
	background-image: linear-gradient(to right top, #2d1844, #311b4b, #351e51, #3a2158, #3e245f, #402562, #422765, #442868, #442868, #442868, #442868, #442868);
	
}

.page-header .container {
	padding: 40px 25px 40px 25px;
}

.page-header h1 {
	
	font-weight: bold;
	margin: 0;
}

.page-header p {
	font-size: 20px;
	margin: 0;
}
/*! Page Top Banner End */



/*! Page Videos*/

.missy-video {
	background: #3e1a4a;
	background-image:url("../img/preschool/missy-mouse/video.jpg");
	color: #ffffff;
	width: 100%;
    min-height: 500px;
	 
}

.missy-video .container {
	padding: 160px 50px 42px 50px;
	
}

/*! Page Videos End */

/*! Light Gray Start */


.lighter-gray {
	color: #333333;
	background: #fff8ea;
	
}

.lighter-gray .container {
	padding: 50px 50px 42px 50px;
}

.light-gray {
	color: #333333;
	background: #f1f1f1;
	
}

.light-gray .container {
	padding: 50px 50px 42px 50px;
}




@media screen and (min-width: 751px) {
  .light-gray h4 {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  max-width: 100%;
  font-size: 1vw;
  text-align: center;
  
  color: #ffffff;
  
 
}
}

@media screen and (max-width: 750px) {
  .light-gray h4 {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  max-width: 100%;
  font-size: 3vw;
  text-align: center;
  
  color: #ffffff;
  
 
}
}




.light-gray img {
  
  position: relative;
  width: 100%;
  height: auto;
  padding: 1px;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 15px;
    background: #f1f1f1;
    resize: vertical;
	border: 0;
	margin-bottom: 10px;
}

label {
   
    display: inline-block;
	margin-top: 10px;
}

input[type=submit] {
  width: 180px;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

input[type=submit]:hover {
    opacity: 0.5;
}







/* The container */
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f1f1f1;
    border-radius: 50%;
}



/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
    background-color: #777777;
}

/* When the radio button is checked, add a blue background */
.check-container input:checked ~ .checkmark {
    background-color: #333333;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}





/* The container */
.box-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.box-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #f1f1f1;
}

/* On mouse-over, add a grey background color */
.box-container:hover input ~ .checkbox {
    background-color: #777777;
}

/* When the checkbox is checked, add a blue background */
.box-container input:checked ~ .checkbox {
    background-color: #333333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box-container input:checked ~ .checkbox:after {
    display: block;
}

/* Style the checkmark/indicator */
.box-container .checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}











 

/*! Light Gray End */


/*! Light Gray Box Start */

.light-gray-box {
	color: #333333;
	background: #f1f1f1;
	padding: 20px 20px;
	margin-bottom: 20px;
}



/*! Light Gray Box End */

/*! White Box Start */

.white-box {
	color: #333333;
	background: #ffffff;
	padding: 20px 20px;
	margin-bottom: 20px;
}

.testimonial-box {
	color: #777777;
	background: url(../img/testimonials/quote-background.png) no-repeat;
	padding: 20px 20px;
	margin-bottom: 20px;
	height: auto;
}

/*! White Box End */


/*! White Start */

.white {
	color: #333333;
	background: #ffffff;
	
}

.white .container {
	padding: 50px 50px 42px 50px;
}


.white h2 {
	margin: 0;
	
}



.white a:hover {
	text-decoration: none;
	color: #777777;
    
}



  .white .text {
  position: absolute;
    top: 8px;
    left: 16px;
	  text-align: left;
	  color: #ffffff;
	   padding: 10px 10px;
	 
}




@media screen and (min-width: 768px) {
    .white .text h4 {
  font-size: 1.5vw;
	 
}

  .white .text p {
  font-size: 0.9vw;
	 
}
  
 
}


@media screen and (max-width: 767px) {
  .white .text h4 {
  font-size: 3vw;
	 
}

  .white .text p {
  font-size: 2.5vw;
	 
}
}


  .white hr {
	 
	  background: #ffffff;
	  
}





 



/*! White End */

/*! Orange Start */

.orange {
	color: #ffffff;
	background: #ba7f33;
	
}

.orange .container {
	padding: 50px 50px 42px 50px;
}



@media screen and (min-width: 751px) {
   .orange h4 {
   position: absolute;
   top: 50%;
   transform: translate(0%, -50%);
   max-width: 100%;
   font-size: 1vw;
   text-align: center;
   padding: 40px;
   color: #ffffff;
}
}

@media screen and (max-width: 700px) {
  .orange h4 {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  max-width: 100%;
  font-size: 3.2vw;
  text-align: center;
  
  color: #ffffff;
  
 
}
}

.orange .blue-button {
  width: 100%;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.orange .blue-button:hover {
	opacity: 0.5
}



.orange img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 1px;
}



/*! Orange End */


/*! Blue Start */

.blue {
	color: #ffffff;
	background: #3e1a4a;
	
}

.blue .container {
	padding: 50px 50px 42px 50px;
}


.blue a {
	color: #ffffff;
	text-decoration: none;
	opacity: 1.0;
}

.blue a:hover {
	opacity: 0.5;
}


.blue h4:hover {
	opacity: 0.5;
}



/*! Blue End */


/*! Green Start */

.green {
	color: #ffffff;
	background: #4e924c;
	
}

.green .container {
	padding: 50px 50px 42px 50px;
}


.green .blue-button {
  width: 100%;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.green .blue-button:hover {
	opacity: 0.5
}



/*! Green End */

  



.spacer {
	padding: 15px 0px;
}

.blue-button {
  width: 195px;
  background-color: #3e1a4a;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.blue-button:hover {
	opacity: 0.5
}

.orange-button {
  width: 195px;
  background-color: #ba7f33;
  color: #ffffff;
  border: none;
  padding: 16px 32px;
  text-align: center;
  border-radius: 4px;
  margin: 4px 2px;
  opacity: 1.0;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  
}

.orange-button:hover {
	opacity: 0.5
}

.img-mobile{
   display: none;
}

@media only screen and (max-width: 750px){           
	.img-desktop{
     display: none;
   }

   .img-mobile{
     display: block;
   }
}

@media print {
*, ::after, ::before {
	text-shadow: none!important;
	box-shadow: none!important
}
a:not(.btn) {
	text-decoration: underline
}
abbr[title]::after {
	content: " (" attr(title) ")"
}
pre {
	white-space: pre-wrap!important
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
@page {
	size: a3
}
body {
	min-width: 992px!important
}
.container {
	min-width: 992px!important
}
.navbar {
	display: none
}
.badge {
	border: 1px solid #000
}
.table {
	border-collapse: collapse!important
}
.table td, .table th {
	background-color: #fff!important
}
.table-bordered td, .table-bordered th {
	border: 1px solid #ddd!important
}
}














.container-event {
  position: relative;
  
}

.image-event {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-event {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3e1a4a;
	opacity: 0.5;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container-event:hover .overlay-event {
  width: 100%;
}

.text-event {
  color: white;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}






