a {
	text-decoration: none;
}

html, body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	min-height: 100vh;
	background-color: #A2D0E7;
	font-family: Arial, Verdana;
}

.page-background {
	position: fixed;
	height: 100vh;
	width: 100vw;
	top: 0;
	left: 0;
}

.page-background img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-wrapper {
	position: relative;
	width: 100%;
}

.main-navigation {
	position: relative;
}

.main-navigation .nav-container {
	position: relative;
	width: 80%;
	margin: auto;
}

.main-navigation .nav-container .top-nav {
	position: absolute;
	right: 0;
	top: 5px;
}

.hamburger-icon {
	display: none;
}

.links-wrapper {
	display: inline-block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #FFFFFF;
	padding: 3px 10px;
	border-radius: 10px;
}

.main-navigation .nav-container .top-nav span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('../img/menustar.png');
	background-size:  contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.main-navigation .nav-container .top-nav a {
	margin: 0 5px;
	font-size: 16px;
	color: #0082c8;
}

.main-navigation .nav-container .top-nav a:hover, .main-navigation .nav-container .top-nav a.active-nav {
	color: #F6418B;
}


.active-nav {
	color: #F6418B!important;
}

.main-navigation .mid-nav {
	background-image: url('../img/headernew.png');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
	cursor: pointer;
	margin-bottom: 15px;
}

.main-navigation .nav-container .bot-nav {
	display: table;
	margin: -10px auto;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 5px 5px;
	position: relative;
	z-index: 10;
}

.main-navigation .nav-container .bot-nav span {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('../img/menustar.png');
	background-size:  contain;
	background-position: left center;
	background-repeat: no-repeat;
}

.main-navigation .nav-container .bot-nav a {
	margin: 0 5px;
	font-size: 30px;
	color: #0082c8;
	line-height: 36px;
}

.main-navigation .nav-container .bot-nav a:hover, .main-navigation .nav-container .bot-nav a.active-nav {
	color: #F6418B !important;
}

/* PAGE CONTENT */
.page-content {
	overflow: auto;
	max-height: -webkit-calc(100vh - 315px);
    max-height: expression(100vh - 315px);
    max-height: -moz-calc(100vh - 315px);
    max-height: -o-calc(100vh - 315px);
    max-height: calc(100vh - 315px);
	z-index: 0;
	position: relative;
	width: 45%;
	margin: auto;
	margin-top: -20px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 10px;
}

.page-content .inner-wrapper {
	padding: 20px 30px;
}

.page-content .description-text {
	font-size: 18px;
	line-height: 22px;
	width: 98%;
}

.page-content .description-text .faq-question {
	display: block;
	cursor: pointer;
}

.page-content .description-text .faq-question {
	font-size: 110%;
	margin: 10px 0 5px 0;
	color: #F6418B;
	font-weight: bold;
}

.page-content .description-text .faq-text {
	display: none;
}

.page-content .description-text .faq-text.active {
	display: block;
}

/* FOOTER */
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	text-align: center;
}

.footer .top-footer img {
	vertical-align: middle;
}

.footer .bot-footer {

}

.footer .bot-footer .links {
	font-size: 20px;
	color: #000000;
}

.footer .bot-footer .links a {
	color: #000000;
}

.footer .bot-footer .links a:hover, .footer .bot-footer .links a.active-nav {
	color: #FFFFFF !important;
}

.footer .bot-footer .copyright {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
}

/* POPUP */
.popup-wrapper {
	width: 100vw;
	height: 100vh;
	top: -100vh;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,.5);
	z-index: 100;
	transition: top .5s;
}

.popup-wrapper.active {
	top: 0;
}


.popup-wrapper .popup-content {
	position: relative;
	width: 50%;
	margin: 25vh 25%;
	height: 50vh;
}

.popup-wrapper .video-content video {
	width: 100%;
	height: 50vh;
}

#close-popup {
	/*position: absolute;
	right: 20px;
	top: 20px;
	color: #FFFFFF;
	font-size: 30px;
	cursor: pointer;*/

	font-weight: bold;
	position: absolute;
    right: -20px;
    top: -20px;
    color: #FFFFFF;
    font-size: 25px;
    z-index: 100;
    cursor: pointer;
}
}

/* HOME PAGE */
.page-content .home-content {
	margin-top: 40px;
}

.home-page-wrapper {
	overflow: hidden;
}

