/* Custom CSS */

.d-none {
	display: none;
}

.fa-icon{
    color: #fff ;
    opacity: 0.9;
    font-size: 30px ;
    margin-top: 2px;
}

.font-45{
    font-size:45px;
    letter-spacing:10px;
}

.nav>li>a>img {
   max-width: 20%;
}

.logo-img{
	max-width: 20%;
	margin: 0 auto ;
}

.nav>li>img{
	max-width: 20%;
	margin: 0 auto ;
}

.next-era{
	max-width: 20%;
	margin: 0 auto ;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	text-transform: uppercase;
}

.strike {
  text-decoration: line-through;
}


.strike-center {
    position: relative;
    white-space: nowrap;
}

.strike-center:after {
    border-top: 8px solid #edd474;
    position: absolute;
    content: "";
    right: 0;
    top: -20%;
    left: 0;
}

.hero-text{
	top: 50%;
  left: 30%;
}

.bg-black{
background-color: #000000;
}

.bg-design{
	background-image: url(../images/kazuacademy/texturedbg1.jpg);
}

.bg-kazured{
	background-color:#C62B1C ;
	color: #ffffff;
}

.btn-kazured{
	background-color:#C62B1C ;
	color: #ffffff;
	/* border: 1px solid #fff; */
    border-radius: 5px;
    font-size:16px; /* 12px */
	line-height:16px;
	padding: 12px 18px;
}

.bg-kazublue{
    background-color:#1c2569;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 5px;
}

.bg-kazugold {
    background-color: #d8b04a;
    color: #252729;
    padding: 10px 20px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.text-white{
	color: #fff;
}

span.kazured, li.kazured {
	color: #C62B1C;
}

div.count{
	color: #C62B1C;
}

.count{
    margin-top: 17px;
    font-size: 45px;
    line-height: 45px;
    color: #4b4e53;
    font-weight: 100;
}

#hero {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 80px;
	margin-right: 80px;
}

video {
	width: 500px;
    height: auto;
}

.float-r {
	float: right;
}


.float-l {
	float: left;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-50 {
	margin-bottom: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

a.btn {
	padding: 1px 6px;
	margin-top: 19px;
	font-size: 12px;
}

.dropdown-menu {
    min-width: 80px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 12px;
}

.layer1-text {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7em; /* 1.2em*/
    padding: 0 1em 0.3em;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
}

.layer1-text::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 47.5%, rgba(255, 255, 255, 0) 47.5%, rgba(255, 255, 255, 0) 52.5%, rgba(255, 255, 255, 1) 52.5%, rgba(255, 255, 255, 1) 100%);
    content: '';
}

.layer1-text::after {
    position: absolute;
    left: 48%;
    bottom: -8px;
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
}

.layer2-text {
    max-width: 630px;
    margin: 0 auto 0.5em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 40px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}

.line-3-100-center {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 3px;
    width: 100px;
    background: #C62B1C;
}

.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
}

.fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 50px 100px 50px;
    /* max-width: 500px; */
}

.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 50px 0px 50px;
    /* max-width: 500px; */
}

.title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 55px;
    font-weight: 300;
}

.title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 40px;
    line-height: 75px;
    font-weight: 300;
}

.overlay{
    /*background:lightgray;*/
   
    height:100%;
    top:0;
    z-index:999;   
  /*//  opacity: 0.5;*/
}

.amazonlink{
	margin-bottom: 20px;
}

/*****************************************************************************/

/* Extra Extra Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
	.clearfix:before, .clearfix:after, .row:before, .row:after {
	    content: '\0020';
	    display: block;
	    overflow: hidden;
	    visibility: hidden;
	    width: 0;
	    height: 0;
	    margin-top: -5px;
	}
	.nav>li>a>img {
	   max-width: 100%;
	}
	.logo-img{
		max-width: 40% ;
		margin-left: 10px;
		/* padding-top: 40px; */
	}
	.nav>li>img{
		max-width: 30%;
		margin: 0 auto ;
	}
	.next-era{
		max-width: 30% ;
		margin: -15px auto;
		padding-top: 40px;
	}
	#hero {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0px ;
		margin-right: 0px ;
	}
	.hero-height{
	    height :670px !important;
	}
	.light-60-wide {
	    font-family: 'Lato',Arial,Helvetica,sans-serif;
	    font-size: 20px; /* 3vh */
	    line-height: 60px;
	    font-weight: 300;
	    letter-spacing: 3px;
	    color: #4b4e53;
	}
	.sm-mb-50 {
    	margin-bottom: 35px;
	}
	.sm-mt-20 {
    	margin-top: 70px;
	}
	video {
		width: 330px;
	    height: auto;
	}
	img.quote {
		width: 330px;
	    height: auto;
	}
	.pt-120-b-100-cont {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.layer1-text {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7em; /* 1.2em*/
    padding: 0 1em 0.3em;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    }
	.layer1-text::after {
    position: absolute;
    left: 48%;
    bottom: -7px;
    transform: rotate(45deg);
    width: 13.8px;
    height: 13.8px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 1em auto 2em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 20px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 20px 0px 20px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 30px 30px 30px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: 26px;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
    }
}



/* Extra Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	.nav>li>a>img {
	   max-width: 40%;
	}
	.logo-img{
	max-width: 40% ;
	margin: 0 auto;
	}
	.nav>li>img{
		max-width: 30%;
		margin: 0 auto ;
	}
	.hero-height{
	    height :670px !important;
	}
	.next-era{
	max-width: 30% ;
	margin: 0 auto;
	}
	.layer1-text {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7em; /* 1.2em*/
    padding: 0 1em 0.3em;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    }
	.layer1-text::after {
    position: absolute;
    left: 48%;
    bottom: -6px;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 1em auto 2em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 22px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 20px 0px 20px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 30px 30px 30px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: 26px;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    }
}



