
body { 
scroll-behavior: smooth; 


}

p{
}

.pointer{
	cursor: pointer;
}


#dropdown1{
color: #37474f;
}

.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 300ms;

}

@media screen and (min-width: 992px){
.topHeroWrapper{
	width: 50%; 
	margin: auto;
}

}	
@media screen and (max-width: 1200px){ 

.slogan-text{
	
display:none; 
}

}



.fullscreen-icon{
font-size: 3rem;
}

.bg-spread{
	background-size : cover;
  background-position: center;
}



	

	
	
#imgCircle{
width: 290px;
height: 290px;
background: white;
border-radius: 50%;
text-align: center;

}


#imgCircle img{
position: relative;
top: 2px;
}
#index-banner h1{
text-shadow: 2px 2px 2px #37474f ;
}

.imageBanner{
background-repeat: no-repeat;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
background-position:center;
}
.card-icon i{
font-size: 10em;
}      

.material-icons{
    opacity:0;
	transition:opacity 0.5s;
	
}

.delayed-icon{
	opacity: 1;
}


/*
==========================================
INDEX BANNER START
==========================================
*/


/* 
LOGGED IN
*/

.bb-responsive-video{
	width: 100%;
	height: 100%;
}

.bb-responsive-container {

	height: 80vh;

}





#sunFront img{
	height: 200px;
	position: relative;
	top: 100px;
	left: -100px;
	z-index: 2;
	-webkit-animation: SunRotate 30s linear infinite;
-moz-animation: SunRotate 30s linear infinite;
animation: SunRotate 30s linear infinite;
transform: translate3d(0,0,0);
}
#sunFront {
	z-index: 2;
	display: block;
}



@keyframes SunRotate { 
    0%{-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);}
    100%{-ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);}
}

#BBhat img{
	position: relative;
	display: block;
	height: 300px;
}

.BBspeech{
	
	position: relative;
	top: -350px;
	left: 160px;
}
#BBspeech2{
	top: -480px;
}
.BBspeech img{
	height: 130px;
}

.brand-logo img{
	height: 50px;
	margin-left: 5px;
	margin-top: 5px;
}

@media only screen and (min-width: 280px) and (max-width: 700px) {
#StoryAndDrama{
	overflow-y: visible;
	overflow-x: hidden;

}
}

.justify{
text-align: justify; 
text-justify: inter-word;
}
.justify-super{
text-align: justify; 
text-justify: distribute;
}

.circlize{
	border-radius: 50%;
}

.header-circle{
	border: 1px solid #2196f3;
	position: relative;
}
.header-circle-h1{
	width: 100%;
	padding-top: 100%;
}

.header-circle-h2{
	width: 80%;
	padding-top: 80%;
	left: 10%;
}

.circle-header-text{
	position: absolute;
	top: 33%;
	left: 15%;
	width: 60%;
}

.header-circle-h1 .circle-header-text{
	top: 33%;
}

.header-circle-h2 .circle-header-text{
	top: 29%;
}


.circle-header-text img{
	width: 120%;
}

.border-flux{
-webkit-animation: borderflux 30s ease infinite;
-moz-animation: borderflux 30s ease infinite;
animation: borderflux 30s ease infinite;
}