.page-content .home-content .half-section {
	position: relative;
	width: 49%;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.page-content .home-content .half-section p {
	font-size: 18px;
	line-height: 22px;
}

.page-content .audio-video-section {
	position: relative;
	width: 100%;
	text-align: center;
}

.page-content .audio-video-section .title img {
	max-width: 100%;
	margin: 10px 0;
}

.page-content .audio-video-section audio {
	display: none;
}

.page-content .audio-video-section .play-controls .img-wrapper {
	display: inline-block;
	width: 105px;
}

.page-content .audio-video-section .play-controls .img-wrapper img {
	/*width: 42px;*/
}

.page-content .audio-video-section .play-controls .img-wrapper p {
	margin: 0;
}

.home-section-groups {
	position: relative;
}

.home-section-groups img {
	width: 70%;
	max-width: 450px;
}

.home-slider {
	margin-top: 10px;
	width: 48%;
	text-align: center;
	margin-left: 26%;
	background-color: #0082C8;
	border-radius: 6px;
	padding: 10px 5px;
}

.home-slider img {
	width: 94%;
	margin-left: 3%;
}

/* EPISODES PAGE */
.episodes-page-content {
	width: 60%;
}


/* BOXES WRAPPER */
.box-wrapper {
	position: relative;

	height: -webkit-calc(100vh - 440px);
    height: expression(100vh - 440px);
    height: -moz-calc(100vh - 440px);
    height: -o-calc(100vh - 440px);
    height: calc(100vh - 440px);

	font-size: 0;
	background-color: #FFFFFF;
	margin: 10px 10px;
	padding: 5px 30px 30px;
	border: 2px solid #F6418B;
}

.box-wrapper .inner-wrapper2 {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;

    max-height: -webkit-calc(100vh - 460px);
    max-height: expression(100vh - 460px);
    max-height: -moz-calc(100vh - 460px);
    max-height: -o-calc(100vh - 460px);
    max-height: calc(100vh - 460px);
}

.box-wrapper .single-wrapper {
	display: inline-block;
	width: 25%;
	cursor: pointer;
}

.single-wrapper img {
	margin-left: 5%;
	width: 90%;
	margin-bottom: 10px;
}

.single-wrapper img.hovered {
	display: none;
}

.single-wrapper:hover img.active {
	display: none;
}

.single-wrapper:hover img.hovered {
	display: block;
}

/* EBOOKS PAGE */
.half-section-ebooks {
	margin: 40px 0;
	width: 50%;
	display: inline-block;
	text-align: center;

}

.half-section-ebooks img {
	width: 90%;
}

.half-section-ebooks .ebooks-links p {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.half-section-ebooks .ebooks-links a img {
	width: 45px;
}

/* OTHER PAGES */
.full-section-overflow {
	overflow-y: auto;
	height: -webkit-calc(100vh - 380px);
    height: expression(100vh - 380px);
    height: -moz-calc(100vh - 380px);
    height: -o-calc(100vh - 380px);
    height: calc(100vh - 380px);
}

.content-top-navigation {
	text-align: right;
}

.content-top-navigation a {
	color: #777;
	margin: 0 5px;
	cursor: pointer;
}

.content-top-navigation a:hover {
	color: #000000;
}

.content-top-navigation a.active {
	color: #F6418B !important;
}

.section-30 {
	vertical-align: middle;
	width: 30%;
	display: inline-block;
}

.section-30 img {
	max-width: 95%;
}

.section-40 {
	vertical-align: middle;
	width: 40%;
	display: inline-block;
}

.section-60 {
	vertical-align: middle;
	width: 59%;
	display: inline-block;
}

.section-70 {
	position: relative;
	vertical-align: middle;
	width: 69%;
	display: inline-block;
}

.section-70 .img-link {
	display: block;
}

.section-video-box-wrapper {
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 2px solid #2A6014;
	width: 94%;
	margin-left: 3%;
}

.section-video-box-wrapper video {
	width: 90%;
	margin: 20px 5%;
}

.section-bottom-links {
	width: 70%;
	margin-left: 30%;
}

.section-bottom-links a {
	padding: 0 10px;
}

.section-bottom-links .popup-video-link img {
	padding-top: 10px;
}

/* FORM */

input, textarea {
	width: 60%;
	margin: 10px 0;
	font-size: 16px;
	color: #000000;
	padding: 5px 5px;
}

form button {
	background: transparent;
	border: none;
}

/* HELPER */
.text-center {
	text-align: center;
}

.margin-top-20 {
	margin-top: 20px;
}

.no-overflow {
	overflow: hidden;
}

.display-none {
	display: none;
}

.align-middle {
	margin-left: auto;
	margin-right: auto;
}

.overflow-auto {
	overflow-y: auto;
	max-height: -webkit-calc(100vh - 470px);
    max-height: expression(100vh - 470px);
    max-height: -moz-calc(100vh - 470px);
    max-height: -o-calc(100vh - 470px);
    max-height: calc(100vh - 470px);
}

.overflow-auto2 {
	overflow-y: auto;
	max-height: -webkit-calc(100vh - 440px);
    max-height: expression(100vh - 440px);
    max-height: -moz-calc(100vh - 440px);
    max-height: -o-calc(100vh - 440px);
    max-height: calc(100vh - 440px);
}

.site-color {
	color: #F6418B;
}

.has-cursor {
	cursor: pointer;
}

.responsive-menu {
	display: none;
	position: fixed;
	top: 0;
	right: -100vw;
	width: 40vw;
	height: 100vh;
	background: rgba(255,255,255,0.9);
	z-index: 20;
	transition: 1s ease;
}

.responsive-menu-items {
	text-align: center;
	width: 100%;
	height: calc(50% - 75px);
	display: flex;
	flex-direction: column;
	padding-top: 75px;
}

.responsive-menu-items a {
	margin-bottom: 15px;
	font-weight: bold;
	color: black;
}
.responsive-menu-footer {
	display: none;
}

.m-auto {
	margin: auto;
}
.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-center-column {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.contact-form {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-gap: 10px;
}
.w-100 {
	width: 100%;
}

.object-fit-contain {
	object-fit: contain;
}

/* RESPONSIVE */
@media (max-width: 1599px) {
	.main-navigation .nav-container .top-nav span {
		width: 10px;
		height: 14px;
	}

	.main-navigation .nav-container .top-nav a {
		margin: 0 2px;
	}

	.main-navigation .nav-container .bot-nav a {
		font-size: 24px;
		line-height: 30px;
	}

	.main-navigation .nav-container .bot-nav span {
		width: 20px;
		height: 20px;
	}

	.page-content {
		max-height: -webkit-calc(100vh - 250px);
	    max-height: expression(100vh - 250px);
	    max-height: -moz-calc(100vh - 250px);
	    max-height: -o-calc(100vh - 250px);
	    max-height: calc(100vh - 250px);
	}

	.page-content .inner-wrapper {
		padding: 15px 30px 8px;
	}

	.page-content .description-text, .page-content .home-content .half-section p {
		font-size: 15px;
		line-height: 18px;
	}

	.page-content .home-content {
		margin-top: 15px;
	}

	.home-section-groups img {
		width: 63%;
	}

	.box-wrapper {
		height: -webkit-calc(100vh - 400px);
	    height: expression(100vh - 400px);
	    height: -moz-calc(100vh - 400px);
	    height: -o-calc(100vh - 400px);
	    height: calc(100vh - 400px);
	}

	.box-wrapper .inner-wrapper2 {
		max-height: -webkit-calc(100vh - 420px);
	    max-height: expression(100vh - 420px);
	    max-height: -moz-calc(100vh - 420px);
	    max-height: -o-calc(100vh - 420px);
	    max-height: calc(100vh - 420px);
	}

	.box-wrapper .single-wrapper {
		width: 33%;
	}

	.ebooks-page-wrapper {
		max-height: -webkit-calc(100vh - 220px);
	    max-height: expression(100vh - 220px);
	    max-height: -moz-calc(100vh - 220px);
	    max-height: -o-calc(100vh - 220px);
	    max-height: calc(100vh - 220px);
	}

	.ebooks-page-wrapper .box-wrapper {
		height: -webkit-calc(100vh - 360px);
	    height: expression(100vh - 360px);
	    height: -moz-calc(100vh - 360px);
	    height: -o-calc(100vh - 360px);
	    height: calc(100vh - 360px);
	}

	.ebooks-page-wrapper .box-wrapper .inner-wrapper2 {
		max-height: -webkit-calc(100vh - 380px);
	    max-height: expression(100vh - 380px);
	    max-height: -moz-calc(100vh - 380px);
	    max-height: -o-calc(100vh - 380px);
	    max-height: calc(100vh - 380px);
	}

	.half-section-ebooks {
		margin: 5px 0;
	}
	.half-section-ebooks img {
		width: 95%;
	}

	.footer .bot-footer .links {
		font-size: 18px;
	}
	.footer .bot-footer .copyright {
		font-size: 14px;
		margin-bottom: 0;
	}
	.page-content .inner-wrapper {
		padding: 10px 15px;
	}

}

@media (max-width: 1299px) {

	.page-content .description-text, .page-content .home-content .half-section p {
		font-size: 14px;
		line-height: 16px;
	}


}

@media (max-width: 1200px) {
	.top-nav {
		display: none;
	}

	.hamburger-icon,
	.close-menu-icon{
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
	}

	.hamburger-icon img,
	.close-menu-icon img {
		width: 30px;
		height: 30px;
		cursor: pointer;
	}
}

.bot-nav {
	display: flex!important;
	justify-content: center;
	align-items: center;
	width: fit-content;
}

@media (max-width: 950px) {
	.audio-video-section .title img {
		width: 100%;
	}
	.home-page-wrapper {
		overflow-y: scroll;
	}
	.home-page-wrapper::-webkit-scrollbar {
		display: none;
	}

	.page-content {
		width: 95%;
	}
}

@media (max-width: 800px) {
	.half-section-ebooks {
		width: 100%;
	}
	.half-section-ebooks p{
		margin: 0;
	}
	.half-section-ebooks img {
		height: 100px;
		object-fit: contain;
	}
	.ebooks-links img {
		height: 45px;
		object-fit: contain;
	}
	.top-footer {
		display: grid;
		grid-template-columns: 20% 60% 20%;
	}
	.top-footer img{
		width: 100%;
		height: 70px;
		object-fit: contain;
	}

	.responsive-menu {
		width: 70%;
	}

	.inner-wrapper2 {
		display: grid;
		grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
		grid-gap: 5px;
	}

	.inner-wrapper2 .single-wrapper {
		width: 100%;
	}

	.main-navigation .mid-nav {
		width: 320px;
		object-fit: contain;
		margin: 10px auto;
	}
}

@media (max-width: 700px) {
	.contact-form {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
	}
	.contact-form img{
		height: 60px;
		width: 100%;
		object-fit: contain;
	}
	.section-bottom-links {
		width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 500px) {
	.page-content {
		height: calc(100vh - 100px)!important;
	}
	.main-navigation .nav-container .bot-nav a {
		font-size: 15px;
		line-height: 17px;
	}
	.home-content {
		display: flex;
		flex-direction: column;
	}
	.home-content div {
		width: 100% !important;
	}
	.footer {
		display: none;
	}
	.bot-nav {
		flex-direction: column;
	}
	.bot-nav span{
		display: none!important;
	}
	.bot-nav a{
		font-size: 15px;
	}

	.responsive-menu {
		width: 100%;
	}
	.responsive-menu-footer {
		display: block;
		padding: 20px;
		height: 50%;
	}
	.responsive-menu-footer-images {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.responsive-menu-footer-images img{
		width: 100%;
		height: 45px;
		object-fit: contain;
	}
	.responsive-menu-footer-links {
		text-align: center;
		margin-top: 10px;
	}

	.main-navigation .mid-nav {
		width: 250px;
		margin-left: 15px;
	}
	.nav-container {
		width: 100%!important;
	}
	.page-heading-img {
		height: 25px!important;
		margin: 0!important;
	}
}

@media (max-height: 500px) {

	.page-wrapper {
		height: 100vh;
	}
	.main-navigation .nav-container .bot-nav a {
		font-size: 15px;
		line-height: 17px;
	}
	.footer {
		display: none;
	}
	.responsive-menu-footer {
		display: block;
		padding: 5px;
		height: 50%;
	}
	.responsive-menu-footer-images {
		display: grid;
		grid-template-rows: 1fr 1fr 1fr;
	}
	.responsive-menu-footer-images img{
		width: 100%;
		height: 45px;
		object-fit: contain;
	}
	.responsive-menu-footer-links {
		text-align: center;
		margin-top: 10px;
	}
	.page-content {
		max-height: -webkit-calc(100vh - 175px);
		max-height: expression(100vh - 175px);
		max-height: -moz-calc(100vh - 175px);
		max-height: -o-calc(100vh - 175px);
		max-height: calc(100vh - 175px);
		overflow-y: scroll;
	}
	.box-wrapper {
		height: 100%;
	}
	.responsive-menu-items {
		padding-top: 15px;
		height: calc(50% - 25px);
	}
	.responsive-menu-footer {
		height: calc(50% - 25px);
	}
}