/* Small devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.nav>li>a>img {
	   max-width: 40%;
	}
	.logo-img{
	max-width: 40% ;
	margin: 0 auto ;
	}
	.nav>li>img{
		max-width: 30%;
		margin: 0 auto ;
	}
	.next-era{
	max-width: 30% ;
	margin: 0 auto;
	}
	.hero-height{
	    height :670px !important;
	}
	.layer1-text {
    display: inline-block;
    position: relative;
    margin-bottom: 0.7em; /* 1.2em*/
    padding: 0 1em 0.3em;
    font-size: 38px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    }
	.layer1-text::after {
    position: absolute;
    left: 48%;
    bottom: -6px;
    transform: rotate(45deg);
    width: 13px;
    height: 13px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 1em auto 2em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 22px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.4em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: left;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 20px 0px 20px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 30px 30px 30px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: 26px;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 300;
    }
}



/* Medium devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.nav>li>a>img {
	   max-width: 20%;
	}
	.logo-img{
	max-width: 20% ;
	margin: 0 auto ;
	}
	.nav>li>img{
		max-width: 10%;
		margin: 0 auto ;
	}
	.next-era{
	max-width: 10% ;
	margin: 0 auto;
	}
	.layer1-text::after {
    position: absolute;
    left: 48.2%;
    bottom: -10px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 0.5em auto 1em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 40px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 50px 0px 50px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 50px 100px 50px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: xxx-large;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 75px;
    font-weight: 300;
    }
}



/* Large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.nav>li>a>img {
	   max-width: 25%;
	}
	.logo-img{
	max-width: 25% ;
	margin-right: 0px ;
	}
	.nav>li>img{
		max-width: 50%;
		margin: 0 auto ;
	}
	.next-era{
	max-width: 10% ;
	margin: 0 auto;
	}
	#hero {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 30px ;
		margin-right: 80px ;
	}
	.light-60-wide {
	    font-family: 'Lato',Arial,Helvetica,sans-serif;
	    font-size: 20px;
	    line-height: 60px;
	    font-weight: 300;
	    letter-spacing: 10px;
	    color: #4b4e53;
	}
	.font-30{
		font-size: 20px;
	}
	.sm-mb-50 {
    	margin-bottom: 40px;
	}
	.norm-16-wide {
	    font-family: 'Lato',Arial,Helvetica,sans-serif;
	    font-size: 18px;
	    line-height: 22px;
	    font-weight: 300;
	    letter-spacing: 2px;
	    color: #4b4e53;
	}
	.layer1-text::after {
    position: absolute;
    left: 48.1%;
    bottom: -9.5px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 0.5em auto 1em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 40px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 50px 0px 50px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 50px 100px 50px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: xxx-large;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 75px;
    font-weight: 300;
    }
}

/* Extra Large devices (large laptops and desktops, 2000px and up) */
@media only screen and (min-width: 1600px) {
	.nav>li>a>img {
	   max-width: 25%;
	}
	.logo-img{
	max-width: 25% ;
	margin-right: 50px ;
	}
	.nav>li>img{
		max-width: 50%;
		margin: 0 auto ;
	}
	.next-era{
	max-width: 10% ;
	margin: 0 auto;
	}
	#hero {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 30px ;
		margin-right: 80px ;
	}
	.light-60-wide {
	    font-family: 'Lato',Arial,Helvetica,sans-serif;
	    font-size: 20px;
	    line-height: 60px;
	    font-weight: 300;
	    letter-spacing: 10px;
	    color: #4b4e53;
	}
	.font-30{
		font-size: 20px;
	}
	.sm-mb-50 {
    	margin-bottom: 40px;
	}
	.norm-16-wide {
	    font-family: 'Lato',Arial,Helvetica,sans-serif;
	    font-size: 18px;
	    line-height: 22px;
	    font-weight: 300;
	    letter-spacing: 2px;
	    color: #4b4e53;
	}
	.layer1-text::after {
    position: absolute;
    left: 48.1%;
    bottom: -9.5px;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    }
	.layer2-text {
    max-width: 630px;
    margin: 0.5em auto 1em;
    padding: 0.2em;
    background: rgba(255, 219, 88, 0.5);
    font-size: 40px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    line-height: 1.5em;
    }
	.fes2-text-cont {
    margin-top: 30px;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    }
	.fes2-main-text-cont-pb-0 {
    margin: 0 auto;
    padding: 100px 50px 0px 50px;
    /* max-width: 500px; */
    }
    .fes2-main-text-cont-mw-0 {
    margin: 0 auto;
    padding: 100px 50px 100px 50px;
    /* max-width: 500px; */
    }
    .title-fs-45 {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 28px;
    line-height: 50px;
    font-weight: 300;
    }
    .bold-fs {
    font-weight: bold !important;
    font-size: xxx-large;
    }
    .title-fs-45-doubleline {
    color: #4b4e53;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 75px;
    font-weight: 300;
    }
}

@media only screen and (max-width: 1024px) {
        
        .desktop-hide{
            display:none;
        }
    } 
    
@media only screen and (min-width: 1025px) {
      
        .mobile-hide{
            display:none;
        }
    } 
    
    