@-webkit-keyframes borderflux {
    0%{border-color: #2196f3;}
    20%{border-color: #00bcd4;}
    40%{border-color: #4caf50;}
    60%{border-color: #cddc39;}
	75%{border-color: #4caf50;}
	95%{border-color: #00bcd4;}
    100%{border-color: #2196f3;}
}
@-moz-keyframes borderflux {
    0%{border-color: #2196f3;}
    20%{border-color: #00bcd4;}
    40%{border-color: #4caf50;}
    60%{border-color: #cddc39;}
	75%{border-color: #4caf50;}
	95%{border-color: #00bcd4;}
    100%{border-color: #2196f3;}
}
@keyframes borderflux { 
    0%{border-color: #2196f3;}
    20%{border-color: #00bcd4;}
    40%{border-color: #4caf50;}
    60%{border-color: #cddc39;}
	75%{border-color: #4caf50;}
	95%{border-color: #00bcd4;}
    100%{border-color: #2196f3;}
}

.wrapper-block{
	display: block;
	height: auto;
}


#price .carousel-slider {
    height: 800px !important;
}

#testimonials .carousel-slider {
    height: 500px !important;
}
.author{
	font-size: 1.2em;
	color: #ad1457;
}

.testimonial-text{
	font-size: 1.8em;
}

.card-padder{
	height: 200px;
}
.card-padder-small{
	height: 125px;
}
.card-action i{
	cursor: pointer;
}


	@media only screen and (min-width: 280px) and (max-width: 1712px) {
		.topspan{
			display: block;
		}
	}
	
	@media only screen and (min-width: 280px) and (max-width: 1566px) {
		.bottomspan{
			display: block;
		}
	}
	
	@media only screen and (min-width: 280px) and (max-width: 1566px) {
		.midspan{
			display: block;
		}
	}
	
	@media only screen and (min-width: 280px) and (max-width: 500px) {
		#storyMidHelper{
			position: relative;
			top: -150px;
		}
	}
	
	#price2 .carousel-slider {
    height: 800px !important;
}


.force-gap{
	display: block;
}


#logged-header{
position: absolute;
z-index: 200;
width: 100%;
}

@media only screen and (min-width: 280px) and (max-width: 780px) {
#logged-header{
top: 50px;

}
}

@media only screen and (min-width: 781px) and (max-width: 3780px) {
#logged-header{
top: 200px;

}
}


@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #42a5f5 }
}

#front-caro{
	height: 500px !important;
}

#register-slider{
	height: 600px !important;
}

#front-caro .indicator-item{
	background-color: rgba(33, 150, 243, 0.25);

}

#front-caro .indicator-item.active{
	background-color: rgba(33, 150, 243, 0.90);
}



/*
===========
Boxed spacings
===========
*/
	.boxed-story-line, .boxed-bottom-line1, .boxed-song-line3{
			display: none;
		}
		@media only screen and (min-width: 992px) and (max-width: 2000px) {
			.boxed-bottom-line1 {
				display: block;
			}
		}
		
		@media only screen and (min-width: 1100px) and (max-width: 1690px) {
			.boxed-mid-line{
				display: block;
			}
		}
		
		@media only screen and (min-width: 992px) and (max-width: 1130px) {
			.boxed-bottom-line2{
				display: block;
			}
		}
		
		@media only screen and (min-width: 600px) and (max-width: 992px) {
			.boxed-song-line{
				display: block;
			}
			
		}
		
		@media only screen and (min-width: 600px) and (max-width: 670px) {
			.boxed-song-line2{
				display: block;
			}
			
		}		
		@media only screen and (min-width: 600px) and (max-width: 660px) {
			.boxed-mid-line{
				display: block;
			}
			
		}
		
		@media only screen and (min-width: 646px) and (max-width: 660px) {
			.boxed-bottom-line2{
				display: block;
			}
			
		}

@media only screen and (min-width: 630px) and (max-width: 644px) {
			.boxed-bottom-line1{
				display: block;
			}
			
		}
		
		@media only screen and (min-width: 992px) and (max-width: 1110px) {
			.boxed-top-line{
				display: block;
			}
			
		}
		
		@media only screen and (min-width: 992px) and (max-width: 1176px) {
			.boxed-top-story-line{
				display: block;
			}
			
		}
		
		@media only screen and (min-width: 666px) and (max-width: 964px) {
			.boxed-top-story-line{
				display: block;
			}
			
		}


	@media only screen and (min-width: 992px) and (max-width: 1100px) {
			.boxed-story-line{
				display: block;
			}
			.boxed-song-line3{
				display: block;
			}
			
			
		}



/*
=================================
	material colours
=================================
*/
/*
.checkbox-bb[type="checkbox"].filled-in:checked + label:after{
     border: 2px solid #2196F3;
     background-color: #2196F3;
}
*/
.tap-target{
	background-color: #03a9f4;
}

.tabs .indicator { background-color: #03a9f4 }

.tabs .tab a.active {
  color: #03a9f4;
}

.tabs .tab a:hover {
  color: #03a9f4;
}

.tabs .tab a {
  color: #37474f;
}
.tabs .tab.disabled a {
  color: #ccc;
}
.tabs .tab.disabled a:hover {
  color: #ccc;
}



